- 23 Jul, 2009 1 commit
-
-
Dan Williams authored
The old NMExportedConnection was used for both client and server-side classes, which was a mistake and made the code very complicated to follow. Additionally, all PolicyKit operations were synchronous, and PK operations can block for a long time (ie for user input) before returning, so they need to be async. But NMExportedConnection and NMSysconfigConnection didn't allow for async PK ops at all. Use this opportunity to clean up the mess and create GInterfaces that both server and client objects implement, so that the connection editor and applet can operate on generic objects like they did before (using the interfaces) but can perform specific operations (like async PK verification of callers) depending on whether they are local or remote or whatever.
-
- 04 Apr, 2008 1 commit
-
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3529 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 28 Feb, 2008 1 commit
-
-
Dan Williams authored
Patch from Will Stephenson <wstephenson@kde.org> * Makefile.am configure.in - Set up spec autogeneration infrastructure * docs/NetworkManager DBUS API.txt - Note how old this doc is and where to look for the canonical D-Bus specification * introspection/* - Add annotations and comments git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3345 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 09 Sep, 2007 1 commit
-
-
Dan Williams authored
Stupid mistake on my part; object path and interface for settings service and connection objects can be the same, only the service name must be different for the system and user settings services. * include/NetworkManager.h src/nm-manager.c introspection/nm-settings-connection.xml introspection/nm-settings.xml libnm-glib/nm-settings.c - (nm_connection_settings_init, query_user_connections, new_connection_cb): Unify NetworkManagerSettings and Connection interface name and object path git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2772 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 29 Aug, 2007 1 commit
-
-
Dan Williams authored
* introspection/nm-settings-connection.xml introspection/nm-settings.xml - Service name -> NetworkManagerUserSettings because two services can't share part of the same path. I'm not really sure how we'll use the same code with the system-settings daemon... git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2744 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 03 Aug, 2007 1 commit
-
-
Rodrigo Moya authored
* introspection/Makefile.am: * introspection/nm-settings.xml: * introspection/nm-settings-connection.xml: added Settings interfaces. * libnm-glib/nm-settings.[ch]: * libnm-glib/Makefile.am: added abstract class for Settings interfaces containing the DBus implementation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2656 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-