Many devices are able to scan a specifically formatted QR code to connect to a wifi network. To make sharing of wifi connections easier, it would be helpful to display such a QR code in the wifi settings. A button is added to the wifi connection row. This row is shown in the general wifi settings panel, as well as in the "Known Wi-Fi Network" dialog. Clicking the button opens an additional dialog, which shows the QR code.
26 lines
1.2 KiB
XML
26 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/control-center/network">
|
|
<!-- Network panel -->
|
|
<file preprocess="xml-stripblanks">cc-network-panel.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-net-proxy-page.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-wifi-connection-row.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-wifi-hotspot-dialog.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-qr-code-dialog.ui</file>
|
|
<file preprocess="xml-stripblanks">network-bluetooth.ui</file>
|
|
<file preprocess="xml-stripblanks">network-vpn.ui</file>
|
|
<file preprocess="xml-stripblanks">network-wifi.ui</file>
|
|
<file preprocess="xml-stripblanks">network-mobile.ui</file>
|
|
<file preprocess="xml-stripblanks">network-ethernet.ui</file>
|
|
|
|
<!-- Wi-Fi panel -->
|
|
<file preprocess="xml-stripblanks">cc-wifi-panel.ui</file>
|
|
<file>wifi-panel.css</file>
|
|
</gresource>
|
|
<gresource prefix="/org/gnome/Settings/icons/scalable/actions">
|
|
<!-- Wi-Fi panel icons -->
|
|
<file preprocess="xml-stripblanks">lock-small-symbolic.svg</file>
|
|
<file preprocess="xml-stripblanks">warning-small-symbolic.svg</file>
|
|
<file preprocess="xml-stripblanks">qr-code-symbolic.svg</file>
|
|
</gresource>
|
|
</gresources>
|