summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2015-03-15a11y-keyboard: fix crashMonsta1-9/+9
fixes https://github.com/mate-desktop/mate-settings-daemon/issues/70
2015-03-08xsettings plugin: first connect to settings, then read them.Monsta1-7/+7
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-settings-daemon/pull/95 Conflicts: plugins/xsettings/msd-xsettings-manager.c
2014-07-11mpris: Replace googlemusicframe with nuvolaplayerDaniel Kao1-1/+1
googlemusicframe was renamed to nuvolaplayer in late 2011.
2014-05-06Add support for GTK3 Gtk/DecorationLayout settingStefano Karapetsas1-0/+1
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/63 See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-decoration-layout
2014-05-06Update vendor_url in policy fileinfirit1-1/+1
2014-02-21gtk3: fix media keysDenis Gorodnichev2-2/+2
2014-02-17keybindings: Fix GTK3 supportStefano Karapetsas1-0/+4
Together with previous commit, it closes https://github.com/mate-desktop/mate-settings-daemon/issues/53
2014-02-17keybindings: Fix GTK3 supportStefano Karapetsas1-0/+4
2014-02-13housekeeping: Cherry pick some fixes from gnome-settings-daemonStefano Karapetsas1-3/+8
2014-02-08Fix typo in previous commitStefano Karapetsas1-1/+1
2014-02-08keyboard: Fix GTK3 supportStefano Karapetsas1-0/+31
2014-01-23xrandr: Fix gdk_spawn_command_line_on_screen usage with GTK3Stefano Karapetsas1-0/+5
2014-01-06Add Middle Click Emulation to mouse managerinfirit1-0/+65
This change depens on gsettings key in mate-desktop.
2013-11-08INCLUDES -> AM_CPPFLAGSinfirit1-3/+3
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-08-01Replace ghelp: with help: for user-guideinfirit1-1/+1
2013-07-31Update libmate-desktop headers to new locationStefano Karapetsas2-4/+4
2013-07-31mouse: Add GTK3 supportStefano Karapetsas1-2/+76
2013-07-31Add GTK3 support in OSD windowStefano Karapetsas3-4/+140
2013-07-11media-keys: Fix terminal GSettings key nameStefano Karapetsas1-2/+2
2013-05-08keyboard: Allow to disable indicators in GSettingsStefano Karapetsas1-4/+4
2013-04-06Init libnotify in mate-settings-daemon, not in pluginsStefano Karapetsas1-4/+0
2013-03-24mpris: Fix copyright holdersStefano Karapetsas2-0/+6
2013-03-22Fixed typo in comment.Steve Zesch1-1/+1
2013-03-22Removed unused variables.Steve Zesch1-3/+0
2013-03-22Add MPRIS pluginStefano Karapetsas7-0/+760
2013-03-21Remove autogenerated fileStefano Karapetsas1-136/+0
2013-02-26two more fixes for libnotifyElan Ruusamäe2-6/+3
** (mate-settings-daemon:27918): WARNING **: /usr/lib64/mate-settings-daemon/liba11y-keyboard.so: undefined symbol: notify_notification_attach_to_status_icon ** (mate-settings-daemon:27225): WARNING **: /usr/lib64/mate-settings-daemon/libxrandr.so: undefined symbol: notify_notification_new_with_status_icon liba11-keyboard change done similarily to GNOME, just removing it: https://github.com/GNOME/gnome-settings-daemon/commit/e1ab570b0dce479ba235e5542ea07d1b5bafc4c9
2013-02-18Merge pull request #40 from glensc/libnotifyStefano Karapetsas6-30/+27
use libnotify 0.7, not libmatenotify
2013-02-18Re-added keybindings plugin, migrated to GSettingsStefano Karapetsas9-1/+1177
2013-02-18use libnotify 0.7, not libmatenotifyElan Ruusamäe6-30/+27
2013-02-09background: Fix missing void keyword in real_draw_bg functionStefano Karapetsas1-1/+1
2013-02-09Fix segmentation fault on resolution changeStefano Karapetsas1-0/+5
2013-01-27Fix schema path deprectations and remove unused constantBrent Hull1-1/+0
2012-12-22[mouse] remove deprecated gdk_drawable_get_size & gdk_drawable_get_screenJasmine Hassan1-8/+4
Since we now require GTK 2.24, we can directly use gdk_window_get_width(), gdk_window_get_height(), and gdk_window_get_screen()
2012-12-22[keyboard] don't use deprecated gdk_spawn API.Jasmine Hassan1-3/+16
And use: gdk_display_get_app_launch_context() on GTK3 gdk_app_launch_context_new() on GTK2
2012-12-22[general] replace deprecations, use GDK X11 API, bump GTK+ to 2.24Jasmine Hassan2-3/+3
for: gdk_x11_window_lookup_for_display() gdk_x11_window_foreign_new_for_display()
2012-12-16Restore preference for volume step instead of hardcoding itBrent Hull1-1/+4
2012-12-15[keyboard] add g_strv_behead, reduce code & fix filter_xkb_config()Jasmine Hassan1-32/+21
Fixes compiler warning: 'i' may be used uninitialized in this function Indeed, rather than initializing 'i' to zero, 'lv' (char arr of **lv) was erroneously being assigned the value of 0 in the for loop's initialization. g_strv_behead copied from gkbd_strv_behead from libgnomekbd/gkbd-util.c For reference: Using shared gkbd_strv_* utility functions, reducing the code http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=f62d0846143b8a65606daa6860e6b2cd7f9cb465
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 Hassan3-40/+34
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[keyboard] Don't cast dialog to GTK_OBJECT on GTK3Jasmine Hassan1-0/+4
2012-12-15[mouse] Don't switch mouse buttons for XTest devicesJasmine Hassan1-0/+1
Fix fake events generated by applications being the wrong button. https://bugzilla.gnome.org/show_bug.cgi?id=627084
2012-12-15[keyboard] Give a name to the keyboard status iconJasmine Hassan1-0/+1
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=2674a0fa89abb08443d8f93da6fe9ae7f81c1120
2012-12-15[datetime] fix deprecated polkit_authority_get(), bump to 0.97Jasmine Hassan1-2/+8
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=d08b1b05997b3591c7ac1eefebd04a503c97c06e and bump PolicyKit minimum required to 0.97 http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=d1c499e9e6b2aae3b0d1e0004e38f1d280e31144
2012-12-15[all] Silence build by default, and remove unneeded version requirementsJasmine Hassan3-5/+5
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=b9b785508085d77818c76ab4aed8ee574dbd1756
2012-12-15[plugins] only link background/xrandr to mate-desktop, not main processJasmine Hassan2-4/+10
Most of the plugins do not need gnome-desktop's functionality, so there is no point in the main process linking against it. http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=ed54ceee46b6a56613c8aeb3d594f6a485400ef9
2012-12-15[plugins] Fix some deprecations (GTK2/GTK3)Jasmine Hassan4-13/+12
a11y-keyboard: gtk_dialog_set_has_separator(), deprecated in GTK+ 2.22 common|mouse: prefix GDK key constants with _KEY (GTK3)
2012-12-15[mouse] Replace Gdk drawing with Cairo (GTK3)Jasmine Hassan1-13/+12
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=1c1677dcfd55eb7e1f6a20435af466331ec2a911
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