~vcs-imports/gnome-control-center/+git/gnome-control-center:wifi-move-hotspot-to-subpage

Last commit made on 2023-08-29
Get this branch:
git clone -b wifi-move-hotspot-to-subpage https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wifi-move-hotspot-to-subpage
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

1a6a45f... by Felipe Borges <email address hidden>

wifi: Use "pill" style for "Turn Off Hotspot" button

e84dd84... by Felipe Borges <email address hidden>

wifi: Show a spinner while the hotspot QrCode is being drawn

If the QrCode drawing is a bit slow the UI looks a bit glitchy.

15336d1... by Felipe Borges <email address hidden>

wifi: Only draw Hotspot QrCode if security method is supported

See commit 8f6ef3a6ef48d53c5e46161464f8fb1cbd43f201

This also changes the logic for setting the QrCode AdwStatusPage
since the text references a QrCode that might not exist if not
supported for this connection.

2928aab... by Felipe Borges <email address hidden>

wifi: Move hotspot information into a subpage

This introduces lot of changes by moving things around. Fundamentally
this modernizes the CcWifiPanel page to use the modern AdwNavigationView.

CcWifiHotspotPage is introduced to contain the Hotspot's QR Code
image and the rows with ssd, security, and password. Before the QrCode
and info rows were displayed within the main panel view.

To make it work for multiple wifi devices, this makes NetDeviceWifi
now emit two signals: "hotspot-row-activated" and "hotspot-turned-off".
This makes it easy for the main panel logic to know when to show the
hotspot page for any given device.

Fixes #2567

479081d... by Felipe Borges <email address hidden>

wifi: Hide "Connect to Hidden Network" and hotspot row when OFF

These rows don't make sense when the device is turned off and it takes
some vertical space from the status page shown below.

cbfe364... by Felipe Borges <email address hidden>

wifi: Drop deprecated gtk_widget_hide usage

8f6ef3a... by =?utf-8?q?Hendrik_M=C3=BCller?= <email address hidden>

wifi: Hide QR Code button for unsupported security

QR codes for Wi-Fi networks can only be generated for Wi-Fi networks
that have one of these security settings:
- no security
- WEP security
- WPA security

This is why the button to show these QR codes should only be visible
if the Wi-Fi network in question has one of these security settings.

2030ec9... by Michael Catanzaro <email address hidden>

keyboard: fix error in previous commit

I used the wrong value here.

This should have been caught by an unused variable warning, but
gnome-control-center has so many build warnings that nobody will ever
notice a new one....

74f494e... by Vasil Pupkin <3abac@3a.by>

Update Belarusian translation

a747ed7... by =?utf-8?q?J=C3=BCrgen_Benvenuti?= <email address hidden>

Update German translation