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

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

Branch merges

Branch information

Recent commits

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

Update Occitan translation

b496dfd... by Pedro Albuquerque

Updated Portuguese translation

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

Updated Occitan translation

a064fcc... by Bastien Nocera

remote-display: Initialise ->cancellable

At least once, right?

https://bugzilla.redhat.com/show_bug.cgi?id=1145144

2560fbf... by Bastien Nocera

remote-display: Stop plugin when exiting

Make sure that the plugin is stopped when it's disposed of.

https://bugzilla.redhat.com/show_bug.cgi?id=1145144

37f8b65... by Bastien Nocera

remote-display: Stop watching the D-Bus name on stop

So that we don't get called out when the plugin is stopped.

https://bugzilla.redhat.com/show_bug.cgi?id=1145144

da2668a... by Bastien Nocera

power: '0' keyboard backlight is a valid value

It's not the screen where you can't see anything if the backlight isn't
on, it's a keyboard.

Make sure to only reset the keyboard backlight to the maximum when
there's an error reading that value.

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

da0ca8e... by Benjamin Tissoires <email address hidden>

wacom: add missing config.h include

Without this, HAVE_GUDEV is not defined, and set_oled terminates
abruptely, leaving out the possibility to set the OLEDs on the Intuos 4.

As Bastien said "Not sure how we all missed that".

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

cc1ed80... by Bastien Nocera

orientation: Fix plugin on MS Surface devices

When plugging in the type/touch cover on a Microsoft Surface, the
IIO sensor is unplugged, and plugged in again with a different
sysfs path. As the accelerometer comes and goes, we need to handle this
in the orientation plugin, and not bail out if we can't find the
accelerometer on startup, and handle devices coming and going.

24a008b... by Carlos Garnacho

orientation: Unset source ID on idle callback

The idle was being removed, but the source ID was left != 0, so on
shutdown it'd cause warnings.

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