NetworkManager r2615 - in trunk: . libnm-glib libnm-util src test
- From: tambeti svn gnome org
- To: svn-commits-list gnome org
- Subject: NetworkManager r2615 - in trunk: . libnm-glib libnm-util src test
- Date: Fri, 22 Jun 2007 16:09:03 +0100 (BST)
Author: tambeti
Date: 2007-06-22 16:09:02 +0100 (Fri, 22 Jun 2007)
New Revision: 2615
ViewCVS link: http://svn.gnome.org/viewcvs/NetworkManager?rev=2615&view=rev
Modified:
trunk/ChangeLog
trunk/libnm-glib/Makefile.am
trunk/libnm-glib/nm-access-point.c
trunk/libnm-glib/nm-access-point.h
trunk/libnm-glib/nm-client.c
trunk/libnm-glib/nm-client.h
trunk/libnm-glib/nm-device-802-11-wireless.c
trunk/libnm-glib/nm-device-802-3-ethernet.c
trunk/libnm-glib/nm-device.c
trunk/libnm-glib/nm-device.h
trunk/libnm-glib/nm-ip4-config.c
trunk/libnm-glib/nm-ip4-config.h
trunk/libnm-util/nm-connection.c
trunk/libnm-util/nm-connection.h
trunk/src/NetworkManagerAP.c
trunk/src/NetworkManagerDbus.c
trunk/src/NetworkManagerDbus.h
trunk/src/nm-dbus-nmi.c
trunk/src/nm-device.c
trunk/src/nm-manager.c
trunk/src/nm-manager.h
trunk/test/nm-tool.c
Log:
2007-06-21 Tambet Ingo <tambet ximian com>
* libnm-glib/Makefile.am: Add NMObject to build, remove nm-utils.[ch].
* nm-utils.[ch]: Remove.
* libnm-glib/nm-object.c: Implement a base class for all libnm-glib dbus-aware
objects for easy property access and dbus connection handling.
* libnm-glib/nm-client.c: Derive from NMObject.
* libnm-glib/nm-device.c: Ditto.
* libnm-glib/nm-device-802-3-ethernet.c: Changes for being based on NMObject.
* libnm-glib/nm-device-802-11-wireless.c: Ditto.
* libnm-glib/nm-ip4-config.c: Ditto.
* libnm-glib/nm-access-point.c: Ditto.
* libnm-util/nm-connection.c (nm_connection_compare): Add a stub for connection
comparision. Currently used by the device activation code to determine if the new
activation is the same as the old one.
* src/nm-dbus-nmi.c (nm_dbus_get_user_key_for_network): Don't use the obsolete and
wrong way of getting the dbus path for AP. Fixes the issue where the applet isn't
able to ask password for the AP.
* src/nm-device.c (nm_device_activate): Change the logic here - instead of giving
up if the device is already connected, tear down it's connection (if it isn't the
same as new one) and start the activation.
* src/nm-manager.c: Add the beginnings of NMConnection storage and signals.
* src/NetworkManagerAP.c (nm_ap_init): Set the default values to AP memebers, fixes
the issue where all APs are always listed as encrypted.
* src/NetworkManagerDbus.c (nm_dbus_get_object_path_for_network): Remove. APs have
their own registered paths.
* test/nm-tool.c (detail_device): Don't try to get active network from wireless
device if it's not connected - dbus-glib will happily crash trying to marshal NULL.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]