From fd0ab916c858b38dec6dcf0806887051415537a9 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 20 Feb 2008 22:37:39 +0000 Subject: [PATCH] 2008-02-20 Dan Williams * Global rename of NMConnectionSettings -> NMExportedConnection to cut down on confusing names * Add 'path' and 'scope' properties to NMConnection since both NM and the applet were having to hack this in anyway. Remove the 'path' stuff from NMExportedConnection * Internally rename NMConnectionType -> NMConnectionScope * Provide default implementations of the 'get_id' and 'get_settings' methods of NMExportedConnection git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3334 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 14 + introspection/Makefile.am | 2 +- ...nection.xml => nm-exported-connection.xml} | 6 +- libnm-glib/Makefile.am | 6 +- libnm-glib/nm-settings.c | 259 ++++++++++++------ libnm-glib/nm-settings.h | 56 ++-- libnm-util/nm-connection.c | 118 ++++++++ libnm-util/nm-connection.h | 19 ++ src/NetworkManagerPolicy.c | 20 +- src/nm-manager.c | 124 ++++----- src/nm-manager.h | 34 +-- src/vpn-manager/nm-vpn-manager.c | 4 +- system-settings/src/dbus-settings.c | 100 ++++--- system-settings/src/dbus-settings.h | 33 +-- 14 files changed, 505 insertions(+), 290 deletions(-) rename introspection/{nm-settings-connection.xml => nm-exported-connection.xml} (91%) diff --git a/ChangeLog b/ChangeLog index 55fbdb3a52..b4bfe6079c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2008-02-20 Dan Williams + + * Global rename of NMConnectionSettings -> NMExportedConnection to cut down + on confusing names + + * Add 'path' and 'scope' properties to NMConnection since both NM and the + applet were having to hack this in anyway. Remove the 'path' stuff from + NMExportedConnection + + * Internally rename NMConnectionType -> NMConnectionScope + + * Provide default implementations of the 'get_id' and 'get_settings' methods + of NMExportedConnection + 2008-02-15 Dan Williams * src/nm-device-802-11-wireless.c diff --git a/introspection/Makefile.am b/introspection/Makefile.am index 804ccee488..1203ecae66 100644 --- a/introspection/Makefile.am +++ b/introspection/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = \ nm-manager.xml \ nm-manager-client.xml \ nm-settings.xml \ - nm-settings-connection.xml \ + nm-exported-connection.xml \ nm-vpn-manager.xml \ nm-vpn-plugin.xml \ nm-vpn-connection.xml diff --git a/introspection/nm-settings-connection.xml b/introspection/nm-exported-connection.xml similarity index 91% rename from introspection/nm-settings-connection.xml rename to introspection/nm-exported-connection.xml index 407ea90903..5f838216fc 100644 --- a/introspection/nm-settings-connection.xml +++ b/introspection/nm-exported-connection.xml @@ -5,12 +5,12 @@ - + - + @@ -27,7 +27,7 @@ - +