summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2019-09-20Hide MATE Settings Daemon from Startup Applications cappletMartin Wimpress1-0/+1
Autostart desktop files are hidden from the Startup Applications capplet. This pull request ensures that MATE Settings Daemon is not presented as an item that users can disable. See also: * https://github.com/mate-desktop/mate-session-manager/pull/213
2019-08-30switch to use gettextWu Xiaotian3-10/+11
2019-08-11Add remaining peripheral schemas from mate-desktopVictor Kareh2-0/+50
2019-08-11mouse: Add acceleration profilesVictor Kareh3-0/+70
Currently libinput supports Adaptive and Flat acceleration profiles. We can use these to change mouse behavior. Synaptic touchpads are not supported through libinput, so they will not be affected by this change. The Default acceleration profile reads the value from the libinput defaults and sets them as the current profile. Usually ends up being Adaptive.
2019-07-27Change media-keys volume-step default from 6 to 5 in the gschema and use ↵gm101-1/+1
only that instead of a redundant constant in the code.
2019-06-13media-keys: Execute default instant messaging application defined by schemarbuj1-0/+5
2018-12-05media-keys: Add microphone mute key supportZhang Xianwei1-0/+5
Pressing the microphone mute button now toggles the mute status. Fix https://github.com/mate-desktop/mate-settings-daemon/issues/175 Signed-off-by: Zhang Xianwei <[email protected]>
2018-12-03media-keys: Make sound changes quiet with AltZhang Xianwei1-0/+15
<Alt>+volume control keys will change the sound, without playing a notification sound, which can be useful when things need to be quiet. This uses the settings stored in GSettings for those audio keys. Signed-off-by: Zhang Xianwei <[email protected]>
2018-10-24rfkill: Add RFKill support plugin on Linux systemsZhang Xianwei2-0/+16
from https://github.com/GNOME/gnome-settings-daemon/commit/444af32e343a79ca3db0f957bf73687a0f0df9ec Signed-off-by: Zhang Xianwei <[email protected]>
2018-10-17Add shortcut to start mate-control-centerZhang Xianwei1-0/+5
Some laptops have a setting hotkey. This is bound by default to XF86Tools. Add shortcut to start mate-control-center to support it. Signed-off-by: Zhang Xianwei <[email protected]>
2018-02-06Load xsettings during initialization phaseVictor Kareh2-0/+10
Also set QT_* env variables during init, and restart marco, mate-panel, toggle desktop icons when changing scales
2017-12-21touchpad: disable clickfinger by defaultPatrick Monnerat1-2/+2
2016-11-10fix description of motion-acceleration key in touchpad schemamonsta1-1/+1
2016-11-01mouse: add separate keys for touchpad motion settings (not used yet)monsta1-0/+10
schema: org.mate.peripherals-touchpad keys: motion-acceleration, motion-threshold (same as in peripherals-mouse schema) types and default values: also same as for mouse adapted from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=122aee4e56d6ed94c41dfbcac0bece1921629de7
2016-10-31mouse: add key for separate touchpad handedness (left/right-handed)monsta1-0/+10
schema: org.mate.peripherals-touchpad key: left-handed (same name as in peripherals-mouse schema) values: 'right', 'left', 'mouse' default value: 'mouse' - follow the corresponding mouse setting (to keep the default behaviour same as before) adapted from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=59ec6da345fa6d20c13d44f9cfe4f607cb1eeea3 https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=ccaf750510e8797f22045490eb37d39693023ec6
2016-10-31schema: fix indent a bitmonsta1-1/+1
2016-05-27Change default hinting style to 'hintslight'Piotr Jurkiewicz1-1/+1
Change this in order to match new default fontconfig settings (introduced in fontconfig 2.11.95).
2016-05-27Use 'rgba' (LCD subpixel) antialiasing by defaultPiotr Jurkiewicz1-1/+1
2016-04-05Revert "Touchpad settings: Enabled natural scroll by default"monsta1-1/+1
This reverts commit 8abd921b666acce33d2d9d811bd9c9602066fc0d. based on feedback in the comments at https://github.com/mate-desktop/mate-settings-daemon/pull/137
2016-03-29schema: add summary and description for new touchpad scrolling keysmonsta1-8/+8
2016-03-24Touchpad settings: Enabled natural scroll by defaultClement Lefebvre1-1/+1
2016-03-24Touchpad support: Support edge and two-finger scrolling independentlyClement Lefebvre1-7/+17
2016-01-12correct enable-osd key descriptionmonsta1-2/+2
2016-01-10Add key to enable/disable the notification dialogFriedrich Herbst1-0/+5
2016-01-03drop MateConf migration scriptMonsta2-124/+0
2015-09-28clarify "power" key bindings logicDenis Gorodnichev1-0/+5
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-08Rework gsettings schema buildinginfirit26-366/+361
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-09-03Touchpad: Added support for natural scrolling (along with minor changes to ↵Clement Lefebvre1-0/+5
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-03Touchpad support: Added support for two and three finger clicksClement Lefebvre1-0/+10
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-29dconf-settings for 1/2/3 finger tap button mappingsmc-jesus1-0/+15
2015-06-30mate-settings-daemon: Remove trailing whitespaceinfirit1-5/+5
2015-06-30Add man pages from Mike Gabriel (sunweaver)infirit3-1/+37
closes #108
2014-12-18fix paths in .pc filemonsta1-2/+2
2014-11-02Add a11y-settings plugininfirit2-0/+15
2014-11-02a11y-keybindings: Move to media-keys plugininfirit4-65/+21
2014-09-19Update schema to use toggle shell scriptinfirit1-3/+3
Fixes https://github.com/mate-desktop/mate-settings-daemon/issues/32
2014-02-18Add manpageVangelis Mouhtsis2-0/+41
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/60
2013-06-24Fixes for make distStefano Karapetsas1-26/+31
2013-03-22Make GSettings schemas translatableStefano Karapetsas25-58/+60
2013-03-22Add MPRIS pluginStefano Karapetsas2-0/+15
2013-02-18Re-added keybindings plugin, migrated to GSettingsStefano Karapetsas3-5/+15
2013-01-27Fix schema path deprectations and remove unused constantBrent Hull5-8/+8
2012-12-25Add mateconf-gsettings-data-convert fileYaakov Selkowitz2-0/+124
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[all] Silence build by default, and remove unneeded version requirementsJasmine Hassan1-1/+1
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=b9b785508085d77818c76ab4aed8ee574dbd1756
2012-12-06[font] remove outdated (disabled by default) plugin & schemaJasmine Hassan2-15/+0
Was used to setup old X legacy fonts, and was disabled by default in bug: https://bugzilla.gnome.org/show_bug.cgi?id=613604
2012-10-27disable accessibility keybindings fileStefano Karapetsas1-3/+4
2012-10-23fix enum in schemamate-settings-daemon-1.5.2Stefano Karapetsas1-1/+1