aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_peerinfo_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_peerinfo_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_peerinfo_gtk_main_window.glade222
1 files changed, 177 insertions, 45 deletions
diff --git a/contrib/gnunet_peerinfo_gtk_main_window.glade b/contrib/gnunet_peerinfo_gtk_main_window.glade
index 42cbe37e..96e087a5 100644
--- a/contrib/gnunet_peerinfo_gtk_main_window.glade
+++ b/contrib/gnunet_peerinfo_gtk_main_window.glade
@@ -2,12 +2,34 @@
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide --> 4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkListStore" id="GNUNET_PEERINFO_GTK_list_store"> 5 <object class="GtkAdjustment" id="adjustment4">
6 <property name="upper">100</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 <property name="page_size">10</property>
10 </object>
11 <object class="GtkImage" id="connected_image_core">
12 <property name="visible">True</property>
13 <property name="can_focus">False</property>
14 <property name="tooltip_text" translatable="yes">CORE</property>
15 <property name="stock">gtk-connect</property>
16 </object>
17 <object class="GtkImage" id="connected_image_neighbours">
18 <property name="visible">True</property>
19 <property name="can_focus">False</property>
20 <property name="tooltip_text" translatable="yes">TRANSPORT</property>
21 <property name="stock">gtk-connect</property>
22 </object>
23 <object class="GtkImage" id="connected_image_plugin">
24 <property name="visible">True</property>
25 <property name="can_focus">False</property>
26 <property name="tooltip_text" translatable="yes">PLUGIN</property>
27 <property name="stock">gtk-connect</property>
28 </object>
29 <object class="GtkTreeStore" id="GNUNET_PEERINFO_GTK_tree_store">
6 <columns> 30 <columns>
7 <!-- column-name peer_identity --> 31 <!-- column-name peer_identity -->
8 <column type="gchararray"/> 32 <column type="gchararray"/>
9 <!-- column-name number_of_known_addresses -->
10 <column type="guint"/>
11 <!-- column-name country_name --> 33 <!-- column-name country_name -->
12 <column type="gchararray"/> 34 <column type="gchararray"/>
13 <!-- column-name country_flag --> 35 <!-- column-name country_flag -->
@@ -16,18 +38,66 @@
16 <column type="guint"/> 38 <column type="guint"/>
17 <!-- column-name bandwidth_out --> 39 <!-- column-name bandwidth_out -->
18 <column type="guint"/> 40 <column type="guint"/>
19 <!-- column-name addresses --> 41 <!-- column-name ats_connectivity_led -->
20 <column type="gchararray"/>
21 <!-- column-name connectivity_led -->
22 <column type="GdkPixbuf"/> 42 <column type="GdkPixbuf"/>
23 <!-- column-name connected_status --> 43 <!-- column-name ats_selected_status -->
44 <column type="gboolean"/>
45 <!-- column-name core_connectivity_led -->
46 <column type="GdkPixbuf"/>
47 <!-- column-name core_connected_status -->
24 <column type="gboolean"/> 48 <column type="gboolean"/>
25 <!-- column-name is_friend --> 49 <!-- column-name is_friend -->
26 <column type="gboolean"/> 50 <column type="gboolean"/>
27 <!-- column-name peerinfo --> 51 <!-- column-name peerinfo -->
28 <column type="gpointer"/> 52 <column type="gpointer"/>
53 <!-- column-name plugin_name -->
54 <column type="gchararray"/>
55 <!-- column-name address_as_string -->
56 <column type="gchararray"/>
57 <!-- column-name neighbour_connectivity_led -->
58 <column type="GdkPixbuf"/>
59 <!-- column-name neighbour_connected_status -->
60 <column type="gboolean"/>
61 <!-- column-name neighbour_connectivity_timeout_as_string -->
62 <column type="gchararray"/>
63 <!-- column-name transport_neighbour_state_as_string -->
64 <column type="gchararray"/>
65 <!-- column-name transport_neighbour_state_timeout_as_string -->
66 <column type="gchararray"/>
67 <!-- column-name transport_validation_state_led -->
68 <column type="GdkPixbuf"/>
69 <!-- column-name transport_validation_is_valid -->
70 <column type="gboolean"/>
71 <!-- column-name transport_validation_timeout_as_string -->
72 <column type="gchararray"/>
73 <!-- column-name plugin_connectivity_led -->
74 <column type="GdkPixbuf"/>
75 <!-- column-name plugin_connectivity_status -->
76 <column type="gboolean"/>
77 <!-- column-name plugin_connectivity_timeout_as_string -->
78 <column type="gchararray"/>
79 <!-- column-name show_friend -->
80 <column type="gboolean"/>
29 </columns> 81 </columns>
30 </object> 82 </object>
83 <object class="GtkAdjustment" id="adjustment3">
84 <property name="upper">100</property>
85 <property name="step_increment">1</property>
86 <property name="page_increment">10</property>
87 <property name="page_size">10</property>
88 </object>
89 <object class="GtkImage" id="connected_image_ats">
90 <property name="visible">True</property>
91 <property name="can_focus">False</property>
92 <property name="tooltip_text" translatable="yes">ATS</property>
93 <property name="stock">gtk-connect</property>
94 </object>
95 <object class="GtkImage" id="validated_image">
96 <property name="visible">True</property>
97 <property name="can_focus">False</property>
98 <property name="tooltip_text" translatable="yes">Address valid?</property>
99 <property name="stock">gtk-dialog-authentication</property>
100 </object>
31 <object class="GtkWindow" id="GNUNET_PEERINFO_GTK_main_window"> 101 <object class="GtkWindow" id="GNUNET_PEERINFO_GTK_main_window">
32 <property name="can_focus">False</property> 102 <property name="can_focus">False</property>
33 <property name="title" translatable="yes">gnunet-peerinfo-gtk</property> 103 <property name="title" translatable="yes">gnunet-peerinfo-gtk</property>
@@ -46,7 +116,6 @@
46 <property name="can_focus">False</property> 116 <property name="can_focus">False</property>
47 <child> 117 <child>
48 <object class="GtkMenuItem" id="GNUNET_PEERINFO_GTK_main_menu_help"> 118 <object class="GtkMenuItem" id="GNUNET_PEERINFO_GTK_main_menu_help">
49 <property name="use_action_appearance">False</property>
50 <property name="visible">True</property> 119 <property name="visible">True</property>
51 <property name="can_focus">False</property> 120 <property name="can_focus">False</property>
52 <property name="label" translatable="yes">_Help</property> 121 <property name="label" translatable="yes">_Help</property>
@@ -58,7 +127,6 @@
58 <child> 127 <child>
59 <object class="GtkImageMenuItem" id="GNUNET_PEERINFO_GTK_main_menu_help_about"> 128 <object class="GtkImageMenuItem" id="GNUNET_PEERINFO_GTK_main_menu_help_about">
60 <property name="label">gtk-about</property> 129 <property name="label">gtk-about</property>
61 <property name="use_action_appearance">False</property>
62 <property name="visible">True</property> 130 <property name="visible">True</property>
63 <property name="can_focus">False</property> 131 <property name="can_focus">False</property>
64 <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-peerinfo-gtk</property> 132 <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-peerinfo-gtk</property>
@@ -91,7 +159,7 @@
91 <object class="GtkTreeView" id="GNUNET_PEERINFO_GTK_main_window_treeview"> 159 <object class="GtkTreeView" id="GNUNET_PEERINFO_GTK_main_window_treeview">
92 <property name="visible">True</property> 160 <property name="visible">True</property>
93 <property name="can_focus">True</property> 161 <property name="can_focus">True</property>
94 <property name="model">GNUNET_PEERINFO_GTK_list_store</property> 162 <property name="model">GNUNET_PEERINFO_GTK_tree_store</property>
95 <property name="hadjustment">adjustment3</property> 163 <property name="hadjustment">adjustment3</property>
96 <property name="vadjustment">adjustment4</property> 164 <property name="vadjustment">adjustment4</property>
97 <property name="reorderable">True</property> 165 <property name="reorderable">True</property>
@@ -127,6 +195,7 @@
127 <signal name="toggled" handler="GNUNET_PEERINFO_GTK_main_window_friends_cellrenderertoggle_toggled_cb" swapped="no"/> 195 <signal name="toggled" handler="GNUNET_PEERINFO_GTK_main_window_friends_cellrenderertoggle_toggled_cb" swapped="no"/>
128 </object> 196 </object>
129 <attributes> 197 <attributes>
198 <attribute name="visible">24</attribute>
130 <attribute name="active">9</attribute> 199 <attribute name="active">9</attribute>
131 </attributes> 200 </attributes>
132 </child> 201 </child>
@@ -136,12 +205,12 @@
136 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_connectivity_treeviewcolumn"> 205 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_connectivity_treeviewcolumn">
137 <property name="spacing">2</property> 206 <property name="spacing">2</property>
138 <property name="sizing">autosize</property> 207 <property name="sizing">autosize</property>
139 <property name="widget">connected_image</property> 208 <property name="widget">connected_image_core</property>
140 <property name="reorderable">True</property> 209 <property name="reorderable">True</property>
141 <property name="sort_indicator">True</property> 210 <property name="sort_indicator">True</property>
142 <property name="sort_column_id">8</property> 211 <property name="sort_column_id">8</property>
143 <child> 212 <child>
144 <object class="GtkCellRendererPixbuf" id="GNUNET_PEERINFO_GTK_main_window_led_cellrendererpixbuf"/> 213 <object class="GtkCellRendererPixbuf" id="GNUNET_PEERINFO_GTK_main_window_core_led_cellrendererpixbuf"/>
145 <attributes> 214 <attributes>
146 <attribute name="pixbuf">7</attribute> 215 <attribute name="pixbuf">7</attribute>
147 </attributes> 216 </attributes>
@@ -149,6 +218,91 @@
149 </object> 218 </object>
150 </child> 219 </child>
151 <child> 220 <child>
221 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_plugin_treeviewcolumn">
222 <property name="widget">connected_image_plugin</property>
223 <property name="reorderable">True</property>
224 <property name="sort_indicator">True</property>
225 <property name="sort_column_id">22</property>
226 <child>
227 <object class="GtkCellRendererPixbuf" id="GNUNET_PEERINFO_GTK_main_window_plugin_led_cellrendererpixbuf"/>
228 <attributes>
229 <attribute name="pixbuf">21</attribute>
230 </attributes>
231 </child>
232 </object>
233 </child>
234 <child>
235 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_core_timeout_treeviewcolumn">
236 <property name="widget">connected_image_ats</property>
237 <child>
238 <object class="GtkCellRendererPixbuf" id="GNUNET_PEERINFO_GTK_main_window_ats_led_cellrendererpixbuf"/>
239 <attributes>
240 <attribute name="visible">6</attribute>
241 <attribute name="pixbuf">5</attribute>
242 </attributes>
243 </child>
244 </object>
245 </child>
246 <child>
247 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_transport_led_treeviewcolumn">
248 <property name="widget">connected_image_neighbours</property>
249 <property name="reorderable">True</property>
250 <property name="sort_indicator">True</property>
251 <property name="sort_column_id">14</property>
252 <child>
253 <object class="GtkCellRendererPixbuf" id="GNUNET_PEERINFO_GTK_main_window_transport_led_cellrendererpixbuf"/>
254 <attributes>
255 <attribute name="pixbuf">13</attribute>
256 </attributes>
257 </child>
258 </object>
259 </child>
260 <child>
261 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_validation_led_treeviewcolumn">
262 <property name="widget">validated_image</property>
263 <property name="reorderable">True</property>
264 <property name="sort_indicator">True</property>
265 <property name="sort_column_id">19</property>
266 <child>
267 <object class="GtkCellRendererPixbuf" id="GNUNET_PEERINFO_GTK_main_window_valdiation_led_cellrendererpixbuf"/>
268 <attributes>
269 <attribute name="pixbuf">18</attribute>
270 </attributes>
271 </child>
272 </object>
273 </child>
274 <child>
275 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_country_column">
276 <property name="sizing">autosize</property>
277 <property name="title">Country</property>
278 <property name="clickable">True</property>
279 <property name="reorderable">True</property>
280 <property name="sort_indicator">True</property>
281 <property name="sort_column_id">2</property>
282 <child>
283 <object class="GtkCellRendererPixbuf" id="GNUNET_PEERINFO_GTK_main_window_country_renderer"/>
284 <attributes>
285 <attribute name="pixbuf">3</attribute>
286 </attributes>
287 </child>
288 </object>
289 </child>
290 <child>
291 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_address_treeviewcolumn">
292 <property name="sizing">autosize</property>
293 <property name="title">Address</property>
294 <property name="expand">True</property>
295 <property name="clickable">True</property>
296 <property name="sort_column_id">12</property>
297 <child>
298 <object class="GtkCellRendererText" id="GNUNET_PEERINFO_GTK_main_window_address_cellrenderertext"/>
299 <attributes>
300 <attribute name="text">12</attribute>
301 </attributes>
302 </child>
303 </object>
304 </child>
305 <child>
152 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_bandwidth_column"> 306 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_bandwidth_column">
153 <property name="title">In</property> 307 <property name="title">In</property>
154 <property name="clickable">True</property> 308 <property name="clickable">True</property>
@@ -179,32 +333,27 @@
179 </object> 333 </object>
180 </child> 334 </child>
181 <child> 335 <child>
182 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_country_column"> 336 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_plugin_name_treeviewcolumn">
183 <property name="sizing">autosize</property> 337 <property name="title" translatable="yes">Plugin</property>
184 <property name="title">Country</property>
185 <property name="clickable">True</property>
186 <property name="reorderable">True</property>
187 <property name="sort_indicator">True</property>
188 <property name="sort_column_id">2</property>
189 <child> 338 <child>
190 <object class="GtkCellRendererPixbuf" id="GNUNET_PEERINFO_GTK_main_window_country_renderer"/> 339 <object class="GtkCellRendererText" id="cellrenderertext1"/>
191 <attributes> 340 <attributes>
192 <attribute name="pixbuf">3</attribute> 341 <attribute name="text">11</attribute>
193 </attributes> 342 </attributes>
194 </child> 343 </child>
195 </object> 344 </object>
196 </child> 345 </child>
197 <child> 346 <child>
198 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_address_treeviewcolumn"> 347 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
199 <property name="sizing">autosize</property> 348 <property name="sizing">autosize</property>
200 <property name="title">Addresses</property> 349 <property name="title" translatable="yes">State</property>
201 <property name="expand">True</property> 350 <property name="reorderable">True</property>
202 <property name="clickable">True</property> 351 <property name="sort_indicator">True</property>
203 <property name="sort_column_id">6</property> 352 <property name="sort_column_id">16</property>
204 <child> 353 <child>
205 <object class="GtkCellRendererText" id="GNUNET_PEERINFO_GTK_main_window_addresses_cellrenderertext"/> 354 <object class="GtkCellRendererText" id="cellrenderertext2"/>
206 <attributes> 355 <attributes>
207 <attribute name="text">6</attribute> 356 <attribute name="text">16</attribute>
208 </attributes> 357 </attributes>
209 </child> 358 </child>
210 </object> 359 </object>
@@ -221,21 +370,4 @@
221 </object> 370 </object>
222 </child> 371 </child>
223 </object> 372 </object>
224 <object class="GtkAdjustment" id="adjustment3">
225 <property name="upper">100</property>
226 <property name="step_increment">1</property>
227 <property name="page_increment">10</property>
228 <property name="page_size">10</property>
229 </object>
230 <object class="GtkAdjustment" id="adjustment4">
231 <property name="upper">100</property>
232 <property name="step_increment">1</property>
233 <property name="page_increment">10</property>
234 <property name="page_size">10</property>
235 </object>
236 <object class="GtkImage" id="connected_image">
237 <property name="visible">True</property>
238 <property name="can_focus">False</property>
239 <property name="stock">gtk-connect</property>
240 </object>
241</interface> 373</interface>