Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-10 | housekeeping: disconnect manager's changed settings signal on finalize | rbuj | 1 | -13/+24 | |
2021-11-24 | Use a blank line at most | rbuj | 2 | -4/+0 | |
2021-06-23 | update copyright to 2021 | raveit65 | 10 | -0/+10 | |
2021-02-17 | housekeeping: Remove warning -Wcast-function-type | rbuj | 1 | -2/+1 | |
2021-02-13 | housekeeping: override finalize method in MsdHousekeepingManager | rbuj | 1 | -0/+10 | |
2021-02-13 | housekeeping: promote MsdHousekeepingManager class to final type | rbuj | 2 | -55/+33 | |
2021-01-28 | housekeeping: Do not use deprecated gtk_image_new_from_stock | rbuj | 1 | -1/+1 | |
2021-01-07 | Remove warning -Wshadow | rbuj | 1 | -1/+1 | |
2020-12-04 | Use g_slist_free_full | rbuj | 2 | -6/+3 | |
2020-08-15 | add G_GNUC_UNUSED in some unused parameters | Pablo Barciela | 3 | -9/+9 | |
2020-06-27 | add git.mk to generate .gitignore | tamplan | 1 | -0/+2 | |
2020-05-24 | housekeeping: Remove the warning about GTimeVal is deprecated | rbuj | 1 | -19/+21 | |
2020-04-16 | Remove warnings about function declaration isn’t a prototype | rbuj | 2 | -3/+3 | |
2020-04-06 | use MATE_COMPILE_WARNINGS from mate-common | rbuj | 1 | -1/+2 | |
2020-03-05 | housekeeping: Fix iconname of mate-disk-usage-analyzer | rbuj | 1 | -1/+1 | |
2019-12-22 | avoid redundant redeclarations | Pablo Barciela | 2 | -6/+0 | |
2019-08-30 | switch to use gettext | Wu Xiaotian | 2 | -5/+6 | |
2019-08-20 | msd-ldsm-dialog: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | msd-housekeeping-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | msd-housekeeping-manager: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-07-05 | plugins housekeeping: optimization code | Wu Xiaotian | 1 | -2/+1 | |
2019-07-05 | Avoid build warning | Wu Xiaotian | 1 | -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-01 | Remove trailing whitespaces | Laurent Napias | 3 | -65/+65 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 3 | -29/+0 | |
2017-04-25 | ldsm-dialog: don't use deprecated GTK_STOCK | raveit65 | 1 | -1/+1 | |
2017-04-25 | ldsm-dialog: set max width chars for labels | raveit65 | 1 | -0/+2 | |
This reduce the width of the dialog | |||||
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 2 | -19/+5 | |
and require libmatekbd and libmate-desktop >= 1.17 | |||||
2016-06-25 | housekeeping: replace buggy thumb-cleaning code with correct one | monsta | 1 | -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-11 | housekeeping: properly apply label markup | monsta | 1 | -1/+1 | |
2016-01-24 | GTK3: fix another GtkMisc deprecation | Wolfgang Ulbrich | 1 | -1/+2 | |
2016-01-21 | [GTK+3] use x/y alignment functions for GtkLabel | monsta | 2 | -15/+19 | |
2016-01-21 | housekeeping: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 1 | -2/+2 | |
2016-01-09 | housekeeping: remove unused variables | monsta | 1 | -2/+1 | |
2015-12-02 | Gtk-+3.14: don't use deprecated GtkMisc | Wolfgang Ulbrich | 2 | -0/+30 | |
2015-12-02 | Glib: don't use deprecated g_unix_mount_monitor_new | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=a7b8282 | |||||
2015-12-02 | Gtk3: don't use deprecated gtk_{h/v}box_new | Wolfgang Ulbrich | 2 | -0/+10 | |
2015-07-28 | housekeeping: don’t monitor fdescfs (special FS in FreeBSD) | Monsta | 1 | -0/+1 | |
from https://github.com/GNOME/gnome-settings-daemon/commit/f6ca3147e5ce2319c167cb77af06f116e2f20a7e | |||||
2015-01-12 | housekeeping plugin: add missing dollar sign in Makefile.am | Monsta | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/92 | |||||
2014-12-16 | Revert "Add back Glib 2.32 support" | infirit | 1 | -16/+0 | |
This reverts commit 602945c084d45bd3858e564e03a70a2a361a5756. | |||||
2014-12-16 | Add back Glib 2.32 support | infirit | 1 | -0/+16 | |
2014-12-13 | housekeeping: Fix compile-time warning | infirit | 2 | -2/+2 | |
Taken from GSD commit: 5fec0799987ef93077c1d823eb2e7bb9e95dc976 From: Bastien Nocera <[email protected]> | |||||
2014-12-13 | housekeeping: Use void when no parameters to function | infirit | 1 | -1/+1 | |
Based on GSD commit: 826de890a80692da47721191e4e58b171691f81e From: Bastien Nocera <[email protected]> | |||||
2014-12-13 | housekeeping: More network filesystems not to monitor | infirit | 1 | -4/+20 | |
2014-05-18 | Drop support for glib < 2.36 | infirit | 3 | -25/+1 | |
2014-02-13 | housekeeping: Cherry pick some fixes from gnome-settings-daemon | Stefano Karapetsas | 1 | -3/+8 | |
2013-09-26 | housekeeping: Support new thumbnails path for newer glib versions | Stefano Karapetsas | 1 | -0/+15 | |
Closes #51 https://github.com/mate-desktop/mate-settings-daemon/issues/51 | |||||
2013-02-18 | use libnotify 0.7, not libmatenotify | Elan Ruusamäe | 2 | -3/+3 | |
2012-12-15 | [keyboard] fix g_format_size_for_display deprecation (GLIB 2.30) | Jasmine Hassan | 1 | -0/+5 | |
2012-12-15 | [plugins] various small fixes/improvements | Jasmine Hassan | 1 | -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 shutdown | Jasmine Hassan | 1 | -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 |