summaryrefslogtreecommitdiff
path: root/panels/network/net-vpn.c
Commit message (Expand)AuthorAgeFilesLines
* network: Replace deprecated nm_client_deactivate_connectionRobert Ancell2022-06-201-1/+1
* net-vpn: Don't append `VPN` in the title of the editor dialogAlessandro Bono2022-02-151-6/+1
* net-vpn: Don't append `VPN` to each rowAlessandro Bono2022-02-151-7/+5
* network: Use AdwActionRow and GtkListBox for vpn listChristopher Davis2022-02-041-15/+3
* network: Port to GTK4Georges Basile Stavracas Neto2021-12-141-1/+1
* network: Show spinner instead of delaying dialogRobert Ancell2020-12-171-1/+1
* network: Set transient window from outside NetConnectionEditor constructorRobert Ancell2020-12-171-6/+2
* network: Move signals handlers into .ui filesRobert Ancell2020-11-111-9/+4
* network: Connect signals with g_signal_connect_object in swapped formRobert Ancell2020-03-301-7/+7
* network: Fix warnings after removing a VPNRobert Ancell2019-11-281-2/+1
* network: Make NetVpn constructor consistent with other constructorsRobert Ancell2019-11-061-2/+2
* network: Convert NetVpn to GtkTemplateRobert Ancell2019-11-061-33/+12
* network: Remove net_object_emit_changedRobert Ancell2019-11-061-10/+1
* network: Remove net_object_get/set_titleRobert Ancell2019-11-061-1/+0
* network: Remove net_object_emit_removedRobert Ancell2019-11-061-11/+0
* network: Don't use refresh virtual method for VPN objectsRobert Ancell2019-11-061-9/+1
* network: Remove unused codeRobert Ancell2019-11-061-16/+0
* network: Remove net_object_get_clientRobert Ancell2019-11-061-126/+32
* network: Remove NetObject id propertyRobert Ancell2019-11-061-19/+25
* network: Remove net_object_get_panelRobert Ancell2019-11-061-3/+1
* network: Simplify net_object_add_to_stack functionRobert Ancell2019-11-061-6/+3
* network: Replace g_object_new with constructorsRobert Ancell2019-11-061-0/+14
* network: Use g_clear_pointerRobert Ancell2019-11-061-9/+5
* network: Remove unused virtual methodRobert Ancell2019-10-221-9/+0
* network: Remove net_object_edit virtual methodRobert Ancell2019-10-221-10/+2
* network: Use self variable name consistentlyRobert Ancell2019-10-221-85/+85
* network: Store widgets inside objectsRobert Ancell2019-10-221-28/+22
* network: Rename widget IDs to standard namesRobert Ancell2019-10-221-4/+4
* network: Connect signals in swapped formRobert Ancell2019-10-221-24/+17
* network: Fix incorrect use of *_get_instance_privateRobert Ancell2019-10-221-2/+0
* network: Use g_autofree for stringsRobert Ancell2019-09-131-4/+2
* network: Use g_autoptr for GError handlingRobert Ancell2019-09-131-2/+1
* connection-editor: Use GtkTemplateAdrien Plazas2019-01-271-1/+0
* net-vpn: Remove private fieldGeorges Basile Stavracas Neto2018-11-051-48/+39
* net-vpn: Turn into a final classGeorges Basile Stavracas Neto2018-11-051-1/+7
* net-vpn: Remove macro to get private fieldGeorges Basile Stavracas Neto2018-11-051-6/+2
* network: Fix disconnecting the VPN connection_removed_cb handlerBenjamin Berg2018-05-291-10/+4
* network: Update VPN title when the connection is changedBenjamin Berg2018-05-291-0/+3
* network: Remove dead code trying to use NMConnection as NMActiveConnectionBenjamin Berg2018-03-121-31/+3
* network: Update VPN sectionGeorges Basile Stavracas Neto2017-08-091-130/+11
* network: Replace the notebook with a stackGeorges Basile Stavracas Neto2017-07-171-5/+5
* network: Fix crash in VPN when removing Wi-Fi connectionBastien Nocera2016-06-071-2/+3
* network: Port to libnm 1.2Bastien Nocera2016-05-271-30/+37
* network: Fix a crash when clicking to forget a VPN on the editorRui Matos2016-01-261-1/+2
* network: Fix warning on panel exitBastien Nocera2015-03-191-3/+5
* network: Don't leak a builder instanceRui Matos2013-10-011-0/+2
* network: Remove unused toplevel windows from .ui filesRui Matos2013-10-011-7/+0
* network: Fix a possible crash with no active connectionsKalev Lember2013-09-111-1/+1
* network: vpn: disconnect signals from NM's objectsLionel Landwerlin2013-05-151-0/+9
* network: update on/off switch button when vpn becomes active/inactiveLionel Landwerlin2013-05-151-0/+38