summaryrefslogtreecommitdiff
path: root/panels/network/network-wifi.ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-09-08 17:29:46 -0400
committerRichard Hughes <richard@hughsie.com>2012-09-13 15:50:45 +0100
commit1ba197468b76e935608b6b3af5a7c4ae2a7f6c8a (patch)
tree33b0a9d65ceb9d1c5da591ae1e9fc494e3393a74 /panels/network/network-wifi.ui
parent518efcda09cc492792732dca04b2124c43c3b154 (diff)
downloadgnome-control-center-1ba197468b76e935608b6b3af5a7c4ae2a7f6c8a.tar.gz
network: Add a 'Connect' button
When showing details of a non-active access point, replace the 'Disconnect' button with a 'Connect' button.
Diffstat (limited to 'panels/network/network-wifi.ui')
-rw-r--r--panels/network/network-wifi.ui102
1 files changed, 66 insertions, 36 deletions
diff --git a/panels/network/network-wifi.ui b/panels/network/network-wifi.ui
index f3f42078d..f76c1341e 100644
--- a/panels/network/network-wifi.ui
+++ b/panels/network/network-wifi.ui
@@ -119,16 +119,26 @@
</object>
<object class="GtkListStore" id="liststore_network">
<columns>
- <column type="gchararray"/> <!-- column-name ap-id -->
- <column type="gchararray"/> <!-- column-name connection-id -->
- <column type="gchararray"/> <!-- column-name title -->
- <column type="gchararray"/> <!-- column-name sortable -->
- <column type="guint"/> <!-- column-name strength -->
- <column type="guint"/> <!-- column-name mode -->
- <column type="guint"/> <!-- column-name security -->
- <column type="gboolean"/> <!-- column-name active -->
- <column type="gboolean"/> <!-- column-name ap-in-range -->
- <column type="gboolean"/> <!-- column-name ap-is-saved -->
+ <!-- column-name gchararray -->
+ <column type="gchararray"/>
+ <!-- column-name ap-id -->
+ <column type="gchararray"/>
+ <!-- column-name connection-id -->
+ <column type="gchararray"/>
+ <!-- column-name title -->
+ <column type="gchararray"/>
+ <!-- column-name sortable -->
+ <column type="guint"/>
+ <!-- column-name strength -->
+ <column type="guint"/>
+ <!-- column-name mode -->
+ <column type="guint"/>
+ <!-- column-name security -->
+ <column type="gboolean"/>
+ <!-- column-name active -->
+ <column type="gboolean"/>
+ <!-- column-name ap-in-range -->
+ <column type="gboolean"/>
</columns>
</object>
<object class="GtkWindow" id="window_tmp">
@@ -493,32 +503,6 @@
</packing>
</child>
<child>
- <object class="GtkAlignment" id="alignment_switch">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="halign">end</property>
- <property name="valign">start</property>
- <child>
- <object class="GtkButton" id="button_disconnect1">
- <property name="label">_Disconnect</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="halign">end</property>
- <property name="valign">center</property>
- <property name="hexpand">True</property>
- <property name="use_underline">True</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">0</property>
- <property name="width">1</property>
- <property name="height">1</property>
- </packing>
- </child>
- <child>
<object class="GtkLabel" id="heading_security">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -640,6 +624,52 @@
<property name="height">1</property>
</packing>
</child>
+ <child>
+ <object class="GtkBox" id="box5">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkButton" id="button_disconnect1">
+ <property name="label">_Disconnect</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="no_show_all">True</property>
+ <property name="halign">end</property>
+ <property name="valign">center</property>
+ <property name="hexpand">True</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="button_connect1">
+ <property name="label" translatable="yes">_Connect</property>
+ <property name="use_underline">True</property>
+ <property name="visible">False</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="no_show_all">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">True</property>