aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-19 08:46:17 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-19 08:46:17 +0000
commitd8819d85ec19d1502adb69d32892d0657290afb3 (patch)
treee23931f546dd1d009cbf82f9c91aedc9109ecc6a
parentb628f20c4833b178031834864402d8958a632da3 (diff)
downloadgnunet-gtk-d8819d85ec19d1502adb69d32892d0657290afb3.tar.gz
gnunet-gtk-d8819d85ec19d1502adb69d32892d0657290afb3.zip
-LRN: nhandles -> fd_counter
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade321
-rw-r--r--contrib/gnunet_setup_gtk_main_window.glade993
-rw-r--r--src/lib/eventloop.c4
3 files changed, 914 insertions, 404 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 3b4f615d..bb56f307 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -1,7 +1,6 @@
1<?xml version="1.0"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment"> 4 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment">
6 <property name="upper">100</property> 5 <property name="upper">100</property>
7 <property name="step_increment">1</property> 6 <property name="step_increment">1</property>
@@ -44,12 +43,6 @@
44 <column type="gchararray"/> 43 <column type="gchararray"/>
45 </columns> 44 </columns>
46 </object> 45 </object>
47 <object class="GtkAdjustment" id="adjustment2">
48 <property name="upper">100</property>
49 <property name="step_increment">1</property>
50 <property name="page_increment">10</property>
51 <property name="page_size">10</property>
52 </object>
53 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store"> 46 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
54 <columns> 47 <columns>
55 <!-- column-name peer_identity --> 48 <!-- column-name peer_identity -->
@@ -72,6 +65,48 @@
72 <column type="gpointer"/> 65 <column type="gpointer"/>
73 </columns> 66 </columns>
74 </object> 67 </object>
68 <object class="GtkAdjustment" id="adjustment1">
69 <property name="upper">100</property>
70 <property name="step_increment">1</property>
71 <property name="page_increment">10</property>
72 <property name="page_size">10</property>
73 </object>
74 <object class="GtkAdjustment" id="adjustment2">
75 <property name="upper">100</property>
76 <property name="step_increment">1</property>
77 <property name="page_increment">10</property>
78 <property name="page_size">10</property>
79 </object>
80 <object class="GtkAdjustment" id="adjustment3">
81 <property name="upper">100</property>
82 <property name="step_increment">1</property>
83 <property name="page_increment">10</property>
84 </object>
85 <object class="GtkAdjustment" id="adjustment4">
86 <property name="upper">100</property>
87 <property name="step_increment">1</property>
88 <property name="page_increment">10</property>
89 </object>
90 <object class="GtkAdjustment" id="adjustment5">
91 <property name="upper">100</property>
92 <property name="step_increment">1</property>
93 <property name="page_increment">10</property>
94 </object>
95 <object class="GtkAdjustment" id="adjustment6">
96 <property name="upper">100</property>
97 <property name="step_increment">1</property>
98 <property name="page_increment">10</property>
99 </object>
100 <object class="GtkAdjustment" id="adjustment7">
101 <property name="upper">100</property>
102 <property name="step_increment">1</property>
103 <property name="page_increment">10</property>
104 </object>
105 <object class="GtkAdjustment" id="adjustment8">
106 <property name="upper">100</property>
107 <property name="step_increment">1</property>
108 <property name="page_increment">10</property>
109 </object>
75 <object class="GtkListStore" id="anonymity_level_liststore"> 110 <object class="GtkListStore" id="anonymity_level_liststore">
76 <columns> 111 <columns>
77 <!-- column-name Name --> 112 <!-- column-name Name -->
@@ -99,6 +134,21 @@
99 </row> 134 </row>
100 </data> 135 </data>
101 </object> 136 </object>
137 <object class="GtkImage" id="down_stock_image">
138 <property name="visible">True</property>
139 <property name="can_focus">False</property>
140 <property name="stock">gtk-go-down</property>
141 </object>
142 <object class="GtkImage" id="find_stock_image">
143 <property name="visible">True</property>
144 <property name="can_focus">False</property>
145 <property name="stock">gtk-find</property>
146 </object>
147 <object class="GtkImage" id="index_stock_image">
148 <property name="visible">True</property>
149 <property name="can_focus">False</property>
150 <property name="stock">gtk-index</property>
151 </object>
102 <object class="GtkListStore" id="main_window_search_mime_liststore"> 152 <object class="GtkListStore" id="main_window_search_mime_liststore">
103 <columns> 153 <columns>
104 <!-- column-name MIME --> 154 <!-- column-name MIME -->
@@ -143,145 +193,171 @@
143 </row> 193 </row>
144 </data> 194 </data>
145 </object> 195 </object>
146 <object class="GtkTreeStore" id="main_window_search_namespace_treestore">
147 <columns>
148 <!-- column-name Name -->
149 <column type="gchararray"/>
150 <!-- column-name Key -->
151 <column type="gpointer"/>
152 <!-- column-name Root -->
153 <column type="gchararray"/>
154 <!-- column-name Tooltip -->
155 <column type="gchararray"/>
156 </columns>
157 </object>
158 <object class="GtkWindow" id="GNUNET_GTK_main_window"> 196 <object class="GtkWindow" id="GNUNET_GTK_main_window">
197 <property name="can_focus">False</property>
198 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
159 <property name="title" translatable="yes">gnunet-fs-gtk</property> 199 <property name="title" translatable="yes">gnunet-fs-gtk</property>
160 <property name="window_position">center</property> 200 <property name="window_position">center</property>
161 <property name="default_width">700</property> 201 <property name="default_width">700</property>
162 <property name="default_height">500</property> 202 <property name="default_height">500</property>
163 <property name="icon_name">gnunet-gtk</property> 203 <property name="icon_name">gnunet-gtk</property>
164 <signal name="size_request" handler="GNUNET_FS_GTK_main_window_size_request"/> 204 <signal name="button-press-event" handler="GNUNET_FS_GTK_main_window_button_press_event" swapped="no"/>
165 <signal name="drag_end" handler="GNUNET_FS_GTK_main_window_drag_end"/> 205 <signal name="delete-event" handler="GNUNET_FS_GTK_delete_event_cb" after="yes" swapped="no"/>
166 <signal name="delete_event" handler="GNUNET_FS_GTK_delete_event_cb" after="yes"/> 206 <signal name="drag-end" handler="GNUNET_FS_GTK_main_window_drag_end" swapped="no"/>
167 <child> 207 <child>
168 <object class="GtkVBox" id="GNUNET_GTK_main_window_vbox"> 208 <object class="GtkVBox" id="GNUNET_GTK_main_window_vbox">
169 <property name="visible">True</property> 209 <property name="visible">True</property>
170 <property name="orientation">vertical</property> 210 <property name="can_focus">False</property>
211 <child>
212 <object class="GtkStatusbar" id="GNUNET_GTK_status_bar">
213 <property name="visible">True</property>
214 <property name="can_focus">False</property>
215 <property name="spacing">2</property>
216 </object>
217 <packing>
218 <property name="expand">False</property>
219 <property name="fill">True</property>
220 <property name="pack_type">end</property>
221 <property name="position">0</property>
222 </packing>
223 </child>
171 <child> 224 <child>
172 <object class="GtkMenuBar" id="GNUNET_GTK_main_menu"> 225 <object class="GtkMenuBar" id="GNUNET_GTK_main_menu">
173 <property name="visible">True</property> 226 <property name="visible">True</property>
227 <property name="can_focus">False</property>
174 <child> 228 <child>
175 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_sharing"> 229 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_sharing">
230 <property name="use_action_appearance">False</property>
176 <property name="visible">True</property> 231 <property name="visible">True</property>
232 <property name="can_focus">False</property>
177 <property name="label" translatable="yes">_File sharing</property> 233 <property name="label" translatable="yes">_File sharing</property>
178 <property name="use_underline">True</property> 234 <property name="use_underline">True</property>
179 <child type="submenu"> 235 <child type="submenu">
180 <object class="GtkMenu" id="GNUNET_GTK_main_menu_file_sharing_box"> 236 <object class="GtkMenu" id="GNUNET_GTK_main_menu_file_sharing_box">
237 <property name="can_focus">False</property>
181 <child> 238 <child>
182 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_publish"> 239 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_publish">
183 <property name="label" translatable="yes">_Publish</property> 240 <property name="label" translatable="yes">_Publish</property>
241 <property name="use_action_appearance">False</property>
184 <property name="visible">True</property> 242 <property name="visible">True</property>
243 <property name="can_focus">False</property>
185 <property name="tooltip_text" translatable="yes">Publish files or directories on GNUnet</property> 244 <property name="tooltip_text" translatable="yes">Publish files or directories on GNUnet</property>
186 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Publish</property> 245 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Publish</property>
187 <property name="use_underline">True</property> 246 <property name="use_underline">True</property>
188 <property name="image">up_stock_image</property> 247 <property name="image">up_stock_image</property>
189 <property name="use_stock">False</property> 248 <property name="use_stock">False</property>
190 <accelerator key="a" signal="activate" modifiers="GDK_CONTROL_MASK"/> 249 <accelerator key="a" signal="activate" modifiers="GDK_CONTROL_MASK"/>
191 <signal name="activate" handler="GNUNET_GTK_main_menu_file_publish_activate_cb"/> 250 <signal name="activate" handler="GNUNET_GTK_main_menu_file_publish_activate_cb" swapped="no"/>
192 </object> 251 </object>
193 </child> 252 </child>
194 <child> 253 <child>
195 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_unindex"> 254 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_unindex">
255 <property name="use_action_appearance">False</property>
196 <property name="visible">True</property> 256 <property name="visible">True</property>
257 <property name="can_focus">False</property>
197 <property name="label" translatable="yes">_List indexed files</property> 258 <property name="label" translatable="yes">_List indexed files</property>
198 <property name="use_underline">True</property> 259 <property name="use_underline">True</property>
199 <signal name="activate" handler="GNUNET_GTK_main_menu_unindex_activate_cb"/> 260 <signal name="activate" handler="GNUNET_GTK_main_menu_unindex_activate_cb" swapped="no"/>
200 </object> 261 </object>
201 </child> 262 </child>
202 <child> 263 <child>
203 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1"> 264 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1">
204 <property name="visible">True</property> 265 <property name="visible">True</property>
266 <property name="can_focus">False</property>
205 </object> 267 </object>
206 </child> 268 </child>
207 <child> 269 <child>
208 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_download_uri"> 270 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_download_uri">
209 <property name="label" translatable="yes">_Download</property> 271 <property name="label" translatable="yes">_Download</property>
272 <property name="use_action_appearance">False</property>
210 <property name="visible">True</property> 273 <property name="visible">True</property>
274 <property name="can_focus">False</property>
211 <property name="tooltip_text" translatable="yes">Download a file or directory with a known URI.</property> 275 <property name="tooltip_text" translatable="yes">Download a file or directory with a known URI.</property>
212 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Download</property> 276 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Download</property>
213 <property name="use_underline">True</property> 277 <property name="use_underline">True</property>
214 <property name="image">down_stock_image</property> 278 <property name="image">down_stock_image</property>
215 <property name="use_stock">False</property> 279 <property name="use_stock">False</property>
216 <accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/> 280 <accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/>
217 <signal name="activate" handler="GNUNET_GTK_main_menu_file_download_uri_activate_cb"/> 281 <signal name="activate" handler="GNUNET_GTK_main_menu_file_download_uri_activate_cb" swapped="no"/>
218 </object> 282 </object>
219 </child> 283 </child>
220 <child> 284 <child>
221 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_open_gnunet_directory"> 285 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_open_gnunet_directory">
222 <property name="label" translatable="yes">_Open GNUnet directory</property> 286 <property name="label" translatable="yes">_Open GNUnet directory</property>
287 <property name="use_action_appearance">False</property>
223 <property name="visible">True</property> 288 <property name="visible">True</property>
289 <property name="can_focus">False</property>
224 <property name="tooltip_text" translatable="yes">Use this option to browse a GNUnet directory file that has been previously downloaded.</property> 290 <property name="tooltip_text" translatable="yes">Use this option to browse a GNUnet directory file that has been previously downloaded.</property>
225 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Open directory</property> 291 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Open directory</property>
226 <property name="use_underline">True</property> 292 <property name="use_underline">True</property>
227 <property name="image">open_stock_image</property> 293 <property name="image">open_stock_image</property>
228 <property name="use_stock">False</property> 294 <property name="use_stock">False</property>
229 <accelerator key="F3" signal="activate"/> 295 <accelerator key="F3" signal="activate"/>
230 <signal name="activate" handler="GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb"/> 296 <signal name="activate" handler="GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb" swapped="no"/>
231 </object> 297 </object>
232 </child> 298 </child>
233 <child> 299 <child>
234 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep2"> 300 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep2">
235 <property name="visible">True</property> 301 <property name="visible">True</property>
302 <property name="can_focus">False</property>
236 </object> 303 </object>
237 </child> 304 </child>
238 <child> 305 <child>
239 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym"> 306 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym">
240 <property name="label" translatable="yes">_Create pseudonym</property> 307 <property name="label" translatable="yes">_Create pseudonym</property>
308 <property name="use_action_appearance">False</property>
241 <property name="visible">True</property> 309 <property name="visible">True</property>
310 <property name="can_focus">False</property>
242 <property name="tooltip_text" translatable="yes">Create a pseudonym for publishing content. Note that you can also publish content anonymously (without using a pseudonym).</property> 311 <property name="tooltip_text" translatable="yes">Create a pseudonym for publishing content. Note that you can also publish content anonymously (without using a pseudonym).</property>
243 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Create pseudonym</property> 312 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Create pseudonym</property>
244 <property name="use_underline">True</property> 313 <property name="use_underline">True</property>
245 <property name="image">new_stock_image</property> 314 <property name="image">new_stock_image</property>
246 <property name="use_stock">False</property> 315 <property name="use_stock">False</property>
247 <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/> 316 <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/>
248 <signal name="activate" handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb"/> 317 <signal name="activate" handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb" swapped="no"/>
249 </object> 318 </object>
250 </child> 319 </child>
251 <child> 320 <child>
252 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_advertise_pseudonym"> 321 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_advertise_pseudonym">
253 <property name="label" translatable="yes">_Advertise Pseudonym</property> 322 <property name="label" translatable="yes">_Advertise Pseudonym</property>
323 <property name="use_action_appearance">False</property>
254 <property name="visible">True</property> 324 <property name="visible">True</property>
325 <property name="can_focus">False</property>
255 <property name="use_underline">True</property> 326 <property name="use_underline">True</property>
256 <property name="image">index_stock_image</property> 327 <property name="image">index_stock_image</property>
257 <property name="use_stock">False</property> 328 <property name="use_stock">False</property>
258 <signal name="activate" handler="GNUNET_GTK_main_menu_file_advertise_pseudonym_activate_cb"/> 329 <signal name="activate" handler="GNUNET_GTK_main_menu_file_advertise_pseudonym_activate_cb" swapped="no"/>
259 </object> 330 </object>
260 </child> 331 </child>
261 <child> 332 <child>
262 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_manage_pseudonyms"> 333 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_manage_pseudonyms">
334 <property name="use_action_appearance">False</property>
263 <property name="visible">True</property> 335 <property name="visible">True</property>
336 <property name="can_focus">False</property>
264 <property name="tooltip_text" translatable="yes">Opens namespace manager dialog to adjust the list of namespaces you want to use, as well as get detailed information about all discovered namespaces.</property> 337 <property name="tooltip_text" translatable="yes">Opens namespace manager dialog to adjust the list of namespaces you want to use, as well as get detailed information about all discovered namespaces.</property>
265 <property name="label" translatable="yes">_Manage namespaces</property> 338 <property name="label" translatable="yes">_Manage namespaces</property>
266 <property name="use_underline">True</property> 339 <property name="use_underline">True</property>
267 <signal name="activate" handler="GNUNET_GTK_main_menu_file_manage_pseudonyms_activate_cb"/> 340 <signal name="activate" handler="GNUNET_GTK_main_menu_file_manage_pseudonyms_activate_cb" swapped="no"/>
268 </object> 341 </object>
269 </child> 342 </child>
270 <child> 343 <child>
271 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep3"> 344 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep3">
272 <property name="visible">True</property> 345 <property name="visible">True</property>
346 <property name="can_focus">False</property>
273 </object> 347 </object>
274 </child> 348 </child>
275 <child> 349 <child>
276 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_quit"> 350 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_quit">
277 <property name="label">gtk-quit</property> 351 <property name="label">gtk-quit</property>
352 <property name="use_action_appearance">False</property>
278 <property name="visible">True</property> 353 <property name="visible">True</property>
354 <property name="can_focus">False</property>
279 <property name="tooltip_text" translatable="yes">Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart.</property> 355 <property name="tooltip_text" translatable="yes">Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart.</property>
280 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Quit</property> 356 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Quit</property>
281 <property name="use_underline">True</property> 357 <property name="use_underline">True</property>
282 <property name="use_stock">True</property> 358 <property name="use_stock">True</property>
283 <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/> 359 <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
284 <signal name="activate" handler="GNUNET_FS_GTK_menu_quit_activate_cb"/> 360 <signal name="activate" handler="GNUNET_FS_GTK_menu_quit_activate_cb" swapped="no"/>
285 </object> 361 </object>
286 </child> 362 </child>
287 </object> 363 </object>
@@ -290,15 +366,20 @@
290 </child> 366 </child>
291 <child> 367 <child>
292 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_edit"> 368 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_edit">
369 <property name="use_action_appearance">False</property>
370 <property name="can_focus">False</property>
293 <property name="label" translatable="yes">_Edit</property> 371 <property name="label" translatable="yes">_Edit</property>
294 <property name="use_underline">True</property> 372 <property name="use_underline">True</property>
295 <child type="submenu"> 373 <child type="submenu">
296 <object class="GtkMenu" id="GNUNET_GTK_main_menu_edit_box"> 374 <object class="GtkMenu" id="GNUNET_GTK_main_menu_edit_box">
297 <property name="visible">True</property> 375 <property name="visible">True</property>
376 <property name="can_focus">False</property>
298 <child> 377 <child>
299 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_edit_preferences"> 378 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_edit_preferences">
300 <property name="label">gtk-preferences</property> 379 <property name="label">gtk-preferences</property>
380 <property name="use_action_appearance">False</property>
301 <property name="visible">True</property> 381 <property name="visible">True</property>
382 <property name="can_focus">False</property>
302 <property name="tooltip_text" translatable="yes">Edit the system configuration.</property> 383 <property name="tooltip_text" translatable="yes">Edit the system configuration.</property>
303 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Edit/Preferences</property> 384 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Edit/Preferences</property>
304 <property name="use_underline">True</property> 385 <property name="use_underline">True</property>
@@ -311,40 +392,49 @@
311 </child> 392 </child>
312 <child> 393 <child>
313 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_view"> 394 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_view">
395 <property name="use_action_appearance">False</property>
314 <property name="visible">True</property> 396 <property name="visible">True</property>
397 <property name="can_focus">False</property>
315 <property name="label" translatable="yes">_View</property> 398 <property name="label" translatable="yes">_View</property>
316 <property name="use_underline">True</property> 399 <property name="use_underline">True</property>
317 <child type="submenu"> 400 <child type="submenu">
318 <object class="GtkMenu" id="GNUNET_GTK_main_menu_view_box"> 401 <object class="GtkMenu" id="GNUNET_GTK_main_menu_view_box">
319 <property name="visible">True</property> 402 <property name="visible">True</property>
403 <property name="can_focus">False</property>
320 <child> 404 <child>
321 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_metadata"> 405 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_metadata">
406 <property name="use_action_appearance">False</property>
322 <property name="visible">True</property> 407 <property name="visible">True</property>
408 <property name="can_focus">False</property>
323 <property name="tooltip_text" translatable="yes">Show meta data in main window</property> 409 <property name="tooltip_text" translatable="yes">Show meta data in main window</property>
324 <property name="label" translatable="yes">Metadata</property> 410 <property name="label" translatable="yes">Metadata</property>
325 <property name="use_underline">True</property> 411 <property name="use_underline">True</property>
326 <property name="active">True</property> 412 <property name="active">True</property>
327 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_metadata_toggled_cb"/> 413 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_metadata_toggled_cb" swapped="no"/>
328 </object> 414 </object>
329 </child> 415 </child>
330 <child> 416 <child>
331 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_preview"> 417 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_preview">
418 <property name="use_action_appearance">False</property>
332 <property name="visible">True</property> 419 <property name="visible">True</property>
420 <property name="can_focus">False</property>
333 <property name="tooltip_text" translatable="yes">Show preview (when available)</property> 421 <property name="tooltip_text" translatable="yes">Show preview (when available)</property>
334 <property name="label" translatable="yes">Preview</property> 422 <property name="label" translatable="yes">Preview</property>
335 <property name="use_underline">True</property> 423 <property name="use_underline">True</property>
336 <property name="active">True</property> 424 <property name="active">True</property>
337 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_preview_toggled_cb"/> 425 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_preview_toggled_cb" swapped="no"/>
338 </object> 426 </object>
339 </child> 427 </child>
340 <child> 428 <child>
341 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_search_preview"> 429 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_search_preview">
430 <property name="use_action_appearance">False</property>
342 <property name="visible">True</property> 431 <property name="visible">True</property>
432 <property name="can_focus">False</property>
343 <property name="tooltip_text" translatable="yes">Show search box in main window</property> 433 <property name="tooltip_text" translatable="yes">Show search box in main window</property>
344 <property name="label" translatable="yes">Search</property> 434 <property name="label" translatable="yes">Search</property>
345 <property name="use_underline">True</property> 435 <property name="use_underline">True</property>
346 <property name="active">True</property> 436 <property name="active">True</property>
347 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_search_toggled_cb"/> 437 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_search_toggled_cb" swapped="no"/>
348 </object> 438 </object>
349 </child> 439 </child>
350 </object> 440 </object>
@@ -353,21 +443,26 @@
353 </child> 443 </child>
354 <child> 444 <child>
355 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_help"> 445 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_help">
446 <property name="use_action_appearance">False</property>
356 <property name="visible">True</property> 447 <property name="visible">True</property>
448 <property name="can_focus">False</property>
357 <property name="label" translatable="yes">_Help</property> 449 <property name="label" translatable="yes">_Help</property>
358 <property name="use_underline">True</property> 450 <property name="use_underline">True</property>
359 <child type="submenu"> 451 <child type="submenu">
360 <object class="GtkMenu" id="GNUNET_GTK_main_menu_help_abou"> 452 <object class="GtkMenu" id="GNUNET_GTK_main_menu_help_abou">
361 <property name="visible">True</property> 453 <property name="visible">True</property>
454 <property name="can_focus">False</property>
362 <child> 455 <child>
363 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_help_about"> 456 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_help_about">
364 <property name="label">gtk-about</property> 457 <property name="label">gtk-about</property>
458 <property name="use_action_appearance">False</property>
365 <property name="visible">True</property> 459 <property name="visible">True</property>
460 <property name="can_focus">False</property>
366 <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-fs-gtk</property> 461 <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-fs-gtk</property>
367 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Help/About</property> 462 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Help/About</property>
368 <property name="use_underline">True</property> 463 <property name="use_underline">True</property>
369 <property name="use_stock">True</property> 464 <property name="use_stock">True</property>
370 <signal name="activate" handler="GNUNET_GTK_main_menu_help_about_activate_cb"/> 465 <signal name="activate" handler="GNUNET_GTK_main_menu_help_about_activate_cb" swapped="no"/>
371 </object> 466 </object>
372 </child> 467 </child>
373 </object> 468 </object>
@@ -377,17 +472,20 @@
377 </object> 472 </object>
378 <packing> 473 <packing>
379 <property name="expand">False</property> 474 <property name="expand">False</property>
475 <property name="fill">True</property>
380 <property name="position">1</property> 476 <property name="position">1</property>
381 </packing> 477 </packing>
382 </child> 478 </child>
383 <child> 479 <child>
384 <object class="GtkHBox" id="main_window_search_hbox"> 480 <object class="GtkHBox" id="main_window_search_hbox">
385 <property name="visible">True</property> 481 <property name="visible">True</property>
482 <property name="can_focus">False</property>
386 <property name="border_width">3</property> 483 <property name="border_width">3</property>
387 <property name="spacing">4</property> 484 <property name="spacing">4</property>
388 <child> 485 <child>
389 <object class="GtkLabel" id="main_window_search_namespace_label"> 486 <object class="GtkLabel" id="main_window_search_namespace_label">
390 <property name="visible">True</property> 487 <property name="visible">True</property>
488 <property name="can_focus">False</property>
391 <property name="label" translatable="yes">Namespace:</property> 489 <property name="label" translatable="yes">Namespace:</property>
392 </object> 490 </object>
393 <packing> 491 <packing>
@@ -399,6 +497,7 @@
399 <child> 497 <child>
400 <object class="GtkLabel" id="main_window_search_selected_namespace_label"> 498 <object class="GtkLabel" id="main_window_search_selected_namespace_label">
401 <property name="visible">True</property> 499 <property name="visible">True</property>
500 <property name="can_focus">False</property>
402 <property name="label">&lt;none&gt;</property> 501 <property name="label">&lt;none&gt;</property>
403 <property name="single_line_mode">True</property> 502 <property name="single_line_mode">True</property>
404 </object> 503 </object>
@@ -411,23 +510,27 @@
411 <child> 510 <child>
412 <object class="GtkAlignment" id="main_window_search_namespace_combobox_alignment"> 511 <object class="GtkAlignment" id="main_window_search_namespace_combobox_alignment">
413 <property name="visible">True</property> 512 <property name="visible">True</property>
513 <property name="can_focus">False</property>
414 <property name="xscale">0</property> 514 <property name="xscale">0</property>
415 <property name="yscale">0</property> 515 <property name="yscale">0</property>
416 <child> 516 <child>
417 <object class="GtkToggleButton" id="main_window_search_namespace_dropdown_button"> 517 <object class="GtkToggleButton" id="main_window_search_namespace_dropdown_button">
518 <property name="use_action_appearance">False</property>
418 <property name="width_request">21</property> 519 <property name="width_request">21</property>
419 <property name="height_request">21</property> 520 <property name="height_request">21</property>
420 <property name="visible">True</property> 521 <property name="visible">True</property>
421 <property name="can_focus">True</property> 522 <property name="can_focus">True</property>
422 <property name="receives_default">True</property> 523 <property name="receives_default">True</property>
423 <property name="events">GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property> 524 <property name="events">GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
525 <property name="use_action_appearance">False</property>
424 <property name="image_position">right</property> 526 <property name="image_position">right</property>
425 <signal name="leave_notify_event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb"/> 527 <signal name="toggled" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_toggled_cb" swapped="no"/>
426 <signal name="toggled" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_toggled_cb"/> 528 <signal name="leave-notify-event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb" swapped="no"/>
427 <signal name="enter_notify_event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb"/> 529 <signal name="enter-notify-event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb" swapped="no"/>
428 <child> 530 <child>
429 <object class="GtkArrow" id="arrow1"> 531 <object class="GtkArrow" id="arrow1">
430 <property name="visible">True</property> 532 <property name="visible">True</property>
533 <property name="can_focus">False</property>
431 <property name="arrow_type">down</property> 534 <property name="arrow_type">down</property>
432 </object> 535 </object>
433 </child> 536 </child>
@@ -446,15 +549,18 @@
446 <child> 549 <child>
447 <object class="GtkAlignment" id="main_window_search_button_alignment"> 550 <object class="GtkAlignment" id="main_window_search_button_alignment">
448 <property name="visible">True</property> 551 <property name="visible">True</property>
552 <property name="can_focus">False</property>
449 <property name="yscale">0</property> 553 <property name="yscale">0</property>
450 <child> 554 <child>
451 <object class="GtkButton" id="main_window_search_button"> 555 <object class="GtkButton" id="main_window_search_button">
452 <property name="label" translatable="yes">Find:</property> 556 <property name="label" translatable="yes">Find:</property>
557 <property name="use_action_appearance">False</property>
453 <property name="visible">True</property> 558 <property name="visible">True</property>
454 <property name="can_focus">True</property> 559 <property name="can_focus">True</property>
455 <property name="receives_default">True</property> 560 <property name="receives_default">True</property>
561 <property name="use_action_appearance">False</property>
456 <property name="image">find_stock_image</property> 562 <property name="image">find_stock_image</property>
457 <signal name="clicked" handler="main_window_search_button_clicked_cb"/> 563 <signal name="clicked" handler="main_window_search_button_clicked_cb" swapped="no"/>
458 </object> 564 </object>
459 </child> 565 </child>
460 </object> 566 </object>
@@ -469,17 +575,20 @@
469 <property name="visible">True</property> 575 <property name="visible">True</property>
470 <property name="can_focus">True</property> 576 <property name="can_focus">True</property>
471 <property name="has_focus">True</property> 577 <property name="has_focus">True</property>
472 <property name="invisible_char">&#x25CF;</property> 578 <property name="invisible_char"></property>
473 <property name="invisible_char_set">True</property> 579 <property name="invisible_char_set">True</property>
474 <signal name="key_press_event" handler="main_window_search_entry_key_press_event_cb"/> 580 <signal name="key-press-event" handler="main_window_search_entry_key_press_event_cb" swapped="no"/>
475 </object> 581 </object>
476 <packing> 582 <packing>
583 <property name="expand">True</property>
584 <property name="fill">True</property>
477 <property name="position">5</property> 585 <property name="position">5</property>
478 </packing> 586 </packing>
479 </child> 587 </child>
480 <child> 588 <child>
481 <object class="GtkLabel" id="main_window_search_anonymity_label"> 589 <object class="GtkLabel" id="main_window_search_anonymity_label">
482 <property name="visible">True</property> 590 <property name="visible">True</property>
591 <property name="can_focus">False</property>
483 <property name="label" translatable="yes">Anonymity:</property> 592 <property name="label" translatable="yes">Anonymity:</property>
484 </object> 593 </object>
485 <packing> 594 <packing>
@@ -491,10 +600,12 @@
491 <child> 600 <child>
492 <object class="GtkAlignment" id="main_window_search_anonymity_combobox_alignment"> 601 <object class="GtkAlignment" id="main_window_search_anonymity_combobox_alignment">
493 <property name="visible">True</property> 602 <property name="visible">True</property>
603 <property name="can_focus">False</property>
494 <property name="yscale">0</property> 604 <property name="yscale">0</property>
495 <child> 605 <child>
496 <object class="GtkComboBox" id="main_window_search_anonymity_combobox"> 606 <object class="GtkComboBox" id="main_window_search_anonymity_combobox">
497 <property name="visible">True</property> 607 <property name="visible">True</property>
608 <property name="can_focus">False</property>
498 <property name="model">anonymity_level_liststore</property> 609 <property name="model">anonymity_level_liststore</property>
499 <property name="active">1</property> 610 <property name="active">1</property>
500 <child> 611 <child>
@@ -522,6 +633,7 @@
522 <child> 633 <child>
523 <object class="GtkLabel" id="main_window_search_mime_label"> 634 <object class="GtkLabel" id="main_window_search_mime_label">
524 <property name="visible">True</property> 635 <property name="visible">True</property>
636 <property name="can_focus">False</property>
525 <property name="label" translatable="yes">Type:</property> 637 <property name="label" translatable="yes">Type:</property>
526 </object> 638 </object>
527 <packing> 639 <packing>
@@ -533,10 +645,12 @@
533 <child> 645 <child>
534 <object class="GtkAlignment" id="main_window_search_mime_combobox_alignment"> 646 <object class="GtkAlignment" id="main_window_search_mime_combobox_alignment">
535 <property name="visible">True</property> 647 <property name="visible">True</property>
648 <property name="can_focus">False</property>
536 <property name="yscale">0</property> 649 <property name="yscale">0</property>
537 <child> 650 <child>
538 <object class="GtkComboBox" id="main_window_search_mime_combobox"> 651 <object class="GtkComboBox" id="main_window_search_mime_combobox">
539 <property name="visible">True</property> 652 <property name="visible">True</property>
653 <property name="can_focus">False</property>
540 <property name="model">main_window_search_mime_liststore</property> 654 <property name="model">main_window_search_mime_liststore</property>
541 <property name="active">0</property> 655 <property name="active">0</property>
542 <child> 656 <child>
@@ -600,7 +714,7 @@
600 <property name="visible">True</property> 714 <property name="visible">True</property>
601 <property name="can_focus">True</property> 715 <property name="can_focus">True</property>
602 <property name="scrollable">True</property> 716 <property name="scrollable">True</property>
603 <signal name="switch_page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes"/> 717 <signal name="switch-page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes" swapped="no"/>
604 </object> 718 </object>
605 <packing> 719 <packing>
606 <property name="resize">True</property> 720 <property name="resize">True</property>
@@ -610,11 +724,13 @@
610 <child> 724 <child>
611 <object class="GtkVBox" id="GNUNET_GTK_main_window_extras_vbox"> 725 <object class="GtkVBox" id="GNUNET_GTK_main_window_extras_vbox">
612 <property name="visible">True</property> 726 <property name="visible">True</property>
727 <property name="can_focus">False</property>
613 <child> 728 <child>
614 <object class="GtkImage" id="GNUNET_GTK_main_window_preview_image"> 729 <object class="GtkImage" id="GNUNET_GTK_main_window_preview_image">
615 <property name="width_request">128</property> 730 <property name="width_request">128</property>
616 <property name="height_request">128</property> 731 <property name="height_request">128</property>
617 <property name="visible">True</property> 732 <property name="visible">True</property>
733 <property name="can_focus">False</property>
618 <property name="has_tooltip">True</property> 734 <property name="has_tooltip">True</property>
619 <property name="tooltip_text" translatable="yes">Thumbnail associated with the currently selected content</property> 735 <property name="tooltip_text" translatable="yes">Thumbnail associated with the currently selected content</property>
620 <property name="pixel_size">256</property> 736 <property name="pixel_size">256</property>
@@ -636,14 +752,17 @@
636 <object class="GtkTreeView" id="GNUNET_GTK_main_window_metadata_treeview"> 752 <object class="GtkTreeView" id="GNUNET_GTK_main_window_metadata_treeview">
637 <property name="visible">True</property> 753 <property name="visible">True</property>
638 <property name="can_focus">True</property> 754 <property name="can_focus">True</property>
639 <property name="model">GNUNET_GTK_meta_data_list_store</property>
640 <property name="hadjustment">adjustment1</property> 755 <property name="hadjustment">adjustment1</property>
641 <property name="vadjustment">adjustment2</property> 756 <property name="vadjustment">adjustment2</property>
757 <property name="model">GNUNET_GTK_meta_data_list_store</property>
642 <property name="search_column">0</property> 758 <property name="search_column">0</property>
643 <property name="rubber_banding">True</property> 759 <property name="rubber_banding">True</property>
644 <property name="enable_grid_lines">both</property> 760 <property name="enable_grid_lines">both</property>
645 <signal name="button_press_event" handler="GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb"/> 761 <signal name="button-press-event" handler="GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb" swapped="no"/>
646 <signal name="popup_menu" handler="GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb"/> 762 <signal name="popup-menu" handler="GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb" swapped="no"/>
763 <child internal-child="selection">
764 <object class="GtkTreeSelection" id="treeview-selection1"/>
765 </child>
647 <child> 766 <child>
648 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_type_column"> 767 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_type_column">
649 <property name="sizing">autosize</property> 768 <property name="sizing">autosize</property>
@@ -681,6 +800,8 @@
681 </child> 800 </child>
682 </object> 801 </object>
683 <packing> 802 <packing>
803 <property name="expand">True</property>
804 <property name="fill">True</property>
684 <property name="position">1</property> 805 <property name="position">1</property>
685 </packing> 806 </packing>
686 </child> 807 </child>
@@ -692,83 +813,42 @@
692 </child> 813 </child>
693 </object> 814 </object>
694 <packing> 815 <packing>
816 <property name="expand">True</property>
817 <property name="fill">True</property>
695 <property name="position">3</property> 818 <property name="position">3</property>
696 </packing> 819 </packing>
697 </child> 820 </child>
698 <child>
699 <object class="GtkStatusbar" id="GNUNET_GTK_status_bar">
700 <property name="visible">True</property>
701 <property name="spacing">2</property>
702 </object>
703 <packing>
704 <property name="expand">False</property>
705 <property name="pack_type">end</property>
706 <property name="position">0</property>
707 </packing>
708 </child>
709 </object> 821 </object>
710 </child> 822 </child>
711 </object> 823 </object>
712 <object class="GtkAdjustment" id="adjustment1"> 824 <object class="GtkTreeStore" id="main_window_search_namespace_treestore">
713 <property name="upper">100</property> 825 <columns>
714 <property name="step_increment">1</property> 826 <!-- column-name Name -->
715 <property name="page_increment">10</property> 827 <column type="gchararray"/>
716 <property name="page_size">10</property> 828 <!-- column-name Key -->
717 </object> 829 <column type="gpointer"/>
718 <object class="GtkAdjustment" id="adjustment3"> 830 <!-- column-name Root -->
719 <property name="upper">100</property> 831 <column type="gchararray"/>
720 <property name="step_increment">1</property> 832 <!-- column-name Tooltip -->
721 <property name="page_increment">10</property> 833 <column type="gchararray"/>
722 </object> 834 </columns>
723 <object class="GtkAdjustment" id="adjustment4">
724 <property name="upper">100</property>
725 <property name="step_increment">1</property>
726 <property name="page_increment">10</property>
727 </object>
728 <object class="GtkAdjustment" id="adjustment5">
729 <property name="upper">100</property>
730 <property name="step_increment">1</property>
731 <property name="page_increment">10</property>
732 </object>
733 <object class="GtkAdjustment" id="adjustment6">
734 <property name="upper">100</property>
735 <property name="step_increment">1</property>
736 <property name="page_increment">10</property>
737 </object>
738 <object class="GtkAdjustment" id="adjustment7">
739 <property name="upper">100</property>
740 <property name="step_increment">1</property>
741 <property name="page_increment">10</property>
742 </object>
743 <object class="GtkAdjustment" id="adjustment8">
744 <property name="upper">100</property>
745 <property name="step_increment">1</property>
746 <property name="page_increment">10</property>
747 </object>
748 <object class="GtkImage" id="down_stock_image">
749 <property name="visible">True</property>
750 <property name="stock">gtk-go-down</property>
751 </object>
752 <object class="GtkImage" id="find_stock_image">
753 <property name="visible">True</property>
754 <property name="stock">gtk-find</property>
755 </object>
756 <object class="GtkImage" id="index_stock_image">
757 <property name="visible">True</property>
758 <property name="stock">gtk-index</property>
759 </object> 835 </object>
760 <object class="GtkMenu" id="metadata_popup_menu"> 836 <object class="GtkMenu" id="metadata_popup_menu">
761 <property name="visible">True</property> 837 <property name="visible">True</property>
838 <property name="can_focus">False</property>
762 <child> 839 <child>
763 <object class="GtkMenuItem" id="Copy selection"> 840 <object class="GtkMenuItem" id="Copy selection">
841 <property name="use_action_appearance">False</property>
764 <property name="visible">True</property> 842 <property name="visible">True</property>
843 <property name="can_focus">False</property>
765 <property name="label" translatable="yes">Copy selection</property> 844 <property name="label" translatable="yes">Copy selection</property>
766 <property name="use_underline">True</property> 845 <property name="use_underline">True</property>
767 <signal name="activate" handler="GNUNET_GTK_FS_metadata_copy_selection_activated"/> 846 <signal name="activate" handler="GNUNET_GTK_FS_metadata_copy_selection_activated" swapped="no"/>
768 </object> 847 </object>
769 </child> 848 </child>
770 </object> 849 </object>
771 <object class="GtkWindow" id="namespace_selector_window"> 850 <object class="GtkWindow" id="namespace_selector_window">
851 <property name="can_focus">False</property>
772 <property name="events">GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property> 852 <property name="events">GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
773 <property name="resizable">False</property> 853 <property name="resizable">False</property>
774 <property name="destroy_with_parent">True</property> 854 <property name="destroy_with_parent">True</property>
@@ -780,10 +860,11 @@
780 <property name="deletable">False</property> 860 <property name="deletable">False</property>
781 <property name="transient_for">GNUNET_GTK_main_window</property> 861 <property name="transient_for">GNUNET_GTK_main_window</property>
782 <property name="mnemonics_visible">False</property> 862 <property name="mnemonics_visible">False</property>
783 <signal name="leave_notify_event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb"/> 863 <signal name="leave-notify-event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb" swapped="no"/>
784 <signal name="enter_notify_event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb"/> 864 <signal name="enter-notify-event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb" swapped="no"/>
785 <child> 865 <child>
786 <object class="GtkVBox" id="namespace_selector_main_vbox"> 866 <object class="GtkVBox" id="namespace_selector_main_vbox">
867 <property name="can_focus">False</property>
787 <child> 868 <child>
788 <object class="GtkTreeView" id="namespace_selector_treeview"> 869 <object class="GtkTreeView" id="namespace_selector_treeview">
789 <property name="visible">True</property> 870 <property name="visible">True</property>
@@ -795,8 +876,11 @@
795 <property name="hover_selection">True</property> 876 <property name="hover_selection">True</property>
796 <property name="hover_expand">True</property> 877 <property name="hover_expand">True</property>
797 <property name="tooltip_column">3</property> 878 <property name="tooltip_column">3</property>
798 <signal name="button_press_event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_press_event_cb"/> 879 <signal name="button-press-event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_press_event_cb" swapped="no"/>
799 <signal name="button_release_event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_release_event_cb"/> 880 <signal name="button-release-event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_release_event_cb" swapped="no"/>
881 <child internal-child="selection">
882 <object class="GtkTreeSelection" id="treeview-selection2"/>
883 </child>
800 <child> 884 <child>
801 <object class="GtkTreeViewColumn" id="name_column"> 885 <object class="GtkTreeViewColumn" id="name_column">
802 <property name="sizing">autosize</property> 886 <property name="sizing">autosize</property>
@@ -823,17 +907,21 @@
823 </child> 907 </child>
824 </object> 908 </object>
825 <packing> 909 <packing>
910 <property name="expand">True</property>
911 <property name="fill">True</property>
826 <property name="position">0</property> 912 <property name="position">0</property>
827 </packing> 913 </packing>
828 </child> 914 </child>
829 <child> 915 <child>
830 <object class="GtkButton" id="namespace_selector_manage_namespaces_button"> 916 <object class="GtkButton" id="namespace_selector_manage_namespaces_button">
831 <property name="label" translatable="yes">_Manage namespaces</property> 917 <property name="label" translatable="yes">_Manage namespaces</property>
918 <property name="use_action_appearance">False</property>
832 <property name="visible">True</property> 919 <property name="visible">True</property>
833 <property name="can_focus">True</property> 920 <property name="can_focus">True</property>
834 <property name="receives_default">False</property> 921 <property name="receives_default">False</property>
922 <property name="use_action_appearance">False</property>
835 <property name="use_underline">True</property> 923 <property name="use_underline">True</property>
836 <signal name="clicked" handler="namespace_selector_manage_namespaces_button_clicked_cb"/> 924 <signal name="clicked" handler="namespace_selector_manage_namespaces_button_clicked_cb" swapped="no"/>
837 </object> 925 </object>
838 <packing> 926 <packing>
839 <property name="expand">False</property> 927 <property name="expand">False</property>
@@ -846,16 +934,14 @@
846 </object> 934 </object>
847 <object class="GtkImage" id="new_stock_image"> 935 <object class="GtkImage" id="new_stock_image">
848 <property name="visible">True</property> 936 <property name="visible">True</property>
937 <property name="can_focus">False</property>
849 <property name="stock">gtk-new</property> 938 <property name="stock">gtk-new</property>
850 </object> 939 </object>
851 <object class="GtkImage" id="open_stock_image"> 940 <object class="GtkImage" id="open_stock_image">
852 <property name="visible">True</property> 941 <property name="visible">True</property>
942 <property name="can_focus">False</property>
853 <property name="stock">gtk-open</property> 943 <property name="stock">gtk-open</property>
854 </object> 944 </object>
855 <object class="GtkImage" id="up_stock_image">
856 <property name="visible">True</property>
857 <property name="stock">gtk-go-up</property>
858 </object>
859 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup"> 945 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup">
860 <property name="mode">vertical</property> 946 <property name="mode">vertical</property>
861 <widgets> 947 <widgets>
@@ -870,8 +956,8 @@
870 <property name="page_increment">10</property> 956 <property name="page_increment">10</property>
871 </object> 957 </object>
872 <object class="GtkAdjustment" id="priority_adjustment"> 958 <object class="GtkAdjustment" id="priority_adjustment">
873 <property name="value">1000</property>
874 <property name="upper">10000000</property> 959 <property name="upper">10000000</property>
960 <property name="value">1000</property>
875 <property name="step_increment">1</property> 961 <property name="step_increment">1</property>
876 <property name="page_increment">10</property> 962 <property name="page_increment">10</property>
877 </object> 963 </object>
@@ -880,6 +966,11 @@
880 <property name="step_increment">1</property> 966 <property name="step_increment">1</property>
881 <property name="page_increment">10</property> 967 <property name="page_increment">10</property>
882 </object> 968 </object>
969 <object class="GtkImage" id="up_stock_image">
970 <property name="visible">True</property>
971 <property name="can_focus">False</property>
972 <property name="stock">gtk-go-up</property>
973 </object>
883 <object class="GtkSizeGroup" id="sizegroup4"/> 974 <object class="GtkSizeGroup" id="sizegroup4"/>
884 <object class="GtkSizeGroup" id="sizegroup5"/> 975 <object class="GtkSizeGroup" id="sizegroup5"/>
885</interface> 976</interface>
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index 3d6c3608..b6c3fe80 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -1,44 +1,22 @@
1<?xml version="1.0"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment"> 4 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment">
6 <property name="value">65536</property>
7 <property name="lower">5000</property> 5 <property name="lower">5000</property>
8 <property name="upper">999999999</property> 6 <property name="upper">999999999</property>
7 <property name="value">65536</property>
9 <property name="step_increment">1</property> 8 <property name="step_increment">1</property>
10 <property name="page_increment">10</property> 9 <property name="page_increment">10</property>
11 </object> 10 </object>
12 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment"> 11 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment">
13 <property name="value">65536</property>
14 <property name="lower">1024</property> 12 <property name="lower">1024</property>
15 <property name="upper">999999999</property> 13 <property name="upper">999999999</property>
14 <property name="value">65536</property>
16 <property name="step_increment">1</property> 15 <property name="step_increment">1</property>
17 <property name="page_increment">10</property> 16 <property name="page_increment">10</property>
18 </object> 17 </object>
19 <object class="GtkListStore" id="GNUNET_setup_hostlist_url_liststore">
20 <columns>
21 <!-- column-name url -->
22 <column type="gchararray"/>
23 <!-- column-name editable -->
24 <column type="gboolean"/>
25 </columns>
26 </object>
27 <object class="GtkListStore" id="GNUNET_setup_gns_liststore">
28 <columns>
29 <!-- column-name hostname -->
30 <column type="gchararray"/>
31 <!-- column-name sourceport -->
32 <column type="guint"/>
33 <!-- column-name targetport -->
34 <column type="guint"/>
35 <!-- column-name targethostname -->
36 <column type="gchararray"/>
37 <!-- column-name isudp -->
38 <column type="gchararray"/>
39 </columns>
40 </object>
41 <object class="GtkDialog" id="GNUNET_setup_dialog"> 18 <object class="GtkDialog" id="GNUNET_setup_dialog">
19 <property name="can_focus">False</property>
42 <property name="border_width">5</property> 20 <property name="border_width">5</property>
43 <property name="title" translatable="yes">gnunet-setup</property> 21 <property name="title" translatable="yes">gnunet-setup</property>
44 <property name="window_position">center</property> 22 <property name="window_position">center</property>
@@ -46,12 +24,70 @@
46 <property name="default_height">550</property> 24 <property name="default_height">550</property>
47 <property name="icon_name">preferences-system</property> 25 <property name="icon_name">preferences-system</property>
48 <property name="type_hint">dialog</property> 26 <property name="type_hint">dialog</property>
49 <signal name="destroy" handler="GNUNET_SETUP_quit_cb"/> 27 <signal name="destroy" handler="GNUNET_SETUP_quit_cb" swapped="no"/>
50 <child internal-child="vbox"> 28 <child internal-child="vbox">
51 <object class="GtkVBox" id="GNUNET_setup_dialog-vbox"> 29 <object class="GtkBox" id="GNUNET_setup_dialog-vbox">
52 <property name="visible">True</property> 30 <property name="visible">True</property>
31 <property name="can_focus">False</property>
53 <property name="orientation">vertical</property> 32 <property name="orientation">vertical</property>
54 <property name="spacing">2</property> 33 <property name="spacing">2</property>
34 <child internal-child="action_area">
35 <object class="GtkButtonBox" id="GNUNET_setup_dialog-action_area">
36 <property name="can_focus">False</property>
37 <property name="layout_style">end</property>
38 <child>
39 <object class="GtkButton" id="GNUNET_setup_cancel_button">
40 <property name="label">gtk-cancel</property>
41 <property name="use_action_appearance">False</property>
42 <property name="can_focus">True</property>
43 <property name="receives_default">True</property>
44 <property name="use_action_appearance">False</property>
45 <property name="use_stock">True</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">False</property>
50 <property name="position">0</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkButton" id="GNUNET_setup_save_as_button">
55 <property name="label">gtk-save-as</property>
56 <property name="use_action_appearance">False</property>
57 <property name="can_focus">True</property>
58 <property name="receives_default">True</property>
59 <property name="use_action_appearance">False</property>
60 <property name="use_stock">True</property>
61 </object>
62 <packing>
63 <property name="expand">False</property>
64 <property name="fill">False</property>
65 <property name="position">1</property>
66 </packing>
67 </child>
68 <child>
69 <object class="GtkButton" id="GNUNET_setup_save_button">
70 <property name="label">gtk-save</property>
71 <property name="use_action_appearance">False</property>
72 <property name="can_focus">True</property>
73 <property name="receives_default">True</property>
74 <property name="use_action_appearance">False</property>
75 <property name="use_stock">True</property>
76 </object>
77 <packing>
78 <property name="expand">False</property>
79 <property name="fill">False</property>
80 <property name="position">2</property>
81 </packing>
82 </child>
83 </object>
84 <packing>
85 <property name="expand">False</property>
86 <property name="fill">True</property>
87 <property name="pack_type">end</property>
88 <property name="position">0</property>
89 </packing>
90 </child>
55 <child> 91 <child>
56 <object class="GtkNotebook" id="GNUNET_setup_notebook"> 92 <object class="GtkNotebook" id="GNUNET_setup_notebook">
57 <property name="visible">True</property> 93 <property name="visible">True</property>
@@ -59,22 +95,26 @@
59 <child> 95 <child>
60 <object class="GtkVBox" id="GNUNET_setup_general_vbox"> 96 <object class="GtkVBox" id="GNUNET_setup_general_vbox">
61 <property name="visible">True</property> 97 <property name="visible">True</property>
62 <property name="orientation">vertical</property> 98 <property name="can_focus">False</property>
63 <child> 99 <child>
64 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame"> 100 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame">
65 <property name="visible">True</property> 101 <property name="visible">True</property>
102 <property name="can_focus">False</property>
66 <property name="label_xalign">0</property> 103 <property name="label_xalign">0</property>
67 <property name="shadow_type">none</property> 104 <property name="shadow_type">none</property>
68 <child> 105 <child>
69 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment"> 106 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment">
70 <property name="visible">True</property> 107 <property name="visible">True</property>
108 <property name="can_focus">False</property>
71 <property name="left_padding">12</property> 109 <property name="left_padding">12</property>
72 <child> 110 <child>
73 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox"> 111 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox">
74 <property name="visible">True</property> 112 <property name="visible">True</property>
113 <property name="can_focus">False</property>
75 <child> 114 <child>
76 <object class="GtkLabel" id="GNUNET_setup_general_services_label"> 115 <object class="GtkLabel" id="GNUNET_setup_general_services_label">
77 <property name="visible">True</property> 116 <property name="visible">True</property>
117 <property name="can_focus">False</property>
78 <property name="label" translatable="yes">Services:</property> 118 <property name="label" translatable="yes">Services:</property>
79 </object> 119 </object>
80 <packing> 120 <packing>
@@ -87,11 +127,13 @@
87 <child> 127 <child>
88 <object class="GtkCheckButton" id="GNUNET_setup_general_services_topology_checkbutton"> 128 <object class="GtkCheckButton" id="GNUNET_setup_general_services_topology_checkbutton">
89 <property name="label" translatable="yes">Topology</property> 129 <property name="label" translatable="yes">Topology</property>
130 <property name="use_action_appearance">False</property>
90 <property name="visible">True</property> 131 <property name="visible">True</property>
91 <property name="sensitive">False</property> 132 <property name="sensitive">False</property>
92 <property name="can_focus">True</property> 133 <property name="can_focus">True</property>
93 <property name="receives_default">False</property> 134 <property name="receives_default">False</property>
94 <property name="tooltip_text" translatable="yes">The topology subsystem is required as it ensures that your peer connects to other peers.</property> 135 <property name="tooltip_text" translatable="yes">The topology subsystem is required as it ensures that your peer connects to other peers.</property>
136 <property name="use_action_appearance">False</property>
95 <property name="xalign">0</property> 137 <property name="xalign">0</property>
96 <property name="active">True</property> 138 <property name="active">True</property>
97 <property name="draw_indicator">True</property> 139 <property name="draw_indicator">True</property>
@@ -106,10 +148,12 @@
106 <child> 148 <child>
107 <object class="GtkCheckButton" id="GNUNET_setup_general_services_hostlist_checkbutton"> 149 <object class="GtkCheckButton" id="GNUNET_setup_general_services_hostlist_checkbutton">
108 <property name="label" translatable="yes">Hostlist</property> 150 <property name="label" translatable="yes">Hostlist</property>
151 <property name="use_action_appearance">False</property>
109 <property name="visible">True</property> 152 <property name="visible">True</property>
110 <property name="can_focus">True</property> 153 <property name="can_focus">True</property>
111 <property name="receives_default">False</property> 154 <property name="receives_default">False</property>
112 <property name="tooltip_text" translatable="yes">Hostlist servers are used to find other peers. Here you can choose to offer a hostlist or simply configure which hostlists by other peers you want to use.</property> 155 <property name="tooltip_text" translatable="yes">Hostlist servers are used to find other peers. Here you can choose to offer a hostlist or simply configure which hostlists by other peers you want to use.</property>
156 <property name="use_action_appearance">False</property>
113 <property name="xalign">0</property> 157 <property name="xalign">0</property>
114 <property name="active">True</property> 158 <property name="active">True</property>
115 <property name="draw_indicator">True</property> 159 <property name="draw_indicator">True</property>
@@ -124,10 +168,12 @@
124 <child> 168 <child>
125 <object class="GtkCheckButton" id="GNUNET_setup_general_services_fs_checkbutton"> 169 <object class="GtkCheckButton" id="GNUNET_setup_general_services_fs_checkbutton">
126 <property name="label" translatable="yes">File _Sharing</property> 170 <property name="label" translatable="yes">File _Sharing</property>
171 <property name="use_action_appearance">False</property>
127 <property name="visible">True</property> 172 <property name="visible">True</property>
128 <property name="can_focus">True</property> 173 <property name="can_focus">True</property>
129 <property name="receives_default">False</property> 174 <property name="receives_default">False</property>
130 <property name="tooltip_text" translatable="yes">Enable GNUnet's file-sharing subsystem.</property> 175 <property name="tooltip_text" translatable="yes">Enable GNUnet's file-sharing subsystem.</property>
176 <property name="use_action_appearance">False</property>
131 <property name="use_underline">True</property> 177 <property name="use_underline">True</property>
132 <property name="xalign">0</property> 178 <property name="xalign">0</property>
133 <property name="active">True</property> 179 <property name="active">True</property>
@@ -143,16 +189,19 @@
143 <child> 189 <child>
144 <object class="GtkCheckButton" id="GNUNET_setup_general_services_pt_checkbutton"> 190 <object class="GtkCheckButton" id="GNUNET_setup_general_services_pt_checkbutton">
145 <property name="label" translatable="yes">PT/VPN</property> 191 <property name="label" translatable="yes">PT/VPN</property>
192 <property name="use_action_appearance">False</property>
146 <property name="visible">True</property> 193 <property name="visible">True</property>
147 <property name="can_focus">True</property> 194 <property name="can_focus">True</property>
148 <property name="receives_default">False</property> 195 <property name="receives_default">False</property>
149 <property name="tooltip_text" translatable="yes">Using the PT/VPN subsystems you can tunnel your Internet traffic over GNUnet. This is useful if you want to access the IPv4-Internet if you only have IPv6-connectivity or vice versa. Furthermore, if you are only connected to other peers using WLAN, you could also get Internet access in the first place by routing IP traffic over GNUnet.</property> 196 <property name="tooltip_text" translatable="yes">Using the PT/VPN subsystems you can tunnel your Internet traffic over GNUnet. This is useful if you want to access the IPv4-Internet if you only have IPv6-connectivity or vice versa. Furthermore, if you are only connected to other peers using WLAN, you could also get Internet access in the first place by routing IP traffic over GNUnet.</property>
197 <property name="use_action_appearance">False</property>
150 <property name="use_underline">True</property> 198 <property name="use_underline">True</property>
151 <property name="xalign">0</property> 199 <property name="xalign">0</property>
152 <property name="draw_indicator">True</property> 200 <property name="draw_indicator">True</property>
153 </object> 201 </object>
154 <packing> 202 <packing>
155 <property name="expand">False</property> 203 <property name="expand">False</property>
204 <property name="fill">True</property>
156 <property name="padding">5</property> 205 <property name="padding">5</property>
157 <property name="position">4</property> 206 <property name="position">4</property>
158 </packing> 207 </packing>
@@ -160,16 +209,19 @@
160 <child> 209 <child>
161 <object class="GtkCheckButton" id="GNUNET_setup_general_services_exit_checkbutton"> 210 <object class="GtkCheckButton" id="GNUNET_setup_general_services_exit_checkbutton">
162 <property name="label" translatable="yes">EXIT</property> 211 <property name="label" translatable="yes">EXIT</property>
212 <property name="use_action_appearance">False</property>
163 <property name="visible">True</property> 213 <property name="visible">True</property>
164 <property name="can_focus">True</property> 214 <property name="can_focus">True</property>
165 <property name="receives_default">False</property> 215 <property name="receives_default">False</property>
166 <property name="tooltip_text" translatable="yes">By offering an EXIT service, you can allow other peers to use your Internet connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your machine will be seen as the origin of the traffic, this might be risky in some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN interception for IPv4 and IPv6 on the same machine will still give you 4to6 and 6to4 protocol translation, allowing you to access IPv4-only servers from IPv6-only clients and IPv6-only servers from IPv4-only clients.</property> 216 <property name="tooltip_text" translatable="yes">By offering an EXIT service, you can allow other peers to use your Internet connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your machine will be seen as the origin of the traffic, this might be risky in some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN interception for IPv4 and IPv6 on the same machine will still give you 4to6 and 6to4 protocol translation, allowing you to access IPv4-only servers from IPv6-only clients and IPv6-only servers from IPv4-only clients.</property>
217 <property name="use_action_appearance">False</property>
167 <property name="use_underline">True</property> 218 <property name="use_underline">True</property>
168 <property name="xalign">0</property> 219 <property name="xalign">0</property>
169 <property name="draw_indicator">True</property> 220 <property name="draw_indicator">True</property>
170 </object> 221 </object>
171 <packing> 222 <packing>
172 <property name="expand">False</property> 223 <property name="expand">False</property>
224 <property name="fill">True</property>
173 <property name="padding">5</property> 225 <property name="padding">5</property>
174 <property name="position">5</property> 226 <property name="position">5</property>
175 </packing> 227 </packing>
@@ -177,15 +229,18 @@
177 <child> 229 <child>
178 <object class="GtkCheckButton" id="GNUNET_setup_general_services_gns_checkbutton"> 230 <object class="GtkCheckButton" id="GNUNET_setup_general_services_gns_checkbutton">
179 <property name="label" translatable="yes">GNS</property> 231 <property name="label" translatable="yes">GNS</property>
232 <property name="use_action_appearance">False</property>
180 <property name="can_focus">True</property> 233 <property name="can_focus">True</property>
181 <property name="receives_default">False</property> 234 <property name="receives_default">False</property>
182 <property name="tooltip_text" translatable="yes">The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make the ".gnunet" TLD available on your system. You will be in charge of your ".gnunet" TLD.</property> 235 <property name="tooltip_text" translatable="yes">The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make the ".gnunet" TLD available on your system. You will be in charge of your ".gnunet" TLD.</property>
236 <property name="use_action_appearance">False</property>
183 <property name="use_underline">True</property> 237 <property name="use_underline">True</property>
184 <property name="xalign">0</property> 238 <property name="xalign">0</property>
185 <property name="draw_indicator">True</property> 239 <property name="draw_indicator">True</property>
186 </object> 240 </object>
187 <packing> 241 <packing>
188 <property name="expand">False</property> 242 <property name="expand">False</property>
243 <property name="fill">True</property>
189 <property name="padding">5</property> 244 <property name="padding">5</property>
190 <property name="position">6</property> 245 <property name="position">6</property>
191 </packing> 246 </packing>
@@ -197,6 +252,7 @@
197 <child type="label"> 252 <child type="label">
198 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label"> 253 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label">
199 <property name="visible">True</property> 254 <property name="visible">True</property>
255 <property name="can_focus">False</property>
200 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property> 256 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property>
201 <property name="use_markup">True</property> 257 <property name="use_markup">True</property>
202 </object> 258 </object>
@@ -212,21 +268,26 @@
212 <child> 268 <child>
213 <object class="GtkFrame" id="GNUNET_setup_topology_frame"> 269 <object class="GtkFrame" id="GNUNET_setup_topology_frame">
214 <property name="visible">True</property> 270 <property name="visible">True</property>
271 <property name="can_focus">False</property>
215 <property name="label_xalign">0</property> 272 <property name="label_xalign">0</property>
216 <property name="shadow_type">none</property> 273 <property name="shadow_type">none</property>
217 <child> 274 <child>
218 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment"> 275 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment">
219 <property name="visible">True</property> 276 <property name="visible">True</property>
277 <property name="can_focus">False</property>
220 <property name="left_padding">12</property> 278 <property name="left_padding">12</property>
221 <child> 279 <child>
222 <object class="GtkHBox" id="GNUNET_setup_topology_hbox"> 280 <object class="GtkHBox" id="GNUNET_setup_topology_hbox">
223 <property name="visible">True</property> 281 <property name="visible">True</property>
282 <property name="can_focus">False</property>
224 <child> 283 <child>
225 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton"> 284 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton">
226 <property name="label" translatable="yes">F_2F only</property> 285 <property name="label" translatable="yes">F_2F only</property>
286 <property name="use_action_appearance">False</property>
227 <property name="visible">True</property> 287 <property name="visible">True</property>
228 <property name="can_focus">True</property> 288 <property name="can_focus">True</property>
229 <property name="receives_default">False</property> 289 <property name="receives_default">False</property>
290 <property name="use_action_appearance">False</property>
230 <property name="use_underline">True</property> 291 <property name="use_underline">True</property>
231 <property name="xalign">0</property> 292 <property name="xalign">0</property>
232 <property name="draw_indicator">True</property> 293 <property name="draw_indicator">True</property>
@@ -240,9 +301,11 @@
240 <child> 301 <child>
241 <object class="GtkVSeparator" id="vseparator2"> 302 <object class="GtkVSeparator" id="vseparator2">
242 <property name="visible">True</property> 303 <property name="visible">True</property>
304 <property name="can_focus">False</property>
243 </object> 305 </object>
244 <packing> 306 <packing>
245 <property name="expand">False</property> 307 <property name="expand">False</property>
308 <property name="fill">True</property>
246 <property name="padding">5</property> 309 <property name="padding">5</property>
247 <property name="position">1</property> 310 <property name="position">1</property>
248 </packing> 311 </packing>
@@ -250,6 +313,7 @@
250 <child> 313 <child>
251 <object class="GtkLabel" id="GNUNET_setup_friends_file_label"> 314 <object class="GtkLabel" id="GNUNET_setup_friends_file_label">
252 <property name="visible">True</property> 315 <property name="visible">True</property>
316 <property name="can_focus">False</property>
253 <property name="label" translatable="yes">Friends file:</property> 317 <property name="label" translatable="yes">Friends file:</property>
254 </object> 318 </object>
255 <packing> 319 <packing>
@@ -261,17 +325,22 @@
261 <child> 325 <child>
262 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton"> 326 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton">
263 <property name="visible">True</property> 327 <property name="visible">True</property>
328 <property name="can_focus">False</property>
264 </object> 329 </object>
265 <packing> 330 <packing>
331 <property name="expand">True</property>
332 <property name="fill">True</property>
266 <property name="position">3</property> 333 <property name="position">3</property>
267 </packing> 334 </packing>
268 </child> 335 </child>
269 <child> 336 <child>
270 <object class="GtkVSeparator" id="vseparator1"> 337 <object class="GtkVSeparator" id="vseparator1">
271 <property name="visible">True</property> 338 <property name="visible">True</property>
339 <property name="can_focus">False</property>
272 </object> 340 </object>
273 <packing> 341 <packing>
274 <property name="expand">False</property> 342 <property name="expand">False</property>
343 <property name="fill">True</property>
275 <property name="padding">5</property> 344 <property name="padding">5</property>
276 <property name="position">4</property> 345 <property name="position">4</property>
277 </packing> 346 </packing>
@@ -279,6 +348,7 @@
279 <child> 348 <child>
280 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label"> 349 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label">
281 <property name="visible">True</property> 350 <property name="visible">True</property>
351 <property name="can_focus">False</property>
282 <property name="label" translatable="yes">Min. connected friends:</property> 352 <property name="label" translatable="yes">Min. connected friends:</property>
283 </object> 353 </object>
284 <packing> 354 <packing>
@@ -291,10 +361,8 @@
291 <object class="GtkSpinButton" id="GNUNET_setup_minimum_friends_spinbutton"> 361 <object class="GtkSpinButton" id="GNUNET_setup_minimum_friends_spinbutton">
292 <property name="visible">True</property> 362 <property name="visible">True</property>
293 <property name="can_focus">True</property> 363 <property name="can_focus">True</property>
294 <property name="invisible_char">&#x2022;</property> 364 <property name="invisible_char"></property>
295 <property name="invisible_char_set">True</property> 365 <property name="invisible_char_set">True</property>
296 <property name="primary_icon_sensitive">True</property>
297 <property name="secondary_icon_sensitive">True</property>
298 <property name="adjustment">GNUNET_setup_min_friends_adjustment</property> 366 <property name="adjustment">GNUNET_setup_min_friends_adjustment</property>
299 <property name="numeric">True</property> 367 <property name="numeric">True</property>
300 </object> 368 </object>
@@ -311,6 +379,7 @@
311 <child type="label"> 379 <child type="label">
312 <object class="GtkLabel" id="GNUNET_setup_topology_label"> 380 <object class="GtkLabel" id="GNUNET_setup_topology_label">
313 <property name="visible">True</property> 381 <property name="visible">True</property>
382 <property name="can_focus">False</property>
314 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property> 383 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property>
315 <property name="use_markup">True</property> 384 <property name="use_markup">True</property>
316 </object> 385 </object>
@@ -326,25 +395,30 @@
326 <child> 395 <child>
327 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame"> 396 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame">
328 <property name="visible">True</property> 397 <property name="visible">True</property>
398 <property name="can_focus">False</property>
329 <property name="label_xalign">0</property> 399 <property name="label_xalign">0</property>
330 <property name="shadow_type">none</property> 400 <property name="shadow_type">none</property>
331 <child> 401 <child>
332 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment"> 402 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment">
333 <property name="visible">True</property> 403 <property name="visible">True</property>
404 <property name="can_focus">False</property>
334 <property name="left_padding">12</property> 405 <property name="left_padding">12</property>
335 <child> 406 <child>
336 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox"> 407 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox">
337 <property name="visible">True</property> 408 <property name="visible">True</property>
338 <property name="orientation">vertical</property> 409 <property name="can_focus">False</property>
339 <child> 410 <child>
340 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox"> 411 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox">
341 <property name="visible">True</property> 412 <property name="visible">True</property>
413 <property name="can_focus">False</property>
342 <child> 414 <child>
343 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton"> 415 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton">
344 <property name="label" translatable="yes">Use Hostlists to bootstrap</property> 416 <property name="label" translatable="yes">Use Hostlists to bootstrap</property>
417 <property name="use_action_appearance">False</property>
345 <property name="visible">True</property> 418 <property name="visible">True</property>
346 <property name="can_focus">True</property> 419 <property name="can_focus">True</property>
347 <property name="receives_default">False</property> 420 <property name="receives_default">False</property>
421 <property name="use_action_appearance">False</property>
348 <property name="xalign">0</property> 422 <property name="xalign">0</property>
349 <property name="draw_indicator">True</property> 423 <property name="draw_indicator">True</property>
350 </object> 424 </object>
@@ -358,9 +432,11 @@
358 <child> 432 <child>
359 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_learn_checkbutton"> 433 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_learn_checkbutton">
360 <property name="label" translatable="yes">Learn Servers from P2P Network</property> 434 <property name="label" translatable="yes">Learn Servers from P2P Network</property>
435 <property name="use_action_appearance">False</property>
361 <property name="visible">True</property> 436 <property name="visible">True</property>
362 <property name="can_focus">True</property> 437 <property name="can_focus">True</property>
363 <property name="receives_default">False</property> 438 <property name="receives_default">False</property>
439 <property name="use_action_appearance">False</property>
364 <property name="xalign">0</property> 440 <property name="xalign">0</property>
365 <property name="draw_indicator">True</property> 441 <property name="draw_indicator">True</property>
366 </object> 442 </object>
@@ -381,19 +457,22 @@
381 <child> 457 <child>
382 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox"> 458 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox">
383 <property name="visible">True</property> 459 <property name="visible">True</property>
460 <property name="can_focus">False</property>
384 <child> 461 <child>
385 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox"> 462 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox">
386 <property name="visible">True</property> 463 <property name="visible">True</property>
387 <property name="orientation">vertical</property> 464 <property name="can_focus">False</property>
388 <child> 465 <child>
389 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton"> 466 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton">
390 <property name="label" translatable="yes">Run Hostlist Server</property> 467 <property name="label" translatable="yes">Run Hostlist Server</property>
468 <property name="use_action_appearance">False</property>
391 <property name="visible">True</property> 469 <property name="visible">True</property>
392 <property name="can_focus">True</property> 470 <property name="can_focus">True</property>
393 <property name="receives_default">False</property> 471 <property name="receives_default">False</property>
472 <property name="use_action_appearance">False</property>
394 <property name="xalign">0</property> 473 <property name="xalign">0</property>
395 <property name="draw_indicator">True</property> 474 <property name="draw_indicator">True</property>
396 <signal name="realize" handler="GNUNET_setup_hostlist_offer_hostlist_checkbutton_realize_cb"/> 475 <signal name="realize" handler="GNUNET_setup_hostlist_offer_hostlist_checkbutton_realize_cb" swapped="no"/>
397 </object> 476 </object>
398 <packing> 477 <packing>
399 <property name="expand">False</property> 478 <property name="expand">False</property>
@@ -404,12 +483,14 @@
404 <child> 483 <child>
405 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_advertise_checkbutton"> 484 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_advertise_checkbutton">
406 <property name="label" translatable="yes">Advertise Hostlist Server</property> 485 <property name="label" translatable="yes">Advertise Hostlist Server</property>
486 <property name="use_action_appearance">False</property>
407 <property name="visible">True</property> 487 <property name="visible">True</property>
408 <property name="can_focus">True</property> 488 <property name="can_focus">True</property>
409 <property name="receives_default">False</property> 489 <property name="receives_default">False</property>
490 <property name="use_action_appearance">False</property>
410 <property name="xalign">0</property> 491 <property name="xalign">0</property>
411 <property name="draw_indicator">True</property> 492 <property name="draw_indicator">True</property>
412 <signal name="realize" handler="GNUNET_setup_hostlist_advertise_checkbutton_realize_cb"/> 493 <signal name="realize" handler="GNUNET_setup_hostlist_advertise_checkbutton_realize_cb" swapped="no"/>
413 </object> 494 </object>
414 <packing> 495 <packing>
415 <property name="expand">False</property> 496 <property name="expand">False</property>
@@ -420,9 +501,11 @@
420 <child> 501 <child>
421 <object class="GtkHBox" id="hbox9"> 502 <object class="GtkHBox" id="hbox9">
422 <property name="visible">True</property> 503 <property name="visible">True</property>
504 <property name="can_focus">False</property>
423 <child> 505 <child>
424 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label"> 506 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label">
425 <property name="visible">True</property> 507 <property name="visible">True</property>
508 <property name="can_focus">False</property>
426 <property name="label" translatable="yes">Port:</property> 509 <property name="label" translatable="yes">Port:</property>
427 </object> 510 </object>
428 <packing> 511 <packing>
@@ -436,13 +519,11 @@
436 <object class="GtkSpinButton" id="GNUNET_setup_hostlist_server_port_spin_button"> 519 <object class="GtkSpinButton" id="GNUNET_setup_hostlist_server_port_spin_button">
437 <property name="visible">True</property> 520 <property name="visible">True</property>
438 <property name="can_focus">True</property> 521 <property name="can_focus">True</property>
439 <property name="invisible_char">&#x2022;</property> 522 <property name="invisible_char"></property>
440 <property name="invisible_char_set">True</property> 523 <property name="invisible_char_set">True</property>
441 <property name="primary_icon_sensitive">True</property>
442 <property name="secondary_icon_sensitive">True</property>
443 <property name="adjustment">GNUNET_setup_hostlist_server_port_adjustment</property> 524 <property name="adjustment">GNUNET_setup_hostlist_server_port_adjustment</property>
444 <property name="numeric">True</property> 525 <property name="numeric">True</property>
445 <signal name="realize" handler="GNUNET_setup_hostlist_server_port_spin_button_realize_cb"/> 526 <signal name="realize" handler="GNUNET_setup_hostlist_server_port_spin_button_realize_cb" swapped="no"/>
446 </object> 527 </object>
447 <packing> 528 <packing>
448 <property name="expand">False</property> 529 <property name="expand">False</property>
@@ -469,10 +550,11 @@
469 <child> 550 <child>
470 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox "> 551 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox ">
471 <property name="visible">True</property> 552 <property name="visible">True</property>
472 <property name="orientation">vertical</property> 553 <property name="can_focus">False</property>
473 <child> 554 <child>
474 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label"> 555 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label">
475 <property name="visible">True</property> 556 <property name="visible">True</property>
557 <property name="can_focus">False</property>
476 <property name="label" translatable="yes">Known Hostlist Servers:</property> 558 <property name="label" translatable="yes">Known Hostlist Servers:</property>
477 </object> 559 </object>
478 <packing> 560 <packing>
@@ -493,24 +575,29 @@
493 <object class="GtkTreeView" id="GNUNET_setup_hostlist_url_treeview"> 575 <object class="GtkTreeView" id="GNUNET_setup_hostlist_url_treeview">
494 <property name="visible">True</property> 576 <property name="visible">True</property>
495 <property name="can_focus">True</property> 577 <property name="can_focus">True</property>
496 <property name="model">GNUNET_setup_hostlist_url_liststore</property>
497 <property name="hadjustment">adjustment7</property> 578 <property name="hadjustment">adjustment7</property>
498 <property name="vadjustment">adjustment8</property> 579 <property name="vadjustment">adjustment8</property>
580 <property name="model">GNUNET_setup_hostlist_url_liststore</property>
499 <property name="search_column">0</property> 581 <property name="search_column">0</property>
500 <signal name="key_press_event" handler="GNUNET_setup_treeview_key_press_event_cb"/> 582 <signal name="key-press-event" handler="GNUNET_setup_treeview_key_press_event_cb" swapped="no"/>
583 <child internal-child="selection">
584 <object class="GtkTreeSelection" id="treeview-selection1"/>
585 </child>
501 <child> 586 <child>
502 <object class="GtkTreeViewColumn" id="GNUNET_setup_hostlist_url_treeviewcolumn"> 587 <object class="GtkTreeViewColumn" id="GNUNET_setup_hostlist_url_treeviewcolumn">
588 <property name="sizing">fixed</property>
503 <property name="title">URL</property> 589 <property name="title">URL</property>
590 <property name="expand">True</property>
504 <property name="clickable">True</property> 591 <property name="clickable">True</property>
505 <property name="reorderable">True</property> 592 <property name="reorderable">True</property>
506 <property name="sort_indicator">True</property> 593 <property name="sort_indicator">True</property>
507 <property name="sort_column_id">0</property> 594 <property name="sort_column_id">0</property>
508 <child> 595 <child>
509 <object class="GtkCellRendererText" id="GNUNET_setup_hostlist_url_cellrenderertext"> 596 <object class="GtkCellRendererText" id="GNUNET_setup_hostlist_url_cellrenderertext">
510 <signal name="edited" handler="GNUNET_setup_hostlist_url_cellrenderertext_edited_cb"/> 597 <property name="editable">True</property>
598 <signal name="edited" handler="GNUNET_setup_hostlist_url_cellrenderertext_edited_cb" swapped="no"/>
511 </object> 599 </object>
512 <attributes> 600 <attributes>
513 <attribute name="editable">1</attribute>
514 <attribute name="text">0</attribute> 601 <attribute name="text">0</attribute>
515 </attributes> 602 </attributes>
516 </child> 603 </child>
@@ -520,16 +607,22 @@
520 </child> 607 </child>
521 </object> 608 </object>
522 <packing> 609 <packing>
610 <property name="expand">True</property>
611 <property name="fill">True</property>
523 <property name="position">1</property> 612 <property name="position">1</property>
524 </packing> 613 </packing>
525 </child> 614 </child>
526 </object> 615 </object>
527 <packing> 616 <packing>
617 <property name="expand">True</property>
618 <property name="fill">True</property>
528 <property name="position">1</property> 619 <property name="position">1</property>
529 </packing> 620 </packing>
530 </child> 621 </child>
531 </object> 622 </object>
532 <packing> 623 <packing>
624 <property name="expand">True</property>
625 <property name="fill">True</property>
533 <property name="position">1</property> 626 <property name="position">1</property>
534 </packing> 627 </packing>
535 </child> 628 </child>
@@ -540,12 +633,15 @@
540 <child type="label"> 633 <child type="label">
541 <object class="GtkLabel" id="GNUNET_setup_hostlist_label"> 634 <object class="GtkLabel" id="GNUNET_setup_hostlist_label">
542 <property name="visible">True</property> 635 <property name="visible">True</property>
636 <property name="can_focus">False</property>
543 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property> 637 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property>
544 <property name="use_markup">True</property> 638 <property name="use_markup">True</property>
545 </object> 639 </object>
546 </child> 640 </child>
547 </object> 641 </object>
548 <packing> 642 <packing>
643 <property name="expand">True</property>
644 <property name="fill">True</property>
549 <property name="padding">5</property> 645 <property name="padding">5</property>
550 <property name="position">2</property> 646 <property name="position">2</property>
551 </packing> 647 </packing>
@@ -555,6 +651,7 @@
555 <child type="tab"> 651 <child type="tab">
556 <object class="GtkLabel" id="GNUNET_setup_general_label"> 652 <object class="GtkLabel" id="GNUNET_setup_general_label">
557 <property name="visible">True</property> 653 <property name="visible">True</property>
654 <property name="can_focus">False</property>
558 <property name="label" translatable="yes">_General</property> 655 <property name="label" translatable="yes">_General</property>
559 <property name="use_underline">True</property> 656 <property name="use_underline">True</property>
560 </object> 657 </object>
@@ -565,26 +662,30 @@
565 <child> 662 <child>
566 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox"> 663 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox">
567 <property name="visible">True</property> 664 <property name="visible">True</property>
568 <property name="orientation">vertical</property> 665 <property name="can_focus">False</property>
569 <child> 666 <child>
570 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame"> 667 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame">
571 <property name="visible">True</property> 668 <property name="visible">True</property>
669 <property name="can_focus">False</property>
572 <property name="label_xalign">0</property> 670 <property name="label_xalign">0</property>
573 <property name="shadow_type">none</property> 671 <property name="shadow_type">none</property>
574 <child> 672 <child>
575 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment"> 673 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment">
576 <property name="visible">True</property> 674 <property name="visible">True</property>
675 <property name="can_focus">False</property>
577 <property name="left_padding">12</property> 676 <property name="left_padding">12</property>
578 <child> 677 <child>
579 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox"> 678 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox">
580 <property name="visible">True</property> 679 <property name="visible">True</property>
581 <property name="orientation">vertical</property> 680 <property name="can_focus">False</property>
582 <child> 681 <child>
583 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox"> 682 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox">
584 <property name="visible">True</property> 683 <property name="visible">True</property>
684 <property name="can_focus">False</property>
585 <child> 685 <child>
586 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label"> 686 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label">
587 <property name="visible">True</property> 687 <property name="visible">True</property>
688 <property name="can_focus">False</property>
588 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property> 689 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property>
589 </object> 690 </object>
590 <packing> 691 <packing>
@@ -598,10 +699,8 @@
598 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_in_spinbutton"> 699 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_in_spinbutton">
599 <property name="visible">True</property> 700 <property name="visible">True</property>
600 <property name="can_focus">True</property> 701 <property name="can_focus">True</property>
601 <property name="invisible_char">&#x2022;</property> 702 <property name="invisible_char"></property>
602 <property name="invisible_char_set">True</property> 703 <property name="invisible_char_set">True</property>
603 <property name="primary_icon_sensitive">True</property>
604 <property name="secondary_icon_sensitive">True</property>
605 <property name="adjustment">GNUNET_setup_bandwidth_in_adjustment</property> 704 <property name="adjustment">GNUNET_setup_bandwidth_in_adjustment</property>
606 <property name="numeric">True</property> 705 <property name="numeric">True</property>
607 </object> 706 </object>
@@ -614,9 +713,12 @@
614 <child> 713 <child>
615 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label"> 714 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label">
616 <property name="visible">True</property> 715 <property name="visible">True</property>
716 <property name="can_focus">False</property>
617 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property> 717 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property>
618 </object> 718 </object>
619 <packing> 719 <packing>
720 <property name="expand">True</property>
721 <property name="fill">True</property>
620 <property name="position">2</property> 722 <property name="position">2</property>
621 </packing> 723 </packing>
622 </child> 724 </child>
@@ -624,14 +726,14 @@
624 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_out_spinbutton"> 726 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_out_spinbutton">
625 <property name="visible">True</property> 727 <property name="visible">True</property>
626 <property name="can_focus">True</property> 728 <property name="can_focus">True</property>
627 <property name="invisible_char">&#x2022;</property> 729 <property name="invisible_char"></property>
628 <property name="invisible_char_set">True</property> 730 <property name="invisible_char_set">True</property>
629 <property name="primary_icon_sensitive">True</property>
630 <property name="secondary_icon_sensitive">True</property>
631 <property name="adjustment">GNUNET_setup_bandwidth_out_adjustment</property> 731 <property name="adjustment">GNUNET_setup_bandwidth_out_adjustment</property>
632 <property name="numeric">True</property> 732 <property name="numeric">True</property>
633 </object> 733 </object>
634 <packing> 734 <packing>
735 <property name="expand">True</property>
736 <property name="fill">True</property>
635 <property name="position">3</property> 737 <property name="position">3</property>
636 </packing> 738 </packing>
637 </child> 739 </child>
@@ -649,6 +751,7 @@
649 <child type="label"> 751 <child type="label">
650 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label"> 752 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label">
651 <property name="visible">True</property> 753 <property name="visible">True</property>
754 <property name="can_focus">False</property>
652 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property> 755 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property>
653 <property name="use_markup">True</property> 756 <property name="use_markup">True</property>
654 </object> 757 </object>
@@ -663,26 +766,31 @@
663 <child> 766 <child>
664 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame"> 767 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame">
665 <property name="visible">True</property> 768 <property name="visible">True</property>
769 <property name="can_focus">False</property>
666 <property name="label_xalign">0</property> 770 <property name="label_xalign">0</property>
667 <property name="shadow_type">none</property> 771 <property name="shadow_type">none</property>
668 <child> 772 <child>
669 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment"> 773 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment">
670 <property name="visible">True</property> 774 <property name="visible">True</property>
775 <property name="can_focus">False</property>
671 <property name="left_padding">12</property> 776 <property name="left_padding">12</property>
672 <child> 777 <child>
673 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox"> 778 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox">
674 <property name="visible">True</property> 779 <property name="visible">True</property>
675 <property name="orientation">vertical</property> 780 <property name="can_focus">False</property>
676 <child> 781 <child>
677 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox"> 782 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox">
678 <property name="visible">True</property> 783 <property name="visible">True</property>
784 <property name="can_focus">False</property>
679 <child> 785 <child>
680 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton"> 786 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton">
681 <property name="label" translatable="yes">Peer is behind _NAT</property> 787 <property name="label" translatable="yes">Peer is behind _NAT</property>
788 <property name="use_action_appearance">False</property>
682 <property name="visible">True</property> 789 <property name="visible">True</property>
683 <property name="can_focus">True</property> 790 <property name="can_focus">True</property>
684 <property name="receives_default">False</property> 791 <property name="receives_default">False</property>
685 <property name="tooltip_text" translatable="yes">Check this box if your machine is behind a NAT box (router that performs network address translation). Leave off if your machine has a globally unique IPv4 address. NAT options only impact IPv4 addresses at this time.</property> 792 <property name="tooltip_text" translatable="yes">Check this box if your machine is behind a NAT box (router that performs network address translation). Leave off if your machine has a globally unique IPv4 address. NAT options only impact IPv4 addresses at this time.</property>
793 <property name="use_action_appearance">False</property>
686 <property name="use_underline">True</property> 794 <property name="use_underline">True</property>
687 <property name="xalign">0</property> 795 <property name="xalign">0</property>
688 <property name="draw_indicator">True</property> 796 <property name="draw_indicator">True</property>
@@ -697,10 +805,12 @@
697 <child> 805 <child>
698 <object class="GtkButton" id="GNUNET_setup_transport_autoconfig_button"> 806 <object class="GtkButton" id="GNUNET_setup_transport_autoconfig_button">
699 <property name="label" translatable="yes">Attempt automatic configuration</property> 807 <property name="label" translatable="yes">Attempt automatic configuration</property>
808 <property name="use_action_appearance">False</property>
700 <property name="visible">True</property> 809 <property name="visible">True</property>
701 <property name="can_focus">True</property> 810 <property name="can_focus">True</property>
702 <property name="receives_default">True</property> 811 <property name="receives_default">True</property>
703 <signal name="clicked" handler="GNUNET_setup_transport_autoconfig_button_clicked_cb"/> 812 <property name="use_action_appearance">False</property>
813 <signal name="clicked" handler="GNUNET_setup_transport_autoconfig_button_clicked_cb" swapped="no"/>
704 </object> 814 </object>
705 <packing> 815 <packing>
706 <property name="expand">False</property> 816 <property name="expand">False</property>
@@ -712,10 +822,12 @@
712 <child> 822 <child>
713 <object class="GtkCheckButton" id="GNUNET_setup_transport_disable_ipv6_checkbutton"> 823 <object class="GtkCheckButton" id="GNUNET_setup_transport_disable_ipv6_checkbutton">
714 <property name="label" translatable="yes">Disable IPv_6 support</property> 824 <property name="label" translatable="yes">Disable IPv_6 support</property>
825 <property name="use_action_appearance">False</property>
715 <property name="visible">True</property> 826 <property name="visible">True</property>
716 <property name="can_focus">True</property> 827 <property name="can_focus">True</property>
717 <property name="receives_default">False</property> 828 <property name="receives_default">False</property>
718 <property name="tooltip_text" translatable="yes">Disable advertising IPv6 addresses. Check this box if you know that your system has no IPv6 Internet connectivity.</property> 829 <property name="tooltip_text" translatable="yes">Disable advertising IPv6 addresses. Check this box if you know that your system has no IPv6 Internet connectivity.</property>
830 <property name="use_action_appearance">False</property>
719 <property name="use_underline">True</property> 831 <property name="use_underline">True</property>
720 <property name="xalign">0</property> 832 <property name="xalign">0</property>
721 <property name="draw_indicator">True</property> 833 <property name="draw_indicator">True</property>
@@ -738,10 +850,12 @@
738 <child> 850 <child>
739 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox"> 851 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox">
740 <property name="visible">True</property> 852 <property name="visible">True</property>
853 <property name="can_focus">False</property>
741 <property name="spacing">20</property> 854 <property name="spacing">20</property>
742 <child> 855 <child>
743 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label"> 856 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label">
744 <property name="visible">True</property> 857 <property name="visible">True</property>
858 <property name="can_focus">False</property>
745 </object> 859 </object>
746 <packing> 860 <packing>
747 <property name="expand">False</property> 861 <property name="expand">False</property>
@@ -753,29 +867,34 @@
753 <child> 867 <child>
754 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox"> 868 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox">
755 <property name="visible">True</property> 869 <property name="visible">True</property>
756 <property name="orientation">vertical</property> 870 <property name="can_focus">False</property>
757 <child> 871 <child>
758 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton"> 872 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton">
759 <property name="label" translatable="yes">NAT ports have been opened manually</property> 873 <property name="label" translatable="yes">NAT ports have been opened manually</property>
874 <property name="use_action_appearance">False</property>
760 <property name="visible">True</property> 875 <property name="visible">True</property>
761 <property name="can_focus">True</property> 876 <property name="can_focus">True</property>
762 <property name="receives_default">False</property> 877 <property name="receives_default">False</property>
763 <property name="tooltip_text" translatable="yes">Set this option if you have configured your NAT to forward the ports for the various enabled GNUnet transports. If the external ports are different, the respective values of the external port should be specified under "advertised port" for the respective transport. You also need to specify the "External (public) IPv4 address" of your NAT box below.</property> 878 <property name="tooltip_text" translatable="yes">Set this option if you have configured your NAT to forward the ports for the various enabled GNUnet transports. If the external ports are different, the respective values of the external port should be specified under "advertised port" for the respective transport. You also need to specify the "External (public) IPv4 address" of your NAT box below.</property>
879 <property name="use_action_appearance">False</property>
764 <property name="xalign">0</property> 880 <property name="xalign">0</property>
765 <property name="draw_indicator">True</property> 881 <property name="draw_indicator">True</property>
766 </object> 882 </object>
767 <packing> 883 <packing>
768 <property name="expand">False</property> 884 <property name="expand">False</property>
885 <property name="fill">True</property>
769 <property name="position">0</property> 886 <property name="position">0</property>
770 </packing> 887 </packing>
771 </child> 888 </child>
772 <child> 889 <child>
773 <object class="GtkCheckButton" id="GNUNET_setup_transport_upnp_enable_checkbutton"> 890 <object class="GtkCheckButton" id="GNUNET_setup_transport_upnp_enable_checkbutton">
774 <property name="label" translatable="yes">Enable NAT traversal via UPnP or PMP</property> 891 <property name="label" translatable="yes">Enable NAT traversal via UPnP or PMP</property>
892 <property name="use_action_appearance">False</property>
775 <property name="visible">True</property> 893 <property name="visible">True</property>
776 <property name="can_focus">True</property> 894 <property name="can_focus">True</property>
777 <property name="receives_default">False</property> 895 <property name="receives_default">False</property>
778 <property name="tooltip_text" translatable="yes">This option enables the use of upnpc from miniupnpd for NAT traversal</property> 896 <property name="tooltip_text" translatable="yes">This option enables the use of upnpc from miniupnpd for NAT traversal</property>
897 <property name="use_action_appearance">False</property>
779 <property name="xalign">0</property> 898 <property name="xalign">0</property>
780 <property name="draw_indicator">True</property> 899 <property name="draw_indicator">True</property>
781 </object> 900 </object>
@@ -788,10 +907,12 @@
788 <child> 907 <child>
789 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_server_enable_checkbutton"> 908 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_server_enable_checkbutton">
790 <property name="label" translatable="yes">Enable NAT traversal using ICMP method</property> 909 <property name="label" translatable="yes">Enable NAT traversal using ICMP method</property>
910 <property name="use_action_appearance">False</property>
791 <property name="visible">True</property> 911 <property name="visible">True</property>
792 <property name="can_focus">True</property> 912 <property name="can_focus">True</property>
793 <property name="receives_default">False</property> 913 <property name="receives_default">False</property>
794 <property name="tooltip_text" translatable="yes">This option enables the use of the "Autonomous NAT Traversal" method (presented at P2P 2010). It requires gnunet-helper-nat-server to be installed SUID on the local system.</property> 914 <property name="tooltip_text" translatable="yes">This option enables the use of the "Autonomous NAT Traversal" method (presented at P2P 2010). It requires gnunet-helper-nat-server to be installed SUID on the local system.</property>
915 <property name="use_action_appearance">False</property>
795 <property name="xalign">0</property> 916 <property name="xalign">0</property>
796 <property name="draw_indicator">True</property> 917 <property name="draw_indicator">True</property>
797 </object> 918 </object>
@@ -804,9 +925,11 @@
804 <child> 925 <child>
805 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox"> 926 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox">
806 <property name="visible">True</property> 927 <property name="visible">True</property>
928 <property name="can_focus">False</property>
807 <child> 929 <child>
808 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label"> 930 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label">
809 <property name="visible">True</property> 931 <property name="visible">True</property>
932 <property name="can_focus">False</property>
810 <property name="tooltip_text" translatable="yes">Globally visible IP address of your system (IP address of the external interface of your NAT). You can also specify a hostname, in which case GNUnet will periodically look up the hostname in DNS to determine our external IP address (DynDNS setup).</property> 933 <property name="tooltip_text" translatable="yes">Globally visible IP address of your system (IP address of the external interface of your NAT). You can also specify a hostname, in which case GNUnet will periodically look up the hostname in DNS to determine our external IP address (DynDNS setup).</property>
811 <property name="label" translatable="yes">External (public) IPv4 address:</property> 934 <property name="label" translatable="yes">External (public) IPv4 address:</property>
812 </object> 935 </object>
@@ -822,12 +945,12 @@
822 <property name="visible">True</property> 945 <property name="visible">True</property>
823 <property name="can_focus">True</property> 946 <property name="can_focus">True</property>
824 <property name="max_length">255</property> 947 <property name="max_length">255</property>
825 <property name="invisible_char">&#x25CF;</property> 948 <property name="invisible_char"></property>
826 <property name="invisible_char_set">True</property> 949 <property name="invisible_char_set">True</property>
827 <property name="primary_icon_sensitive">True</property>
828 <property name="secondary_icon_sensitive">True</property>
829 </object> 950 </object>
830 <packing> 951 <packing>
952 <property name="expand">True</property>
953 <property name="fill">True</property>
831 <property name="padding">5</property> 954 <property name="padding">5</property>
832 <property name="position">1</property> 955 <property name="position">1</property>
833 </packing> 956 </packing>
@@ -842,10 +965,12 @@
842 <child> 965 <child>
843 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_client_enable_checkbutton"> 966 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_client_enable_checkbutton">
844 <property name="label" translatable="yes">Enable connecting to NATed peers using ICMP method</property> 967 <property name="label" translatable="yes">Enable connecting to NATed peers using ICMP method</property>
968 <property name="use_action_appearance">False</property>
845 <property name="visible">True</property> 969 <property name="visible">True</property>
846 <property name="can_focus">True</property> 970 <property name="can_focus">True</property>
847 <property name="receives_default">False</property> 971 <property name="receives_default">False</property>
848 <property name="tooltip_text" translatable="yes">This method allows this peer to initiate connections to NATed peers using the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires having gnunet-helper-nat-client installed SUID on the local system.</property> 972 <property name="tooltip_text" translatable="yes">This method allows this peer to initiate connections to NATed peers using the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires having gnunet-helper-nat-client installed SUID on the local system.</property>
973 <property name="use_action_appearance">False</property>
849 <property name="xalign">0</property> 974 <property name="xalign">0</property>
850 <property name="active">True</property> 975 <property name="active">True</property>
851 <property name="draw_indicator">True</property> 976 <property name="draw_indicator">True</property>
@@ -859,9 +984,11 @@
859 <child> 984 <child>
860 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox"> 985 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox">
861 <property name="visible">True</property> 986 <property name="visible">True</property>
987 <property name="can_focus">False</property>
862 <child> 988 <child>
863 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label"> 989 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label">
864 <property name="visible">True</property> 990 <property name="visible">True</property>
991 <property name="can_focus">False</property>
865 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property> 992 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property>
866 <property name="label" translatable="yes">Internal (private) IPv4 address:</property> 993 <property name="label" translatable="yes">Internal (private) IPv4 address:</property>
867 </object> 994 </object>
@@ -877,22 +1004,26 @@
877 <property name="visible">True</property> 1004 <property name="visible">True</property>
878 <property name="can_focus">True</property> 1005 <property name="can_focus">True</property>
879 <property name="max_length">15</property> 1006 <property name="max_length">15</property>
880 <property name="invisible_char">&#x25CF;</property> 1007 <property name="invisible_char"></property>
881 <property name="width_chars">15</property> 1008 <property name="width_chars">15</property>
882 <property name="primary_icon_sensitive">True</property>
883 <property name="secondary_icon_sensitive">True</property>
884 </object> 1009 </object>
885 <packing> 1010 <packing>
1011 <property name="expand">True</property>
1012 <property name="fill">True</property>
886 <property name="position">1</property> 1013 <property name="position">1</property>
887 </packing> 1014 </packing>
888 </child> 1015 </child>
889 </object> 1016 </object>
890 <packing> 1017 <packing>
1018 <property name="expand">True</property>
1019 <property name="fill">True</property>
891 <property name="position">5</property> 1020 <property name="position">5</property>
892 </packing> 1021 </packing>
893 </child> 1022 </child>
894 </object> 1023 </object>
895 <packing> 1024 <packing>
1025 <property name="expand">True</property>
1026 <property name="fill">True</property>
896 <property name="position">1</property> 1027 <property name="position">1</property>
897 </packing> 1028 </packing>
898 </child> 1029 </child>
@@ -911,12 +1042,15 @@
911 <child type="label"> 1042 <child type="label">
912 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label"> 1043 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label">
913 <property name="visible">True</property> 1044 <property name="visible">True</property>
1045 <property name="can_focus">False</property>
914 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property> 1046 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property>
915 <property name="use_markup">True</property> 1047 <property name="use_markup">True</property>
916 </object> 1048 </object>
917 </child> 1049 </child>
918 </object> 1050 </object>
919 <packing> 1051 <packing>
1052 <property name="expand">True</property>
1053 <property name="fill">True</property>
920 <property name="padding">5</property> 1054 <property name="padding">5</property>
921 <property name="position">1</property> 1055 <property name="position">1</property>
922 </packing> 1056 </packing>
@@ -929,6 +1063,7 @@
929 <child type="tab"> 1063 <child type="tab">
930 <object class="GtkLabel" id="GNUNET_setup_network_label"> 1064 <object class="GtkLabel" id="GNUNET_setup_network_label">
931 <property name="visible">True</property> 1065 <property name="visible">True</property>
1066 <property name="can_focus">False</property>
932 <property name="label" translatable="yes">_Network</property> 1067 <property name="label" translatable="yes">_Network</property>
933 <property name="use_underline">True</property> 1068 <property name="use_underline">True</property>
934 </object> 1069 </object>
@@ -940,23 +1075,27 @@
940 <child> 1075 <child>
941 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame"> 1076 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame">
942 <property name="visible">True</property> 1077 <property name="visible">True</property>
1078 <property name="can_focus">False</property>
943 <property name="label_xalign">0</property> 1079 <property name="label_xalign">0</property>
944 <property name="shadow_type">none</property> 1080 <property name="shadow_type">none</property>
945 <child> 1081 <child>
946 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment"> 1082 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment">
947 <property name="visible">True</property> 1083 <property name="visible">True</property>
1084 <property name="can_focus">False</property>
948 <property name="left_padding">12</property> 1085 <property name="left_padding">12</property>
949 <child> 1086 <child>
950 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox"> 1087 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox">
951 <property name="visible">True</property> 1088 <property name="visible">True</property>
952 <property name="orientation">vertical</property> 1089 <property name="can_focus">False</property>
953 <property name="spacing">5</property> 1090 <property name="spacing">5</property>
954 <child> 1091 <child>
955 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox"> 1092 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox">
956 <property name="visible">True</property> 1093 <property name="visible">True</property>
1094 <property name="can_focus">False</property>
957 <child> 1095 <child>
958 <object class="GtkLabel" id="GNUNET_setup_transportlabel"> 1096 <object class="GtkLabel" id="GNUNET_setup_transportlabel">
959 <property name="visible">True</property> 1097 <property name="visible">True</property>
1098 <property name="can_focus">False</property>
960 <property name="label" translatable="yes">Plugins to use:</property> 1099 <property name="label" translatable="yes">Plugins to use:</property>
961 </object> 1100 </object>
962 <packing> 1101 <packing>
@@ -969,14 +1108,16 @@
969 <child> 1108 <child>
970 <object class="GtkCheckButton" id="GNUNET_setup_transport_tcp_checkbutton"> 1109 <object class="GtkCheckButton" id="GNUNET_setup_transport_tcp_checkbutton">
971 <property name="label" translatable="yes">_TCP</property> 1110 <property name="label" translatable="yes">_TCP</property>
1111 <property name="use_action_appearance">False</property>
972 <property name="visible">True</property> 1112 <property name="visible">True</property>
973 <property name="can_focus">True</property> 1113 <property name="can_focus">True</property>
974 <property name="receives_default">False</property> 1114 <property name="receives_default">False</property>
1115 <property name="use_action_appearance">False</property>
975 <property name="use_underline">True</property> 1116 <property name="use_underline">True</property>
976 <property name="xalign">0</property> 1117 <property name="xalign">0</property>
977 <property name="active">True</property> 1118 <property name="active">True</property>
978 <property name="draw_indicator">True</property> 1119 <property name="draw_indicator">True</property>
979 <signal name="realize" handler="GNUNET_setup_transport_tcp_checkbutton_realize_cb"/> 1120 <signal name="realize" handler="GNUNET_setup_transport_tcp_checkbutton_realize_cb" swapped="no"/>
980 </object> 1121 </object>
981 <packing> 1122 <packing>
982 <property name="expand">False</property> 1123 <property name="expand">False</property>
@@ -988,13 +1129,15 @@
988 <child> 1129 <child>
989 <object class="GtkCheckButton" id="GNUNET_setup_transport_udp_checkbutton"> 1130 <object class="GtkCheckButton" id="GNUNET_setup_transport_udp_checkbutton">
990 <property name="label" translatable="yes">_UDP</property> 1131 <property name="label" translatable="yes">_UDP</property>
1132 <property name="use_action_appearance">False</property>
991 <property name="visible">True</property> 1133 <property name="visible">True</property>
992 <property name="can_focus">True</property> 1134 <property name="can_focus">True</property>
993 <property name="receives_default">False</property> 1135 <property name="receives_default">False</property>
1136 <property name="use_action_appearance">False</property>
994 <property name="use_underline">True</property> 1137 <property name="use_underline">True</property>
995 <property name="xalign">0</property> 1138 <property name="xalign">0</property>
996 <property name="draw_indicator">True</property> 1139 <property name="draw_indicator">True</property>
997 <signal name="realize" handler="GNUNET_setup_transport_udp_checkbutton_realize_cb"/> 1140 <signal name="realize" handler="GNUNET_setup_transport_udp_checkbutton_realize_cb" swapped="no"/>
998 </object> 1141 </object>
999 <packing> 1142 <packing>
1000 <property name="expand">False</property> 1143 <property name="expand">False</property>
@@ -1006,14 +1149,16 @@
1006 <child> 1149 <child>
1007 <object class="GtkCheckButton" id="GNUNET_setup_transport_http_checkbutton"> 1150 <object class="GtkCheckButton" id="GNUNET_setup_transport_http_checkbutton">
1008 <property name="label" translatable="yes">_HTTP</property> 1151 <property name="label" translatable="yes">_HTTP</property>
1152 <property name="use_action_appearance">False</property>
1009 <property name="visible">True</property> 1153 <property name="visible">True</property>
1010 <property name="can_focus">True</property> 1154 <property name="can_focus">True</property>
1011 <property name="receives_default">False</property> 1155 <property name="receives_default">False</property>
1156 <property name="use_action_appearance">False</property>
1012 <property name="use_underline">True</property> 1157 <property name="use_underline">True</property>
1013 <property name="xalign">0</property> 1158 <property name="xalign">0</property>
1014 <property name="active">True</property> 1159 <property name="active">True</property>
1015 <property name="draw_indicator">True</property> 1160 <property name="draw_indicator">True</property>
1016 <signal name="realize" handler="GNUNET_setup_transport_http_checkbutton_realize_cb"/> 1161 <signal name="realize" handler="GNUNET_setup_transport_http_checkbutton_realize_cb" swapped="no"/>
1017 </object> 1162 </object>
1018 <packing> 1163 <packing>
1019 <property name="expand">False</property> 1164 <property name="expand">False</property>
@@ -1025,14 +1170,16 @@
1025 <child> 1170 <child>
1026 <object class="GtkCheckButton" id="GNUNET_setup_transport_https_checkbutton"> 1171 <object class="GtkCheckButton" id="GNUNET_setup_transport_https_checkbutton">
1027 <property name="label" translatable="yes">HTTP_S</property> 1172 <property name="label" translatable="yes">HTTP_S</property>
1173 <property name="use_action_appearance">False</property>
1028 <property name="visible">True</property> 1174 <property name="visible">True</property>
1029 <property name="can_focus">True</property> 1175 <property name="can_focus">True</property>
1030 <property name="receives_default">False</property> 1176 <property name="receives_default">False</property>
1177 <property name="use_action_appearance">False</property>
1031 <property name="use_underline">True</property> 1178 <property name="use_underline">True</property>
1032 <property name="xalign">0</property> 1179 <property name="xalign">0</property>
1033 <property name="active">True</property> 1180 <property name="active">True</property>
1034 <property name="draw_indicator">True</property> 1181 <property name="draw_indicator">True</property>
1035 <signal name="realize" handler="GNUNET_setup_transport_https_checkbutton_realize_cb"/> 1182 <signal name="realize" handler="GNUNET_setup_transport_https_checkbutton_realize_cb" swapped="no"/>
1036 </object> 1183 </object>
1037 <packing> 1184 <packing>
1038 <property name="expand">False</property> 1185 <property name="expand">False</property>
@@ -1044,12 +1191,14 @@
1044 <child> 1191 <child>
1045 <object class="GtkCheckButton" id="GNUNET_setup_transport_dv_checkbutton"> 1192 <object class="GtkCheckButton" id="GNUNET_setup_transport_dv_checkbutton">
1046 <property name="label" translatable="yes">D_V</property> 1193 <property name="label" translatable="yes">D_V</property>
1194 <property name="use_action_appearance">False</property>
1047 <property name="can_focus">True</property> 1195 <property name="can_focus">True</property>
1048 <property name="receives_default">False</property> 1196 <property name="receives_default">False</property>
1197 <property name="use_action_appearance">False</property>
1049 <property name="use_underline">True</property> 1198 <property name="use_underline">True</property>
1050 <property name="xalign">0</property> 1199 <property name="xalign">0</property>
1051 <property name="draw_indicator">True</property> 1200 <property name="draw_indicator">True</property>
1052 <signal name="realize" handler="GNUNET_setup_transport_dv_checkbutton_realize_cb"/> 1201 <signal name="realize" handler="GNUNET_setup_transport_dv_checkbutton_realize_cb" swapped="no"/>
1053 </object> 1202 </object>
1054 <packing> 1203 <packing>
1055 <property name="expand">False</property> 1204 <property name="expand">False</property>
@@ -1061,13 +1210,15 @@
1061 <child> 1210 <child>
1062 <object class="GtkCheckButton" id="GNUNET_setup_transport_wlan_checkbutton"> 1211 <object class="GtkCheckButton" id="GNUNET_setup_transport_wlan_checkbutton">
1063 <property name="label" translatable="yes">_WLAN</property> 1212 <property name="label" translatable="yes">_WLAN</property>
1213 <property name="use_action_appearance">False</property>
1064 <property name="visible">True</property> 1214 <property name="visible">True</property>
1065 <property name="can_focus">True</property> 1215 <property name="can_focus">True</property>
1066 <property name="receives_default">False</property> 1216 <property name="receives_default">False</property>
1217 <property name="use_action_appearance">False</property>
1067 <property name="use_underline">True</property> 1218 <property name="use_underline">True</property>
1068 <property name="xalign">0</property> 1219 <property name="xalign">0</property>
1069 <property name="draw_indicator">True</property> 1220 <property name="draw_indicator">True</property>
1070 <signal name="realize" handler="GNUNET_setup_transport_wlan_checkbutton_realize_cb"/> 1221 <signal name="realize" handler="GNUNET_setup_transport_wlan_checkbutton_realize_cb" swapped="no"/>
1071 </object> 1222 </object>
1072 <packing> 1223 <packing>
1073 <property name="expand">False</property> 1224 <property name="expand">False</property>
@@ -1090,14 +1241,16 @@
1090 <child> 1241 <child>
1091 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox"> 1242 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox">
1092 <property name="visible">True</property> 1243 <property name="visible">True</property>
1093 <property name="orientation">vertical</property> 1244 <property name="can_focus">False</property>
1094 <property name="spacing">5</property> 1245 <property name="spacing">5</property>
1095 <child> 1246 <child>
1096 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox"> 1247 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox">
1097 <property name="visible">True</property> 1248 <property name="visible">True</property>
1249 <property name="can_focus">False</property>
1098 <child> 1250 <child>
1099 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label"> 1251 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label">
1100 <property name="visible">True</property> 1252 <property name="visible">True</property>
1253 <property name="can_focus">False</property>
1101 <property name="label" translatable="yes">Bind to port:</property> 1254 <property name="label" translatable="yes">Bind to port:</property>
1102 </object> 1255 </object>
1103 <packing> 1256 <packing>
@@ -1112,10 +1265,8 @@
1112 <property name="visible">True</property> 1265 <property name="visible">True</property>
1113 <property name="can_focus">True</property> 1266 <property name="can_focus">True</property>
1114 <property name="max_length">5</property> 1267 <property name="max_length">5</property>
1115 <property name="invisible_char">&#x2022;</property> 1268 <property name="invisible_char"></property>
1116 <property name="invisible_char_set">True</property> 1269 <property name="invisible_char_set">True</property>
1117 <property name="primary_icon_sensitive">True</property>
1118 <property name="secondary_icon_sensitive">True</property>
1119 <property name="adjustment">GNUNET_setup_transport_tcp_port_adjustment</property> 1270 <property name="adjustment">GNUNET_setup_transport_tcp_port_adjustment</property>
1120 <property name="numeric">True</property> 1271 <property name="numeric">True</property>
1121 </object> 1272 </object>
@@ -1129,6 +1280,7 @@
1129 <child> 1280 <child>
1130 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label"> 1281 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label">
1131 <property name="visible">True</property> 1282 <property name="visible">True</property>
1283 <property name="can_focus">False</property>
1132 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property> 1284 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property>
1133 </object> 1285 </object>
1134 <packing> 1286 <packing>
@@ -1149,9 +1301,11 @@
1149 <child> 1301 <child>
1150 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox"> 1302 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox">
1151 <property name="visible">True</property> 1303 <property name="visible">True</property>
1304 <property name="can_focus">False</property>
1152 <child> 1305 <child>
1153 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label"> 1306 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label">
1154 <property name="visible">True</property> 1307 <property name="visible">True</property>
1308 <property name="can_focus">False</property>
1155 <property name="label" translatable="yes">Advertised port:</property> 1309 <property name="label" translatable="yes">Advertised port:</property>
1156 </object> 1310 </object>
1157 <packing> 1311 <packing>
@@ -1166,10 +1320,8 @@
1166 <property name="visible">True</property> 1320 <property name="visible">True</property>
1167 <property name="can_focus">True</property> 1321 <property name="can_focus">True</property>
1168 <property name="max_length">5</property> 1322 <property name="max_length">5</property>
1169 <property name="invisible_char">&#x25CF;</property> 1323 <property name="invisible_char"></property>
1170 <property name="invisible_char_set">True</property> 1324 <property name="invisible_char_set">True</property>
1171 <property name="primary_icon_sensitive">True</property>
1172 <property name="secondary_icon_sensitive">True</property>
1173 <property name="adjustment">GNUNET_setup_transport_tcp_adv_port_adjustment</property> 1325 <property name="adjustment">GNUNET_setup_transport_tcp_adv_port_adjustment</property>
1174 <property name="numeric">True</property> 1326 <property name="numeric">True</property>
1175 </object> 1327 </object>
@@ -1183,6 +1335,7 @@
1183 <child> 1335 <child>
1184 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label"> 1336 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label">
1185 <property name="visible">True</property> 1337 <property name="visible">True</property>
1338 <property name="can_focus">False</property>
1186 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1339 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1187 </object> 1340 </object>
1188 <packing> 1341 <packing>
@@ -1202,22 +1355,28 @@
1202 <child> 1355 <child>
1203 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox"> 1356 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox">
1204 <property name="visible">True</property> 1357 <property name="visible">True</property>
1358 <property name="can_focus">False</property>
1205 <child> 1359 <child>
1206 <object class="GtkLabel" id="label3"> 1360 <object class="GtkLabel" id="label3">
1207 <property name="visible">True</property> 1361 <property name="visible">True</property>
1362 <property name="can_focus">False</property>
1208 </object> 1363 </object>
1209 <packing> 1364 <packing>
1365 <property name="expand">True</property>
1366 <property name="fill">True</property>
1210 <property name="position">0</property> 1367 <property name="position">0</property>
1211 </packing> 1368 </packing>
1212 </child> 1369 </child>
1213 <child> 1370 <child>
1214 <object class="GtkButton" id="GNUNET_setup_transport_tcp_test_button"> 1371 <object class="GtkButton" id="GNUNET_setup_transport_tcp_test_button">
1215 <property name="label" translatable="yes">Test configuration</property> 1372 <property name="label" translatable="yes">Test configuration</property>
1373 <property name="use_action_appearance">False</property>
1216 <property name="visible">True</property> 1374 <property name="visible">True</property>
1217 <property name="can_focus">True</property> 1375 <property name="can_focus">True</property>
1218 <property name="receives_default">True</property> 1376 <property name="receives_default">True</property>
1219 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property> 1377 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1220 <signal name="clicked" handler="GNUNET_setup_transport_tcp_test_button_clicked_cb"/> 1378 <property name="use_action_appearance">False</property>
1379 <signal name="clicked" handler="GNUNET_setup_transport_tcp_test_button_clicked_cb" swapped="no"/>
1221 </object> 1380 </object>
1222 <packing> 1381 <packing>
1223 <property name="expand">False</property> 1382 <property name="expand">False</property>
@@ -1228,6 +1387,7 @@
1228 </child> 1387 </child>
1229 <child> 1388 <child>
1230 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image"> 1389 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image">
1390 <property name="can_focus">False</property>
1231 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1391 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1232 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1392 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1233 </object> 1393 </object>
@@ -1240,6 +1400,7 @@
1240 </child> 1400 </child>
1241 <child> 1401 <child>
1242 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image"> 1402 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image">
1403 <property name="can_focus">False</property>
1243 <property name="tooltip_text" translatable="yes">Test failed!</property> 1404 <property name="tooltip_text" translatable="yes">Test failed!</property>
1244 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1405 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1245 </object> 1406 </object>
@@ -1253,8 +1414,11 @@
1253 <child> 1414 <child>
1254 <object class="GtkLabel" id="label5"> 1415 <object class="GtkLabel" id="label5">
1255 <property name="visible">True</property> 1416 <property name="visible">True</property>
1417 <property name="can_focus">False</property>
1256 </object> 1418 </object>
1257 <packing> 1419 <packing>
1420 <property name="expand">True</property>
1421 <property name="fill">True</property>
1258 <property name="position">4</property> 1422 <property name="position">4</property>
1259 </packing> 1423 </packing>
1260 </child> 1424 </child>
@@ -1271,6 +1435,7 @@
1271 <child type="tab"> 1435 <child type="tab">
1272 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label"> 1436 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label">
1273 <property name="visible">True</property> 1437 <property name="visible">True</property>
1438 <property name="can_focus">False</property>
1274 <property name="label" translatable="yes">TCP</property> 1439 <property name="label" translatable="yes">TCP</property>
1275 </object> 1440 </object>
1276 <packing> 1441 <packing>
@@ -1280,14 +1445,16 @@
1280 <child> 1445 <child>
1281 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox"> 1446 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox">
1282 <property name="visible">True</property> 1447 <property name="visible">True</property>
1283 <property name="orientation">vertical</property> 1448 <property name="can_focus">False</property>
1284 <child> 1449 <child>
1285 <object class="GtkHBox" id="GNUNET_setup_transport_udp_port_hbox"> 1450 <object class="GtkHBox" id="GNUNET_setup_transport_udp_port_hbox">
1286 <property name="visible">True</property> 1451 <property name="visible">True</property>
1452 <property name="can_focus">False</property>
1287 <property name="spacing">5</property> 1453 <property name="spacing">5</property>
1288 <child> 1454 <child>
1289 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label"> 1455 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label">
1290 <property name="visible">True</property> 1456 <property name="visible">True</property>
1457 <property name="can_focus">False</property>
1291 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1458 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
1292 <property name="label" translatable="yes">Bind to port:</property> 1459 <property name="label" translatable="yes">Bind to port:</property>
1293 </object> 1460 </object>
@@ -1303,10 +1470,8 @@
1303 <property name="visible">True</property> 1470 <property name="visible">True</property>
1304 <property name="can_focus">True</property> 1471 <property name="can_focus">True</property>
1305 <property name="max_length">5</property> 1472 <property name="max_length">5</property>
1306 <property name="invisible_char">&#x2022;</property> 1473 <property name="invisible_char"></property>
1307 <property name="invisible_char_set">True</property> 1474 <property name="invisible_char_set">True</property>
1308 <property name="primary_icon_sensitive">True</property>
1309 <property name="secondary_icon_sensitive">True</property>
1310 <property name="adjustment">GNUNET_setup_transport_udp_port_adjustment</property> 1475 <property name="adjustment">GNUNET_setup_transport_udp_port_adjustment</property>
1311 <property name="numeric">True</property> 1476 <property name="numeric">True</property>
1312 </object> 1477 </object>
@@ -1328,14 +1493,17 @@
1328 <child> 1493 <child>
1329 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox"> 1494 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox">
1330 <property name="visible">True</property> 1495 <property name="visible">True</property>
1496 <property name="can_focus">False</property>
1331 <property name="spacing">5</property> 1497 <property name="spacing">5</property>
1332 <child> 1498 <child>
1333 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label"> 1499 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label">
1334 <property name="visible">True</property> 1500 <property name="visible">True</property>
1501 <property name="can_focus">False</property>
1335 <property name="label" translatable="yes">Advertised port:</property> 1502 <property name="label" translatable="yes">Advertised port:</property>
1336 </object> 1503 </object>
1337 <packing> 1504 <packing>
1338 <property name="expand">False</property> 1505 <property name="expand">False</property>
1506 <property name="fill">True</property>
1339 <property name="padding">5</property> 1507 <property name="padding">5</property>
1340 <property name="position">0</property> 1508 <property name="position">0</property>
1341 </packing> 1509 </packing>
@@ -1344,14 +1512,13 @@
1344 <object class="GtkSpinButton" id="GNUNET_setup_transport_udp_advertised_port_spinbutton"> 1512 <object class="GtkSpinButton" id="GNUNET_setup_transport_udp_advertised_port_spinbutton">
1345 <property name="visible">True</property> 1513 <property name="visible">True</property>
1346 <property name="can_focus">True</property> 1514 <property name="can_focus">True</property>
1347 <property name="invisible_char">&#x25CF;</property> 1515 <property name="invisible_char">●</property>
1348 <property name="primary_icon_sensitive">True</property>
1349 <property name="secondary_icon_sensitive">True</property>
1350 <property name="adjustment">GNUNET_setup_transport_udp_advertised_port_adjustment</property> 1516 <property name="adjustment">GNUNET_setup_transport_udp_advertised_port_adjustment</property>
1351 <property name="numeric">True</property> 1517 <property name="numeric">True</property>
1352 </object> 1518 </object>
1353 <packing> 1519 <packing>
1354 <property name="expand">False</property> 1520 <property name="expand">False</property>
1521 <property name="fill">True</property>
1355 <property name="padding">5</property> 1522 <property name="padding">5</property>
1356 <property name="position">1</property> 1523 <property name="position">1</property>
1357 </packing> 1524 </packing>
@@ -1359,6 +1526,7 @@
1359 <child> 1526 <child>
1360 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label"> 1527 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label">
1361 <property name="visible">True</property> 1528 <property name="visible">True</property>
1529 <property name="can_focus">False</property>
1362 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1530 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1363 </object> 1531 </object>
1364 <packing> 1532 <packing>
@@ -1379,22 +1547,28 @@
1379 <child> 1547 <child>
1380 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox"> 1548 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox">
1381 <property name="visible">True</property> 1549 <property name="visible">True</property>
1550 <property name="can_focus">False</property>
1382 <child> 1551 <child>
1383 <object class="GtkLabel" id="label1"> 1552 <object class="GtkLabel" id="label1">
1384 <property name="visible">True</property> 1553 <property name="visible">True</property>
1554 <property name="can_focus">False</property>
1385 </object> 1555 </object>
1386 <packing> 1556 <packing>
1557 <property name="expand">True</property>
1558 <property name="fill">True</property>
1387 <property name="position">0</property> 1559 <property name="position">0</property>
1388 </packing> 1560 </packing>
1389 </child> 1561 </child>
1390 <child> 1562 <child>
1391 <object class="GtkButton" id="GNUNET_setup_transport_udp_test_button"> 1563 <object class="GtkButton" id="GNUNET_setup_transport_udp_test_button">
1392 <property name="label" translatable="yes">Test configuration</property> 1564 <property name="label" translatable="yes">Test configuration</property>
1565 <property name="use_action_appearance">False</property>
1393 <property name="visible">True</property> 1566 <property name="visible">True</property>
1394 <property name="can_focus">True</property> 1567 <property name="can_focus">True</property>
1395 <property name="receives_default">True</property> 1568 <property name="receives_default">True</property>
1396 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property> 1569 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1397 <signal name="clicked" handler="GNUNET_setup_transport_udp_test_button_clicked_cb"/> 1570 <property name="use_action_appearance">False</property>
1571 <signal name="clicked" handler="GNUNET_setup_transport_udp_test_button_clicked_cb" swapped="no"/>
1398 </object> 1572 </object>
1399 <packing> 1573 <packing>
1400 <property name="expand">False</property> 1574 <property name="expand">False</property>
@@ -1405,6 +1579,7 @@
1405 </child> 1579 </child>
1406 <child> 1580 <child>
1407 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image"> 1581 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image">
1582 <property name="can_focus">False</property>
1408 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1583 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1409 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1584 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1410 </object> 1585 </object>
@@ -1417,6 +1592,7 @@
1417 </child> 1592 </child>
1418 <child> 1593 <child>
1419 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image"> 1594 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image">
1595 <property name="can_focus">False</property>
1420 <property name="tooltip_text" translatable="yes">Test failed!</property> 1596 <property name="tooltip_text" translatable="yes">Test failed!</property>
1421 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1597 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1422 </object> 1598 </object>
@@ -1430,8 +1606,11 @@
1430 <child> 1606 <child>
1431 <object class="GtkLabel" id="label2"> 1607 <object class="GtkLabel" id="label2">
1432 <property name="visible">True</property> 1608 <property name="visible">True</property>
1609 <property name="can_focus">False</property>
1433 </object> 1610 </object>
1434 <packing> 1611 <packing>
1612 <property name="expand">True</property>
1613 <property name="fill">True</property>
1435 <property name="position">4</property> 1614 <property name="position">4</property>
1436 </packing> 1615 </packing>
1437 </child> 1616 </child>
@@ -1451,6 +1630,7 @@
1451 <child type="tab"> 1630 <child type="tab">
1452 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label"> 1631 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label">
1453 <property name="visible">True</property> 1632 <property name="visible">True</property>
1633 <property name="can_focus">False</property>
1454 <property name="label" translatable="yes">UDP</property> 1634 <property name="label" translatable="yes">UDP</property>
1455 </object> 1635 </object>
1456 <packing> 1636 <packing>
@@ -1461,14 +1641,16 @@
1461 <child> 1641 <child>
1462 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox"> 1642 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox">
1463 <property name="visible">True</property> 1643 <property name="visible">True</property>
1464 <property name="orientation">vertical</property> 1644 <property name="can_focus">False</property>
1465 <child> 1645 <child>
1466 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox"> 1646 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox">
1467 <property name="visible">True</property> 1647 <property name="visible">True</property>
1648 <property name="can_focus">False</property>
1468 <property name="spacing">5</property> 1649 <property name="spacing">5</property>
1469 <child> 1650 <child>
1470 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label"> 1651 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label">
1471 <property name="visible">True</property> 1652 <property name="visible">True</property>
1653 <property name="can_focus">False</property>
1472 <property name="has_tooltip">True</property> 1654 <property name="has_tooltip">True</property>
1473 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 1655 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1474 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1656 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
@@ -1486,10 +1668,8 @@
1486 <property name="visible">True</property> 1668 <property name="visible">True</property>
1487 <property name="can_focus">True</property> 1669 <property name="can_focus">True</property>
1488 <property name="max_length">5</property> 1670 <property name="max_length">5</property>
1489 <property name="invisible_char">&#x2022;</property> 1671 <property name="invisible_char"></property>
1490 <property name="invisible_char_set">True</property> 1672 <property name="invisible_char_set">True</property>
1491 <property name="primary_icon_sensitive">True</property>
1492 <property name="secondary_icon_sensitive">True</property>
1493 <property name="adjustment">GNUNET_setup_transport_http_port_adjustment</property> 1673 <property name="adjustment">GNUNET_setup_transport_http_port_adjustment</property>
1494 <property name="numeric">True</property> 1674 <property name="numeric">True</property>
1495 </object> 1675 </object>
@@ -1511,14 +1691,17 @@
1511 <child> 1691 <child>
1512 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox"> 1692 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox">
1513 <property name="visible">True</property> 1693 <property name="visible">True</property>
1694 <property name="can_focus">False</property>
1514 <property name="spacing">5</property> 1695 <property name="spacing">5</property>
1515 <child> 1696 <child>
1516 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label"> 1697 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label">
1517 <property name="visible">True</property> 1698 <property name="visible">True</property>
1699 <property name="can_focus">False</property>
1518 <property name="label" translatable="yes">Advertised port:</property> 1700 <property name="label" translatable="yes">Advertised port:</property>
1519 </object> 1701 </object>
1520 <packing> 1702 <packing>
1521 <property name="expand">False</property> 1703 <property name="expand">False</property>
1704 <property name="fill">True</property>
1522 <property name="padding">5</property> 1705 <property name="padding">5</property>
1523 <property name="position">0</property> 1706 <property name="position">0</property>
1524 </packing> 1707 </packing>
@@ -1528,15 +1711,14 @@
1528 <property name="visible">True</property> 1711 <property name="visible">True</property>
1529 <property name="can_focus">True</property> 1712 <property name="can_focus">True</property>
1530 <property name="max_length">5</property> 1713 <property name="max_length">5</property>
1531 <property name="invisible_char">&#x25CF;</property> 1714 <property name="invisible_char"></property>
1532 <property name="invisible_char_set">True</property> 1715 <property name="invisible_char_set">True</property>
1533 <property name="primary_icon_sensitive">True</property>
1534 <property name="secondary_icon_sensitive">True</property>
1535 <property name="adjustment">GNUNET_setup_transport_http_advertised_port_adjustment</property> 1716 <property name="adjustment">GNUNET_setup_transport_http_advertised_port_adjustment</property>
1536 <property name="numeric">True</property> 1717 <property name="numeric">True</property>
1537 </object> 1718 </object>
1538 <packing> 1719 <packing>
1539 <property name="expand">False</property> 1720 <property name="expand">False</property>
1721 <property name="fill">True</property>
1540 <property name="padding">5</property> 1722 <property name="padding">5</property>
1541 <property name="position">1</property> 1723 <property name="position">1</property>
1542 </packing> 1724 </packing>
@@ -1544,6 +1726,7 @@
1544 <child> 1726 <child>
1545 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label"> 1727 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label">
1546 <property name="visible">True</property> 1728 <property name="visible">True</property>
1729 <property name="can_focus">False</property>
1547 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1730 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1548 </object> 1731 </object>
1549 <packing> 1732 <packing>
@@ -1564,22 +1747,28 @@
1564 <child> 1747 <child>
1565 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox"> 1748 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox">
1566 <property name="visible">True</property> 1749 <property name="visible">True</property>
1750 <property name="can_focus">False</property>
1567 <child> 1751 <child>
1568 <object class="GtkLabel" id="label4"> 1752 <object class="GtkLabel" id="label4">
1569 <property name="visible">True</property> 1753 <property name="visible">True</property>
1754 <property name="can_focus">False</property>
1570 </object> 1755 </object>
1571 <packing> 1756 <packing>
1757 <property name="expand">True</property>
1758 <property name="fill">True</property>
1572 <property name="position">0</property> 1759 <property name="position">0</property>
1573 </packing> 1760 </packing>
1574 </child> 1761 </child>
1575 <child> 1762 <child>
1576 <object class="GtkButton" id="GNUNET_setup_transport_http_test_button"> 1763 <object class="GtkButton" id="GNUNET_setup_transport_http_test_button">
1577 <property name="label" translatable="yes">Test configuration</property> 1764 <property name="label" translatable="yes">Test configuration</property>
1765 <property name="use_action_appearance">False</property>
1578 <property name="visible">True</property> 1766 <property name="visible">True</property>
1579 <property name="can_focus">True</property> 1767 <property name="can_focus">True</property>
1580 <property name="receives_default">True</property> 1768 <property name="receives_default">True</property>
1581 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property> 1769 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1582 <signal name="clicked" handler="GNUNET_setup_transport_http_test_button_clicked_cb"/> 1770 <property name="use_action_appearance">False</property>
1771 <signal name="clicked" handler="GNUNET_setup_transport_http_test_button_clicked_cb" swapped="no"/>
1583 </object> 1772 </object>
1584 <packing> 1773 <packing>
1585 <property name="expand">False</property> 1774 <property name="expand">False</property>
@@ -1590,6 +1779,7 @@
1590 </child> 1779 </child>
1591 <child> 1780 <child>
1592 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image"> 1781 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image">
1782 <property name="can_focus">False</property>
1593 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1783 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1594 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1784 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1595 </object> 1785 </object>
@@ -1602,6 +1792,7 @@
1602 </child> 1792 </child>
1603 <child> 1793 <child>
1604 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image"> 1794 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image">
1795 <property name="can_focus">False</property>
1605 <property name="tooltip_text" translatable="yes">Test failed!</property> 1796 <property name="tooltip_text" translatable="yes">Test failed!</property>
1606 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1797 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1607 </object> 1798 </object>
@@ -1615,8 +1806,11 @@
1615 <child> 1806 <child>
1616 <object class="GtkLabel" id="label6"> 1807 <object class="GtkLabel" id="label6">
1617 <property name="visible">True</property> 1808 <property name="visible">True</property>
1809 <property name="can_focus">False</property>
1618 </object> 1810 </object>
1619 <packing> 1811 <packing>
1812 <property name="expand">True</property>
1813 <property name="fill">True</property>
1620 <property name="position">4</property> 1814 <property name="position">4</property>
1621 </packing> 1815 </packing>
1622 </child> 1816 </child>
@@ -1636,6 +1830,7 @@
1636 <child type="tab"> 1830 <child type="tab">
1637 <object class="GtkLabel" id="GNUNET_setup_transport_http_label"> 1831 <object class="GtkLabel" id="GNUNET_setup_transport_http_label">
1638 <property name="visible">True</property> 1832 <property name="visible">True</property>
1833 <property name="can_focus">False</property>
1639 <property name="label" translatable="yes">HTTP</property> 1834 <property name="label" translatable="yes">HTTP</property>
1640 </object> 1835 </object>
1641 <packing> 1836 <packing>
@@ -1646,14 +1841,16 @@
1646 <child> 1841 <child>
1647 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox"> 1842 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox">
1648 <property name="visible">True</property> 1843 <property name="visible">True</property>
1649 <property name="orientation">vertical</property> 1844 <property name="can_focus">False</property>
1650 <child> 1845 <child>
1651 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox"> 1846 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox">
1652 <property name="visible">True</property> 1847 <property name="visible">True</property>
1848 <property name="can_focus">False</property>
1653 <property name="spacing">5</property> 1849 <property name="spacing">5</property>
1654 <child> 1850 <child>
1655 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label"> 1851 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label">
1656 <property name="visible">True</property> 1852 <property name="visible">True</property>
1853 <property name="can_focus">False</property>
1657 <property name="has_tooltip">True</property> 1854 <property name="has_tooltip">True</property>
1658 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 1855 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1659 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1856 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
@@ -1671,10 +1868,8 @@
1671 <property name="visible">True</property> 1868 <property name="visible">True</property>
1672 <property name="can_focus">True</property> 1869 <property name="can_focus">True</property>
1673 <property name="max_length">5</property> 1870 <property name="max_length">5</property>
1674 <property name="invisible_char">&#x2022;</property> 1871 <property name="invisible_char"></property>
1675 <property name="invisible_char_set">True</property> 1872 <property name="invisible_char_set">True</property>
1676 <property name="primary_icon_sensitive">True</property>
1677 <property name="secondary_icon_sensitive">True</property>
1678 <property name="adjustment">GNUNET_setup_transport_https_port_adjustment</property> 1873 <property name="adjustment">GNUNET_setup_transport_https_port_adjustment</property>
1679 <property name="numeric">True</property> 1874 <property name="numeric">True</property>
1680 </object> 1875 </object>
@@ -1696,14 +1891,17 @@
1696 <child> 1891 <child>
1697 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox"> 1892 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox">
1698 <property name="visible">True</property> 1893 <property name="visible">True</property>
1894 <property name="can_focus">False</property>
1699 <property name="spacing">5</property> 1895 <property name="spacing">5</property>
1700 <child> 1896 <child>
1701 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label"> 1897 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label">
1702 <property name="visible">True</property> 1898 <property name="visible">True</property>
1899 <property name="can_focus">False</property>
1703 <property name="label" translatable="yes">Advertised port:</property> 1900 <property name="label" translatable="yes">Advertised port:</property>
1704 </object> 1901 </object>
1705 <packing> 1902 <packing>
1706 <property name="expand">False</property> 1903 <property name="expand">False</property>
1904 <property name="fill">True</property>
1707 <property name="padding">5</property> 1905 <property name="padding">5</property>
1708 <property name="position">0</property> 1906 <property name="position">0</property>
1709 </packing> 1907 </packing>
@@ -1713,15 +1911,14 @@
1713 <property name="visible">True</property> 1911 <property name="visible">True</property>
1714 <property name="can_focus">True</property> 1912 <property name="can_focus">True</property>
1715 <property name="max_length">5</property> 1913 <property name="max_length">5</property>
1716 <property name="invisible_char">&#x25CF;</property> 1914 <property name="invisible_char"></property>
1717 <property name="invisible_char_set">True</property> 1915 <property name="invisible_char_set">True</property>
1718 <property name="primary_icon_sensitive">True</property>
1719 <property name="secondary_icon_sensitive">True</property>
1720 <property name="adjustment">GNUNET_setup_transport_https_advertised_port_adjustment</property> 1916 <property name="adjustment">GNUNET_setup_transport_https_advertised_port_adjustment</property>
1721 <property name="numeric">True</property> 1917 <property name="numeric">True</property>
1722 </object> 1918 </object>
1723 <packing> 1919 <packing>
1724 <property name="expand">False</property> 1920 <property name="expand">False</property>
1921 <property name="fill">True</property>
1725 <property name="padding">5</property> 1922 <property name="padding">5</property>
1726 <property name="position">1</property> 1923 <property name="position">1</property>
1727 </packing> 1924 </packing>
@@ -1729,6 +1926,7 @@
1729 <child> 1926 <child>
1730 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label"> 1927 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label">
1731 <property name="visible">True</property> 1928 <property name="visible">True</property>
1929 <property name="can_focus">False</property>
1732 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1930 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1733 </object> 1931 </object>
1734 <packing> 1932 <packing>
@@ -1749,22 +1947,28 @@
1749 <child> 1947 <child>
1750 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox"> 1948 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox">
1751 <property name="visible">True</property> 1949 <property name="visible">True</property>
1950 <property name="can_focus">False</property>
1752 <child> 1951 <child>
1753 <object class="GtkLabel" id="label7"> 1952 <object class="GtkLabel" id="label7">
1754 <property name="visible">True</property> 1953 <property name="visible">True</property>
1954 <property name="can_focus">False</property>
1755 </object> 1955 </object>
1756 <packing> 1956 <packing>
1957 <property name="expand">True</property>
1958 <property name="fill">True</property>
1757 <property name="position">0</property> 1959 <property name="position">0</property>
1758 </packing> 1960 </packing>
1759 </child> 1961 </child>
1760 <child> 1962 <child>
1761 <object class="GtkButton" id="GNUNET_setup_transport_https_test_button"> 1963 <object class="GtkButton" id="GNUNET_setup_transport_https_test_button">
1762 <property name="label" translatable="yes">Test configuration</property> 1964 <property name="label" translatable="yes">Test configuration</property>
1965 <property name="use_action_appearance">False</property>
1763 <property name="visible">True</property> 1966 <property name="visible">True</property>
1764 <property name="can_focus">True</property> 1967 <property name="can_focus">True</property>
1765 <property name="receives_default">True</property> 1968 <property name="receives_default">True</property>
1766 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property> 1969 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1767 <signal name="clicked" handler="GNUNET_setup_transport_https_test_button_clicked_cb"/> 1970 <property name="use_action_appearance">False</property>
1971 <signal name="clicked" handler="GNUNET_setup_transport_https_test_button_clicked_cb" swapped="no"/>
1768 </object> 1972 </object>
1769 <packing> 1973 <packing>
1770 <property name="expand">False</property> 1974 <property name="expand">False</property>
@@ -1775,6 +1979,7 @@
1775 </child> 1979 </child>
1776 <child> 1980 <child>
1777 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image"> 1981 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image">
1982 <property name="can_focus">False</property>
1778 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1983 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1779 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1984 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1780 </object> 1985 </object>
@@ -1787,6 +1992,7 @@
1787 </child> 1992 </child>
1788 <child> 1993 <child>
1789 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image"> 1994 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image">
1995 <property name="can_focus">False</property>
1790 <property name="tooltip_text" translatable="yes">Test failed!</property> 1996 <property name="tooltip_text" translatable="yes">Test failed!</property>
1791 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1997 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1792 </object> 1998 </object>
@@ -1800,8 +2006,11 @@
1800 <child> 2006 <child>
1801 <object class="GtkLabel" id="label8"> 2007 <object class="GtkLabel" id="label8">
1802 <property name="visible">True</property> 2008 <property name="visible">True</property>
2009 <property name="can_focus">False</property>
1803 </object> 2010 </object>
1804 <packing> 2011 <packing>
2012 <property name="expand">True</property>
2013 <property name="fill">True</property>
1805 <property name="position">4</property> 2014 <property name="position">4</property>
1806 </packing> 2015 </packing>
1807 </child> 2016 </child>
@@ -1821,6 +2030,7 @@
1821 <child type="tab"> 2030 <child type="tab">
1822 <object class="GtkLabel" id="GNUNET_setup_transport_https_label"> 2031 <object class="GtkLabel" id="GNUNET_setup_transport_https_label">
1823 <property name="visible">True</property> 2032 <property name="visible">True</property>
2033 <property name="can_focus">False</property>
1824 <property name="label" translatable="yes">HTTPS</property> 2034 <property name="label" translatable="yes">HTTPS</property>
1825 </object> 2035 </object>
1826 <packing> 2036 <packing>
@@ -1831,7 +2041,7 @@
1831 <child> 2041 <child>
1832 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox"> 2042 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox">
1833 <property name="visible">True</property> 2043 <property name="visible">True</property>
1834 <property name="orientation">vertical</property> 2044 <property name="can_focus">False</property>
1835 <child> 2045 <child>
1836 <placeholder/> 2046 <placeholder/>
1837 </child> 2047 </child>
@@ -1843,6 +2053,7 @@
1843 <child type="tab"> 2053 <child type="tab">
1844 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label"> 2054 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label">
1845 <property name="visible">True</property> 2055 <property name="visible">True</property>
2056 <property name="can_focus">False</property>
1846 <property name="label" translatable="yes">DV</property> 2057 <property name="label" translatable="yes">DV</property>
1847 </object> 2058 </object>
1848 <packing> 2059 <packing>
@@ -1853,13 +2064,15 @@
1853 <child> 2064 <child>
1854 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox"> 2065 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox">
1855 <property name="visible">True</property> 2066 <property name="visible">True</property>
1856 <property name="orientation">vertical</property> 2067 <property name="can_focus">False</property>
1857 <child> 2068 <child>
1858 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox"> 2069 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox">
1859 <property name="visible">True</property> 2070 <property name="visible">True</property>
2071 <property name="can_focus">False</property>
1860 <child> 2072 <child>
1861 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label"> 2073 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label">
1862 <property name="visible">True</property> 2074 <property name="visible">True</property>
2075 <property name="can_focus">False</property>
1863 <property name="label" translatable="yes">Name of _Monitor Interface</property> 2076 <property name="label" translatable="yes">Name of _Monitor Interface</property>
1864 <property name="use_underline">True</property> 2077 <property name="use_underline">True</property>
1865 </object> 2078 </object>
@@ -1875,10 +2088,8 @@
1875 <property name="visible">True</property> 2088 <property name="visible">True</property>
1876 <property name="can_focus">True</property> 2089 <property name="can_focus">True</property>
1877 <property name="max_length">255</property> 2090 <property name="max_length">255</property>
1878 <property name="invisible_char">&#x25CF;</property> 2091 <property name="invisible_char"></property>
1879 <property name="invisible_char_set">True</property> 2092 <property name="invisible_char_set">True</property>
1880 <property name="primary_icon_sensitive">True</property>
1881 <property name="secondary_icon_sensitive">True</property>
1882 </object> 2093 </object>
1883 <packing> 2094 <packing>
1884 <property name="expand">False</property> 2095 <property name="expand">False</property>
@@ -1896,10 +2107,14 @@
1896 </packing> 2107 </packing>
1897 </child> 2108 </child>
1898 </object> 2109 </object>
2110 <packing>
2111 <property name="position">5</property>
2112 </packing>
1899 </child> 2113 </child>
1900 <child type="tab"> 2114 <child type="tab">
1901 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label"> 2115 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label">
1902 <property name="visible">True</property> 2116 <property name="visible">True</property>
2117 <property name="can_focus">False</property>
1903 <property name="label" translatable="yes">WLAN</property> 2118 <property name="label" translatable="yes">WLAN</property>
1904 </object> 2119 </object>
1905 <packing> 2120 <packing>
@@ -1909,6 +2124,8 @@
1909 </child> 2124 </child>
1910 </object> 2125 </object>
1911 <packing> 2126 <packing>
2127 <property name="expand">True</property>
2128 <property name="fill">True</property>
1912 <property name="position">1</property> 2129 <property name="position">1</property>
1913 </packing> 2130 </packing>
1914 </child> 2131 </child>
@@ -1919,6 +2136,7 @@
1919 <child type="label"> 2136 <child type="label">
1920 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label"> 2137 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label">
1921 <property name="visible">True</property> 2138 <property name="visible">True</property>
2139 <property name="can_focus">False</property>
1922 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property> 2140 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property>
1923 <property name="use_markup">True</property> 2141 <property name="use_markup">True</property>
1924 </object> 2142 </object>
@@ -1931,6 +2149,7 @@
1931 <child type="tab"> 2149 <child type="tab">
1932 <object class="GtkLabel" id="GNUNET_setup_transport_label"> 2150 <object class="GtkLabel" id="GNUNET_setup_transport_label">
1933 <property name="visible">True</property> 2151 <property name="visible">True</property>
2152 <property name="can_focus">False</property>
1934 <property name="label" translatable="yes">_Transports</property> 2153 <property name="label" translatable="yes">_Transports</property>
1935 <property name="use_underline">True</property> 2154 <property name="use_underline">True</property>
1936 </object> 2155 </object>
@@ -1942,25 +2161,30 @@
1942 <child> 2161 <child>
1943 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox"> 2162 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox">
1944 <property name="visible">True</property> 2163 <property name="visible">True</property>
1945 <property name="orientation">vertical</property> 2164 <property name="can_focus">False</property>
1946 <child> 2165 <child>
1947 <object class="GtkFrame" id="GNUNET_setup_fs_frame"> 2166 <object class="GtkFrame" id="GNUNET_setup_fs_frame">
1948 <property name="visible">True</property> 2167 <property name="visible">True</property>
2168 <property name="can_focus">False</property>
1949 <property name="label_xalign">0</property> 2169 <property name="label_xalign">0</property>