~vcs-imports/network-manager-applet/+git/network-manager-applet:lr/vpn-dialog-primary

Last commit made on 2018-10-29
Get this branch:
git clone -b lr/vpn-dialog-primary https://git.launchpad.net/~vcs-imports/network-manager-applet/+git/network-manager-applet

Branch merges

Branch information

Recent commits

3e5525a... by Lubomir Rintel

libnma/vpn-password-dialog: drop use of GtkWidget.no-show-all property

It's going away in Gtk4. We don't do show_all() anyway -- just hide the
widgets by default.

This commit brings back parts of 07d900c0b ("libnma: drop use of
GtkWidget.no-show-all property") that was unnecessarily reverted in
f56334c307f ("Revert "libnma: drop use of GtkWidget.no-show-all
property"") with another fix folded in.

https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/24

54abd0f... by Lubomir Rintel

libnma: add some test programs

These make it easy to quickly check the widgets provided by the
libnma libary.

https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/21

cec87e0... by Lubomir Rintel

wifi-dialog: improve the layout

The icon misaligns things too much to the right. Replace the HBox+VBox
pair with a Grid that is more flexible.

https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/20

6ddeda8... by Piotr Drąg

Update Polish translation

8124607... by Dusan Kazik

Update Slovak translation

ed8c4bf... by Marv-CZ

Updated Czech translation

b5b8c9b... by Lubomir Rintel

merge: branch 'lr/jtojnar-happy'

https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/25

b7402da... by Jan Tojnar

mobile-wizard: change unlisted provider radio label

Since there is no longer a field for provider name, the string does
not make much sense – the user is not entering a provider, she is only
setting the APN.

1ed3c56... by Lubomir Rintel

mobile-wizard: return provider name for unlisted providers

9edc08c... by Lubomir Rintel

mobile-wizard: use more specific types when possible

This avoids some useless casting while keeping the type information more
accurate.