summaryrefslogtreecommitdiff
path: root/src/connection-editor/connection-helpers.c
Commit message (Expand)AuthorAgeFilesLines
* c-e: fix crash in import_vpn_from_file_cb() when importing VPN profilesThomas Haller2023-05-021-2/+2
* c-e: honor selected VPN plugin during importThomas Haller2022-11-171-9/+30
* c-e: support importing WireGuard profiles from wg-quick filesThomas Haller2022-11-161-21/+38
* c-e: rename vpn_connection_from_file() to connection_import_from_file()Thomas Haller2022-11-161-2/+2
* c-e: fix leaking connection/error in import_vpn_from_file_cb()Thomas Haller2022-11-161-2/+2
* c-e: use cleanup attribute in import_vpn_from_file_cb() for filenameThomas Haller2022-11-161-3/+1
* c-e: workaround crash in required error for importThomas Haller2022-11-161-0/+12
* editor: add wireguard supportBeniamino Galvani2020-04-221-0/+2
* all: drop modelineslr/cleanupsLubomir Rintel2019-09-101-1/+0
* all: use SPDX license identifiersLubomir Rintel2019-09-101-14/+1
* connection-editor: hold GApplication while the import dialog is runningLubomir Rintel2018-07-241-28/+16
* connection-editor: (trivial) rename the resource baseLubomir Rintel2018-05-171-1/+1
* nm-c-e: rename "DSL" to "DSL/PPPoE"Thomas Haller2017-08-301-1/+1
* all: get rid of all GtkStockLubomir Rintel2017-07-111-5/+5
* editor: add macsec supportBeniamino Galvani2017-06-181-0/+2
* c-e: remove compatibility for missing proxy APIThomas Haller2017-03-211-6/+0
* editor: avoid unused variable with < 1.6Lubomir Rintel2017-01-061-1/+3
* all: use gresourcesLubomir Rintel2017-01-061-4/+4
* proxy: add compatibility for building against libnm-1-4 without proxy supportThomas Haller2016-12-161-1/+4
* nm-connection-editor: Fixes for including Proxy pageAtul Anand2016-12-161-0/+12
* editor: add support for IP tunnel connectionsBeniamino Galvani2016-12-011-0/+2
* c-e: don't transfer ownership of connection argument for callback functionsThomas Haller2016-11-221-6/+3
* c-e: tag NewConnectionTypeFilterFunc with a special argumentThomas Haller2016-11-221-3/+3
* c-e: tag PageNewConnectionResultFunc with a special argumentThomas Haller2016-11-221-1/+2
* c-e: tag DeleteConnectionResultFunc with a special argumentThomas Haller2016-11-221-1/+1
* c-e: tag PageNewConnectionFunc with a special argumentThomas Haller2016-11-221-3/+6
* c-e: tag NewConnectionResultFunc with a special argumentThomas Haller2016-11-221-2/+2
* editor: refactor the VPN import logicLubomir Rintel2016-11-111-0/+143
* editor: add connection argument to the new page functionLubomir Rintel2016-11-111-3/+12
* editor: fix invalid memory access when displaying service detailsBeniamino Galvani2016-11-071-1/+1
* all: use Unicode in translatable stringsPiotr Drąg2016-10-031-2/+2
* editor: disable "Create" button when no connection type is availableBeniamino Galvani2016-09-231-13/+20
* shared: reorder and reimport shared filesThomas Haller2016-06-171-1/+2
* c-e: support multiple "Add VPN connection" entires per service-typeThomas Haller2016-06-151-17/+74
* c-e: add additional detail_data argument to PageNewConnectionFuncThomas Haller2016-06-151-1/+6
* c-e: keep description for add-list in GTK list storeThomas Haller2016-06-151-24/+20
* c-e/trivial: rename function vpn_get_plugins() to vpn_get_plugin_infos()Thomas Haller2016-06-151-1/+1
* c-e: allow one VPN plugin to create multiple "Add" entires per provided servi...Thomas Haller2016-06-151-35/+65
* c-e: always add VPN connections to list even if there are no VPN pluginsThomas Haller2016-04-291-3/+1
* all: include <glib/gi18n.h> via "nm-default.h"Thomas Haller2016-02-241-2/+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
* include: cleanup include of "config.h"Thomas Haller2016-02-161-1/+1
* vpn: make use of new NMVpnPluginInfo class to load vpn pluginsThomas Haller2015-08-011-37/+4
* wimax: remove WiMAX supportThomas Haller2015-07-151-2/+0
* editor: Add support for creating Bluetooth connectionslr/bluetoothLubomir Rintel2015-04-151-0/+2
* editor: fix assertions in filtering types of connection-helpersJiří Klimeš2015-03-101-3/+6
* connection-editor: port to libnmDan Winship2015-02-251-23/+26
* editor: show Bluetooth connections as Mobile Broadband (bgo #740658)Dan Williams2014-11-261-73/+50
* connection-editor: support IPv6 on mobile devicesDan Winship2014-07-251-3/+0