summaryrefslogtreecommitdiff
path: root/plugins/housekeeping
AgeCommit message (Collapse)AuthorFilesLines
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
2012-12-14[housekeeping] Remove GtkObject & gtk_dialog_set_has_separator deprecationsJasmine Hassan3-5/+2
gtk_dialog_set_has_separator deprecated in GTK+ 2.21.8 simple gtk_object -> gtk_widget switch for GTK3 forward compat.
2012-12-06[plugins] cleanup macro magic in plugin.hJasmine Hassan1-0/+6
And instead, use glib macros (since 2.14) http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=0dda56c4462e070dabdab68092b6574b5e894181
2012-12-05[daemon] quick 'n dirty initial review of gsettings portJasmine Hassan2-2/+0
1. import: Don't choke if there are old plugins laying around http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=18e57e126ff6a6ab2980c119aebef087227e2a54 2. Alleviate #23 -- no more "g_object_unref: assertion 'G_IS_OBJECT (object)' failed" when starting m-c-c "Appearance" properties.
2012-10-12fix incorrect FSF addressraveit656-6/+6
2012-10-01migrate to gsettingsmate-settings-daemon-1.5.0Stefano Karapetsas4-132/+98
2012-09-03port msd-housekeeping-manager.c to gsettingsStefano Karapetsas1-61/+23
2012-03-16housekeeping: Don't access free'd memory if a volume is unmounted whilst the ↵Rodrigo Moya1-3/+5
dialog is displayed
2012-02-21gsd to msd complete rename patch by NiceandGently; file rename commithaxar10-0/+0
2012-02-21gsd to msd complete rename patch by NiceandGently; code changes commithaxar11-191/+191
2012-01-24fix typo (Unkown => Unknown), thanks lintian!Stefano Karapetsas1-2/+2
2011-12-03removing autogenerated filesPerberos1-689/+0
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos13-0/+3096