summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-23Travis CI: Fix build error, add .build.yml1.22Pablo Barciela2-134/+133
2019-11-24travis ci: drop libXxf86misc-devel BR for fedora:latestraveit651-1/+0
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-10-14Travis CI: use Ubuntu "19:10" instead "19:04"Pablo Barciela1-1/+1
2019-10-14Travis CI: don't build mate-desktop from tarballPablo Barciela1-12/+0
2019-10-12Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-06travis(ci): enable notify_serversraveit651-0/+2
2019-09-22release 1.22.1v1.22.1raveit652-1/+8
2019-09-22tx: sync with transifexraveit65119-923/+2252
2019-09-22Hide MATE Settings Daemon from Startup Applications cappletMartin Wimpress1-0/+1
Autostart desktop files are hidden from the Startup Applications capplet. This pull request ensures that MATE Settings Daemon is not presented as an item that users can disable. See also: * https://github.com/mate-desktop/mate-session-manager/pull/213
2019-09-12plugins: 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-09-12locate-pointer: Do not grab pointer button when trying to locateVictor Kareh1-15/+1
2019-05-28travis: use fedora-30 and ubuntu-19.04 for buildingraveit651-2/+2
2019-04-03github release page for stable branchraveit651-0/+19
2019-03-15tx: update transifex configraveit651-1/+1
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]>
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]>
2018-11-26osd-window: make the window smallerZhang Xianwei1-2/+2
Matches the gnome's mockups better. Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-26media-keys: Make icon smaller in OSDZhang Xianwei1-1/+1
Make the icon take up less space inside. Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-26media-keys: Use constant for icon size in OSDZhang Xianwei1-4/+6
Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-25media-keys: Add test for display switch OSD iconsZhang Xianwei1-0/+14
Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-25media-keys: Add support for display switch OSDZhang Xianwei2-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-20media-keys: Don't show a level when mutedZhang Xianwei1-0/+3
As discussed in: https://bugzilla.gnome.org/show_bug.cgi?id=644537#c4 Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-18release 1.21.1v1.21.1raveit651-27/+57
2018-11-18fix running distcheckraveit652-1/+3
2018-11-18sync with transifexraveit65117-1934/+2644
2018-11-18tx: update translation sourceraveit651-76/+131
2018-11-14media-keys: Add test for rfkill OSD iconsZhang Xianwei1-0/+28
Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-14media-keys: Add label for the touchpad OSDZhang Xianwei2-3/+3
Which should hopefully make the touchpad icon a bit clearer. Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-14media-keys: Add labels for the rfkill OSDZhang Xianwei5-18/+98
Which should hopefully make the icons a bit clearer. Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-10media-keys: Remove unuseful show_level argument in ↵Zhang Xianwei4-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-10media-keys: Remove test for screen brightness OSD iconsZhang Xianwei1-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-24media-keys: Add support for Killswitch media keysZhang Xianwei2-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-24rfkill: Add RFKill support plugin on Linux systemsZhang Xianwei18-0/+1894
from https://github.com/GNOME/gnome-settings-daemon/commit/444af32e343a79ca3db0f957bf73687a0f0df9ec Signed-off-by: Zhang Xianwei <[email protected]>