Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-11-18 | sync with transifex | raveit65 | 117 | -1934/+2644 | |
2018-11-18 | tx: update translation source | raveit65 | 1 | -76/+131 | |
2018-11-14 | media-keys: Add test for rfkill OSD icons | Zhang Xianwei | 1 | -0/+28 | |
Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-14 | media-keys: Add label for the touchpad OSD | Zhang Xianwei | 2 | -3/+3 | |
Which should hopefully make the touchpad icon a bit clearer. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-14 | media-keys: Add labels for the rfkill OSD | Zhang Xianwei | 5 | -18/+98 | |
Which should hopefully make the icons a bit clearer. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-10 | media-keys: Remove unuseful show_level argument in ↵ | Zhang Xianwei | 4 | -50/+13 | |
msd_media_keys_window_set_action_custom Since brightness OSD has been moved to m-p-m, there is no any situation to use show_level in msd_media_keys_window_set_action_custom, should remove this argument. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-10 | media-keys: Remove test for screen brightness OSD icons | Zhang Xianwei | 1 | -32/+2 | |
Screen brightness OSD has been moved from m-s-d to m-p-m, see: https://github.com/mate-desktop/mate-power-manager/commit/4fd2ae34e50e63ef562356f804dbdea81341f4e2 So remove test for brightness OSD icons in m-s-d. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-10-24 | media-keys: Add support for Killswitch media keys | Zhang Xianwei | 2 | -0/+184 | |
Add support for the XF86Bluetooth and XF86WLAN media keys. The first one will toggle Bluetooth on/off, as the Bluetooth panel does, the latter one will toggle the global software killswitch. The reasoning XF86WLAN media key toggling the global software killswitch is that: - we don't have a killswitch for only WiFi - there are very very few laptops with a UWB killswitch button, if anyone actually remembers what UWB actually is - there are no XF86 keys for the global killswitch, so they usually get mislabeled as the WLAN killswitch from https://github.com/GNOME/gnome-settings-daemon/commit/3fa0f7260a6864dfe67bdbd82b22b168e1e66457 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-10-24 | rfkill: Add RFKill support plugin on Linux systems | Zhang Xianwei | 18 | -0/+1894 | |
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 | 3 | -0/+13 | |
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-10-11 | pre-bump version | lukefromdc | 2 | -2/+4 | |
2018-10-11 | media-keys: Add test for touchpad OSD icons | Zhang Xianwei | 1 | -0/+14 | |
Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-10-08 | media-keys: Remove touchpad OSD icons and use theme's instead | Zhang Xianwei | 16 | -3571/+2 | |
To be controllable by theme, use the touchpad enabled/disabled icons in mate-icon-theme. Refer to mate-icon-theme commit "add icons for touchpad": 932961db50aaea23b953a79e0967385bf66a12ea Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-10-05 | media-keys: Simplify touchpad OSD | Zhang Xianwei | 1 | -8/+2 | |
Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-10-01 | media-keys: Add support for XF86TouchpadOn/Off | Zhang Xianwei | 2 | -0/+19 | |
Using hard-coded keys. This requires new keycodes added to X.org in: https://bugs.freedesktop.org/show_bug.cgi?id=31300 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-09-30 | Add support for org.mate.accessibility-keyboard.stickykeys-latch-to-lock | Colomban Wendling | 1 | -1/+6 | |
2018-08-28 | Xrandr:remove an unused function | lukefromdc | 1 | -10/+0 | |
2018-08-28 | daemon: fix a memory leak | lukefromdc | 1 | -1/+8 | |
2018-08-28 | daemon: Stop using deprecated GSettings API | Rui Matos | 1 | -3/+14 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/commit/36f32a3 | |||||
2018-08-27 | require mate-desktop-1.21.1 | raveit65 | 1 | -1/+1 | |
2018-08-24 | xsettings: add setting to enable/disable primary paste from middlemouse | lukefromdc | 1 | -0/+2 | |
2018-08-23 | xsettings: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -9/+15 | |
2018-08-23 | xrandr-manager: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -10/+18 | |
2018-08-22 | mouse-manager: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -102/+152 | |
2018-08-22 | media-keys-manager: replace deprecated GdkDeviceManager | raveit65 | 1 | -5/+5 | |
2018-08-22 | keyboard-manager: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -5/+7 | |
2018-08-22 | clipboard-manager: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -10/+20 | |
2018-08-22 | background-manager: replace deprecated GDK functions | raveit65 | 1 | -2/+4 | |
2018-08-22 | a11y-keyboard-manager: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -15/+27 | |
2018-08-22 | msd-input-helper: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -10/+16 | |
2018-07-13 | plugins: avoid deprecated 'gdk_keymap_get_default' | Pablo Barciela | 2 | -4/+4 | |
2018-06-02 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+25 | |
2018-06-02 | sync with transifex | raveit65 | 118 | -9086/+37244 | |
2018-06-02 | update m-s-d.pot | raveit65 | 1 | -15/+16 | |