summaryrefslogtreecommitdiff
path: root/panels/network/cc-wifi-panel.c
Commit message (Expand)AuthorAgeFilesLines
* network: Remove unused sizegroupRobert Ancell2019-11-061-2/+0
* network: Convert NetDeviceWifi to GtkTemplateRobert Ancell2019-11-061-4/+3
* network: Remove net_object_get/set_titleRobert Ancell2019-11-061-2/+2
* network: Remove NetDevice classRobert Ancell2019-11-061-1/+0
* network: Remove net_device_get_nm_deviceRobert Ancell2019-11-061-4/+4
* network: Remove net_object_get_cancellableRobert Ancell2019-11-061-1/+0
* network: Use correct type iterating over listRobert Ancell2019-11-061-16/+15
* network: Remove NetObject id propertyRobert Ancell2019-11-061-7/+6
* network: Simplify net_object_add_to_stack functionRobert Ancell2019-11-061-1/+5
* network: Replace g_object_new with constructorsRobert Ancell2019-11-061-11/+9
* network: Remove unused GObject propertyRobert Ancell2019-10-221-1/+0
* network: Connect signals in swapped formRobert Ancell2019-10-221-17/+8
* Initialize autoptr values to NULL.Robert Ancell2019-10-031-1/+1
* network: Use g_autoptr for unref codeRobert Ancell2019-09-131-12/+5
* network: Use g_autoptr for GError handlingRobert Ancell2019-09-131-3/+1
* wifi: Show a spinner when scanning for new access pointsGeorges Basile Stavracas Neto2019-06-161-0/+32
* wifi: Add device widgets after caching in the arrayGeorges Basile Stavracas Neto2019-06-161-2/+3
* shell: Add position to cc_shell_embed_widget_in_header()Georges Basile Stavracas Neto2019-05-211-1/+1
* wifi: Keep Airplane Mode always synchronizedGeorges Basile Stavracas Neto2018-07-231-0/+17
* wi-fi: Add empty state for Airplane ModeGeorges Basile Stavracas Neto2018-07-231-3/+8
* network: Rename UI files to match C filesGeorges Basile Stavracas Neto2018-07-231-1/+1
* network: use nm_device_get_description()Lubomir Rintel2018-07-171-1/+1
* wifi: Use g_debug() for a debug messageBastien Nocera2018-06-201-1/+1
* wifi: only manage Wi-Fi devices managed by NMJonathan Kang2018-06-081-2/+2
* wi-fi: Remove unused headerGeorges Basile Stavracas Neto2018-05-291-1/+0
* wifi: Hide when no Wi-Fi adapter is availableGeorges Basile Stavracas Neto2018-05-291-0/+63
* Move common panel code from shell/ to panel/commonBenjamin Berg2018-04-171-1/+1
* network: Cache D-Bus proxies and objectsGeorges Basile Stavracas Neto2018-04-061-26/+37
* wifi: Show the "Wi-Fi disabled" page if it is disabledBastien Nocera2018-02-211-1/+15
* wifi: Revert "Add a refresh button"Felipe Borges2018-02-201-22/+0
* wifi: Add a refresh buttonXiang Fan2018-01-211-0/+22
* wifi: fix typo in device_removed_cb()Xiang Fan2017-11-081-1/+1
* network: Avoid crashing if NM reports no devices or no connectionsRui Matos2017-11-011-2/+5
* wifi: Fix help linkJeremy Bicha2017-10-241-1/+1
* wifi: Don't access potentially invalid pointerGeorges Basile Stavracas Neto2017-08-121-3/+9
* wifi: Introduce Wi-Fi panelGeorges Basile Stavracas Neto2017-07-181-0/+632