summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-04First dev release bumpinfirit1-2/+2
2015-09-04Merge pull request #115 from monsta/fixesClement Lefebvre1-2/+14
a couple of fixes from upstream
2015-09-04mouse: fix memleakMonsta1-1/+13
adapted from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=5ee48ce8aa66f6c4fdc4aa2c07bc03bdb83bcb65
2015-09-04mouse: use syndaemon -K to ignore Ctrl+C and other combosMonsta1-1/+1
adapted from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=d8e4167a257d253c0f02cb50d170b26ab57fb5be
2015-09-03Merge pull request #114 from clefebvre/masterClement Lefebvre2-9/+72
Touchpad: Added support for natural scrolling (along with minor chang…
2015-09-03Touchpad: Added support for natural scrolling (along with minor changes to ↵Clement Lefebvre2-9/+72
fix a few warnings and make var names more consistent with one another)
2015-09-03Merge pull request #113 from clefebvre/masterClement Lefebvre2-34/+95
Touchpad support improvements
2015-09-03Touchpad support: Fixed default value for tapping when configuration is ↵Clement Lefebvre2-4/+4
outside of bonds, fixed typo in settings description
2015-09-03Refactored mouse plugin a bit (tap actions used to instantiate a gsettings ↵Clement Lefebvre1-34/+31
object for every device)
2015-09-03Touchpad support: Added support for two and three finger clicksClement Lefebvre2-6/+70
2015-09-03Touchpad settings: Affect right-button to 2 finger tap and middle-button to ↵Clement Lefebvre1-2/+2
3 finger tap by default (consistent with 2 finger clicking and settings in other DEs)
2015-08-29Mouse manager now reads settings for touchpad mappingsmc-jesus1-3/+27
2015-08-29dconf-settings for 1/2/3 finger tap button mappingsmc-jesus1-0/+15
2015-08-27Define max/min version of GLibinfirit1-0/+7
This warns us of using symbols like g_assert_null not available in GLib 2.36
2015-08-18keyboard: connect to libmatekbd's GSettings before reading themMonsta1-4/+15
the notorious GLib >= 2.43 issue...
2015-08-18keyboard: rename variable to better match libmatekbd stuffMonsta1-4/+4
2015-08-07a11y-keyboard: drop deprecated property from ui fileMonsta1-1/+0
2015-07-28keyboard: remove XFree86 4.3.0 check which is from stone ageMonsta1-15/+3
from https://github.com/GNOME/gnome-settings-daemon/commit/ed3bb1700ecc85950a685546fddac43aedd5e979
2015-07-28mouse: use event driven mode for syndaemon, save some powerMonsta1-2/+3
from https://github.com/GNOME/gnome-settings-daemon/commit/f7071bf1f9941f0ba5fe23c645656e70fb2dd699
2015-07-28housekeeping: don’t monitor fdescfs (special FS in FreeBSD)Monsta1-0/+1
from https://github.com/GNOME/gnome-settings-daemon/commit/f6ca3147e5ce2319c167cb77af06f116e2f20a7e
2015-07-28a11y: don't use ancient properties (deprecated in GTK+ 2.22)Monsta1-2/+1
2015-07-28smartcard: return proper typeMonsta1-1/+1
2015-07-13Bump version to 1.10.1mate-settings-daemon-1.10.1Monsta2-1/+6
2015-06-30mate-settings-daemon: Remove trailing whitespaceinfirit1-5/+5
2015-06-30Add man pages from Mike Gabriel (sunweaver)infirit3-1/+37
closes #108
2015-06-17Typo fix in debug messageMike Gabriel1-2/+2
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/107
2015-06-12Sync translations with transifexmate-i18n5-88/+94
2015-06-09Merge pull request #104 from PoZitron/masterMartin Wimpress1-1/+6
fix mpris plugin "vanish" function
2015-05-23fix mpris plugin "vanish" functionDmitriy1-1/+6
See bug #75
2015-04-07Bump version to 1.10.0mate-settings-daemon-1.10.0Stefano Karapetsas2-3/+3
2015-04-07Sync translations with transifexmate-i18n4-15/+1206
2015-03-15changed the reaction to numlock state to avoid eating 100% CPUMonsta1-6/+6
credits to @nileshgr for the patch Closes https://github.com/mate-desktop/mate-settings-daemon/pull/98
2015-02-25Bump version to 1.9.90mate-settings-daemon-1.9.90Stefano Karapetsas2-3/+2
2015-02-25xsettings 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
2015-02-25Sync translations with transifexmate-i18n2-70/+70
2015-01-20Sync translations with transifexmate-i18n6-180/+185
2015-01-20Bump version to 1.9.6mate-settings-daemon-1.9.6Stefano Karapetsas2-2/+2
2015-01-13background plugin: safer access to list element's dataMonsta1-1/+1
g_list_nth_data just returns NULL if either list or element is NULL Closes https://github.com/mate-desktop/mate-settings-daemon/pull/91
2015-01-13a11y-keyboard: fix crashMonsta1-9/+9
fixes https://github.com/mate-desktop/mate-settings-daemon/issues/70
2015-01-13xrandr: use mate_gdk_spawn_command_line_on_screen alwaysMonsta1-6/+1
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/93
2015-01-12housekeeping plugin: add missing dollar sign in Makefile.amMonsta1-1/+1
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/92
2014-12-18remove erroneous codemonsta1-3/+0
2014-12-18fix paths in .pc filemonsta1-2/+2
2014-12-16Revert "Add back Glib 2.32 support"infirit2-17/+1
This reverts commit 602945c084d45bd3858e564e03a70a2a361a5756.
2014-12-16Add back Glib 2.32 supportinfirit2-1/+17
2014-12-15Bump mate-desktop required to version 1.9.4infirit1-1/+1
The materr* changes are not in mate-desktop 1.9.3 yet.
2014-12-13Sync with GSD: Use MIME types for schemes, not GConfinfirit1-28/+8
Take the improvement from GSD Commit: 3e4dbcd54412a58d7e6ebde58f191d2a001518b8 From: Rodrigo Moya <[email protected]>
2014-12-13media-keys: Add support for more multimedia keysinfirit2-5/+17
Add support for FastForward, Rewind, Repeat and Shuffle multimedia keys. Taken from GSD commits: 338a2db55d96304ebeedcb3e6f87b88ffa3b7828 b4cb0dc3c936336ffba65c50f737cffe9bf79cbe From: Bastien Nocera <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=539915
2014-12-13media-keys: Add ability to hard-code keysinfirit2-21/+28
This would be used for keys that we don't want to export to the user-interface, such as some display or touchpad keys. Taken from GSD commit: 37806fbb00087e44dd66a19efacd5eba4441bfc9 From: Bastien Nocera <[email protected]>
2014-12-13Enable maintainer modeinfirit1-0/+1