- 06 Aug, 2010 1 commit
-
-
Daniel Gnoutcheff authored
Much as with nm-remote-settings and nm-remote-settings-system, the removal of user settings services means there is no more need for separate interfaces for user and system settings services. In libnm-glib, this commit merges everything in nm-settings-system-interface into nm-settings-interface. Alongside with that, we merge everything in the org.freedesktop.NetworkManagerSettings.System DBus interface into org.freedesktop.NetworkManagerSettings.
-
- 13 Jul, 2010 1 commit
-
-
Dan Williams authored
This reverts commit 8a1fe31b. This commit was not intended to be pushed, as it's not ready yet and isn't even my commit (thus attribution is wrong).
-
- 02 Jul, 2010 1 commit
-
-
Dan Williams authored
Where G_FILE_MONITOR_EVENT_MOVED isn't defined yet.
-
- 24 Aug, 2009 1 commit
-
-
Dan Williams authored
-
- 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
-