network-manager-applet r173 - in trunk: . src src/connection-editor src/gconf-helpers



Author: dcbw
Date: 2007-09-20 04:08:27 +0100 (Thu, 20 Sep 2007)
New Revision: 173
ViewCVS link: http://svn.gnome.org/viewcvs/network-manager-applet?rev=173&view=rev

Added:
   trunk/src/gconf-helpers/
   trunk/src/gconf-helpers/Makefile.am
   trunk/src/gconf-helpers/gconf-helpers.c
   trunk/src/gconf-helpers/gconf-helpers.h
Removed:
   trunk/src/gconf-helpers.c
   trunk/src/gconf-helpers.h
Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/src/Makefile.am
   trunk/src/applet-dbus-settings.c
   trunk/src/applet.h
   trunk/src/connection-editor/Makefile.am
   trunk/src/connection-editor/nm-connection-list.c
   trunk/src/connection-editor/nm-connection-list.h
Log:
2007-09-20  Dan Williams <dcbw redhat com>

	* src/gconf-helpers/gconf-helpers.h
	  src/gconf-helpers/gconf-helpers.c
	  src/gconf-helpers/Makefile.am
	  src/connection-editor/Makefile.am
	  src/Makefile.am
	  configure.ac
		- Move gconf helpers into their own directory and make them a libtool
			library so that both the applet and the connection tool can use them
		- (nm_gconf_read_connection): new function, move bits from
			applet-dbus-settings.c that parse NMConnections from GConf

	* src/connection-editor/nm-connection-list.c
	  src/connection-editor/nm-connection-list.h
		- (hash_add_connection_to_list): ensure list is terminated when adding
			connection to list store
		- (load_connections): new function; read connection from GConf
		- (nm_connection_list_init): call load_connections(), add a cell renderer
			to the tree view widget so that connections are displayed in the list

	* src/applet-dbus-settings.c
		- (read_one_setting_value_from_gconf, read_connection_from_gconf): move
			to gconf-helpers/gconf-helpers.c
		- (connection_settings_changed_cb, applet_dbus_connection_settings_new):
			use gconf-helpers implementations for reading connection from GConf






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]