summaryrefslogtreecommitdiff
path: root/src/connection-editor/page-dsl.c
Commit message (Expand)AuthorAgeFilesLines
* editor/page: use defines for signal namesLubomir Rintel2018-06-191-1/+1
* editor/page: streamline initialized signallingLubomir Rintel2018-06-191-4/+1
* connection-editor: (trivial) rename the resource baseLubomir Rintel2018-05-171-1/+1
* editor: allow creating pppoe connections without parent interfaceBeniamino Galvani2018-05-081-10/+35
* editor: pppoe: add support for new-style pppoe connectionsBeniamino Galvani2017-09-081-5/+129
* nm-c-e: rename "DSL" to "DSL/PPPoE"Thomas Haller2017-08-301-1/+1
* all: use gresourcesLubomir Rintel2017-01-061-1/+1
* c-e: don't transfer ownership of connection argument for callback functionsThomas Haller2016-11-221-0/+2
* c-e: tag PageNewConnectionResultFunc with a special argumentThomas Haller2016-11-221-1/+1
* c-e: tag PageNewConnectionFunc with a special argumentThomas Haller2016-11-221-1/+2
* editor: add connection argument to the new page functionLubomir Rintel2016-11-111-8/+6
* c-e: add additional detail_data argument to PageNewConnectionFuncThomas Haller2016-06-151-0/+1
* all: include <gtk/gtk.h> via "nm-default.h"Thomas Haller2016-02-241-2/+0
* all: include <glib/gi18n.h> via "nm-default.h"Thomas Haller2016-02-241-1/+0
* all: include "config.h" via "nm-default.h"Thomas Haller2016-02-241-2/+0
* all: include "nm-default.h" in every source fileThomas Haller2016-02-161-0/+2
* editor: allow changes on one page modify other pagesJiří Klimeš2015-10-141-1/+3
* c-e/trivial: rename virtual method validate()Thomas Haller2015-09-111-2/+2
* connection-editor: port to libnmDan Winship2015-02-251-20/+6
* editor: clean up object dispose()Dan Williams2014-10-101-2/+0
* coverity: fix warnings found with Coverity in nm-applet/nm-c-eJiří Klimeš2013-11-151-4/+0
* connection-editor: remove redundant castsDan Winship2013-02-191-3/+3
* connection-editor: keep track of the NMRemoteSettings on CEPageDan Winship2012-10-041-0/+1
* trivial: fix code formattingJiří Klimeš2012-08-301-4/+4
* connection-editor: pass the NMRemoteSettings object to page constructorsDan Winship2012-08-201-0/+1
* connection-editor: Add a new New Connection dialog, merge in VPN stuffDan Winship2012-08-071-0/+1
* connection-editor: pass NMRemoteSettings to PageNewConnectionFuncDan Winship2012-08-071-2/+2
* editor: fix defaults for lcp-echo-failure and lcp-echo-interval (bgo #663970)Jiří Klimeš2012-05-281-2/+9
* Fix use of GErrorDan Winship2012-03-121-1/+1
* Use the new typed nm_connection_get_setting_*() methodsDan Winship2012-03-121-2/+2
* editor: change "Device MAC address" to combo box with an entryJiří Klimeš2011-07-211-1/+3
* build: do the right thing with config.h (bgo #644672)Kjartan Maraas2011-03-141-0/+2
* editor: port to NM 0.9Dan Williams2010-12-231-1/+0
* core: fix GtkBuilder-related performance issuesDan Williams2010-12-051-24/+9
* core: convert to GtkBuilder (bgo #625248)Pablo Castellano2010-11-281-9/+11
* editor: fix secrets requests after 78b7101d570aa874cd748b0488ddeda15d7657dfDan Williams2009-10-021-5/+6
* core: update to work with certificate pathsDan Williams2009-09-161-16/+0
* Add a mobile broadband connection setup wizardDan Williams2009-06-021-0/+24
* Ensure PolicyKit autorization before editing system connections, andDan Williams2009-04-031-14/+33
* Patch from Tambet Ingo <tambet@gmail.com>Dan Williams2008-10-261-9/+12
* UUID updates. Requires NM svn 4013 or later, and VPN plugins 4018 orDan Williams2008-08-271-4/+2
* Update FSF address in license headers (Michael Biebl <biebl@debian.org>)Dan Williams2008-06-261-3/+3
* src/connection-editor/ce-page.c src/connection-editor/ce-page.hTambet Ingo2008-06-201-39/+7
* Fix up for addition of GError argument to nm_connection_verify() andDan Williams2008-06-131-2/+2
* src/connection-editor/Makefile.am src/connection-editor/page-ppp.cDan Williams2008-04-191-1/+12
* Don't try to free a NULL errorDan Williams2008-04-171-1/+1
* src/connection-editor/page-dsl.c src/connection-editor/page-mobile.c -Dan Williams2008-04-171-4/+29
* Use nm_setting_duplicate() instead of hashing the setting first and thenTambet Ingo2008-04-151-9/+3
* Finish the implemention to load, validate, and save.Tambet Ingo2008-04-101-21/+140
* Patch from Tambet Ingo <tambet@gmail.com>Dan Williams2008-03-261-1/+10