gnome-shell:gnome-3-12

Last commit made on 2015-05-11
Get this branch:
git clone -b gnome-3-12 https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
gnome-3-12
Repository:
lp:gnome-shell

Recent commits

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

Updated Occitan translation

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

Added Occitan translation

62a6519... by Sveinn í Felli

Added Icelandic translation

a63821a... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

system: Fix visibility of suspend button

It depends on the availability of suspend, not shutdown ...

b7d2191... by Allison Karlitskaya

network: properly remove connections from list

Due to a typo we were always removing the first (index 0) connection
from the global list of connections instead of the correct one.

This resulted in some connections remaining in the shell's connection
list long after they were removed. In particular, this resulted in
multiple copies of a bluetooth connection appearing after suspend/resume
(when the device was readded and the cached connection list was
rescanned).

https://bugzilla.gnome.org/show_bug.cgi?id=740227
(cherry picked from commit 3d4408dce810f3b6995ed2acf28b61bed48c1dac)

68f5674... by Giovanni Campagna <email address hidden>

notificationdaemon: fix gtk protocol for newer glib

The new protocol uses a "priority" string instead of the "urgent"
boolean.

ffa8ff7... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

networkAgent: Support NM versions without :capabilities

Commit 36f051044c465316 bumped the requirement for NetworkManager,
which is problematic on a stable branch; optionally fall back to
the previous code.

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

80f9d1f... by Daniel Mustieles

Updated Spanish translation

547005b... by Christian Kirbach

Updated German translation

36f0510... by Dan Williams <email address hidden>

networkAgent: pass VPN hints to auth dialogs

Indicate to NetworkManager that the Shell's agent supports VPN
hints, and pass those hints to VPN auth dialogs that also indicate
that they support hints.

VPN plugins can request new secrets, for example if the previous
ones are incorrect (eg, user mis-typed the password) or some other
reason (next token code required to re-sync a hardware token).
The specific secret that the VPN wants, and a VPN-specific message,
are passed in hints from the plugin, to NetworkManager, to the
agent (GNOME Shell) and then to the auth dialog.

https://bugzilla.gnome.org/show_bug.cgi?id=737592
(cherry picked from commit 926de53c0cbd7ae59e89b386f8d02ae7ecde1b75)