~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:gnome-3-14

Last commit made on 2016-10-10
Get this branch:
git clone -b gnome-3-14 https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

a383195... by Cédric VALMARY (Tot en òc)

Update Occitan translation

1bbd85c... by Jason Gerecke

wacom: Fix memory leaks

Several small leaks exist were found and fixed in the wacom plugin after
running valgrind.

13c15d8... by Jason Gerecke

wacom: Fix hot(un)plug related crashes

Most of the wacom plugin code protects X11 calls with gdk_error_trap_push/pop
and prints a warning if something fails. There were two calls that were not
protected, however, and one use of g_error instead of g_warning that would
cause the g-s-d process to die if e.g. the tablet disappears while g-s-d is
trying to work on it.

https://bugzilla.gnome.org/show_bug.cgi?id=765996

4c3a74e... by Pedro Albuquerque

Updated Portuguese translation

cb12a35... by Pedro Albuquerque

Updated Portuguese translation

96dd858... by Carlos Garnacho

datetime: Read settings after connecting to changed::

According to GSettings docs, one must read after connecting to changed::
in order to ensure the handler will trigger in the future.

https://bugzilla.gnome.org/show_bug.cgi?id=753170

574c800... by Carlos Garnacho

xsettings: Read settings after connecting to changed::

According to GSettings docs, one must read after connecting to changed::
in order to ensure the handler will trigger in the future.

https://bugzilla.gnome.org/show_bug.cgi?id=753170

283a2e3... by Carlos Garnacho

wacom: Read settings after connecting to changed::

According to GSettings docs, one must read after connecting to changed::
in order to ensure the handler will trigger in the future.

https://bugzilla.gnome.org/show_bug.cgi?id=753170

f698938... by Carlos Garnacho

device-mapper: Reset the "display" setting on NULL outputs

We used to attempt to reconstruct the ['','',''] default, although
this failed on NULL outputs as we tried to feed NULLs into "as"
variants/settings.

Fix this by just resetting the key when the device gets a NULL
output, we can also make the other path clearer as we can't get
NULLs in edid[] as we previously might.

Based on a patch by Alexandre Rostovtsev <email address hidden>

https://bugzilla.gnome.org/show_bug.cgi?id=749844

7a4c41d... by Ondrej Holy

mouse: Do not disable touchpad buttons

Touchpad buttons are disabled also if touchpad is disabled using
"Device Enabled" property. Unfortunately some touchpads share those
buttons with trackpoint, which is consequently unusable. Disable
touchpad using "Synaptics Off" property instead to avoid disabling
the buttons.

Remove also some redundant calls to enable/disable touchpad and
make sure syndaemon isn't running if the touchpads are disabled.

https://bugzilla.gnome.org/show_bug.cgi?id=747504