Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2012-12-14 | [housekeeping] Remove GtkObject & gtk_dialog_set_has_separator deprecations | Jasmine Hassan | 3 | -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.h | Jasmine Hassan | 1 | -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 port | Jasmine Hassan | 2 | -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-12 | fix incorrect FSF address | raveit65 | 6 | -6/+6 | |
2012-10-01 | migrate to gsettingsmate-settings-daemon-1.5.0 | Stefano Karapetsas | 4 | -132/+98 | |
2012-09-03 | port msd-housekeeping-manager.c to gsettings | Stefano Karapetsas | 1 | -61/+23 | |
2012-03-16 | housekeeping: Don't access free'd memory if a volume is unmounted whilst the ↵ | Rodrigo Moya | 1 | -3/+5 | |
dialog is displayed | |||||
2012-02-21 | gsd to msd complete rename patch by NiceandGently; file rename commit | haxar | 10 | -0/+0 | |
2012-02-21 | gsd to msd complete rename patch by NiceandGently; code changes commit | haxar | 11 | -191/+191 | |
2012-01-24 | fix typo (Unkown => Unknown), thanks lintian! | Stefano Karapetsas | 1 | -2/+2 | |
2011-12-03 | removing autogenerated files | Perberos | 1 | -689/+0 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 13 | -0/+3096 | |