NetworkManager/panel-applet
Dan Williams 901e3d01d8 2005-02-07 Dan Williams <dcbw@redhat.com>
* panel-applet/NMWirelessApplet.[ch]
		- Add a context menu that contains:
			Pause/Resume Wireless Scanning
			Stop/Start All Wireless Devices
			About...
		- Grab active device strength off active device,
			not its network

	* panel-applet/NMWirelessAppletDbus.[ch]
		- Add DBUS accessors for "getSupportsCarrierDetect", "setScanningEnabled",
			"getScanningEnabled", "setWirelessEnabled", and "getWirelessEnabled"
		- Update active device strength every 2 seconds, not every 1 second

	* panel-applet/menu-info.c
		- Only disable wired devices in the menu when they support carrier detection,
			and don't currently have a link.  Non-carrier-detect devices will always
			remain choosable

	* src/Makefile.am
	  src/NetworkManagerDbusUtils.[ch]
		- Add new new dbus utils sources

	* src/NetworkManager.c
		- Fixes for new link detection, we no longer need to call nm_device_update_link_active()
			with the boolean parameter
		- Set scanning_enabled & wireless_enabled to TRUE

	* src/NetworkManagerDbus.c
		- Use new dbus util method dispatcher functions for org.freedesktop.NetworkManager methods
		- Implement scanning & wireless enable/disable calls
		- Remove the dbus vtable unregister handlers, weren't doing anything with them anyway

	* src/NetworkManagerDevice.c
		- New link detection stuff again...
			o  Create device's mainloop earlier (but don't run it earlier)
			o  Hook up new carrier-detect support stuff
			o  Add in the ethtool & mii support detection code
		- Don't scan if scanning is disabled

	* src/NetworkManagerPolicy.c
		- Never automatically choose a device that doesn't support carrier detection
		- Don't automatically choose a wireless device if wireless is disabled


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@416 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-02-07 23:04:05 +00:00
..
icons 2005-01-24 Dan Williams <dcbw@redhat.com> 2005-01-24 18:46:25 +00:00
.cvsignore Fri Oct 8 07:19:55 2004 Jonathan Blandford <jrb@redhat.com> 2004-10-12 19:26:29 +00:00
eggtrayicon.c Mon Oct 4 12:55:41 2004 Jonathan Blandford <jrb@redhat.com> 2004-10-04 16:56:39 +00:00
eggtrayicon.h Mon Oct 4 12:55:41 2004 Jonathan Blandford <jrb@redhat.com> 2004-10-04 16:56:39 +00:00
essid.glade 2004-11-03 Dan Williams <dcbw@redhat.com> 2004-11-03 17:05:16 +00:00
gtkcellrendererprogress.c Fri Sep 17 14:04:34 2004 Jonathan Blandford <jrb@redhat.com> 2004-09-17 18:13:03 +00:00
gtkcellrendererprogress.h Fri Sep 17 14:04:34 2004 Jonathan Blandford <jrb@redhat.com> 2004-09-17 18:13:03 +00:00
gtkcellview.c 2005-01-24 Dan Williams <dcbw@redhat.com> 2005-01-25 01:45:55 +00:00
gtkcellview.h 2005-01-24 Dan Williams <dcbw@redhat.com> 2005-01-25 01:45:55 +00:00
main.c Make sure all files use config.h 2005-01-21 18:43:25 +00:00
Makefile.am 2005-01-24 Dan Williams <dcbw@redhat.com> 2005-01-24 19:23:04 +00:00
menu-info.c 2005-02-07 Dan Williams <dcbw@redhat.com> 2005-02-07 23:04:05 +00:00
menu-info.h Fri Oct 1 18:26:03 2004 Jonathan Blandford <jrb@redhat.com> 2004-10-01 22:26:45 +00:00
NMWirelessApplet.c 2005-02-07 Dan Williams <dcbw@redhat.com> 2005-02-07 23:04:05 +00:00
NMWirelessApplet.h 2005-02-07 Dan Williams <dcbw@redhat.com> 2005-02-07 23:04:05 +00:00
NMWirelessApplet.server.in 2004-08-06 Dan Williams <dcbw@redhat.com> 2004-08-06 18:19:06 +00:00
NMWirelessApplet.xml 2004-08-06 Dan Williams <dcbw@redhat.com> 2004-08-06 18:19:06 +00:00
NMWirelessAppletDbus.c 2005-02-07 Dan Williams <dcbw@redhat.com> 2005-02-07 23:04:05 +00:00
NMWirelessAppletDbus.h 2005-02-07 Dan Williams <dcbw@redhat.com> 2005-02-07 23:04:05 +00:00
NMWirelessAppletOtherNetworkDialog.c 2005-02-02 Dan Williams <dcbw@redhat.com> 2005-02-02 22:34:16 +00:00
NMWirelessAppletOtherNetworkDialog.h 2005-02-02 Dan Williams <dcbw@redhat.com> 2005-02-02 22:34:16 +00:00
wireless-applet.glade 2004-08-25 Dan Williams <dcbw@redhat.com> 2004-08-26 00:33:08 +00:00