~vcs-imports/gnome-control-center/+git/gnome-control-center:gnome-3-14

Last commit made on 2016-04-25
Get this branch:
git clone -b gnome-3-14 https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Recent commits

f8a3b85... by Rui Matos

network: Fix a crash when clicking to forget a VPN on the editor

We need to keep a reference to the NetVpn instance or it might already
be finalized when the editor window closes.

09dd409... by Rui Matos

network: Avoid warnings while closing connection editor

It doesn't make sense to try to validate pages because widgets are
changing due to the whole dialog being destroyed and it causes a bunch
of warnings because some resources are cleared on each page dispose
method.

Avoid all that by disconnecting the page "changed" signal handler
before we start destroying widgets.

b8a35de... by Rui Matos

network: Don't try to get secrets for new connections

We don't need secrets for new connections and, in fact, trying to
retrieve secrets in that case will fail because we have a plain
NMConnection instead of a NMRemoteConnection.

The above mentioned error would result in the page never being
initialized.

e25d672... by Lubomir Rintel

network: read secrets for the VPN connections

The VPN page needs secrets too. Don't initialize it until the secrets are
loaded, otherwise the secrets are lost on each connection edit.

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

19b72a0... by Jonathan

network: Fix empty Wifi list

Add a callback function for signals "access-point-added" and
"access-point-removed" to update the Wifi list.

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

9e6b909... by Bastien Nocera

network: Fix "format not a string literal" error

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

a276f29... by Bastien Nocera

printers: Fix "format not a string literal" error

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

dbafac5... by Bastien Nocera

wacom: Update from gnome-settings-daemon

1ebd092... by Bastien Nocera

sharing: Fix "format not a string literal" error

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

9e0e0df... by Bastien Nocera

datetime: Fix "format not a string literal" error

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