Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-01 | Replace ghelp: with help: for user-guide | infirit | 1 | -1/+1 | |
2013-07-31 | Update libmate-desktop headers to new location | Stefano Karapetsas | 2 | -4/+4 | |
2013-07-31 | mouse: Add GTK3 support | Stefano Karapetsas | 1 | -2/+76 | |
2013-07-31 | Add GTK3 support in OSD window | Stefano Karapetsas | 3 | -4/+140 | |
2013-07-31 | Add GTK3 support in configure | Stefano Karapetsas | 1 | -6/+27 | |
2013-07-11 | media-keys: Fix terminal GSettings key name | Stefano Karapetsas | 1 | -2/+2 | |
2013-06-24 | Bump version to 1.6.1mate-settings-daemon-1.6.1 | Stefano Karapetsas | 1 | -1/+1 | |
2013-06-24 | Fixes for make dist | Stefano Karapetsas | 3 | -28/+32 | |
2013-05-08 | keyboard: Allow to disable indicators in GSettings | Stefano Karapetsas | 2 | -5/+6 | |
2013-04-06 | Init libnotify in mate-settings-daemon, not in plugins | Stefano Karapetsas | 3 | -5/+16 | |
2013-03-31 | Bump version to 1.6.0mate-settings-daemon-1.6.0 | Stefano Karapetsas | 1 | -2/+2 | |
2013-03-31 | Sync translations with transifex | Stefano Karapetsas | 81 | -110424/+54188 | |
2013-03-31 | Add transifex configuration file | Stefano Karapetsas | 1 | -0/+7 | |
2013-03-29 | Add empty ChangeLog to allow build from git | Stefano Karapetsas | 1 | -0/+2 | |
2013-03-24 | mpris: Fix copyright holders | Stefano Karapetsas | 2 | -0/+6 | |
2013-03-24 | Removed ChangeLog | Steve Zesch | 1 | -1271/+0 | |
2013-03-22 | Fixed typo in comment. | Steve Zesch | 1 | -1/+1 | |
2013-03-22 | Removed unused variables. | Steve Zesch | 1 | -3/+0 | |
2013-03-22 | Bump version to 1.5.7mate-settings-daemon-1.5.7 | Stefano Karapetsas | 1 | -1/+1 | |
2013-03-22 | Make GSettings schemas translatable | Stefano Karapetsas | 26 | -69/+81 | |
2013-03-22 | Add MPRIS plugin | Stefano Karapetsas | 11 | -0/+777 | |
2013-03-21 | Remove autogenerated file | Stefano Karapetsas | 1 | -136/+0 | |
2013-03-21 | Add option to replace the current daemon | Stefano Karapetsas | 1 | -1/+16 | |
2013-03-20 | Register mate-settings-daemon as client of org.mate.SessionManager | Stefano Karapetsas | 1 | -0/+87 | |
2013-03-20 | Remove code to become a daemon | Stefano Karapetsas | 1 | -94/+5 | |
It is not needed and it creates issues in some distributions | |||||
2013-03-17 | Merge pull request #41 from rezso/master | Stefano Karapetsas | 1 | -4/+4 | |
fix dconf minimum versions | |||||
2013-03-16 | Update configure.ac | rezso | 1 | -4/+4 | |
2013-03-10 | Bump version to 1.5.6mate-settings-daemon-1.5.6 | Stefano Karapetsas | 1 | -1/+1 | |
2013-02-26 | two more fixes for libnotify | Elan Ruusamäe | 2 | -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-18 | Merge pull request #40 from glensc/libnotify | Stefano Karapetsas | 7 | -46/+43 | |
use libnotify 0.7, not libmatenotify | |||||
2013-02-18 | Re-added keybindings plugin, migrated to GSettings | Stefano Karapetsas | 13 | -6/+1202 | |
2013-02-18 | use libnotify 0.7, not libmatenotify | Elan Ruusamäe | 7 | -46/+43 | |
2013-02-09 | background: Fix missing void keyword in real_draw_bg function | Stefano Karapetsas | 1 | -1/+1 | |
2013-02-09 | Fix segmentation fault on resolution change | Stefano Karapetsas | 1 | -0/+5 | |
2013-02-08 | Bump version to 1.5.5mate-settings-daemon-1.5.5 | Stefano Karapetsas | 1 | -1/+1 | |
2013-01-28 | Merge pull request #37 from bhull2010/master | Stefano Karapetsas | 6 | -9/+8 | |
Fix gsettings schema paths | |||||
2013-01-27 | Fix schema path deprectations and remove unused constant | Brent Hull | 6 | -9/+8 | |
2013-01-04 | Merge pull request #36 from cygwinports/master | Stefano Karapetsas | 2 | -0/+124 | |
Add mateconf-gsettings-data-convert file | |||||
2012-12-25 | Add mateconf-gsettings-data-convert file | Yaakov Selkowitz | 2 | -0/+124 | |
2012-12-23 | Merge pull request #34 from jasmineaura/develop | Stefano Karapetsas | 5 | -15/+24 | |
Remove last remaining deprecations (GDK) | |||||
2012-12-22 | [mouse] remove deprecated gdk_drawable_get_size & gdk_drawable_get_screen | Jasmine Hassan | 1 | -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 Hassan | 1 | -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.24 | Jasmine Hassan | 3 | -4/+4 | |
for: gdk_x11_window_lookup_for_display() gdk_x11_window_foreign_new_for_display() | |||||
2012-12-17 | Merge pull request #33 from bhull2010/master | Stefano Karapetsas | 1 | -1/+4 | |
Restore volume-step preference instead of hardcoding it | |||||
2012-12-16 | Restore preference for volume step instead of hardcoding it | Brent Hull | 1 | -1/+4 | |
2012-12-15 | Merge pull request #31 from jasmineaura/develop | Stefano Karapetsas | 23 | -532/+508 | |
background revised, various other fixes & improvements | |||||
2012-12-15 | [keyboard] add g_strv_behead, reduce code & fix filter_xkb_config() | Jasmine Hassan | 1 | -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 Hassan | 1 | -0/+5 | |
2012-12-15 | [plugins] various small fixes/improvements | Jasmine Hassan | 3 | -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 GTK3 | Jasmine Hassan | 1 | -0/+4 | |