Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-26 | plugins background: fix deprecated g_type_class_add_private | Wu Xiaotian | 2 | -12/+4 | |
2019-07-25 | xrandr plugin: i18n dropdown menu | rbuj | 1 | -8/+8 | |
2019-07-17 | plugins keyboard: fix deprecated g_type_class_add_private | Wu Xiaotian | 2 | -13/+4 | |
2019-07-15 | add new macro MATE_SETTINGS_PLUGIN_REGISTER_WITH_PRIVATE | Wu Xiaotian | 1 | -11/+20 | |
2019-07-11 | plugins: drop libXxf86 dependency | raveit65 | 5 | -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-05 | plugins housekeeping: optimization code | Wu Xiaotian | 1 | -2/+1 | |
2019-07-05 | Avoid build warning | Wu Xiaotian | 1 | -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-05 | plugins common: fix deprecated g_type_class_add_private | Wu Xiaotian | 1 | -6/+2 | |
2019-07-01 | Remove trailing whitespaces | Laurent Napias | 21 | -150/+150 | |
2019-07-01 | fix deprecated g_type_class_add_private | Wu Xiaotian | 2 | -9/+3 | |
2019-06-15 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+8 | |
2019-06-15 | tx: sync with transifex | raveit65 | 19 | -255/+1605 | |
2019-06-15 | tx: update transifex resource | raveit65 | 1 | -29/+37 | |
2019-06-15 | pre-bump version | raveit65 | 2 | -1/+3 | |
2019-06-13 | media-keys: Execute default instant messaging application defined by schema | rbuj | 3 | -0/+26 | |
2019-06-10 | Change url project's website | Laurent Napias | 3 | -3/+3 | |
2019-06-06 | locate-pointer: Do not grab pointer button when trying to locate | Victor Kareh | 1 | -15/+1 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-28 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-05-10 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-05-06 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-04-28 | [ci] add g++ for debian build | Wu Xiaotian | 1 | -0/+1 | |
2019-04-28 | [ci] Enable Clang Static Analyzer | Wu Xiaotian | 1 | -7/+63 | |
2019-04-03 | github release page | raveit65 | 1 | -0/+19 | |
2019-02-24 | release 1.22.0v1.22.0 | raveit65 | 2 | -2/+9 | |
2019-02-24 | tx: sync with transifex | raveit65 | 117 | -5826/+10745 | |
2019-02-16 | Prepare for docker-build 0.1.1 merge into master | Wu Xiaotian | 1 | -1/+3 | |
Please see mate-desktop/mate-dev-scripts#13 | |||||
2019-02-13 | use debian.sh on master branch | Wu Xiaotian | 1 | -2/+1 | |
2019-02-13 | fixed make distcheck on debian | Wu Xiaotian | 1 | -7/+10 | |
2019-02-11 | fix archlinux build on travis | raveit65 | 1 | -7/+3 | |
...and use docker-build from master | |||||
2019-02-04 | Initialize travis support | Wu Xiaotian | 1 | -0/+156 | |
2018-12-23 | tx: update resource file for transifex | raveit65 | 1 | -50/+92 | |
2018-12-23 | disable deprecation warnings for distcheck | raveit65 | 1 | -0/+3 | |
2018-12-07 | media-keys: Execute default calculator application defined by schema | Zhang Xianwei | 1 | -9/+17 | |
Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-12-05 | release 1.21.2v1.21.2 | raveit65 | 2 | -1/+17 | |
2018-12-05 | tx: sync with transifex | raveit65 | 117 | -8915/+15354 | |
2018-12-05 | media-keys: Add microphone mute key support | Zhang Xianwei | 5 | -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-04 | msd-xrdb-manager: realize the widget | Pablo Barciela | 1 | -0/+1 | |
Fixes https://github.com/mate-desktop/mate-settings-daemon/pull/248#issuecomment-443527197 | |||||
2018-12-03 | media-keys: Make sound changes quiet with Alt | Zhang Xianwei | 3 | -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]> | |||||
2018-11-28 | msd-xrdb-manager.c: avoid deprecated 'gtk_widget_ensure_style' | Pablo Barciela | 1 | -1/+0 | |
2018-11-26 | media-keys: always round the render coordinates for media icons | Zhang Xianwei | 1 | -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-26 | media-keys: Tweak the OSD's volume bar position | Zhang Xianwei | 1 | -2/+2 | |
Move it down a little. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-26 | osd-window: make the window smaller | Zhang Xianwei | 1 | -2/+2 | |
Matches the gnome's mockups better. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-26 | media-keys: Make icon smaller in OSD | Zhang Xianwei | 1 | -1/+1 | |
Make the icon take up less space inside. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-26 | media-keys: Use constant for icon size in OSD | Zhang Xianwei | 1 | -4/+6 | |
Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-25 | media-keys: Add test for display switch OSD icons | Zhang Xianwei | 1 | -0/+14 | |
Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-25 | media-keys: Add support for display switch OSD | Zhang Xianwei | 2 | -1/+27 | |
Some laptops have a display switch mode hotkey. This is bound by default to XF86Display. Add OSD to give people a visual feed back. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-20 | media-keys: Don't show a level when muted | Zhang Xianwei | 1 | -0/+3 | |
As discussed in: https://bugzilla.gnome.org/show_bug.cgi?id=644537#c4 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-18 | release 1.21.1v1.21.1 | raveit65 | 1 | -27/+57 | |
2018-11-18 | fix running distcheck | raveit65 | 2 | -1/+3 | |