~vcs-imports/gnome-desktop/+git/gnome-desktop:gnome-3-10

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

Branch merges

Branch information

Recent commits

cf6607b... by Pedro Albuquerque

Updated Portuguese translation

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

Updated Occitan translation

959146e... by Rui Matos

gnome-xkb-info: Apply main layout locale metadata to variants

If a variant doesn't specify language/country metadata then we should
file it under its main layout's language/country.

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

4999cfd... by Rui Matos

gnome-xkb-info: Fix adding layouts to language and country tables

Layout->xkb_name isn't unique so we can't use it as a key in the hash
table. Layout->id is the unique identifier that we should be using,
otherwise some layouts would never get added.

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

917123e... by Bastien Nocera

gnome-rr: Better debug application

This change will make the debug application listen for changes and print
them as they occur.

Conflicts:
 libgnome-desktop/gnome-rr-debug.c

62402ba... by GunChleoc

Added Scottish Gaelic translation

89b4ff0... by Cosimo Cecchi <email address hidden>

gnome-rr: don't forget to copy display name

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

cccab36... by Florian Weimer

Remove locarchive.h

This include file is no longer needed since the switch to
"locale -a" for listing locales.

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

27dc56e... by Rui Matos

idle-monitor: Fix a GHashTable leak

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

f4402b6... by Rui Matos

idle-monitor: Check if a monitor exists before creating a proxy for it

The fact that we know about a given device doesn't mean that mutter
also knows about it nor that it has created an idle monitor object on
the bus for it.

To fix this race, instead of immediately trying to create a proxy for
the bus object, we instantiate an object manager and ask it whether
the object we want already exists and if it doesn't we wait
(indefinitely) until it shows up.

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