summaryrefslogtreecommitdiff
path: root/src/connection-editor/page-vpn.c
Commit message (Expand)AuthorAgeFilesLines
* c-e: don't reset VPN connection during importThomas Haller2022-11-171-2/+9
* page-vpn: make sure the VPN page margins are consistentLubomir Rintel2021-10-251-0/+6
* all: drop modelineslr/cleanupsLubomir Rintel2019-09-101-1/+0
* all: use SPDX license identifiersLubomir Rintel2019-09-101-14/+1
* Revert "editor/vpn: don't show_all() the widgets"Thomas Haller2018-09-211-0/+1
* editor/vpn: don't show_all() the widgetsAlexandru-Sever Horin2018-08-271-1/+0
* editor/page: use defines for signal namesLubomir Rintel2018-06-191-1/+1
* editor/page: streamline initialized signallingLubomir Rintel2018-06-191-4/+1
* vpn: construct the editor only when the connection is finishedLubomir Rintel2017-12-121-12/+9
* c-e: don't transfer ownership of connection argument for callback functionsThomas Haller2016-11-221-0/+2
* c-e: tag NewConnectionTypeFilterFunc with a special argumentThomas Haller2016-11-221-1/+3
* c-e: tag PageNewConnectionResultFunc with a special argumentThomas Haller2016-11-221-2/+2
* c-e: tag PageNewConnectionFunc with a special argumentThomas Haller2016-11-221-1/+2
* c-e: tag NewConnectionResultFunc with a special argumentThomas Haller2016-11-221-1/+3
* editor: refactor the VPN import logicLubomir Rintel2016-11-111-121/+53
* editor: add connection argument to the new page functionLubomir Rintel2016-11-111-8/+18
* all: remove double spaces from translatable stringsPiotr Drąg2016-10-031-1/+1
* all: use Unicode in translatable stringsPiotr Drąg2016-10-031-2/+2
* c-e: fix crash during VPN import from fileThomas Haller2016-06-271-0/+1
* shared: reorder and reimport shared filesThomas Haller2016-06-171-2/+3
* c-e: support multiple "Add VPN connection" entires per service-typeThomas Haller2016-06-151-1/+52
* c-e: add additional detail_data argument to PageNewConnectionFuncThomas Haller2016-06-151-0/+1
* c-e: resolve VPN service-type as a short-nameThomas Haller2016-06-151-1/+6
* c-e: fail construction of VPN page if editor plugin cannot be loadedThomas Haller2016-04-291-10/+13
* c-e: take reference to NMVpnEditorPlugin instance in "page-vpn.c"Thomas Haller2016-04-291-1/+4
* c-e: unregister signal handler from VPN pluginThomas Haller2016-04-281-2/+5
* 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
* utils: drop unneeded "nm-glib-compat.h"Thomas Haller2016-02-241-1/+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-33/+22
* build: define g_clear_pointer() in the compatibility header nm-glib-compat.hJiří Klimeš2014-11-111-0/+1
* editor: clean up object dispose()Dan Williams2014-10-101-11/+2
* connection-editor: rename new-connection.c to connection-helpers.cDan Winship2014-07-251-1/+1
* connection-editor: keep track of the NMRemoteSettings on CEPageDan Winship2012-10-041-0/+1
* connection-editor: pass the NMRemoteSettings object to page constructorsDan Winship2012-08-201-0/+1
* connection-editor: move a bunch of code out of NMConnectionListDan Winship2012-08-201-1/+15
* connection-editor: Add a new New Connection dialog, merge in VPN stuffDan Winship2012-08-071-18/+38
* connection-editor: pass NMRemoteSettings to PageNewConnectionFuncDan Winship2012-08-071-5/+6
* connection-editor: move VPN import/exportDan Winship2012-08-071-0/+82
* Fix use of GErrorDan Winship2012-03-121-2/+2
* Use the new typed nm_connection_get_setting_*() methodsDan Winship2012-03-121-1/+1
* editor: change "Device MAC address" to combo box with an entryJiří Klimeš2011-07-211-1/+3
* editor: remove dead VPN save secrets codeDan Williams2011-07-131-19/+0
* build: do the right thing with config.h (bgo #644672)Kjartan Maraas2011-03-141-0/+2
* core: fix GtkBuilder-related performance issuesDan Williams2010-12-051-9/+12
* editor: fix secrets requests after 78b7101d570aa874cd748b0488ddeda15d7657dfDan Williams2009-10-021-5/+6