summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2019-08-20msd-rfkill-manager: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20rfkill-glib: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-rfkill-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-xsettings-manager: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-xsettings-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-xrdb-manager: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-xrdb-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-media-keys-window: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-media-keys-manager: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-media-keys-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-xrandr-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-xrandr-manager: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-sound-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-sound-manager: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-typing-break-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-typing-break-manager: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-dummy-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-dummy-manager: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-mpris-manager: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-mpris-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-ldsm-dialog: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-housekeeping-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20msd-housekeeping-manager: avoid 'g_type_class_add_private'Pablo Barciela1-5/+2
2019-08-20msd-keybindings-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-7/+3
2019-08-20msd-keybindings-manager: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-20system-timezone: avoid 'g_type_class_add_private'Pablo Barciela1-12/+8
2019-08-20msd-datetime-mechanism: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-11mouse: Add acceleration profilesVictor Kareh1-0/+171
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-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 ↵gm101-5/+5
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-11plugins: drop libXxf86 dependencyraveit654-49/+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 Napias18-147/+147
2019-06-13media-keys: Execute default instant messaging application defined by schemarbuj2-0/+21
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-06-06locate-pointer: Do not grab pointer button when trying to locateVictor Kareh1-15/+1
2018-12-07media-keys: Execute default calculator application defined by schemaZhang Xianwei1-9/+17
Signed-off-by: Zhang Xianwei <[email protected]>
2018-12-05media-keys: Add microphone mute key supportZhang Xianwei4-25/+168
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 Xianwei2-5/+32
<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-11-28msd-xrdb-manager.c: avoid deprecated 'gtk_widget_ensure_style'Pablo Barciela1-1/+0
2018-11-26media-keys: always round the render coordinates for media iconsZhang Xianwei1-4/+4
This ensures the pixbuf is always rendered as crisp as possible. See https://github.com/GNOME/gnome-settings-daemon/commit/a03c072a8241d4d481ee94e5e1ffd829e85271f5 Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-26media-keys: Tweak the OSD's volume bar positionZhang Xianwei1-2/+2
Move it down a little. Signed-off-by: Zhang Xianwei <[email protected]>