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



Author: tambeti
Date: 2007-03-16 09:51:52 +0000 (Fri, 16 Mar 2007)
New Revision: 64
ViewCVS link: http://svn.gnome.org/viewcvs/network-manager-applet?rev=64&view=rev

Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/src/Makefile.am
   trunk/src/applet-dbus-devices.c
   trunk/src/applet-dbus-devices.h
   trunk/src/applet-dbus.c
   trunk/src/applet-dbus.h
   trunk/src/applet.c
   trunk/src/applet.h
   trunk/src/menu-items.c
   trunk/src/menu-items.h
   trunk/src/nm-device.h
Log:
2007-03-16  Tambet Ingo  <tambet ximian com>

	First stab at converting the applet over to libnm-glib instead of using
	the low-level DBUS API (which is removed from NM by now). Since libnm-glib
	emits signals for all "interesting" state changes in NM, we don't have to
	poll for any changes in the applet and can sleep and do nothing if there
	are no events (either from X or libnm-glib).

	The current status should be that the status icon should show the correct
	icon which reflects the NM state, right-click menu should work 100%, and
	the left click menu (devices) should show the correct information. Device
	activation should work only for wired devices. VPN doesn't work at all.
	And there's a bunch of warnings on the console.

	* configure.ac: Put all PKG-CONFIG checks in one check so that it can
	remove duplicate CFLAGS, LDFLAGS and libraries to link.






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