network-manager-applet r128 - in trunk: . src



Author: dcbw
Date: 2007-08-22 19:42:57 +0100 (Wed, 22 Aug 2007)
New Revision: 128
ViewCVS link: http://svn.gnome.org/viewcvs/network-manager-applet?rev=128&view=rev

Added:
   trunk/src/gnome-keyring-md5.c
   trunk/src/gnome-keyring-md5.h
Modified:
   trunk/ChangeLog
   trunk/src/Makefile.am
   trunk/src/applet.c
   trunk/src/menu-items.c
   trunk/src/menu-items.h
Log:
2007-08-22  Dan Williams  <dcbw redhat com>

	* src/menu-items.c
	  src/menu-items.h
		- Make NMNetworkMenuItem a GtkCheckMenuItem subclass, not a random structure
			that contains all the widgets
		- Make the NMNetworkMenuItem accessors sane (split them out for SSID,
			strength, and detail instead a gigantic update() procedure)

	* src/applet.c
		- Use new NMNetworkMenuItem object
		- (nma_dropdown_menu_clear): remove children from the menu rather than
			destroying them directly
		- (sort_wireless_networks): ensure both SSIDs are valid before trying
			to access their contents
		- (nma_add_networks_helper): check for an existing menu item that
			represents this AP, based on a hash of certain AP properties.  If
			found, use that item instead of adding a new item.
		- (ap_hash): hash certain AP properties to combine BSSIDs into one menu
			item when needed






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