summaryrefslogtreecommitdiff
path: root/plugins/housekeeping
AgeCommit message (Collapse)AuthorFilesLines
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