The glory moment has come. The new Wi-Fi panel is finally introduced using a different code style from the rest of the Network panel, since Control Center itself is written using the GTK+ C code style. The Wi-Fi panel uses modern GTK+ features like template classes and new widgets. The files are stored together with the Network panel so that we can reuse the abstraction layer that the Network panel has to manage devices. https://bugzilla.gnome.org/show_bug.cgi?id=784818
16 lines
682 B
XML
16 lines
682 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/control-center/network">
|
|
<!-- Network panel -->
|
|
<file preprocess="xml-stripblanks">network.ui</file>
|
|
<file preprocess="xml-stripblanks">network-proxy.ui</file>
|
|
<file preprocess="xml-stripblanks">network-vpn.ui</file>
|
|
<file preprocess="xml-stripblanks">network-wifi.ui</file>
|
|
<file preprocess="xml-stripblanks">network-simple.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">wifi.ui</file>
|
|
</gresource>
|
|
</gresources>
|