summaryrefslogtreecommitdiff
path: root/plugins/housekeeping
AgeCommit message (Collapse)AuthorFilesLines
2022-03-10housekeeping: disconnect manager's changed settings signal on finalizerbuj1-13/+24
2021-11-24Use a blank line at mostrbuj2-4/+0
2021-06-23update copyright to 2021raveit6510-0/+10
2021-02-17housekeeping: Remove warning -Wcast-function-typerbuj1-2/+1
2021-02-13housekeeping: override finalize method in MsdHousekeepingManagerrbuj1-0/+10
2021-02-13housekeeping: promote MsdHousekeepingManager class to final typerbuj2-55/+33
2021-01-28housekeeping: Do not use deprecated gtk_image_new_from_stockrbuj1-1/+1
2021-01-07Remove warning -Wshadowrbuj1-1/+1
2020-12-04Use g_slist_free_fullrbuj2-6/+3
2020-08-15add G_GNUC_UNUSED in some unused parametersPablo Barciela3-9/+9
2020-06-27add git.mk to generate .gitignoretamplan1-0/+2
2020-05-24housekeeping: Remove the warning about GTimeVal is deprecatedrbuj1-19/+21
2020-04-16Remove warnings about function declaration isn’t a prototyperbuj2-3/+3
2020-04-06use MATE_COMPILE_WARNINGS from mate-commonrbuj1-1/+2
2020-03-05housekeeping: Fix iconname of mate-disk-usage-analyzerrbuj1-1/+1
2019-12-22avoid redundant redeclarationsPablo Barciela2-6/+0
2019-08-30switch to use gettextWu Xiaotian2-5/+6
2019-08-20msd-ldsm-dialog: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-housekeeping-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-housekeeping-manager: avoid 'g_type_class_add_private'Pablo Barciela1-5/+2
2019-07-05plugins housekeeping: optimization codeWu Xiaotian1-2/+1
2019-07-05Avoid build warningWu Xiaotian1-1/+1
/usr/include/glib-2.0/glib/gmacros.h:366:42: warning: division ‘sizeof (gchar ** {aka char **}) / sizeof (gchar * {aka char *})’ does not compute the number of array elements [-Wsizeof-pointer-div] 366 | #define G_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0])) | ^ msd-ldsm-dialog.c:163:25: note: in expansion of macro ‘G_N_ELEMENTS’ 163 | for (i = 0; i < G_N_ELEMENTS (settings_list); i++) { | ^~~~~~~~~~~~
2019-07-01Remove trailing whitespacesLaurent Napias3-65/+65
2018-01-30require GTK+ 3.22 and GLib 2.50monsta3-29/+0
2017-04-25ldsm-dialog: don't use deprecated GTK_STOCKraveit651-1/+1
2017-04-25ldsm-dialog: set max width chars for labelsraveit651-0/+2
This reduce the width of the dialog
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta2-19/+5
and require libmatekbd and libmate-desktop >= 1.17
2016-06-25housekeeping: replace buggy thumb-cleaning code with correct onemonsta1-55/+14
also remove defines for default max age and size - we already have the defaults set in schema, makes no sense to duplicate them here. early check for -1 value (means "do not clean thumbs") is ported from: https://git.gnome.org/browse/gnome-settings-daemon/commit?id=12f2121929f048c5cc07cd9c90570310a169b29e
2016-04-11housekeeping: properly apply label markupmonsta1-1/+1
2016-01-24GTK3: fix another GtkMisc deprecationWolfgang Ulbrich1-1/+2
2016-01-21[GTK+3] use x/y alignment functions for GtkLabelmonsta2-15/+19
2016-01-21housekeeping: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta1-2/+2
2016-01-09housekeeping: remove unused variablesmonsta1-2/+1
2015-12-02Gtk-+3.14: don't use deprecated GtkMiscWolfgang Ulbrich2-0/+30
2015-12-02Glib: don't use deprecated g_unix_mount_monitor_newWolfgang Ulbrich1-0/+4
taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=a7b8282
2015-12-02Gtk3: don't use deprecated gtk_{h/v}box_newWolfgang Ulbrich2-0/+10
2015-07-28housekeeping: don’t monitor fdescfs (special FS in FreeBSD)Monsta1-0/+1
from https://github.com/GNOME/gnome-settings-daemon/commit/f6ca3147e5ce2319c167cb77af06f116e2f20a7e
2015-01-12housekeeping plugin: add missing dollar sign in Makefile.amMonsta1-1/+1
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/92
2014-12-16Revert "Add back Glib 2.32 support"infirit1-16/+0
This reverts commit 602945c084d45bd3858e564e03a70a2a361a5756.
2014-12-16Add back Glib 2.32 supportinfirit1-0/+16
2014-12-13housekeeping: Fix compile-time warninginfirit2-2/+2
Taken from GSD commit: 5fec0799987ef93077c1d823eb2e7bb9e95dc976 From: Bastien Nocera <[email protected]>
2014-12-13housekeeping: Use void when no parameters to functioninfirit1-1/+1
Based on GSD commit: 826de890a80692da47721191e4e58b171691f81e From: Bastien Nocera <[email protected]>
2014-12-13housekeeping: More network filesystems not to monitorinfirit1-4/+20
2014-05-18Drop support for glib < 2.36infirit3-25/+1
2014-02-13housekeeping: Cherry pick some fixes from gnome-settings-daemonStefano Karapetsas1-3/+8
2013-09-26housekeeping: Support new thumbnails path for newer glib versionsStefano Karapetsas1-0/+15
Closes #51 https://github.com/mate-desktop/mate-settings-daemon/issues/51
2013-02-18use libnotify 0.7, not libmatenotifyElan Ruusamäe2-3/+3
2012-12-15[keyboard] fix g_format_size_for_display deprecation (GLIB 2.30)Jasmine Hassan1-0/+5
2012-12-15[plugins] various small fixes/improvementsJasmine Hassan1-14/+15
In plugins/housekeeping/gsd-ldsm-dialog.c - Initialize GSList ignore_paths before use - Use g_slist_prepend instead of _append in loop (more efficient), reverse after In plugins/media-keys/msd-media-keys-manager.c - Default to mate-terminal if terminal "exec" key is empty In plugins/xrandr/msd-xrandr-manager.c - Only start_or_stop_icon when the show icon key actually changes Also, adapt this for media-keys plugin: Don't use org.gnome.settings-daemon for volume_step setting http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=1a9eea8224d41643a8a7a05d799198058e36e1a8
2012-12-15[housekeeping] Use g_settings_get_mapped, fix paranoid cleanup on shutdownJasmine Hassan1-44/+62
1. Use g_settings_get_mapped instead of our own hack get_gsettings_int_with_default. 2. Don't force hard-coded default when value is 0, as that's used to allow paranoid scanning on shutdown. 3. Only unref the settings object at the end of _stop routine, not before do_cleanup is potentially called, since purge_thumbnail_cache uses the settings. This was also causing asserts when killing msd, as described in (now closed) #23. These are regressions introduced by the gsettings port of the plugin -- 03478b4d