summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-08-11tx: sync with transifexraveit65118-4659/+9381
2019-08-11tx: update resource for transifexraveit651-47/+178
2019-08-11travis: update mate-desktop required versionraveit651-3/+3
2019-08-11Bump version to 1.23.1Victor Kareh2-9/+11
2019-08-11Add remaining peripheral schemas from mate-desktopVictor Kareh4-0/+52
2019-08-11mouse: Add acceleration profilesVictor Kareh6-0/+243
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-08-02plugins a11y-settings: fix deprecated g_type_class_add_privateWu Xiaotian2-12/+4
2019-08-02plugins a11y-keyboard: fix deprecated g_type_class_add_privateWu Xiaotian3-18/+6
2019-07-31tx: update transifex resourcerbuj1-12/+44
2019-07-27plugins mouse: fix deprecated g_type_class_add_privateWu Xiaotian3-64/+51
2019-07-27Change media-keys volume-step default from 6 to 5 in the gschema and use ↵gm102-6/+6
only that instead of a redundant constant in the code.
2019-07-26plugins background: fix deprecated g_type_class_add_privateWu Xiaotian2-12/+4
2019-07-25xrandr plugin: i18n dropdown menurbuj1-8/+8
2019-07-17plugins keyboard: fix deprecated g_type_class_add_privateWu Xiaotian2-13/+4
2019-07-15add new macro MATE_SETTINGS_PLUGIN_REGISTER_WITH_PRIVATEWu Xiaotian1-11/+20
2019-07-11plugins: drop libXxf86 dependencyraveit655-55/+11
The X server hasn't implemented it in over 10 years. and it was dropped from debian since a long time. fixes https://github.com/mate-desktop/mate-settings-daemon/issues/284
2019-07-05plugins housekeeping: optimization codeWu Xiaotian1-2/+1
2019-07-05Avoid build warningWu Xiaotian1-1/+1
/usr/include/glib-2.0/glib/gmacros.h:366:42: warning: division ‘sizeof (gchar ** {aka char **}) / sizeof (gchar * {aka char *})’ does not compute the number of array elements [-Wsizeof-pointer-div] 366 | #define G_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0])) | ^ msd-ldsm-dialog.c:163:25: note: in expansion of macro ‘G_N_ELEMENTS’ 163 | for (i = 0; i < G_N_ELEMENTS (settings_list); i++) { | ^~~~~~~~~~~~
2019-07-05plugins common: fix deprecated g_type_class_add_privateWu Xiaotian1-6/+2
2019-07-01Remove trailing whitespacesLaurent Napias21-150/+150
2019-07-01fix deprecated g_type_class_add_privateWu Xiaotian2-9/+3
2019-06-15release 1.23.0v1.23.0raveit651-0/+8
2019-06-15tx: sync with transifexraveit6519-255/+1605
2019-06-15tx: update transifex resourceraveit651-29/+37
2019-06-15pre-bump versionraveit652-1/+3
2019-06-13media-keys: Execute default instant messaging application defined by schemarbuj3-0/+26
2019-06-10Change url project's websiteLaurent Napias3-3/+3
2019-06-06locate-pointer: Do not grab pointer button when trying to locateVictor Kareh1-15/+1
2019-05-31Create FUNDING.ymlMartin Wimpress1-0/+9
2019-05-28travis: use fedora-30 and ubuntu-19.10 for buildingraveit651-2/+2
2019-05-10[ci] Add cppcheck html reportPablo Barciela1-1/+4
2019-05-06travis: enable 'cppcheck' in debianPablo Barciela1-0/+4
2019-04-28[ci] add g++ for debian buildWu Xiaotian1-0/+1
2019-04-28[ci] Enable Clang Static AnalyzerWu Xiaotian1-7/+63
2019-04-03github release pageraveit651-0/+19
2019-02-24release 1.22.0v1.22.0raveit652-2/+9
2019-02-24tx: sync with transifexraveit65117-5826/+10745
2019-02-16Prepare for docker-build 0.1.1 merge into masterWu Xiaotian1-1/+3
Please see mate-desktop/mate-dev-scripts#13
2019-02-13use debian.sh on master branchWu Xiaotian1-2/+1
2019-02-13fixed make distcheck on debianWu Xiaotian1-7/+10
2019-02-11fix archlinux build on travisraveit651-7/+3
...and use docker-build from master
2019-02-04Initialize travis supportWu Xiaotian1-0/+156
2018-12-23tx: update resource file for transifexraveit651-50/+92
2018-12-23disable deprecation warnings for distcheckraveit651-0/+3
2018-12-07media-keys: Execute default calculator application defined by schemaZhang Xianwei1-9/+17
Signed-off-by: Zhang Xianwei <[email protected]>
2018-12-05release 1.21.2v1.21.2raveit652-1/+17
2018-12-05tx: sync with transifexraveit65117-8915/+15354
2018-12-05media-keys: Add microphone mute key supportZhang Xianwei5-25/+173
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-04msd-xrdb-manager: realize the widgetPablo Barciela1-0/+1
Fixes https://github.com/mate-desktop/mate-settings-daemon/pull/248#issuecomment-443527197
2018-12-03media-keys: Make sound changes quiet with AltZhang Xianwei3-5/+47
<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]>