Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-08 | media-keys: bring back support for mate-calc | raveit65 | 1 | -0/+2 | |
2016-07-08 | media-keys: support gnome-calculator, drop support for mate-calc | monsta | 1 | -3/+1 | |
- gcalctool is known as gnome-calculator these days - mate-calc is obsolete since 1.10 | |||||
2016-01-10 | Add setting to enable/disable the osd | Friedrich Herbst | 1 | -0/+4 | |
2015-12-02 | GTK3 media-keys: don't use deprecated gdk_display_get_pointer | Wolfgang Ulbrich | 1 | -0/+16 | |
2015-12-02 | GTK3: use gdk_error_trap_pop_ignored() when appropriate | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=544526d | |||||
2015-12-02 | GTK3: don't use deprecated gtk_widget_size_request | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-09-28 | clarify "power" key bindings logic | Denis Gorodnichev | 1 | -2/+11 | |
historically "power" key bindings calls shutdown dialog but described as logout. this is confuses users. updated "power" key bindings description provided additional "logout" key bindings | |||||
2014-12-13 | Sync with GSD: Use MIME types for schemes, not GConf | infirit | 1 | -28/+8 | |
Take the improvement from GSD Commit: 3e4dbcd54412a58d7e6ebde58f191d2a001518b8 From: Rodrigo Moya <[email protected]> | |||||
2014-12-13 | media-keys: Add support for more multimedia keys | infirit | 1 | -5/+8 | |
Add support for FastForward, Rewind, Repeat and Shuffle multimedia keys. Taken from GSD commits: 338a2db55d96304ebeedcb3e6f87b88ffa3b7828 b4cb0dc3c936336ffba65c50f737cffe9bf79cbe From: Bastien Nocera <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=539915 | |||||
2014-12-13 | media-keys: Add ability to hard-code keys | infirit | 1 | -2/+8 | |
This would be used for keys that we don't want to export to the user-interface, such as some display or touchpad keys. Taken from GSD commit: 37806fbb00087e44dd66a19efacd5eba4441bfc9 From: Bastien Nocera <[email protected]> | |||||
2014-12-13 | media-keys: Show a touchpad-disabled if no touchpad | infirit | 1 | -0/+8 | |
hen pressing the touchpad button on the keyboard, and there's no touchpad present, don't show a wrong state for the touchpad status, but always show a "touch disabled" popup. Taken from GSD commit: ab4ac947c66c232afcb874ac36bece6e652ed3cc From: Bastien Nocera <[email protected]> Gnome bug: https://bugzilla.redhat.com/show_bug.cgi?id=614213 | |||||
2014-11-03 | a11y: Use gnome a11y schema to enable applications | infirit | 1 | -1/+1 | |
For example when we toggle screen-reader-enable in the gnome schema orca will turn on and off even under MATE. | |||||
2014-11-02 | a11y-keybindings: Move to media-keys plugin | infirit | 1 | -0/+39 | |
2014-10-09 | Unmute when lowering volume and the target volume is higher than minimal | Michal Ratajsky | 1 | -7/+7 | |
2014-10-09 | Remove debugging message | Michal Ratajsky | 1 | -2/+0 | |
2014-10-09 | Update to libmatemixer changes | Michal Ratajsky | 1 | -34/+46 | |
2014-10-09 | Clean things up a bit, update copyright, remove unused code, fix NEWS and ↵ | Michal Ratajsky | 1 | -109/+14 | |
compiler warnings | |||||
2014-10-09 | Remove GStreamer parts and use libmatemixer | Michal Ratajsky | 1 | -221/+149 | |
2014-10-08 | media-keys: Use galculator first | Stefano Karapetsas | 1 | -1/+3 | |
2013-07-11 | media-keys: Fix terminal GSettings key name | Stefano Karapetsas | 1 | -2/+2 | |
2012-12-16 | Restore preference for volume step instead of hardcoding it | Brent Hull | 1 | -1/+4 | |
2012-12-15 | [plugins] various small fixes/improvements | Jasmine Hassan | 1 | -25/+17 | |
In plugins/housekeeping/gsd-ldsm-dialog.c - Initialize GSList ignore_paths before use - Use g_slist_prepend instead of _append in loop (more efficient), reverse after In plugins/media-keys/msd-media-keys-manager.c - Default to mate-terminal if terminal "exec" key is empty In plugins/xrandr/msd-xrandr-manager.c - Only start_or_stop_icon when the show icon key actually changes Also, adapt this for media-keys plugin: Don't use org.gnome.settings-daemon for volume_step setting http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=1a9eea8224d41643a8a7a05d799198058e36e1a8 | |||||
2012-10-12 | fix incorrect FSF address | raveit65 | 1 | -1/+1 | |
2012-10-01 | migrate to gsettingsmate-settings-daemon-1.5.0 | Stefano Karapetsas | 1 | -134/+72 | |
2012-08-04 | Revert "Micro-optimization." Wrong branch. | Steve Zesch | 1 | -5/+12 | |
This reverts commit 91f651c6f6f0ee7fdff1d49e36161d4e76e16e02. | |||||
2012-08-04 | Micro-optimization. | Steve Zesch | 1 | -12/+5 | |
do_multimedia_player_action did nothing more than call msd_media_player_key_pressed, which was pointless overhead. | |||||
2012-06-22 | fix missing gsd=>msd rename due to pull request | Stefano Karapetsas | 1 | -1/+1 | |
2012-05-03 | media-keys: fix the "calculator key" | Stefan Tauner | 1 | -1/+7 | |
try to find mate-calc, fall back to gcalctool if it is not found. Signed-off-by: Stefan Tauner <[email protected]> | |||||
2012-03-16 | media-keys: React to stream-removed signal from GvcMixerControl | Rodrigo Moya | 1 | -0/+17 | |
2012-02-21 | gsd to msd complete rename patch by NiceandGently; file rename commit | haxar | 1 | -0/+1447 | |