summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-24Bump version to 1.6.1mate-settings-daemon-1.6.1Stefano Karapetsas1-1/+1
2013-06-24Fixes for make distStefano Karapetsas3-28/+32
2013-05-08keyboard: Allow to disable indicators in GSettingsStefano Karapetsas2-5/+6
2013-04-06Init libnotify in mate-settings-daemon, not in pluginsStefano Karapetsas3-5/+16
2013-03-31Bump version to 1.6.0mate-settings-daemon-1.6.0Stefano Karapetsas1-2/+2
2013-03-31Sync translations with transifexStefano Karapetsas81-110424/+54188
2013-03-31Add transifex configuration fileStefano Karapetsas1-0/+7
2013-03-29Add empty ChangeLog to allow build from gitStefano Karapetsas1-0/+2
2013-03-24mpris: Fix copyright holdersStefano Karapetsas2-0/+6
2013-03-24Removed ChangeLogSteve Zesch1-1271/+0
2013-03-22Fixed typo in comment.Steve Zesch1-1/+1
2013-03-22Removed unused variables.Steve Zesch1-3/+0
2013-03-22Bump version to 1.5.7mate-settings-daemon-1.5.7Stefano Karapetsas1-1/+1
2013-03-22Make GSettings schemas translatableStefano Karapetsas26-69/+81
2013-03-22Add MPRIS pluginStefano Karapetsas11-0/+777
2013-03-21Remove autogenerated fileStefano Karapetsas1-136/+0
2013-03-21Add option to replace the current daemonStefano Karapetsas1-1/+16
2013-03-20Register mate-settings-daemon as client of org.mate.SessionManagerStefano Karapetsas1-0/+87
2013-03-20Remove code to become a daemonStefano Karapetsas1-94/+5
It is not needed and it creates issues in some distributions
2013-03-17Merge pull request #41 from rezso/masterStefano Karapetsas1-4/+4
fix dconf minimum versions
2013-03-16Update configure.acrezso1-4/+4
2013-03-10Bump version to 1.5.6mate-settings-daemon-1.5.6Stefano Karapetsas1-1/+1
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 Karapetsas7-46/+43
use libnotify 0.7, not libmatenotify
2013-02-18Re-added keybindings plugin, migrated to GSettingsStefano Karapetsas13-6/+1202
2013-02-18use libnotify 0.7, not libmatenotifyElan Ruusamäe7-46/+43
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-02-08Bump version to 1.5.5mate-settings-daemon-1.5.5Stefano Karapetsas1-1/+1
2013-01-28Merge pull request #37 from bhull2010/masterStefano Karapetsas6-9/+8
Fix gsettings schema paths
2013-01-27Fix schema path deprectations and remove unused constantBrent Hull6-9/+8
2013-01-04Merge pull request #36 from cygwinports/masterStefano Karapetsas2-0/+124
Add mateconf-gsettings-data-convert file
2012-12-25Add mateconf-gsettings-data-convert fileYaakov Selkowitz2-0/+124
2012-12-23Merge pull request #34 from jasmineaura/developStefano Karapetsas5-15/+24
Remove last remaining deprecations (GDK)
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 Hassan3-4/+4
for: gdk_x11_window_lookup_for_display() gdk_x11_window_foreign_new_for_display()
2012-12-17Merge pull request #33 from bhull2010/masterStefano Karapetsas1-1/+4
Restore volume-step preference instead of hardcoding it
2012-12-16Restore preference for volume step instead of hardcoding itBrent Hull1-1/+4
2012-12-15Merge pull request #31 from jasmineaura/developStefano Karapetsas23-532/+508
background revised, various other fixes & improvements
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[data] Add daemon path to pkg-config filesJasmine Hassan2-0/+2
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=85546d7902977d14f2a4894284acb3d9915097f6
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 Hassan2-3/+9
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 Hassan6-10/+10
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 Hassan3-5/+15
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