- 25 Sep, 2012 1 commit
-
-
Jiří Klimeš authored
The argument is 'klass' not 'obj'.
-
- 20 Aug, 2012 1 commit
-
-
Dan Winship authored
-
- 21 Jul, 2011 1 commit
-
-
Jiří Klimeš authored
The combo box list is pre-filled with available MAC addresses. It makes the input more easy. The entry still allows inserting arbitrary MAC address.
-
- 02 Oct, 2009 1 commit
-
-
Dan Williams authored
After 78b7101d, the page's connection would of course be the duplicated connection which is a plain NMConnection that user edits are done on. THat of course doesn't implement NMSettingsConnectionInterface, and thus can't respond to requests for secrets. Instead, we have the CEPage subclasses for each setting type pass back the name of the setting they want secrets for, if they need secrets, and let the editor ask for the secrets since it has the original connection which usually implements NMSettingsConnectionInterface. By moving the addition of the page's GtkWidget to after page initialization, we also fix system VPN connections, which were broken because the VPN page's plugin-provided widget is only valid after the page is initialized, but the editor expected it to be valid right after requesting secrets. In the case of system secrets, the request is over D-Bus and is async, which meant that the call would complete and the page would initalize long after the connection editor had tried to add the page to the UI.
-
- 04 Aug, 2009 1 commit
-
-
Dan Winship authored
-
- 03 Apr, 2009 1 commit
-
-
Dan Williams authored
2009-04-03 Dan Williams <dcbw@redhat.com> * Ensure PolicyKit autorization before editing system connections, and request secrets from the system settings service for system connections. This requires splitting each CEPage subclass's *_new() method into two parts, the first doing minimal setup, and the second filling in the UI with details from the backing NMConnection. Between the first and second parts, if required, secrets are requested from the system settings service using PolicyKit. As a bonus, actually handle errors instead of dropping them on the floor. svn path=/trunk/; revision=1244
-
- 19 Jan, 2009 1 commit
-
-
Przemysław Grzegorczyk authored
2009-01-19 Przemysław Grzegorczyk <pgrzegorczyk@gmail.com> * src/wireless-security/eap-method.h: * src/wireless-security/wireless-security.h: * src/polkit-helpers/polkit-gnome-action.c: * src/connection-editor/ce-page.h: * src/connection-editor/main.c: * src/connection-editor/mobile-wizard.c: * src/connection-editor/nm-connection-editor.c: * src/connection-editor/nm-connection-list.c: * src/connection-editor/nm-connection-list.h: * src/connection-editor/page-dsl.h: * src/connection-editor/page-ip4.h: * src/connection-editor/page-mobile.h: * src/connection-editor/page-ppp.h: * src/connection-editor/page-vpn.h: * src/connection-editor/page-wired-security.h: * src/connection-editor/page-wired.h: * src/connection-editor/page-wireless-security.h: * src/connection-editor/page-wireless.h: * src/ap-menu-item.h: * src/applet-device-cdma.c: * src/applet-device-gsm.c: * src/applet-device-wifi.c: * src/applet-device-wifi.h: * src/applet-device-wired.c: * src/applet-dialogs.c: * src/applet-dialogs.h: * src/applet.h: * src/wireless-dialog.c: * src/wireless-dialog.h: Cleared up gtk and glib includes to use only toplevel headers. Bug #564379. svn path=/trunk/; revision=1106
-
- 26 Jun, 2008 1 commit
-
-
Dan Williams authored
2008-06-26 Dan Williams <dcbw@redhat.com> * Update FSF address in license headers (Michael Biebl <biebl@debian.org>) svn path=/trunk/; revision=770
-
- 27 Feb, 2008 1 commit
-
-
Dan Williams authored
2008-02-27 Dan Williams <dcbw@redhat.com> Refactor connection editor page handling in preparation for making Add/Edit work. * src/connection-editor/Makefile.am connection-editor/ce-page.c connection-editor/ce-page.h - Add the base CEPage class from which all other connection editor pages derive * connection-editor/page-ip4-address.c connection-editor/page-ip4-address.h connection-editor/page-ip4.c connection-editor/page-ip4.h connection-editor/page-wired.c connection-editor/page-wired.h connection-editor/page-wireless-security.c connection-editor/page-wireless-security.h connection-editor/page-wireless.c connection-editor/page-wireless.h - Make each page a subclass of CEPage * connection-editor/nm-connection-editor.c connection-editor/nm-connection-editor.h - Update for these changes; handle CEPage objects instead of just GtkWidgets svn path=/trunk/; revision=561
-
- 28 Jan, 2008 1 commit
-
-
Dan Williams authored
2008-01-28 Dan Williams <dcbw@redhat.com> * po/POTFILES.in - Add new translatables * src/connection-editor/Makefile.am - Add new pae sources and glade files * src/connection-editor/page-wired.c src/connection-editor/page-wired.h src/connection-editor/ce-page-wired.glade - Split wired bits out * src/connection-editor/page-wireless.c src/connection-editor/page-wireless.h src/connection-editor/ce-page-wireless.glade - Split wireless bits out * src/connection-editor/page-wireless-security.c src/connection-editor/page-wireless-security.h - Split wireless security bits out * src/connection-editor/page-ip4-address.c src/connection-editor/page-ip4-address.h src/connection-editor/ce-page-ip4-address.glade - Split IPv4 address bits out * src/connection-editor/page-ip4.c src/connection-editor/page-ip4.h src/connection-editor/ce-page-ip4.glade - Split IPv4 DNS & search domain bits out * src/connection-editor/nm-connection-editor.c src/connection-editor/nm-connection-editor.h src/connection-editor/nm-connection-editor.glade - Move all the settings pages to their own sources and glade files svn path=/trunk/; revision=485
-
- 19 Sep, 2007 1 commit
-
-
Rodrigo Moya authored
2007-09-19 Rodrigo Moya <rodrigo@gnome-db.org> * src/connection-editor: new connection editor. * configure.ac: added connection editor to the build. svn path=/trunk/; revision=167
-
- 12 Sep, 2007 1 commit
-
-
Tambet Ingo authored
2007-09-12 Tambet Ingo <tambet@gmail.com> * src/applet.c: Rewrite the VPN connection handling now that * everything underneath has changed. * src/vpn-properties/nm-vpn-ui-interface.h: Convert properties * to hash tables eveyrwhere. * src/vpn-properties/nm-vpn-properties.c: Create properties hash * tables instead of GSLists. * src/vpn-password-dialog.c: Passwords are now dictionary items. * Use odd strings from the helper output as keys, even keys for values. * src/vpn-connection-info.[ch]: Implement. svn path=/trunk/; revision=150
-
- 02 Feb, 2007 1 commit
-
-
Dan Williams authored
svn path=/trunk/; revision=2
-