Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-08 | Add setting for adjustment of audio volume above 100 per cent: Part 1 | Gordon Norman Squash | 1 | -0/+12 | |
There is often a need for the user to increase the audio playback volume above the volume level known as "100% volume". While increasing the audio volume above 100% can result in degraded audio quality, sometimes the audio was, for example, originally recorded at an extremely low volume, and the user has no other option to clearly hear the audio. Unfortunately, most MATE applications with volume controls do not allow the user to set the volume level above 100%. For example, the main MATE Sound Preferences dialog lets you set the audio volume beyond 100% (when possible), whereas the Volume Control Applet, Volume Control status icon, and special "multimedia" volume control keys do not. In fact, if the user even tries to change the volume using any of the latter methods, and the current volume level is above 100%, these latter methods will all reduce the volume to 100%, even if the user tried to increase the volume! This is part 1 of a patch to change this situation. All that this patch does is add a new, standard MATE setting which determines whether the user should be allowed to set the audio volume above 100%. The rest of the functionality of this patch is in other commits / pull requests. | |||||
2020-08-06 | a11y-keyboard: Add togglekeys-backend setting | Colomban Wendling | 1 | -4/+14 | |
2020-08-06 | a11y-keyboard: Add ranges for togglekeys beep settings | Colomban Wendling | 1 | -0/+4 | |
2020-08-06 | a11y-keyboard: Add settings to control beeps used for togglekeys | Colomban Wendling | 1 | -0/+20 | |
2020-08-06 | a11y-keyboard: Add capslock-beep-enable gsetting | Colomban Wendling | 1 | -0/+4 | |
2020-04-06 | Set range for thumbnail cache maximum-age | rbuj | 1 | -0/+1 | |
2020-02-17 | build: add meson config files to EXTRA_DIST | raveit65 | 1 | -1/+2 | |
fixes https://github.com/mate-desktop/mate-desktop/issues/431 | |||||
2019-08-11 | Move remaining peripheral schemas to mate-settings-daemon | Victor Kareh | 3 | -51/+0 | |
2019-08-11 | schema: Move mouse schemas to mate-settings-daemon | Victor Kareh | 3 | -51/+0 | |
2019-06-12 | schemas: Define schema for a default messenger | rbuj | 3 | -0/+11 | |
Defines a schema that allows users to specify a default instant messaging application. | |||||
2019-05-22 | treewide: add meson build | Marty E. Plummer | 1 | -0/+41 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2019-04-04 | i18n: port from intltool to gettext | Marty E. Plummer | 20 | -45/+40 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2018-12-07 | schemas: Define schema for a default calculator | Zhang Xianwei | 2 | -0/+10 | |
Defines a schema that allows users to specify a default calculator application. Default initialized to 'mate-calc'. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-09-30 | Add new setting to control XKB modifier latching | Colomban Wendling | 1 | -0/+4 | |
Add new setting org.mate.accessibility-keyboard.stickykeys-latch-to-lock to control whether latching is enabled together with sticky keys. | |||||
2018-08-23 | interface: add key to enable/disable primary paste from middlemouse | lukefromdc | 1 | -0/+7 | |
2018-05-31 | Add toggle for synchronizing QT_SCALE_FACTOR to GDK_SCALE_FACTOR | Victor Kareh | 1 | -1/+6 | |
When enabled (default), m-s-d will attempt to set QT_SCALE_FACTOR during the init phase. When disabled, the user can then choose to control this env var elsewhere. | |||||
2018-04-26 | Change default cursor-size to 24px | Victor Kareh | 1 | -1/+1 | |
The MATE cursor theme does not have an 18px cursor size, so having a 18px as the default setting does not make sense. Using 24px looks better in modern displays and allows for proper HiDPI scaling. | |||||
2018-02-06 | Fix typo and remove unnecessary message | Victor Kareh | 1 | -1/+1 | |
2018-02-06 | Add gsettings for window scaling factor | Victor Kareh | 1 | -0/+6 | |
2018-01-05 | schema: drop can-change-accels key, won't work with GTK+3 | monsta | 1 | -5/+0 | |
2017-04-11 | Add Global Menu support | Konstantin | 1 | -0/+10 | |
2016-11-10 | schemas: fix description of motion-acceleration key | monsta | 1 | -1/+1 | |
2016-11-02 | schemas: correct cursor-theme key description | monsta | 1 | -1/+1 | |
we require XCursor now | |||||
2016-11-02 | schemas: drop unused cursor-font key | monsta | 1 | -5/+0 | |
it was not used when m-c-c was built with XCursor support now it's not used at all because we require XCursor for m-c-c build | |||||
2016-03-22 | schemas: capitalize Caja in description | monsta | 1 | -1/+1 | |
2016-01-02 | drop MateConf migration script | Monsta | 2 | -147/+0 | |
2015-12-16 | added missing word in schema description | monsta | 1 | -1/+1 | |
2015-09-14 | drop useless single-click key (Caja uses its own one) | Monsta | 2 | -6/+0 | |
fixes https://github.com/mate-desktop/mate-desktop/issues/201 | |||||
2015-09-08 | Rework gsettings schema building | infirit | 27 | -463/+458 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-09-03 | Mouse schema: Enabled enable middle-click emulation by default | Clement Lefebvre | 1 | -1/+1 | |
2015-09-03 | Fix spelling mistakes | infirit | 1 | -1/+1 | |
Thanks to Michael Steenbeek (@Gymnasiast) for pointing them out. | |||||
2015-09-01 | Gtk3: Add setting to toggle overlay scrolling | infirit | 1 | -0/+5 | |
2014-12-14 | interface: add automatic-mnemonics key for Gtk xsetting | infirit | 1 | -0/+5 | |
Needed for mate-settings-daemon commit f307b35694753bda6edcd299bf8c28d32b25836d | |||||
2014-11-04 | lockdown: Move disable-log-out key here from mate-panel | infirit | 1 | -0/+5 | |
To be used in more places like mate-session. | |||||
2014-10-28 | Update gtk-dialogs-use-header key default to false | infirit | 1 | -1/+1 | |
To stay as close to the Gtk+2 UI as possible. | |||||
2014-10-28 | configure gtk settings gtk-dialogs-use-header and gtk-enable-animations | Denis Gorodnichev | 1 | -0/+10 | |
2014-07-12 | Add first version of org.mate.debug GSettings schema | Stefano Karapetsas | 2 | -0/+20 | |
It will allows users to enable in easy way debug for MATE packages | |||||
2014-05-04 | org.mate.interface: Add gtk-decoration-layout key | Stefano Karapetsas | 1 | -0/+5 | |
See https://github.com/mate-desktop/mate-settings-daemon/issues/63 | |||||
2014-02-21 | Correct the language in a couple of strings. Fixes #99. | Martin Wimpress | 1 | -2/+2 | |
2014-01-05 | Middle Click Emulation: add schema key | infirit | 1 | -0/+5 | |
2013-07-31 | fix summary in disable-theme-settings key | Wolfgang Ulbrich | 1 | -1/+1 | |
2013-04-21 | Fixes to use make dist | Stefano Karapetsas | 1 | -21/+26 | |
2013-03-26 | Merge pull request #56 from NiceandGently/master | Stefano Karapetsas | 1 | -1/+1 | |
change backgrounds installation path in gsettings file | |||||
2013-03-23 | Use Menta as default theme | Stefano Karapetsas | 1 | -2/+2 | |
2013-03-22 | change backgrounds installation path | raveit | 1 | -1/+1 | |
2012-12-25 | Add mateconf-gsettings-data-convert file | Yaakov Selkowitz | 2 | -0/+148 | |
2012-12-03 | [mate-bg|schema] add "background-fade" setting, and define the key in header | Jasmine Hassan | 1 | -0/+5 | |
to make the fading effect optional, either when caja or m-s-d is drawing the bg. This is hopefully useful for those running on older hardware, as the fading effect could delay login/startup a bit. For reference, see: https://bugzilla.gnome.org/show_bug.cgi?id=623174 | |||||
2012-11-29 | [background-schema] Split 'show-desktop' from Caja to global ↵ | Jasmine Hassan | 1 | -0/+5 | |
'show-desktop-icons' This key would indicate that file managers (by default Caja, but applies to others like Thunar or ROX) should handle desktop, i.e. draw a background and place icons there. Otherwise mate-settings-daemon will take care of background stuff when set to FALSE. The difference to 'draw-background' is that this is a separate option used only for drawing background without icons. 'show-desktop-icons' kinda implies 'draw-background', we handle that in Caja and not showing desktop at all. Adapted from: https://bugzilla.gnome.org/show_bug.cgi?id=632225 | |||||
2012-11-06 | Fix typo in browser schema | Brent Hull | 1 | -1/+1 | |
2012-11-06 | Fix desktop schemas paths | Brent Hull | 17 | -19/+19 | |