summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2015-09-28clarify "power" key bindings logicDenis Gorodnichev2-4/+15
historically "power" key bindings calls shutdown dialog but described as logout. this is confuses users. updated "power" key bindings description provided additional "logout" key bindings
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre3-8/+8
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-03Touchpad: Added support for natural scrolling (along with minor changes to ↵Clement Lefebvre1-9/+67
fix a few warnings and make var names more consistent with one another)
2015-09-03Touchpad support: Fixed default value for tapping when configuration is ↵Clement Lefebvre1-2/+2
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 Lefebvre1-6/+60
2015-08-29Mouse manager now reads settings for touchpad mappingsmc-jesus1-3/+27
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-06-17Typo fix in debug messageMike Gabriel1-2/+2
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/107
2015-05-23fix mpris plugin "vanish" functionDmitriy1-1/+6
See bug #75
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-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-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-16Revert "Add back Glib 2.32 support"infirit1-16/+0
This reverts commit 602945c084d45bd3858e564e03a70a2a361a5756.
2014-12-16Add back Glib 2.32 supportinfirit1-0/+16
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-13xrdb: Use sysconfdir for .ad files, since they are settingsinfirit3-3/+3
Taken from GSD commit: 7004dce9b430069ec96f307b84dc5d9289e3c29c From: Rodrigo Moya <[email protected]>
2014-12-13media-keys: Show a touchpad-disabled if no touchpadinfirit1-0/+8
hen pressing the touchpad button on the keyboard, and there's no touchpad present, don't show a wrong state for the touchpad status, but always show a "touch disabled" popup. Taken from GSD commit: ab4ac947c66c232afcb874ac36bece6e652ed3cc From: Bastien Nocera <[email protected]> Gnome bug: https://bugzilla.redhat.com/show_bug.cgi?id=614213
2014-12-13mouse: Move "has touchpad" function to commoninfirit5-64/+155
So it can be reused. This also fixes a memory leak in the function. We were leaking the device list Taken from GSD commit: f6dcba4e954f3e910854f3c92fb69b157683267d From: Bastien Nocera <[email protected]>
2014-12-13xsettings: Make fontconfig a hard dependencyinfirit2-25/+4
It's required lower down the GTK+ stack on Unices anyway, so there's no point in making it an option. Taken from GSD commit: f6257d7e81aaa79dcd7430c0de092145f64f6146 From: Bastien Nocera <[email protected]>
2014-12-13unneeded debug removedinfirit1-20/+0
It was necessary long ago, when stdout was hard to get from m-s-d Taken from GSD commit: 950112d2d077450aa9c4ca60fb03a61bfacf43c7 From: Sergey V. Udaltsov <[email protected]>
2014-12-13housekeeping: Fix compile-time warninginfirit2-2/+2
Taken from GSD commit: 5fec0799987ef93077c1d823eb2e7bb9e95dc976 From: Bastien Nocera <[email protected]>
2014-12-13xsettings: Export Xft.lcdfilter for OO.o's benefitinfirit1-0/+4
Export Xft.lcdfilter legacy setting for the benefit of OpenOffice.org which doesn't follow the other fontconfig settings. Taken from GSD commit: 6cf315249ab27d4396b0f5b5edb1e689a5cafc68 From: Chris Coleman <[email protected]> gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=631924
2014-12-13xrandr: Add icon to the "Keep settings" dialogueinfirit1-0/+1
Taken from GSD commit: 6cd5f46fcb6d0580e541f8d462a1a61e5f0150a3 From: Bastien Nocera <[email protected]>
2014-12-13housekeeping: Use void when no parameters to functioninfirit1-1/+1
Based on GSD commit: 826de890a80692da47721191e4e58b171691f81e From: Bastien Nocera <[email protected]>
2014-12-13mouse: Check for touchpad before running syndaemoninfirit1-1/+22
This avoids error messages from syndaemon: Unable to find a synaptics device. Taken from GSD commit: fd4722b40351a3bfc1793fb4ec56e8a5a406786a From: Hernando Torque <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=632122
2014-12-13msd-osd-window: Remove unused variableinfirit1-2/+0
2014-12-13Gtk3: Fixup draw-event handlinginfirit1-4/+12
Missing bits taken from GSD commit: 0d114cf6f19f3ae0d3e73e2b38c5bd1fd495e390 From: William Jon McCann <[email protected]>
2014-12-13housekeeping: More network filesystems not to monitorinfirit1-4/+20
2014-12-13Support the Gtk/AutoMnemonics X settinginfirit1-0/+1
Taken from GSD commit: f8d7e4124d269200708a2f7259a0e629726c5785 From: Matthias Clasen <[email protected]>
2014-11-30Connect to the right signal nameinfirit1-1/+1
Based on gnome-settings-dameon commit: 107f7cdea4bcc508622e040d22e43a9e65574401 From: Emilio Pozuelo Monfort <[email protected]>
2014-11-30XRandR plugin: cope with rename of get_active and get_connectedinfirit1-13/+13
Now the methods are called is_active and is_connected Based on gnome-settings-daemon commit: 68ff8cf63cea899b45d0ffb6950fdcc28d71fffd (patch) From: Giovanni Campagna <[email protected]>
2014-11-30xrandr: Only connect to MateRRScreen's signal after checking it's not NULLinfirit1-1/+2
Taken from gnome-settings-deaemon commit:9b1fd55f4e65cad07a3f39de441aca53e34e7473 From: Rodrigo Moya <[email protected]>
2014-11-30Adapt to API changes in MateRRScreeninfirit1-3/+3
Based on gnome-settings-daemon commit: 3d4bb7d247ac1d70840cd7ea7247263d3f590d9f From: Giovanni Campagna <[email protected]> - mate_rr_screen_new has lost the callback parameter, replaced by "screen-changed" signal - mate_rr_screen_destroy is gone
2014-11-30Adapt to mate-desktop API changesinfirit1-148/+166
Based on gnome-settings-daemon commit 8fb7dd9c4dc6da34b4b2961c6212b91d6342152a From: Giovanni Campagna <[email protected]> MateRRScreen, MateRRConfig and MateRROutputInfo have been turned into GObjects. Adapt to that.
2014-11-28fix possible dereference of NULL pointermonsta1-1/+1