Richard Hughes
6de161617a
network: Fix the VPN information my setting the connection at object construction time
2012-07-17 14:17:11 +01:00
Richard Hughes
3c2a09294c
network: Set the device properties at construct time
...
We need this for more complicated devices that need to contact other daemons,
for instance ModemManager.
2012-07-17 10:21:26 +01:00
Richard Hughes
0a98c5a921
network: Provide a vfunc for refreshing a NetObject
2012-07-12 17:29:47 +01:00
Richard Hughes
8384a0b741
network: Split the VPN parts from the .c and .ui file
2012-07-12 16:58:11 +01:00
Bastien Nocera
760522d02c
network: Clarify the VPN service type setting
...
https://bugzilla.gnome.org/show_bug.cgi?id=657303#c8
2011-08-26 13:32:22 +01:00
Jiří Klimeš
382509986a
network: Show VPN type and info in panel
...
For all the VPN types
https://bugzilla.gnome.org/show_bug.cgi?id=657303
2011-08-26 13:32:22 +01:00
Jiří Klimeš
e04d0bb787
network: Fix updating VPN info when edited
...
- Updating VPN info
- Removing 'setting' private member from NetVpn object, because settings are
replaced when connection is updated (libnm-glib/nm-remote-connection.c).
https://bugzilla.gnome.org/show_bug.cgi?id=657303
https://bugzilla.redhat.com/show_bug.cgi?id=723489
2011-08-26 13:24:39 +01:00
Richard Hughes
01c6b793ed
network: keep the device/connections model up to date with reality
...
Remove the ID parameter from the model, and move it to the NetDevice object.
Remove the devices GPtrArray and use the mode for everything.
Connect up the changed and deleted signals from NetObject and DTRT in the UI.
2011-03-16 17:31:09 +00:00
Matthias Clasen
ea5f76247d
Network: fix a refcounting bug with vpn settings
...
nm_connection_get_setting_by_name() does not return a reference,
so we have to get one ourselves.
2011-03-15 21:11:04 -04:00
Matthias Clasen
4081d83ca7
network: add a way to get the vpn connection object back
...
This will be needed to activate/deactivate vpn.
2011-03-15 17:20:54 -04:00
Richard Hughes
7914025e1f
network: show the VPN connection state in the panel header
2011-03-11 12:56:14 +00:00
Richard Hughes
bb70c1bd1a
network: use an abstract device so we can get the VPN connection data
2011-03-11 12:29:40 +00:00