Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-20 | Hide MATE Settings Daemon from Startup Applications capplet | Martin Wimpress | 1 | -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-30 | switch to use gettext | Wu Xiaotian | 3 | -10/+11 | |
2019-08-11 | Add remaining peripheral schemas from mate-desktop | Victor Kareh | 2 | -0/+50 | |
2019-08-11 | mouse: Add acceleration profiles | Victor Kareh | 3 | -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-27 | Change media-keys volume-step default from 6 to 5 in the gschema and use ↵ | gm10 | 1 | -1/+1 | |
only that instead of a redundant constant in the code. | |||||
2019-06-13 | media-keys: Execute default instant messaging application defined by schema | rbuj | 1 | -0/+5 | |
2018-12-05 | media-keys: Add microphone mute key support | Zhang Xianwei | 1 | -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-03 | media-keys: Make sound changes quiet with Alt | Zhang Xianwei | 1 | -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-24 | rfkill: Add RFKill support plugin on Linux systems | Zhang Xianwei | 2 | -0/+16 | |
from https://github.com/GNOME/gnome-settings-daemon/commit/444af32e343a79ca3db0f957bf73687a0f0df9ec Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-10-17 | Add shortcut to start mate-control-center | Zhang Xianwei | 1 | -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-06 | Load xsettings during initialization phase | Victor Kareh | 2 | -0/+10 | |
Also set QT_* env variables during init, and restart marco, mate-panel, toggle desktop icons when changing scales | |||||
2017-12-21 | touchpad: disable clickfinger by default | Patrick Monnerat | 1 | -2/+2 | |
2016-11-10 | fix description of motion-acceleration key in touchpad schema | monsta | 1 | -1/+1 | |
2016-11-01 | mouse: add separate keys for touchpad motion settings (not used yet) | monsta | 1 | -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-31 | mouse: add key for separate touchpad handedness (left/right-handed) | monsta | 1 | -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-31 | schema: fix indent a bit | monsta | 1 | -1/+1 | |
2016-05-27 | Change default hinting style to 'hintslight' | Piotr Jurkiewicz | 1 | -1/+1 | |
Change this in order to match new default fontconfig settings (introduced in fontconfig 2.11.95). | |||||
2016-05-27 | Use 'rgba' (LCD subpixel) antialiasing by default | Piotr Jurkiewicz | 1 | -1/+1 | |
2016-04-05 | Revert "Touchpad settings: Enabled natural scroll by default" | monsta | 1 | -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-29 | schema: add summary and description for new touchpad scrolling keys | monsta | 1 | -8/+8 | |
2016-03-24 | Touchpad settings: Enabled natural scroll by default | Clement Lefebvre | 1 | -1/+1 | |
2016-03-24 | Touchpad support: Support edge and two-finger scrolling independently | Clement Lefebvre | 1 | -7/+17 | |
2016-01-12 | correct enable-osd key description | monsta | 1 | -2/+2 | |
2016-01-10 | Add key to enable/disable the notification dialog | Friedrich Herbst | 1 | -0/+5 | |
2016-01-03 | drop MateConf migration script | Monsta | 2 | -124/+0 | |
2015-09-28 | clarify "power" key bindings logic | Denis Gorodnichev | 1 | -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-08 | Rework gsettings schema building | infirit | 26 | -366/+361 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-09-03 | Touchpad: Added support for natural scrolling (along with minor changes to ↵ | Clement Lefebvre | 1 | -0/+5 | |
fix a few warnings and make var names more consistent with one another) | |||||
2015-09-03 | Touchpad support: Fixed default value for tapping when configuration is ↵ | Clement Lefebvre | 1 | -2/+2 | |
outside of bonds, fixed typo in settings description | |||||
2015-09-03 | Touchpad support: Added support for two and three finger clicks | Clement Lefebvre | 1 | -0/+10 | |
2015-09-03 | Touchpad settings: Affect right-button to 2 finger tap and middle-button to ↵ | Clement Lefebvre | 1 | -2/+2 | |
3 finger tap by default (consistent with 2 finger clicking and settings in other DEs) | |||||
2015-08-29 | dconf-settings for 1/2/3 finger tap button mappings | mc-jesus | 1 | -0/+15 | |
2015-06-30 | mate-settings-daemon: Remove trailing whitespace | infirit | 1 | -5/+5 | |
2015-06-30 | Add man pages from Mike Gabriel (sunweaver) | infirit | 3 | -1/+37 | |
closes #108 | |||||
2014-12-18 | fix paths in .pc file | monsta | 1 | -2/+2 | |
2014-11-02 | Add a11y-settings plugin | infirit | 2 | -0/+15 | |
2014-11-02 | a11y-keybindings: Move to media-keys plugin | infirit | 4 | -65/+21 | |
2014-09-19 | Update schema to use toggle shell script | infirit | 1 | -3/+3 | |
Fixes https://github.com/mate-desktop/mate-settings-daemon/issues/32 | |||||
2014-02-18 | Add manpage | Vangelis Mouhtsis | 2 | -0/+41 | |
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/60 | |||||
2013-06-24 | Fixes for make dist | Stefano Karapetsas | 1 | -26/+31 | |
2013-03-22 | Make GSettings schemas translatable | Stefano Karapetsas | 25 | -58/+60 | |
2013-03-22 | Add MPRIS plugin | Stefano Karapetsas | 2 | -0/+15 | |
2013-02-18 | Re-added keybindings plugin, migrated to GSettings | Stefano Karapetsas | 3 | -5/+15 | |
2013-01-27 | Fix schema path deprectations and remove unused constant | Brent Hull | 5 | -8/+8 | |
2012-12-25 | Add mateconf-gsettings-data-convert file | Yaakov Selkowitz | 2 | -0/+124 | |
2012-12-15 | [data] Add daemon path to pkg-config files | Jasmine Hassan | 2 | -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 requirements | Jasmine Hassan | 1 | -1/+1 | |
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=b9b785508085d77818c76ab4aed8ee574dbd1756 | |||||
2012-12-06 | [font] remove outdated (disabled by default) plugin & schema | Jasmine Hassan | 2 | -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-27 | disable accessibility keybindings file | Stefano Karapetsas | 1 | -3/+4 | |
2012-10-23 | fix enum in schemamate-settings-daemon-1.5.2 | Stefano Karapetsas | 1 | -1/+1 | |