NetworkManager/src/vpn-manager
Dan Williams 675d12263a 2008-04-21 Dan Williams <dcbw@redhat.com>
* include/NetworkManager.h
		- Add NMActiveConnectionState enum

	* introspection/nm-active-connection.xml
	  introspection/nm-vpn-connection.xml
		- Add 'State' property for overall active connection state
		- Add 'Default' property, when True means this active connection
			has the default route
		- Add PropertyChanged signals so changes actually go out over the bus

	* src/nm-active-connection.h
		- Add defines for State & Default properties

	* src/nm-activation-request.c
		- Add 'state' and 'default' properties, hook up to device 'state-changed'
			signal to determine active connection state

	* src/vpn-manager/nm-vpn-connection.c
	  src/vpn-manager/nm-vpn-connection.h
	  src/vpn-manager/nm-vpn-manager.c
	  src/vpn-manager/nm-vpn-service.c
		- Rename old 'state' to 'vpn-state'
		- Rename nm_vpn_connection_get_state() -> nm_vpn_connection_get_vpn_state()
		- Add 'state' and 'default' properties, hook up to the vpn connection's
			'vpn-state-changed' signal

	* libnm-glib/nm-active-connection.c
	  libnm-glib/nm-active-connection.h
		- Add new 'state' and 'default' properties and accessors

	* libnm-glib/nm-vpn-connection.c
	  libnm-glib/nm-vpn-connection.h
		- Rename old 'state' property to 'vpn-state'
		- Add new 'state' and 'default' properties and accessors



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3582 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2008-04-22 00:28:02 +00:00
..
.cvsignore 2005-04-15 Dan Williams <dcbw@redhat.com> 2005-04-15 15:43:42 +00:00
Makefile.am 2008-04-05 Dan Williams <dcbw@redhat.com> 2008-04-05 16:28:24 +00:00
nm-vpn-connection.c 2008-04-21 Dan Williams <dcbw@redhat.com> 2008-04-22 00:28:02 +00:00
nm-vpn-connection.h 2008-04-21 Dan Williams <dcbw@redhat.com> 2008-04-22 00:28:02 +00:00
nm-vpn-manager.c 2008-04-21 Dan Williams <dcbw@redhat.com> 2008-04-22 00:28:02 +00:00
nm-vpn-manager.h 2008-03-31 Dan Williams <dcbw@redhat.com> 2008-03-31 14:48:39 +00:00
nm-vpn-service.c 2008-04-21 Dan Williams <dcbw@redhat.com> 2008-04-22 00:28:02 +00:00
nm-vpn-service.h 2008-03-26 Dan Williams <dcbw@redhat.com> 2008-03-26 13:43:01 +00:00