summaryrefslogtreecommitdiff
path: root/panels/network/net-device-ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* Drop most uses of deprecated gtk_style_context_add/remove_classFelipe Borges2023-01-051-1/+1
* net-device-ethernet: Don't check device iface nameAlessandro Bono2022-10-121-8/+3
* net-device-ethernet: Prevent double freeAlessandro Bono2022-10-121-1/+0
* network: Fixed Network profiles shown on wrong deviceLuciano da Silva Ribas2022-10-121-0/+12
* network: Replace deprecated nm_device_disconnectRobert Ancell2022-06-201-1/+1
* network: Use AdwPreferences{Page,Group} for network panelChristopher Davis2022-02-041-24/+14
* network: Adjust list styling and use GtkStack for ethernetChristopher Davis2022-02-041-9/+8
* network: Port to GTK4Georges Basile Stavracas Neto2021-12-141-38/+28
* network: display IPv6 gatewaytreysis2021-05-191-1/+9
* Network: Show all IPv6 addresses for an interfacetreysis2021-05-121-11/+9
* network: Show DNS6 parameters in details and connection editortreysis2021-02-011-2/+16
* network: Show spinner instead of delaying dialogRobert Ancell2020-12-171-2/+2
* network: Set transient window from outside NetConnectionEditor constructorRobert Ancell2020-12-171-8/+4
* network: Stop using deprecated nm_device_*_get_hw_addressRobert Ancell2020-11-081-2/+1
* Stop using HANDY_USE_UNSTABLE_APIAdrien Plazas2020-08-181-1/+0
* Adapt to HdyActionRow changesAdrien Plazas2020-07-301-1/+1
* network: Connect signals with g_signal_connect_object in swapped formRobert Ancell2020-03-301-4/+3
* network: Keep a ref on NetDeviceEthernet while a edition dialog is openCarlos Garnacho2019-11-291-2/+3
* network: Move widget code into GtkBuilderRobert Ancell2019-11-061-12/+8
* network: Move signals into GtkBuilder filesRobert Ancell2019-11-061-14/+7
* network: Convert NetDeviceEthernet, NetDeviceBluetooth and NetDeviceMobile to...Robert Ancell2019-11-061-38/+17
* network: Remove net_object_emit_changedRobert Ancell2019-11-061-8/+1
* network: Remove net_object_get/set_titleRobert Ancell2019-11-061-9/+7
* network: Remove NetDevice classRobert Ancell2019-11-061-2/+2
* network: Remove net_device_get_nm_deviceRobert Ancell2019-11-061-32/+25
* network: Move helper functions into panel-common.cRobert Ancell2019-11-061-8/+9
* network: Remove net_object_get_clientRobert Ancell2019-11-061-55/+42
* network: Replace method with a helper function.Robert Ancell2019-11-061-2/+2
* network: Remove net_object_get_cancellableRobert Ancell2019-11-061-4/+1
* network: Remove NetObject id propertyRobert Ancell2019-11-061-3/+1
* network: Remove net_object_get_panelRobert Ancell2019-11-061-3/+1
* network: Simplify net_object_add_to_stack functionRobert Ancell2019-11-061-5/+3
* network: Stop NetDeviceEthernet deriving from NetDeviceSimpleRobert Ancell2019-11-061-2/+2
* network: Remove unused virtual methodRobert Ancell2019-11-061-22/+9
* network: Replace g_object_new with constructorsRobert Ancell2019-11-061-0/+16
* network: Use g_clear_pointerRobert Ancell2019-11-061-1/+1
* network: Remove helper functionsRobert Ancell2019-10-221-5/+14
* network: Simplify helper functionRobert Ancell2019-10-221-3/+3
* network: Use self variable name consistentlyRobert Ancell2019-10-221-99/+99
* network: Store widgets inside objectsRobert Ancell2019-10-221-47/+44
* network: Rename widget IDs to standard namesRobert Ancell2019-10-221-4/+4
* network: Connect signals in swapped formRobert Ancell2019-10-221-39/+28
* network: Remove two common functions that are more simply done inside the few...Robert Ancell2019-10-011-2/+6
* network: Fix small memory leakRobert Ancell2019-10-011-1/+1
* network: Use g_autoptr for unref codeRobert Ancell2019-09-131-18/+8
* network: Use g_autofree for stringsRobert Ancell2019-09-131-15/+7
* network: Use g_autoptr for GError handlingRobert Ancell2019-09-131-2/+1
* network: Make the rows adaptiveAdrien Plazas2019-09-091-5/+5
* connection-editor: Use GtkTemplateAdrien Plazas2019-01-271-1/+0
* net-device-ethernet: Turn into a final classGeorges Basile Stavracas Neto2018-11-051-0/+16