Age | Commit message (Collapse) | Author | Files | Lines |
|
it either does nothing or only calls parent functions
taken from
https://git.gnome.org/browse/gnome-settings-daemon/commit?id=ae424dcc41e736d4882012367857a24686f282cb
https://git.gnome.org/browse/gnome-settings-daemon/commit?id=b8b9cff2c2a05468318b1c8e3d43e65f9c64a87c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
taken from:
https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=544526d
|
|
|
|
|
|
taken from:
https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=a7b8282
|
|
|
|
msd-xrandr is a custom icon, and it needs to be installed into the standard location, otherwise it's missing from icon themes other than mate.
|
|
This fixes the invisible text for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
|
|
xrandr tray applet (gtk3) support custom panel themes,
with robust support for transparency in cases where gtk3
does not correctly detect a compositing window manager
|
|
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
|
|
|
|
adapted from
https://git.gnome.org/browse/gnome-settings-daemon/commit?id=5ee48ce8aa66f6c4fdc4aa2c07bc03bdb83bcb65
|
|
adapted from
https://git.gnome.org/browse/gnome-settings-daemon/commit?id=d8e4167a257d253c0f02cb50d170b26ab57fb5be
|
|
fix a few warnings and make var names more consistent with one another)
|
|
outside of bonds, fixed typo in settings description
|
|
object for every device)
|
|
|
|
|
|
the notorious GLib >= 2.43 issue...
|
|
|
|
|
|
from https://github.com/GNOME/gnome-settings-daemon/commit/ed3bb1700ecc85950a685546fddac43aedd5e979
|
|
from https://github.com/GNOME/gnome-settings-daemon/commit/f7071bf1f9941f0ba5fe23c645656e70fb2dd699
|
|
from https://github.com/GNOME/gnome-settings-daemon/commit/f6ca3147e5ce2319c167cb77af06f116e2f20a7e
|
|
|
|
|
|
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/107
|
|
See bug #75
|
|
credits to @nileshgr for the patch
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/98
|
|
fixes the issue with GLib >= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/95
|
|
g_list_nth_data just returns NULL if either list or element is NULL
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/91
|
|
fixes https://github.com/mate-desktop/mate-settings-daemon/issues/70
|
|
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/93
|
|
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/92
|
|
This reverts commit 602945c084d45bd3858e564e03a70a2a361a5756.
|
|
|
|
Take the improvement from GSD
Commit: 3e4dbcd54412a58d7e6ebde58f191d2a001518b8
From: Rodrigo Moya <[email protected]>
|
|
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
|
|
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]>
|
|
Taken from GSD commit: 7004dce9b430069ec96f307b84dc5d9289e3c29c
From: Rodrigo Moya <[email protected]>
|
|
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
|
|
So it can be reused. This also fixes a memory leak in the function.
We were leaking the device list
Taken from GSD commit: f6dcba4e954f3e910854f3c92fb69b157683267d
From: Bastien Nocera <[email protected]>
|
|
It's required lower down the GTK+ stack on Unices anyway, so there's
no point in making it an option.
Taken from GSD commit: f6257d7e81aaa79dcd7430c0de092145f64f6146
From: Bastien Nocera <[email protected]>
|