aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_setup_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_setup_gtk_main_window.glade901
1 files changed, 202 insertions, 699 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index 22dc577a..773424dd 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -1,23 +1,44 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy toplevel-contextual --> 4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment"> 5 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment">
6 <property name="value">65536</property>
6 <property name="lower">5000</property> 7 <property name="lower">5000</property>
7 <property name="upper">999999999</property> 8 <property name="upper">999999999</property>
8 <property name="value">65536</property>
9 <property name="step_increment">1</property> 9 <property name="step_increment">1</property>
10 <property name="page_increment">10</property> 10 <property name="page_increment">10</property>
11 </object> 11 </object>
12 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment"> 12 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment">
13 <property name="value">65536</property>
13 <property name="lower">1024</property> 14 <property name="lower">1024</property>
14 <property name="upper">999999999</property> 15 <property name="upper">999999999</property>
15 <property name="value">65536</property>
16 <property name="step_increment">1</property> 16 <property name="step_increment">1</property>
17 <property name="page_increment">10</property> 17 <property name="page_increment">10</property>
18 </object> 18 </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="vpn_dns_config_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>
19 <object class="GtkDialog" id="GNUNET_setup_dialog"> 41 <object class="GtkDialog" id="GNUNET_setup_dialog">
20 <property name="can_focus">False</property>
21 <property name="border_width">5</property> 42 <property name="border_width">5</property>
22 <property name="title" translatable="yes">gnunet-setup</property> 43 <property name="title" translatable="yes">gnunet-setup</property>
23 <property name="window_position">center</property> 44 <property name="window_position">center</property>
@@ -25,66 +46,12 @@
25 <property name="default_height">550</property> 46 <property name="default_height">550</property>
26 <property name="icon_name">preferences-system</property> 47 <property name="icon_name">preferences-system</property>
27 <property name="type_hint">dialog</property> 48 <property name="type_hint">dialog</property>
28 <signal name="destroy" handler="GNUNET_SETUP_quit_cb" swapped="no"/> 49 <signal name="destroy" handler="GNUNET_SETUP_quit_cb"/>
29 <child internal-child="vbox"> 50 <child internal-child="vbox">
30 <object class="GtkVBox" id="GNUNET_setup_dialog-vbox"> 51 <object class="GtkVBox" id="GNUNET_setup_dialog-vbox">
31 <property name="visible">True</property> 52 <property name="visible">True</property>
32 <property name="can_focus">False</property> 53 <property name="orientation">vertical</property>
33 <property name="spacing">2</property> 54 <property name="spacing">2</property>
34 <child internal-child="action_area">
35 <object class="GtkHButtonBox" 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="can_focus">True</property>
42 <property name="receives_default">True</property>
43 <property name="use_action_appearance">False</property>
44 <property name="use_stock">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">False</property>
49 <property name="position">0</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkButton" id="GNUNET_setup_save_as_button">
54 <property name="label">gtk-save-as</property>
55 <property name="can_focus">True</property>
56 <property name="receives_default">True</property>
57 <property name="use_action_appearance">False</property>
58 <property name="use_stock">True</property>
59 </object>
60 <packing>
61 <property name="expand">False</property>
62 <property name="fill">False</property>
63 <property name="position">1</property>
64 </packing>
65 </child>
66 <child>
67 <object class="GtkButton" id="GNUNET_setup_save_button">
68 <property name="label">gtk-save</property>
69 <property name="can_focus">True</property>
70 <property name="receives_default">True</property>
71 <property name="use_action_appearance">False</property>
72 <property name="use_stock">True</property>
73 </object>
74 <packing>
75 <property name="expand">False</property>
76 <property name="fill">False</property>
77 <property name="position">2</property>
78 </packing>
79 </child>
80 </object>
81 <packing>
82 <property name="expand">False</property>
83 <property name="fill">True</property>
84 <property name="pack_type">end</property>
85 <property name="position">0</property>
86 </packing>
87 </child>
88 <child> 55 <child>
89 <object class="GtkNotebook" id="GNUNET_setup_notebook"> 56 <object class="GtkNotebook" id="GNUNET_setup_notebook">
90 <property name="visible">True</property> 57 <property name="visible">True</property>
@@ -92,26 +59,22 @@
92 <child> 59 <child>
93 <object class="GtkVBox" id="GNUNET_setup_general_vbox"> 60 <object class="GtkVBox" id="GNUNET_setup_general_vbox">
94 <property name="visible">True</property> 61 <property name="visible">True</property>
95 <property name="can_focus">False</property> 62 <property name="orientation">vertical</property>
96 <child> 63 <child>
97 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame"> 64 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame">
98 <property name="visible">True</property> 65 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="label_xalign">0</property> 66 <property name="label_xalign">0</property>
101 <property name="shadow_type">none</property> 67 <property name="shadow_type">none</property>
102 <child> 68 <child>
103 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment"> 69 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment">
104 <property name="visible">True</property> 70 <property name="visible">True</property>
105 <property name="can_focus">False</property>
106 <property name="left_padding">12</property> 71 <property name="left_padding">12</property>
107 <child> 72 <child>
108 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox"> 73 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox">
109 <property name="visible">True</property> 74 <property name="visible">True</property>
110 <property name="can_focus">False</property>
111 <child> 75 <child>
112 <object class="GtkLabel" id="GNUNET_setup_general_services_label"> 76 <object class="GtkLabel" id="GNUNET_setup_general_services_label">
113 <property name="visible">True</property> 77 <property name="visible">True</property>
114 <property name="can_focus">False</property>
115 <property name="label" translatable="yes">Services:</property> 78 <property name="label" translatable="yes">Services:</property>
116 </object> 79 </object>
117 <packing> 80 <packing>
@@ -128,7 +91,6 @@
128 <property name="sensitive">False</property> 91 <property name="sensitive">False</property>
129 <property name="can_focus">True</property> 92 <property name="can_focus">True</property>
130 <property name="receives_default">False</property> 93 <property name="receives_default">False</property>
131 <property name="use_action_appearance">False</property>
132 <property name="xalign">0</property> 94 <property name="xalign">0</property>
133 <property name="active">True</property> 95 <property name="active">True</property>
134 <property name="draw_indicator">True</property> 96 <property name="draw_indicator">True</property>
@@ -146,7 +108,6 @@
146 <property name="visible">True</property> 108 <property name="visible">True</property>
147 <property name="can_focus">True</property> 109 <property name="can_focus">True</property>
148 <property name="receives_default">False</property> 110 <property name="receives_default">False</property>
149 <property name="use_action_appearance">False</property>
150 <property name="xalign">0</property> 111 <property name="xalign">0</property>
151 <property name="active">True</property> 112 <property name="active">True</property>
152 <property name="draw_indicator">True</property> 113 <property name="draw_indicator">True</property>
@@ -164,7 +125,6 @@
164 <property name="visible">True</property> 125 <property name="visible">True</property>
165 <property name="can_focus">True</property> 126 <property name="can_focus">True</property>
166 <property name="receives_default">False</property> 127 <property name="receives_default">False</property>
167 <property name="use_action_appearance">False</property>
168 <property name="use_underline">True</property> 128 <property name="use_underline">True</property>
169 <property name="xalign">0</property> 129 <property name="xalign">0</property>
170 <property name="active">True</property> 130 <property name="active">True</property>
@@ -183,14 +143,12 @@
183 <property name="visible">True</property> 143 <property name="visible">True</property>
184 <property name="can_focus">True</property> 144 <property name="can_focus">True</property>
185 <property name="receives_default">False</property> 145 <property name="receives_default">False</property>
186 <property name="use_action_appearance">False</property>
187 <property name="use_underline">True</property> 146 <property name="use_underline">True</property>
188 <property name="xalign">0</property> 147 <property name="xalign">0</property>
189 <property name="draw_indicator">True</property> 148 <property name="draw_indicator">True</property>
190 </object> 149 </object>
191 <packing> 150 <packing>
192 <property name="expand">False</property> 151 <property name="expand">False</property>
193 <property name="fill">True</property>
194 <property name="position">4</property> 152 <property name="position">4</property>
195 </packing> 153 </packing>
196 </child> 154 </child>
@@ -201,7 +159,6 @@
201 <child type="label"> 159 <child type="label">
202 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label"> 160 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label">
203 <property name="visible">True</property> 161 <property name="visible">True</property>
204 <property name="can_focus">False</property>
205 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property> 162 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property>
206 <property name="use_markup">True</property> 163 <property name="use_markup">True</property>
207 </object> 164 </object>
@@ -217,25 +174,21 @@
217 <child> 174 <child>
218 <object class="GtkFrame" id="GNUNET_setup_topology_frame"> 175 <object class="GtkFrame" id="GNUNET_setup_topology_frame">
219 <property name="visible">True</property> 176 <property name="visible">True</property>
220 <property name="can_focus">False</property>
221 <property name="label_xalign">0</property> 177 <property name="label_xalign">0</property>
222 <property name="shadow_type">none</property> 178 <property name="shadow_type">none</property>
223 <child> 179 <child>
224 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment"> 180 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment">
225 <property name="visible">True</property> 181 <property name="visible">True</property>
226 <property name="can_focus">False</property>
227 <property name="left_padding">12</property> 182 <property name="left_padding">12</property>
228 <child> 183 <child>
229 <object class="GtkHBox" id="GNUNET_setup_topology_hbox"> 184 <object class="GtkHBox" id="GNUNET_setup_topology_hbox">
230 <property name="visible">True</property> 185 <property name="visible">True</property>
231 <property name="can_focus">False</property>
232 <child> 186 <child>
233 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton"> 187 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton">
234 <property name="label" translatable="yes">F_2F only</property> 188 <property name="label" translatable="yes">F_2F only</property>
235 <property name="visible">True</property> 189 <property name="visible">True</property>
236 <property name="can_focus">True</property> 190 <property name="can_focus">True</property>
237 <property name="receives_default">False</property> 191 <property name="receives_default">False</property>
238 <property name="use_action_appearance">False</property>
239 <property name="use_underline">True</property> 192 <property name="use_underline">True</property>
240 <property name="xalign">0</property> 193 <property name="xalign">0</property>
241 <property name="draw_indicator">True</property> 194 <property name="draw_indicator">True</property>
@@ -249,11 +202,9 @@
249 <child> 202 <child>
250 <object class="GtkVSeparator" id="vseparator2"> 203 <object class="GtkVSeparator" id="vseparator2">
251 <property name="visible">True</property> 204 <property name="visible">True</property>
252 <property name="can_focus">False</property>
253 </object> 205 </object>
254 <packing> 206 <packing>
255 <property name="expand">False</property> 207 <property name="expand">False</property>
256 <property name="fill">True</property>
257 <property name="padding">5</property> 208 <property name="padding">5</property>
258 <property name="position">1</property> 209 <property name="position">1</property>
259 </packing> 210 </packing>
@@ -261,7 +212,6 @@
261 <child> 212 <child>
262 <object class="GtkLabel" id="GNUNET_setup_friends_file_label"> 213 <object class="GtkLabel" id="GNUNET_setup_friends_file_label">
263 <property name="visible">True</property> 214 <property name="visible">True</property>
264 <property name="can_focus">False</property>
265 <property name="label" translatable="yes">Friends file:</property> 215 <property name="label" translatable="yes">Friends file:</property>
266 </object> 216 </object>
267 <packing> 217 <packing>
@@ -273,22 +223,17 @@
273 <child> 223 <child>
274 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton"> 224 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton">
275 <property name="visible">True</property> 225 <property name="visible">True</property>
276 <property name="can_focus">False</property>
277 </object> 226 </object>
278 <packing> 227 <packing>
279 <property name="expand">True</property>
280 <property name="fill">True</property>
281 <property name="position">3</property> 228 <property name="position">3</property>
282 </packing> 229 </packing>
283 </child> 230 </child>
284 <child> 231 <child>
285 <object class="GtkVSeparator" id="vseparator1"> 232 <object class="GtkVSeparator" id="vseparator1">
286 <property name="visible">True</property> 233 <property name="visible">True</property>
287 <property name="can_focus">False</property>
288 </object> 234 </object>
289 <packing> 235 <packing>
290 <property name="expand">False</property> 236 <property name="expand">False</property>
291 <property name="fill">True</property>
292 <property name="padding">5</property> 237 <property name="padding">5</property>
293 <property name="position">4</property> 238 <property name="position">4</property>
294 </packing> 239 </packing>
@@ -296,7 +241,6 @@
296 <child> 241 <child>
297 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label"> 242 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label">
298 <property name="visible">True</property> 243 <property name="visible">True</property>
299 <property name="can_focus">False</property>
300 <property name="label" translatable="yes">Min. connected friends:</property> 244 <property name="label" translatable="yes">Min. connected friends:</property>
301 </object> 245 </object>
302 <packing> 246 <packing>
@@ -309,10 +253,8 @@
309 <object class="GtkSpinButton" id="GNUNET_setup_minimum_friends_spinbutton"> 253 <object class="GtkSpinButton" id="GNUNET_setup_minimum_friends_spinbutton">
310 <property name="visible">True</property> 254 <property name="visible">True</property>
311 <property name="can_focus">True</property> 255 <property name="can_focus">True</property>
312 <property name="invisible_char"></property> 256 <property name="invisible_char">&#x2022;</property>
313 <property name="invisible_char_set">True</property> 257 <property name="invisible_char_set">True</property>
314 <property name="primary_icon_activatable">False</property>
315 <property name="secondary_icon_activatable">False</property>
316 <property name="primary_icon_sensitive">True</property> 258 <property name="primary_icon_sensitive">True</property>
317 <property name="secondary_icon_sensitive">True</property> 259 <property name="secondary_icon_sensitive">True</property>
318 <property name="adjustment">GNUNET_setup_min_friends_adjustment</property> 260 <property name="adjustment">GNUNET_setup_min_friends_adjustment</property>
@@ -331,7 +273,6 @@
331 <child type="label"> 273 <child type="label">
332 <object class="GtkLabel" id="GNUNET_setup_topology_label"> 274 <object class="GtkLabel" id="GNUNET_setup_topology_label">
333 <property name="visible">True</property> 275 <property name="visible">True</property>
334 <property name="can_focus">False</property>
335 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property> 276 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property>
336 <property name="use_markup">True</property> 277 <property name="use_markup">True</property>
337 </object> 278 </object>
@@ -347,29 +288,25 @@
347 <child> 288 <child>
348 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame"> 289 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame">
349 <property name="visible">True</property> 290 <property name="visible">True</property>
350 <property name="can_focus">False</property>
351 <property name="label_xalign">0</property> 291 <property name="label_xalign">0</property>
352 <property name="shadow_type">none</property> 292 <property name="shadow_type">none</property>
353 <child> 293 <child>
354 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment"> 294 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment">
355 <property name="visible">True</property> 295 <property name="visible">True</property>
356 <property name="can_focus">False</property>
357 <property name="left_padding">12</property> 296 <property name="left_padding">12</property>
358 <child> 297 <child>
359 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox"> 298 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox">
360 <property name="visible">True</property> 299 <property name="visible">True</property>
361 <property name="can_focus">False</property> 300 <property name="orientation">vertical</property>
362 <child> 301 <child>
363 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox"> 302 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox">
364 <property name="visible">True</property> 303 <property name="visible">True</property>
365 <property name="can_focus">False</property>
366 <child> 304 <child>
367 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton"> 305 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton">
368 <property name="label" translatable="yes">Use Hostlists to bootstrap</property> 306 <property name="label" translatable="yes">Use Hostlists to bootstrap</property>
369 <property name="visible">True</property> 307 <property name="visible">True</property>
370 <property name="can_focus">True</property> 308 <property name="can_focus">True</property>
371 <property name="receives_default">False</property> 309 <property name="receives_default">False</property>
372 <property name="use_action_appearance">False</property>
373 <property name="xalign">0</property> 310 <property name="xalign">0</property>
374 <property name="draw_indicator">True</property> 311 <property name="draw_indicator">True</property>
375 </object> 312 </object>
@@ -386,7 +323,6 @@
386 <property name="visible">True</property> 323 <property name="visible">True</property>
387 <property name="can_focus">True</property> 324 <property name="can_focus">True</property>
388 <property name="receives_default">False</property> 325 <property name="receives_default">False</property>
389 <property name="use_action_appearance">False</property>
390 <property name="xalign">0</property> 326 <property name="xalign">0</property>
391 <property name="draw_indicator">True</property> 327 <property name="draw_indicator">True</property>
392 </object> 328 </object>
@@ -407,21 +343,19 @@
407 <child> 343 <child>
408 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox"> 344 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox">
409 <property name="visible">True</property> 345 <property name="visible">True</property>
410 <property name="can_focus">False</property>
411 <child> 346 <child>
412 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox"> 347 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox">
413 <property name="visible">True</property> 348 <property name="visible">True</property>
414 <property name="can_focus">False</property> 349 <property name="orientation">vertical</property>
415 <child> 350 <child>
416 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton"> 351 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton">
417 <property name="label" translatable="yes">Run Hostlist Server</property> 352 <property name="label" translatable="yes">Run Hostlist Server</property>
418 <property name="visible">True</property> 353 <property name="visible">True</property>
419 <property name="can_focus">True</property> 354 <property name="can_focus">True</property>
420 <property name="receives_default">False</property> 355 <property name="receives_default">False</property>
421 <property name="use_action_appearance">False</property>
422 <property name="xalign">0</property> 356 <property name="xalign">0</property>
423 <property name="draw_indicator">True</property> 357 <property name="draw_indicator">True</property>
424 <signal name="realize" handler="GNUNET_setup_hostlist_offer_hostlist_checkbutton_realize_cb" swapped="no"/> 358 <signal name="realize" handler="GNUNET_setup_hostlist_offer_hostlist_checkbutton_realize_cb"/>
425 </object> 359 </object>
426 <packing> 360 <packing>
427 <property name="expand">False</property> 361 <property name="expand">False</property>
@@ -435,10 +369,9 @@
435 <property name="visible">True</property> 369 <property name="visible">True</property>
436 <property name="can_focus">True</property> 370 <property name="can_focus">True</property>
437 <property name="receives_default">False</property> 371 <property name="receives_default">False</property>
438 <property name="use_action_appearance">False</property>
439 <property name="xalign">0</property> 372 <property name="xalign">0</property>
440 <property name="draw_indicator">True</property> 373 <property name="draw_indicator">True</property>
441 <signal name="realize" handler="GNUNET_setup_hostlist_advertise_checkbutton_realize_cb" swapped="no"/> 374 <signal name="realize" handler="GNUNET_setup_hostlist_advertise_checkbutton_realize_cb"/>
442 </object> 375 </object>
443 <packing> 376 <packing>
444 <property name="expand">False</property> 377 <property name="expand">False</property>
@@ -449,11 +382,9 @@
449 <child> 382 <child>
450 <object class="GtkHBox" id="hbox9"> 383 <object class="GtkHBox" id="hbox9">
451 <property name="visible">True</property> 384 <property name="visible">True</property>
452 <property name="can_focus">False</property>
453 <child> 385 <child>
454 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label"> 386 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label">
455 <property name="visible">True</property> 387 <property name="visible">True</property>
456 <property name="can_focus">False</property>
457 <property name="label" translatable="yes">Port:</property> 388 <property name="label" translatable="yes">Port:</property>
458 </object> 389 </object>
459 <packing> 390 <packing>
@@ -467,15 +398,13 @@
467 <object class="GtkSpinButton" id="GNUNET_setup_hostlist_server_port_spin_button"> 398 <object class="GtkSpinButton" id="GNUNET_setup_hostlist_server_port_spin_button">
468 <property name="visible">True</property> 399 <property name="visible">True</property>
469 <property name="can_focus">True</property> 400 <property name="can_focus">True</property>
470 <property name="invisible_char"></property> 401 <property name="invisible_char">&#x2022;</property>
471 <property name="invisible_char_set">True</property> 402 <property name="invisible_char_set">True</property>
472 <property name="primary_icon_activatable">False</property>
473 <property name="secondary_icon_activatable">False</property>
474 <property name="primary_icon_sensitive">True</property> 403 <property name="primary_icon_sensitive">True</property>
475 <property name="secondary_icon_sensitive">True</property> 404 <property name="secondary_icon_sensitive">True</property>
476 <property name="adjustment">GNUNET_setup_hostlist_server_port_adjustment</property> 405 <property name="adjustment">GNUNET_setup_hostlist_server_port_adjustment</property>
477 <property name="numeric">True</property> 406 <property name="numeric">True</property>
478 <signal name="realize" handler="GNUNET_setup_hostlist_server_port_spin_button_realize_cb" swapped="no"/> 407 <signal name="realize" handler="GNUNET_setup_hostlist_server_port_spin_button_realize_cb"/>
479 </object> 408 </object>
480 <packing> 409 <packing>
481 <property name="expand">False</property> 410 <property name="expand">False</property>
@@ -502,11 +431,10 @@
502 <child> 431 <child>
503 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox "> 432 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox ">
504 <property name="visible">True</property> 433 <property name="visible">True</property>
505 <property name="can_focus">False</property> 434 <property name="orientation">vertical</property>
506 <child> 435 <child>
507 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label"> 436 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label">
508 <property name="visible">True</property> 437 <property name="visible">True</property>
509 <property name="can_focus">False</property>
510 <property name="label" translatable="yes">Known Hostlist Servers:</property> 438 <property name="label" translatable="yes">Known Hostlist Servers:</property>
511 </object> 439 </object>
512 <packing> 440 <packing>
@@ -531,17 +459,17 @@
531 <property name="hadjustment">adjustment7</property> 459 <property name="hadjustment">adjustment7</property>
532 <property name="vadjustment">adjustment8</property> 460 <property name="vadjustment">adjustment8</property>
533 <property name="search_column">0</property> 461 <property name="search_column">0</property>
534 <signal name="key-press-event" handler="GNUNET_setup_treeview_key_press_event_cb" swapped="no"/> 462 <signal name="key_press_event" handler="GNUNET_setup_treeview_key_press_event_cb"/>
535 <child> 463 <child>
536 <object class="GtkTreeViewColumn" id="GNUNET_setup_hostlist_url_treeviewcolumn"> 464 <object class="GtkTreeViewColumn" id="GNUNET_setup_hostlist_url_treeviewcolumn">
537 <property name="title" translatable="yes">URL</property> 465 <property name="title">URL</property>
538 <property name="clickable">True</property> 466 <property name="clickable">True</property>
539 <property name="reorderable">True</property> 467 <property name="reorderable">True</property>
540 <property name="sort_indicator">True</property> 468 <property name="sort_indicator">True</property>
541 <property name="sort_column_id">0</property> 469 <property name="sort_column_id">0</property>
542 <child> 470 <child>
543 <object class="GtkCellRendererText" id="GNUNET_setup_hostlist_url_cellrenderertext"> 471 <object class="GtkCellRendererText" id="GNUNET_setup_hostlist_url_cellrenderertext">
544 <signal name="edited" handler="GNUNET_setup_hostlist_url_cellrenderertext_edited_cb" swapped="no"/> 472 <signal name="edited" handler="GNUNET_setup_hostlist_url_cellrenderertext_edited_cb"/>
545 </object> 473 </object>
546 <attributes> 474 <attributes>
547 <attribute name="editable">1</attribute> 475 <attribute name="editable">1</attribute>
@@ -554,22 +482,16 @@
554 </child> 482 </child>
555 </object> 483 </object>
556 <packing> 484 <packing>
557 <property name="expand">True</property>
558 <property name="fill">True</property>
559 <property name="position">1</property> 485 <property name="position">1</property>
560 </packing> 486 </packing>
561 </child> 487 </child>
562 </object> 488 </object>
563 <packing> 489 <packing>
564 <property name="expand">True</property>
565 <property name="fill">True</property>
566 <property name="position">1</property> 490 <property name="position">1</property>
567 </packing> 491 </packing>
568 </child> 492 </child>
569 </object> 493 </object>
570 <packing> 494 <packing>
571 <property name="expand">True</property>
572 <property name="fill">True</property>
573 <property name="position">1</property> 495 <property name="position">1</property>
574 </packing> 496 </packing>
575 </child> 497 </child>
@@ -580,15 +502,12 @@
580 <child type="label"> 502 <child type="label">
581 <object class="GtkLabel" id="GNUNET_setup_hostlist_label"> 503 <object class="GtkLabel" id="GNUNET_setup_hostlist_label">
582 <property name="visible">True</property> 504 <property name="visible">True</property>
583 <property name="can_focus">False</property>
584 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property> 505 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property>
585 <property name="use_markup">True</property> 506 <property name="use_markup">True</property>
586 </object> 507 </object>
587 </child> 508 </child>
588 </object> 509 </object>
589 <packing> 510 <packing>
590 <property name="expand">True</property>
591 <property name="fill">True</property>
592 <property name="padding">5</property> 511 <property name="padding">5</property>
593 <property name="position">2</property> 512 <property name="position">2</property>
594 </packing> 513 </packing>
@@ -598,7 +517,6 @@
598 <child type="tab"> 517 <child type="tab">
599 <object class="GtkLabel" id="GNUNET_setup_general_label"> 518 <object class="GtkLabel" id="GNUNET_setup_general_label">
600 <property name="visible">True</property> 519 <property name="visible">True</property>
601 <property name="can_focus">False</property>
602 <property name="label" translatable="yes">_General</property> 520 <property name="label" translatable="yes">_General</property>
603 <property name="use_underline">True</property> 521 <property name="use_underline">True</property>
604 </object> 522 </object>
@@ -609,30 +527,26 @@
609 <child> 527 <child>
610 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox"> 528 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox">
611 <property name="visible">True</property> 529 <property name="visible">True</property>
612 <property name="can_focus">False</property> 530 <property name="orientation">vertical</property>
613 <child> 531 <child>
614 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame"> 532 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame">
615 <property name="visible">True</property> 533 <property name="visible">True</property>
616 <property name="can_focus">False</property>
617 <property name="label_xalign">0</property> 534 <property name="label_xalign">0</property>
618 <property name="shadow_type">none</property> 535 <property name="shadow_type">none</property>
619 <child> 536 <child>
620 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment"> 537 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment">
621 <property name="visible">True</property> 538 <property name="visible">True</property>
622 <property name="can_focus">False</property>
623 <property name="left_padding">12</property> 539 <property name="left_padding">12</property>
624 <child> 540 <child>
625 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox"> 541 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox">
626 <property name="visible">True</property> 542 <property name="visible">True</property>
627 <property name="can_focus">False</property> 543 <property name="orientation">vertical</property>
628 <child> 544 <child>
629 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox"> 545 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox">
630 <property name="visible">True</property> 546 <property name="visible">True</property>
631 <property name="can_focus">False</property>
632 <child> 547 <child>
633 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label"> 548 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label">
634 <property name="visible">True</property> 549 <property name="visible">True</property>
635 <property name="can_focus">False</property>
636 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property> 550 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property>
637 </object> 551 </object>
638 <packing> 552 <packing>
@@ -646,10 +560,8 @@
646 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_in_spinbutton"> 560 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_in_spinbutton">
647 <property name="visible">True</property> 561 <property name="visible">True</property>
648 <property name="can_focus">True</property> 562 <property name="can_focus">True</property>
649 <property name="invisible_char"></property> 563 <property name="invisible_char">&#x2022;</property>
650 <property name="invisible_char_set">True</property> 564 <property name="invisible_char_set">True</property>
651 <property name="primary_icon_activatable">False</property>
652 <property name="secondary_icon_activatable">False</property>
653 <property name="primary_icon_sensitive">True</property> 565 <property name="primary_icon_sensitive">True</property>
654 <property name="secondary_icon_sensitive">True</property> 566 <property name="secondary_icon_sensitive">True</property>
655 <property name="adjustment">GNUNET_setup_bandwidth_in_adjustment</property> 567 <property name="adjustment">GNUNET_setup_bandwidth_in_adjustment</property>
@@ -664,12 +576,9 @@
664 <child> 576 <child>
665 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label"> 577 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label">
666 <property name="visible">True</property> 578 <property name="visible">True</property>
667 <property name="can_focus">False</property>
668 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property> 579 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property>
669 </object> 580 </object>
670 <packing> 581 <packing>
671 <property name="expand">True</property>
672 <property name="fill">True</property>
673 <property name="position">2</property> 582 <property name="position">2</property>
674 </packing> 583 </packing>
675 </child> 584 </child>
@@ -677,18 +586,14 @@
677 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_out_spinbutton"> 586 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_out_spinbutton">
678 <property name="visible">True</property> 587 <property name="visible">True</property>
679 <property name="can_focus">True</property> 588 <property name="can_focus">True</property>
680 <property name="invisible_char"></property> 589 <property name="invisible_char">&#x2022;</property>
681 <property name="invisible_char_set">True</property> 590 <property name="invisible_char_set">True</property>
682 <property name="primary_icon_activatable">False</property>
683 <property name="secondary_icon_activatable">False</property>
684 <property name="primary_icon_sensitive">True</property> 591 <property name="primary_icon_sensitive">True</property>
685 <property name="secondary_icon_sensitive">True</property> 592 <property name="secondary_icon_sensitive">True</property>
686 <property name="adjustment">GNUNET_setup_bandwidth_out_adjustment</property> 593 <property name="adjustment">GNUNET_setup_bandwidth_out_adjustment</property>
687 <property name="numeric">True</property> 594 <property name="numeric">True</property>
688 </object> 595 </object>
689 <packing> 596 <packing>
690 <property name="expand">True</property>
691 <property name="fill">True</property>
692 <property name="position">3</property> 597 <property name="position">3</property>
693 </packing> 598 </packing>
694 </child> 599 </child>
@@ -706,7 +611,6 @@
706 <child type="label"> 611 <child type="label">
707 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label"> 612 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label">
708 <property name="visible">True</property> 613 <property name="visible">True</property>
709 <property name="can_focus">False</property>
710 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property> 614 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property>
711 <property name="use_markup">True</property> 615 <property name="use_markup">True</property>
712 </object> 616 </object>
@@ -721,22 +625,19 @@
721 <child> 625 <child>
722 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame"> 626 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame">
723 <property name="visible">True</property> 627 <property name="visible">True</property>
724 <property name="can_focus">False</property>
725 <property name="label_xalign">0</property> 628 <property name="label_xalign">0</property>
726 <property name="shadow_type">none</property> 629 <property name="shadow_type">none</property>
727 <child> 630 <child>
728 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment"> 631 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment">
729 <property name="visible">True</property> 632 <property name="visible">True</property>
730 <property name="can_focus">False</property>
731 <property name="left_padding">12</property> 633 <property name="left_padding">12</property>
732 <child> 634 <child>
733 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox"> 635 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox">
734 <property name="visible">True</property> 636 <property name="visible">True</property>
735 <property name="can_focus">False</property> 637 <property name="orientation">vertical</property>
736 <child> 638 <child>
737 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox"> 639 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox">
738 <property name="visible">True</property> 640 <property name="visible">True</property>
739 <property name="can_focus">False</property>
740 <child> 641 <child>
741 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton"> 642 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton">
742 <property name="label" translatable="yes">Peer is behind _NAT</property> 643 <property name="label" translatable="yes">Peer is behind _NAT</property>
@@ -744,7 +645,6 @@
744 <property name="can_focus">True</property> 645 <property name="can_focus">True</property>
745 <property name="receives_default">False</property> 646 <property name="receives_default">False</property>
746 <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> 647 <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>
747 <property name="use_action_appearance">False</property>
748 <property name="use_underline">True</property> 648 <property name="use_underline">True</property>
749 <property name="xalign">0</property> 649 <property name="xalign">0</property>
750 <property name="draw_indicator">True</property> 650 <property name="draw_indicator">True</property>
@@ -762,8 +662,7 @@
762 <property name="visible">True</property> 662 <property name="visible">True</property>
763 <property name="can_focus">True</property> 663 <property name="can_focus">True</property>
764 <property name="receives_default">True</property> 664 <property name="receives_default">True</property>
765 <property name="use_action_appearance">False</property> 665 <signal name="clicked" handler="GNUNET_setup_transport_autoconfig_button_clicked_cb"/>
766 <signal name="clicked" handler="GNUNET_setup_transport_autoconfig_button_clicked_cb" swapped="no"/>
767 </object> 666 </object>
768 <packing> 667 <packing>
769 <property name="expand">False</property> 668 <property name="expand">False</property>
@@ -779,7 +678,6 @@
779 <property name="can_focus">True</property> 678 <property name="can_focus">True</property>
780 <property name="receives_default">False</property> 679 <property name="receives_default">False</property>
781 <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> 680 <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>
782 <property name="use_action_appearance">False</property>
783 <property name="use_underline">True</property> 681 <property name="use_underline">True</property>
784 <property name="xalign">0</property> 682 <property name="xalign">0</property>
785 <property name="draw_indicator">True</property> 683 <property name="draw_indicator">True</property>
@@ -802,12 +700,10 @@
802 <child> 700 <child>
803 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox"> 701 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox">
804 <property name="visible">True</property> 702 <property name="visible">True</property>
805 <property name="can_focus">False</property>
806 <property name="spacing">20</property> 703 <property name="spacing">20</property>
807 <child> 704 <child>
808 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label"> 705 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label">
809 <property name="visible">True</property> 706 <property name="visible">True</property>
810 <property name="can_focus">False</property>
811 </object> 707 </object>
812 <packing> 708 <packing>
813 <property name="expand">False</property> 709 <property name="expand">False</property>
@@ -819,7 +715,7 @@
819 <child> 715 <child>
820 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox"> 716 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox">
821 <property name="visible">True</property> 717 <property name="visible">True</property>
822 <property name="can_focus">False</property> 718 <property name="orientation">vertical</property>
823 <child> 719 <child>
824 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton"> 720 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton">
825 <property name="label" translatable="yes">NAT ports have been opened manually</property> 721 <property name="label" translatable="yes">NAT ports have been opened manually</property>
@@ -827,13 +723,11 @@
827 <property name="can_focus">True</property> 723 <property name="can_focus">True</property>
828 <property name="receives_default">False</property> 724 <property name="receives_default">False</property>
829 <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> 725 <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>
830 <property name="use_action_appearance">False</property>
831 <property name="xalign">0</property> 726 <property name="xalign">0</property>
832 <property name="draw_indicator">True</property> 727 <property name="draw_indicator">True</property>
833 </object> 728 </object>
834 <packing> 729 <packing>
835 <property name="expand">False</property> 730 <property name="expand">False</property>
836 <property name="fill">True</property>
837 <property name="position">0</property> 731 <property name="position">0</property>
838 </packing> 732 </packing>
839 </child> 733 </child>
@@ -844,7 +738,6 @@
844 <property name="can_focus">True</property> 738 <property name="can_focus">True</property>
845 <property name="receives_default">False</property> 739 <property name="receives_default">False</property>
846 <property name="tooltip_text" translatable="yes">This option enables the use of upnpc from miniupnpd for NAT traversal</property> 740 <property name="tooltip_text" translatable="yes">This option enables the use of upnpc from miniupnpd for NAT traversal</property>
847 <property name="use_action_appearance">False</property>
848 <property name="xalign">0</property> 741 <property name="xalign">0</property>
849 <property name="draw_indicator">True</property> 742 <property name="draw_indicator">True</property>
850 </object> 743 </object>
@@ -861,7 +754,6 @@
861 <property name="can_focus">True</property> 754 <property name="can_focus">True</property>
862 <property name="receives_default">False</property> 755 <property name="receives_default">False</property>
863 <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> 756 <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>
864 <property name="use_action_appearance">False</property>
865 <property name="xalign">0</property> 757 <property name="xalign">0</property>
866 <property name="draw_indicator">True</property> 758 <property name="draw_indicator">True</property>
867 </object> 759 </object>
@@ -874,11 +766,9 @@
874 <child> 766 <child>
875 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox"> 767 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox">
876 <property name="visible">True</property> 768 <property name="visible">True</property>
877 <property name="can_focus">False</property>
878 <child> 769 <child>
879 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label"> 770 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label">
880 <property name="visible">True</property> 771 <property name="visible">True</property>
881 <property name="can_focus">False</property>
882 <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> 772 <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>
883 <property name="label" translatable="yes">External (public) IPv4 address:</property> 773 <property name="label" translatable="yes">External (public) IPv4 address:</property>
884 </object> 774 </object>
@@ -894,16 +784,12 @@
894 <property name="visible">True</property> 784 <property name="visible">True</property>
895 <property name="can_focus">True</property> 785 <property name="can_focus">True</property>
896 <property name="max_length">255</property> 786 <property name="max_length">255</property>
897 <property name="invisible_char"></property> 787 <property name="invisible_char">&#x25CF;</property>
898 <property name="invisible_char_set">True</property> 788 <property name="invisible_char_set">True</property>
899 <property name="primary_icon_activatable">False</property>
900 <property name="secondary_icon_activatable">False</property>
901 <property name="primary_icon_sensitive">True</property> 789 <property name="primary_icon_sensitive">True</property>
902 <property name="secondary_icon_sensitive">True</property> 790 <property name="secondary_icon_sensitive">True</property>
903 </object> 791 </object>
904 <packing> 792 <packing>
905 <property name="expand">True</property>
906 <property name="fill">True</property>
907 <property name="padding">5</property> 793 <property name="padding">5</property>
908 <property name="position">1</property> 794 <property name="position">1</property>
909 </packing> 795 </packing>
@@ -922,7 +808,6 @@
922 <property name="can_focus">True</property> 808 <property name="can_focus">True</property>
923 <property name="receives_default">False</property> 809 <property name="receives_default">False</property>
924 <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> 810 <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>
925 <property name="use_action_appearance">False</property>
926 <property name="xalign">0</property> 811 <property name="xalign">0</property>
927 <property name="active">True</property> 812 <property name="active">True</property>
928 <property name="draw_indicator">True</property> 813 <property name="draw_indicator">True</property>
@@ -936,11 +821,9 @@
936 <child> 821 <child>
937 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox"> 822 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox">
938 <property name="visible">True</property> 823 <property name="visible">True</property>
939 <property name="can_focus">False</property>
940 <child> 824 <child>
941 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label"> 825 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label">
942 <property name="visible">True</property> 826 <property name="visible">True</property>
943 <property name="can_focus">False</property>
944 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property> 827 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property>
945 <property name="label" translatable="yes">Internal (private) IPv4 address:</property> 828 <property name="label" translatable="yes">Internal (private) IPv4 address:</property>
946 </object> 829 </object>
@@ -956,30 +839,22 @@
956 <property name="visible">True</property> 839 <property name="visible">True</property>
957 <property name="can_focus">True</property> 840 <property name="can_focus">True</property>
958 <property name="max_length">15</property> 841 <property name="max_length">15</property>
959 <property name="invisible_char"></property> 842 <property name="invisible_char">&#x25CF;</property>
960 <property name="width_chars">15</property> 843 <property name="width_chars">15</property>
961 <property name="primary_icon_activatable">False</property>
962 <property name="secondary_icon_activatable">False</property>
963 <property name="primary_icon_sensitive">True</property> 844 <property name="primary_icon_sensitive">True</property>
964 <property name="secondary_icon_sensitive">True</property> 845 <property name="secondary_icon_sensitive">True</property>
965 </object> 846 </object>
966 <packing> 847 <packing>
967 <property name="expand">True</property>
968 <property name="fill">True</property>
969 <property name="position">1</property> 848 <property name="position">1</property>
970 </packing> 849 </packing>
971 </child> 850 </child>
972 </object> 851 </object>
973 <packing> 852 <packing>
974 <property name="expand">True</property>
975 <property name="fill">True</property>
976 <property name="position">5</property> 853 <property name="position">5</property>
977 </packing> 854 </packing>
978 </child> 855 </child>
979 </object> 856 </object>
980 <packing> 857 <packing>
981 <property name="expand">True</property>
982 <property name="fill">True</property>
983 <property name="position">1</property> 858 <property name="position">1</property>
984 </packing> 859 </packing>
985 </child> 860 </child>
@@ -998,15 +873,12 @@
998 <child type="label"> 873 <child type="label">
999 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label"> 874 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label">
1000 <property name="visible">True</property> 875 <property name="visible">True</property>
1001 <property name="can_focus">False</property>
1002 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property> 876 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property>
1003 <property name="use_markup">True</property> 877 <property name="use_markup">True</property>
1004 </object> 878 </object>
1005 </child> 879 </child>
1006 </object> 880 </object>
1007 <packing> 881 <packing>
1008 <property name="expand">True</property>
1009 <property name="fill">True</property>
1010 <property name="padding">5</property> 882 <property name="padding">5</property>
1011 <property name="position">1</property> 883 <property name="position">1</property>
1012 </packing> 884 </packing>
@@ -1019,7 +891,6 @@
1019 <child type="tab"> 891 <child type="tab">
1020 <object class="GtkLabel" id="GNUNET_setup_network_label"> 892 <object class="GtkLabel" id="GNUNET_setup_network_label">
1021 <property name="visible">True</property> 893 <property name="visible">True</property>
1022 <property name="can_focus">False</property>
1023 <property name="label" translatable="yes">_Network</property> 894 <property name="label" translatable="yes">_Network</property>
1024 <property name="use_underline">True</property> 895 <property name="use_underline">True</property>
1025 </object> 896 </object>
@@ -1031,27 +902,23 @@
1031 <child> 902 <child>
1032 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame"> 903 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame">
1033 <property name="visible">True</property> 904 <property name="visible">True</property>
1034 <property name="can_focus">False</property>
1035 <property name="label_xalign">0</property> 905 <property name="label_xalign">0</property>
1036 <property name="shadow_type">none</property> 906 <property name="shadow_type">none</property>
1037 <child> 907 <child>
1038 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment"> 908 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment">
1039 <property name="visible">True</property> 909 <property name="visible">True</property>
1040 <property name="can_focus">False</property>
1041 <property name="left_padding">12</property> 910 <property name="left_padding">12</property>
1042 <child> 911 <child>
1043 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox"> 912 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox">
1044 <property name="visible">True</property> 913 <property name="visible">True</property>
1045 <property name="can_focus">False</property> 914 <property name="orientation">vertical</property>
1046 <property name="spacing">5</property> 915 <property name="spacing">5</property>
1047 <child> 916 <child>
1048 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox"> 917 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox">
1049 <property name="visible">True</property> 918 <property name="visible">True</property>
1050 <property name="can_focus">False</property>
1051 <child> 919 <child>
1052 <object class="GtkLabel" id="GNUNET_setup_transportlabel"> 920 <object class="GtkLabel" id="GNUNET_setup_transportlabel">
1053 <property name="visible">True</property> 921 <property name="visible">True</property>
1054 <property name="can_focus">False</property>
1055 <property name="label" translatable="yes">Plugins to use:</property> 922 <property name="label" translatable="yes">Plugins to use:</property>
1056 </object> 923 </object>
1057 <packing> 924 <packing>
@@ -1067,12 +934,11 @@
1067 <property name="visible">True</property> 934 <property name="visible">True</property>
1068 <property name="can_focus">True</property> 935 <property name="can_focus">True</property>
1069 <property name="receives_default">False</property> 936 <property name="receives_default">False</property>
1070 <property name="use_action_appearance">False</property>
1071 <property name="use_underline">True</property> 937 <property name="use_underline">True</property>
1072 <property name="xalign">0</property> 938 <property name="xalign">0</property>
1073 <property name="active">True</property> 939 <property name="active">True</property>
1074 <property name="draw_indicator">True</property> 940 <property name="draw_indicator">True</property>
1075 <signal name="realize" handler="GNUNET_setup_transport_tcp_checkbutton_realize_cb" swapped="no"/> 941 <signal name="realize" handler="GNUNET_setup_transport_tcp_checkbutton_realize_cb"/>
1076 </object> 942 </object>
1077 <packing> 943 <packing>
1078 <property name="expand">False</property> 944 <property name="expand">False</property>
@@ -1087,11 +953,10 @@
1087 <property name="visible">True</property> 953 <property name="visible">True</property>
1088 <property name="can_focus">True</property> 954 <property name="can_focus">True</property>
1089 <property name="receives_default">False</property> 955 <property name="receives_default">False</property>
1090 <property name="use_action_appearance">False</property>
1091 <property name="use_underline">True</property> 956 <property name="use_underline">True</property>
1092 <property name="xalign">0</property> 957 <property name="xalign">0</property>
1093 <property name="draw_indicator">True</property> 958 <property name="draw_indicator">True</property>
1094 <signal name="realize" handler="GNUNET_setup_transport_udp_checkbutton_realize_cb" swapped="no"/> 959 <signal name="realize" handler="GNUNET_setup_transport_udp_checkbutton_realize_cb"/>
1095 </object> 960 </object>
1096 <packing> 961 <packing>
1097 <property name="expand">False</property> 962 <property name="expand">False</property>
@@ -1106,12 +971,11 @@
1106 <property name="visible">True</property> 971 <property name="visible">True</property>
1107 <property name="can_focus">True</property> 972 <property name="can_focus">True</property>
1108 <property name="receives_default">False</property> 973 <property name="receives_default">False</property>
1109 <property name="use_action_appearance">False</property>
1110 <property name="use_underline">True</property> 974 <property name="use_underline">True</property>
1111 <property name="xalign">0</property> 975 <property name="xalign">0</property>
1112 <property name="active">True</property> 976 <property name="active">True</property>
1113 <property name="draw_indicator">True</property> 977 <property name="draw_indicator">True</property>
1114 <signal name="realize" handler="GNUNET_setup_transport_http_checkbutton_realize_cb" swapped="no"/> 978 <signal name="realize" handler="GNUNET_setup_transport_http_checkbutton_realize_cb"/>
1115 </object> 979 </object>
1116 <packing> 980 <packing>
1117 <property name="expand">False</property> 981 <property name="expand">False</property>
@@ -1126,12 +990,11 @@
1126 <property name="visible">True</property> 990 <property name="visible">True</property>
1127 <property name="can_focus">True</property> 991 <property name="can_focus">True</property>
1128 <property name="receives_default">False</property> 992 <property name="receives_default">False</property>
1129 <property name="use_action_appearance">False</property>
1130 <property name="use_underline">True</property> 993 <property name="use_underline">True</property>
1131 <property name="xalign">0</property> 994 <property name="xalign">0</property>
1132 <property name="active">True</property> 995 <property name="active">True</property>
1133 <property name="draw_indicator">True</property> 996 <property name="draw_indicator">True</property>
1134 <signal name="realize" handler="GNUNET_setup_transport_https_checkbutton_realize_cb" swapped="no"/> 997 <signal name="realize" handler="GNUNET_setup_transport_https_checkbutton_realize_cb"/>
1135 </object> 998 </object>
1136 <packing> 999 <packing>
1137 <property name="expand">False</property> 1000 <property name="expand">False</property>
@@ -1146,11 +1009,10 @@
1146 <property name="visible">True</property> 1009 <property name="visible">True</property>
1147 <property name="can_focus">True</property> 1010 <property name="can_focus">True</property>
1148 <property name="receives_default">False</property> 1011 <property name="receives_default">False</property>
1149 <property name="use_action_appearance">False</property>
1150 <property name="use_underline">True</property> 1012 <property name="use_underline">True</property>
1151 <property name="xalign">0</property> 1013 <property name="xalign">0</property>
1152 <property name="draw_indicator">True</property> 1014 <property name="draw_indicator">True</property>
1153 <signal name="realize" handler="GNUNET_setup_transport_dv_checkbutton_realize_cb" swapped="no"/> 1015 <signal name="realize" handler="GNUNET_setup_transport_dv_checkbutton_realize_cb"/>
1154 </object> 1016 </object>
1155 <packing> 1017 <packing>
1156 <property name="expand">False</property> 1018 <property name="expand">False</property>
@@ -1165,11 +1027,10 @@
1165 <property name="visible">True</property> 1027 <property name="visible">True</property>
1166 <property name="can_focus">True</property> 1028 <property name="can_focus">True</property>
1167 <property name="receives_default">False</property> 1029 <property name="receives_default">False</property>
1168 <property name="use_action_appearance">False</property>
1169 <property name="use_underline">True</property> 1030 <property name="use_underline">True</property>
1170 <property name="xalign">0</property> 1031 <property name="xalign">0</property>
1171 <property name="draw_indicator">True</property> 1032 <property name="draw_indicator">True</property>
1172 <signal name="realize" handler="GNUNET_setup_transport_wlan_checkbutton_realize_cb" swapped="no"/> 1033 <signal name="realize" handler="GNUNET_setup_transport_wlan_checkbutton_realize_cb"/>
1173 </object> 1034 </object>
1174 <packing> 1035 <packing>
1175 <property name="expand">False</property> 1036 <property name="expand">False</property>
@@ -1192,16 +1053,14 @@
1192 <child> 1053 <child>
1193 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox"> 1054 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox">
1194 <property name="visible">True</property> 1055 <property name="visible">True</property>
1195 <property name="can_focus">False</property> 1056 <property name="orientation">vertical</property>
1196 <property name="spacing">5</property> 1057 <property name="spacing">5</property>
1197 <child> 1058 <child>
1198 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox"> 1059 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox">
1199 <property name="visible">True</property> 1060 <property name="visible">True</property>
1200 <property name="can_focus">False</property>
1201 <child> 1061 <child>
1202 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label"> 1062 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label">
1203 <property name="visible">True</property> 1063 <property name="visible">True</property>
1204 <property name="can_focus">False</property>
1205 <property name="label" translatable="yes">Bind to port:</property> 1064 <property name="label" translatable="yes">Bind to port:</property>
1206 </object> 1065 </object>
1207 <packing> 1066 <packing>
@@ -1216,10 +1075,8 @@
1216 <property name="visible">True</property> 1075 <property name="visible">True</property>
1217 <property name="can_focus">True</property> 1076 <property name="can_focus">True</property>
1218 <property name="max_length">5</property> 1077 <property name="max_length">5</property>
1219 <property name="invisible_char"></property> 1078 <property name="invisible_char">&#x2022;</property>
1220 <property name="invisible_char_set">True</property> 1079 <property name="invisible_char_set">True</property>
1221 <property name="primary_icon_activatable">False</property>
1222 <property name="secondary_icon_activatable">False</property>
1223 <property name="primary_icon_sensitive">True</property> 1080 <property name="primary_icon_sensitive">True</property>
1224 <property name="secondary_icon_sensitive">True</property> 1081 <property name="secondary_icon_sensitive">True</property>
1225 <property name="adjustment">GNUNET_setup_transport_tcp_port_adjustment</property> 1082 <property name="adjustment">GNUNET_setup_transport_tcp_port_adjustment</property>
@@ -1235,7 +1092,6 @@
1235 <child> 1092 <child>
1236 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label"> 1093 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label">
1237 <property name="visible">True</property> 1094 <property name="visible">True</property>
1238 <property name="can_focus">False</property>
1239 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property> 1095 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property>
1240 </object> 1096 </object>
1241 <packing> 1097 <packing>
@@ -1256,11 +1112,9 @@
1256 <child> 1112 <child>
1257 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox"> 1113 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox">
1258 <property name="visible">True</property> 1114 <property name="visible">True</property>
1259 <property name="can_focus">False</property>
1260 <child> 1115 <child>
1261 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label"> 1116 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label">
1262 <property name="visible">True</property> 1117 <property name="visible">True</property>
1263 <property name="can_focus">False</property>
1264 <property name="label" translatable="yes">Advertised port:</property> 1118 <property name="label" translatable="yes">Advertised port:</property>
1265 </object> 1119 </object>
1266 <packing> 1120 <packing>
@@ -1275,10 +1129,8 @@
1275 <property name="visible">True</property> 1129 <property name="visible">True</property>
1276 <property name="can_focus">True</property> 1130 <property name="can_focus">True</property>
1277 <property name="max_length">5</property> 1131 <property name="max_length">5</property>
1278 <property name="invisible_char"></property> 1132 <property name="invisible_char">&#x25CF;</property>
1279 <property name="invisible_char_set">True</property> 1133 <property name="invisible_char_set">True</property>
1280 <property name="primary_icon_activatable">False</property>
1281 <property name="secondary_icon_activatable">False</property>
1282 <property name="primary_icon_sensitive">True</property> 1134 <property name="primary_icon_sensitive">True</property>
1283 <property name="secondary_icon_sensitive">True</property> 1135 <property name="secondary_icon_sensitive">True</property>
1284 <property name="adjustment">GNUNET_setup_transport_tcp_adv_port_adjustment</property> 1136 <property name="adjustment">GNUNET_setup_transport_tcp_adv_port_adjustment</property>
@@ -1294,7 +1146,6 @@
1294 <child> 1146 <child>
1295 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label"> 1147 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label">
1296 <property name="visible">True</property> 1148 <property name="visible">True</property>
1297 <property name="can_focus">False</property>
1298 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1149 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1299 </object> 1150 </object>
1300 <packing> 1151 <packing>
@@ -1314,15 +1165,11 @@
1314 <child> 1165 <child>
1315 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox"> 1166 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox">
1316 <property name="visible">True</property> 1167 <property name="visible">True</property>
1317 <property name="can_focus">False</property>
1318 <child> 1168 <child>
1319 <object class="GtkLabel" id="label3"> 1169 <object class="GtkLabel" id="label3">
1320 <property name="visible">True</property> 1170 <property name="visible">True</property>
1321 <property name="can_focus">False</property>
1322 </object> 1171 </object>
1323 <packing> 1172 <packing>
1324 <property name="expand">True</property>
1325 <property name="fill">True</property>
1326 <property name="position">0</property> 1173 <property name="position">0</property>
1327 </packing> 1174 </packing>
1328 </child> 1175 </child>
@@ -1332,8 +1179,7 @@
1332 <property name="visible">True</property> 1179 <property name="visible">True</property>
1333 <property name="can_focus">True</property> 1180 <property name="can_focus">True</property>
1334 <property name="receives_default">True</property> 1181 <property name="receives_default">True</property>
1335 <property name="use_action_appearance">False</property> 1182 <signal name="clicked" handler="GNUNET_setup_transport_tcp_test_button_clicked_cb"/>
1336 <signal name="clicked" handler="GNUNET_setup_transport_tcp_test_button_clicked_cb" swapped="no"/>
1337 </object> 1183 </object>
1338 <packing> 1184 <packing>
1339 <property name="expand">False</property> 1185 <property name="expand">False</property>
@@ -1344,7 +1190,6 @@
1344 </child> 1190 </child>
1345 <child> 1191 <child>
1346 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image"> 1192 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image">
1347 <property name="can_focus">False</property>
1348 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1193 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1349 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1194 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1350 </object> 1195 </object>
@@ -1357,7 +1202,6 @@
1357 </child> 1202 </child>
1358 <child> 1203 <child>
1359 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image"> 1204 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image">
1360 <property name="can_focus">False</property>
1361 <property name="tooltip_text" translatable="yes">Test failed!</property> 1205 <property name="tooltip_text" translatable="yes">Test failed!</property>
1362 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1206 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1363 </object> 1207 </object>
@@ -1371,11 +1215,8 @@
1371 <child> 1215 <child>
1372 <object class="GtkLabel" id="label5"> 1216 <object class="GtkLabel" id="label5">
1373 <property name="visible">True</property> 1217 <property name="visible">True</property>
1374 <property name="can_focus">False</property>
1375 </object> 1218 </object>
1376 <packing> 1219 <packing>
1377 <property name="expand">True</property>
1378 <property name="fill">True</property>
1379 <property name="position">4</property> 1220 <property name="position">4</property>
1380 </packing> 1221 </packing>
1381 </child> 1222 </child>
@@ -1392,7 +1233,6 @@
1392 <child type="tab"> 1233 <child type="tab">
1393 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label"> 1234 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label">
1394 <property name="visible">True</property> 1235 <property name="visible">True</property>
1395 <property name="can_focus">False</property>
1396 <property name="label" translatable="yes">TCP</property> 1236 <property name="label" translatable="yes">TCP</property>
1397 </object> 1237 </object>
1398 <packing> 1238 <packing>
@@ -1402,16 +1242,14 @@
1402 <child> 1242 <child>
1403 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox"> 1243 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox">
1404 <property name="visible">True</property> 1244 <property name="visible">True</property>
1405 <property name="can_focus">False</property> 1245 <property name="orientation">vertical</property>
1406 <child> 1246 <child>
1407 <object class="GtkHBox" id="hbox5"> 1247 <object class="GtkHBox" id="hbox5">
1408 <property name="visible">True</property> 1248 <property name="visible">True</property>
1409 <property name="can_focus">False</property>
1410 <property name="spacing">5</property> 1249 <property name="spacing">5</property>
1411 <child> 1250 <child>
1412 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label"> 1251 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label">
1413 <property name="visible">True</property> 1252 <property name="visible">True</property>
1414 <property name="can_focus">False</property>
1415 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1253 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
1416 <property name="label" translatable="yes">Bind to port:</property> 1254 <property name="label" translatable="yes">Bind to port:</property>
1417 </object> 1255 </object>
@@ -1427,10 +1265,8 @@
1427 <property name="visible">True</property> 1265 <property name="visible">True</property>
1428 <property name="can_focus">True</property> 1266 <property name="can_focus">True</property>
1429 <property name="max_length">5</property> 1267 <property name="max_length">5</property>
1430 <property name="invisible_char"></property> 1268 <property name="invisible_char">&#x2022;</property>
1431 <property name="invisible_char_set">True</property> 1269 <property name="invisible_char_set">True</property>
1432 <property name="primary_icon_activatable">False</property>
1433 <property name="secondary_icon_activatable">False</property>
1434 <property name="primary_icon_sensitive">True</property> 1270 <property name="primary_icon_sensitive">True</property>
1435 <property name="secondary_icon_sensitive">True</property> 1271 <property name="secondary_icon_sensitive">True</property>
1436 <property name="adjustment">GNUNET_setup_transport_udp_port_adjustment</property> 1272 <property name="adjustment">GNUNET_setup_transport_udp_port_adjustment</property>
@@ -1457,17 +1293,14 @@
1457 <child> 1293 <child>
1458 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox"> 1294 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox">
1459 <property name="visible">True</property> 1295 <property name="visible">True</property>
1460 <property name="can_focus">False</property>
1461 <property name="spacing">5</property> 1296 <property name="spacing">5</property>
1462 <child> 1297 <child>
1463 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label"> 1298 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label">
1464 <property name="visible">True</property> 1299 <property name="visible">True</property>
1465 <property name="can_focus">False</property>
1466 <property name="label" translatable="yes">Advertised port:</property> 1300 <property name="label" translatable="yes">Advertised port:</property>
1467 </object> 1301 </object>
1468 <packing> 1302 <packing>
1469 <property name="expand">False</property> 1303 <property name="expand">False</property>
1470 <property name="fill">True</property>
1471 <property name="padding">5</property> 1304 <property name="padding">5</property>
1472 <property name="position">0</property> 1305 <property name="position">0</property>
1473 </packing> 1306 </packing>
@@ -1476,9 +1309,7 @@
1476 <object class="GtkSpinButton" id="GNUNET_setup_transport_udp_advertised_port_spinbutton"> 1309 <object class="GtkSpinButton" id="GNUNET_setup_transport_udp_advertised_port_spinbutton">
1477 <property name="visible">True</property> 1310 <property name="visible">True</property>
1478 <property name="can_focus">True</property> 1311 <property name="can_focus">True</property>
1479 <property name="invisible_char">●</property> 1312 <property name="invisible_char">&#x25CF;</property>
1480 <property name="primary_icon_activatable">False</property>
1481 <property name="secondary_icon_activatable">False</property>
1482 <property name="primary_icon_sensitive">True</property> 1313 <property name="primary_icon_sensitive">True</property>
1483 <property name="secondary_icon_sensitive">True</property> 1314 <property name="secondary_icon_sensitive">True</property>
1484 <property name="adjustment">GNUNET_setup_transport_udp_advertised_port_adjustment</property> 1315 <property name="adjustment">GNUNET_setup_transport_udp_advertised_port_adjustment</property>
@@ -1486,7 +1317,6 @@
1486 </object> 1317 </object>
1487 <packing> 1318 <packing>
1488 <property name="expand">False</property> 1319 <property name="expand">False</property>
1489 <property name="fill">True</property>
1490 <property name="padding">5</property> 1320 <property name="padding">5</property>
1491 <property name="position">1</property> 1321 <property name="position">1</property>
1492 </packing> 1322 </packing>
@@ -1494,7 +1324,6 @@
1494 <child> 1324 <child>
1495 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label"> 1325 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label">
1496 <property name="visible">True</property> 1326 <property name="visible">True</property>
1497 <property name="can_focus">False</property>
1498 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1327 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1499 </object> 1328 </object>
1500 <packing> 1329 <packing>
@@ -1515,15 +1344,11 @@
1515 <child> 1344 <child>
1516 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox"> 1345 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox">
1517 <property name="visible">True</property> 1346 <property name="visible">True</property>
1518 <property name="can_focus">False</property>
1519 <child> 1347 <child>
1520 <object class="GtkLabel" id="label1"> 1348 <object class="GtkLabel" id="label1">
1521 <property name="visible">True</property> 1349 <property name="visible">True</property>
1522 <property name="can_focus">False</property>
1523 </object> 1350 </object>
1524 <packing> 1351 <packing>
1525 <property name="expand">True</property>
1526 <property name="fill">True</property>
1527 <property name="position">0</property> 1352 <property name="position">0</property>
1528 </packing> 1353 </packing>
1529 </child> 1354 </child>
@@ -1533,8 +1358,7 @@
1533 <property name="visible">True</property> 1358 <property name="visible">True</property>
1534 <property name="can_focus">True</property> 1359 <property name="can_focus">True</property>
1535 <property name="receives_default">True</property> 1360 <property name="receives_default">True</property>
1536 <property name="use_action_appearance">False</property> 1361 <signal name="clicked" handler="GNUNET_setup_transport_udp_test_button_clicked_cb"/>
1537 <signal name="clicked" handler="GNUNET_setup_transport_udp_test_button_clicked_cb" swapped="no"/>
1538 </object> 1362 </object>
1539 <packing> 1363 <packing>
1540 <property name="expand">False</property> 1364 <property name="expand">False</property>
@@ -1545,7 +1369,6 @@
1545 </child> 1369 </child>
1546 <child> 1370 <child>
1547 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image"> 1371 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image">
1548 <property name="can_focus">False</property>
1549 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1372 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1550 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1373 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1551 </object> 1374 </object>
@@ -1558,7 +1381,6 @@
1558 </child> 1381 </child>
1559 <child> 1382 <child>
1560 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image"> 1383 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image">
1561 <property name="can_focus">False</property>
1562 <property name="tooltip_text" translatable="yes">Test failed!</property> 1384 <property name="tooltip_text" translatable="yes">Test failed!</property>
1563 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1385 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1564 </object> 1386 </object>
@@ -1572,11 +1394,8 @@
1572 <child> 1394 <child>
1573 <object class="GtkLabel" id="label2"> 1395 <object class="GtkLabel" id="label2">
1574 <property name="visible">True</property> 1396 <property name="visible">True</property>
1575 <property name="can_focus">False</property>
1576 </object> 1397 </object>
1577 <packing> 1398 <packing>
1578 <property name="expand">True</property>
1579 <property name="fill">True</property>
1580 <property name="position">4</property> 1399 <property name="position">4</property>
1581 </packing> 1400 </packing>
1582 </child> 1401 </child>
@@ -1599,7 +1418,6 @@
1599 <child type="tab"> 1418 <child type="tab">
1600 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label"> 1419 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label">
1601 <property name="visible">True</property> 1420 <property name="visible">True</property>
1602 <property name="can_focus">False</property>
1603 <property name="label" translatable="yes">UDP</property> 1421 <property name="label" translatable="yes">UDP</property>
1604 </object> 1422 </object>
1605 <packing> 1423 <packing>
@@ -1610,16 +1428,14 @@
1610 <child> 1428 <child>
1611 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox"> 1429 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox">
1612 <property name="visible">True</property> 1430 <property name="visible">True</property>
1613 <property name="can_focus">False</property> 1431 <property name="orientation">vertical</property>
1614 <child> 1432 <child>
1615 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox"> 1433 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox">
1616 <property name="visible">True</property> 1434 <property name="visible">True</property>
1617 <property name="can_focus">False</property>
1618 <property name="spacing">5</property> 1435 <property name="spacing">5</property>
1619 <child> 1436 <child>
1620 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label"> 1437 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label">
1621 <property name="visible">True</property> 1438 <property name="visible">True</property>
1622 <property name="can_focus">False</property>
1623 <property name="has_tooltip">True</property> 1439 <property name="has_tooltip">True</property>
1624 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 1440 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1625 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1441 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
@@ -1637,10 +1453,8 @@
1637 <property name="visible">True</property> 1453 <property name="visible">True</property>
1638 <property name="can_focus">True</property> 1454 <property name="can_focus">True</property>
1639 <property name="max_length">5</property> 1455 <property name="max_length">5</property>
1640 <property name="invisible_char"></property> 1456 <property name="invisible_char">&#x2022;</property>
1641 <property name="invisible_char_set">True</property> 1457 <property name="invisible_char_set">True</property>
1642 <property name="primary_icon_activatable">False</property>
1643 <property name="secondary_icon_activatable">False</property>
1644 <property name="primary_icon_sensitive">True</property> 1458 <property name="primary_icon_sensitive">True</property>
1645 <property name="secondary_icon_sensitive">True</property> 1459 <property name="secondary_icon_sensitive">True</property>
1646 <property name="adjustment">GNUNET_setup_transport_http_port_adjustment</property> 1460 <property name="adjustment">GNUNET_setup_transport_http_port_adjustment</property>
@@ -1667,17 +1481,14 @@
1667 <child> 1481 <child>
1668 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox"> 1482 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox">
1669 <property name="visible">True</property> 1483 <property name="visible">True</property>
1670 <property name="can_focus">False</property>
1671 <property name="spacing">5</property> 1484 <property name="spacing">5</property>
1672 <child> 1485 <child>
1673 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label"> 1486 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label">
1674 <property name="visible">True</property> 1487 <property name="visible">True</property>
1675 <property name="can_focus">False</property>
1676 <property name="label" translatable="yes">Advertised port:</property> 1488 <property name="label" translatable="yes">Advertised port:</property>
1677 </object> 1489 </object>
1678 <packing> 1490 <packing>
1679 <property name="expand">False</property> 1491 <property name="expand">False</property>
1680 <property name="fill">True</property>
1681 <property name="padding">5</property> 1492 <property name="padding">5</property>
1682 <property name="position">0</property> 1493 <property name="position">0</property>
1683 </packing> 1494 </packing>
@@ -1687,10 +1498,8 @@
1687 <property name="visible">True</property> 1498 <property name="visible">True</property>
1688 <property name="can_focus">True</property> 1499 <property name="can_focus">True</property>
1689 <property name="max_length">5</property> 1500 <property name="max_length">5</property>
1690 <property name="invisible_char"></property> 1501 <property name="invisible_char">&#x25CF;</property>
1691 <property name="invisible_char_set">True</property> 1502 <property name="invisible_char_set">True</property>
1692 <property name="primary_icon_activatable">False</property>
1693 <property name="secondary_icon_activatable">False</property>
1694 <property name="primary_icon_sensitive">True</property> 1503 <property name="primary_icon_sensitive">True</property>
1695 <property name="secondary_icon_sensitive">True</property> 1504 <property name="secondary_icon_sensitive">True</property>
1696 <property name="adjustment">GNUNET_setup_transport_http_advertised_port_adjustment</property> 1505 <property name="adjustment">GNUNET_setup_transport_http_advertised_port_adjustment</property>
@@ -1698,7 +1507,6 @@
1698 </object> 1507 </object>
1699 <packing> 1508 <packing>
1700 <property name="expand">False</property> 1509 <property name="expand">False</property>
1701 <property name="fill">True</property>
1702 <property name="padding">5</property> 1510 <property name="padding">5</property>
1703 <property name="position">1</property> 1511 <property name="position">1</property>
1704 </packing> 1512 </packing>
@@ -1706,7 +1514,6 @@
1706 <child> 1514 <child>
1707 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label"> 1515 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label">
1708 <property name="visible">True</property> 1516 <property name="visible">True</property>
1709 <property name="can_focus">False</property>
1710 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1517 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1711 </object> 1518 </object>
1712 <packing> 1519 <packing>
@@ -1727,15 +1534,11 @@
1727 <child> 1534 <child>
1728 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox"> 1535 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox">
1729 <property name="visible">True</property> 1536 <property name="visible">True</property>
1730 <property name="can_focus">False</property>
1731 <child> 1537 <child>
1732 <object class="GtkLabel" id="label4"> 1538 <object class="GtkLabel" id="label4">
1733 <property name="visible">True</property> 1539 <property name="visible">True</property>
1734 <property name="can_focus">False</property>
1735 </object> 1540 </object>
1736 <packing> 1541 <packing>
1737 <property name="expand">True</property>
1738 <property name="fill">True</property>
1739 <property name="position">0</property> 1542 <property name="position">0</property>
1740 </packing> 1543 </packing>
1741 </child> 1544 </child>
@@ -1745,8 +1548,7 @@
1745 <property name="visible">True</property> 1548 <property name="visible">True</property>
1746 <property name="can_focus">True</property> 1549 <property name="can_focus">True</property>
1747 <property name="receives_default">True</property> 1550 <property name="receives_default">True</property>
1748 <property name="use_action_appearance">False</property> 1551 <signal name="clicked" handler="GNUNET_setup_transport_http_test_button_clicked_cb"/>
1749 <signal name="clicked" handler="GNUNET_setup_transport_http_test_button_clicked_cb" swapped="no"/>
1750 </object> 1552 </object>
1751 <packing> 1553 <packing>
1752 <property name="expand">False</property> 1554 <property name="expand">False</property>
@@ -1757,7 +1559,6 @@
1757 </child> 1559 </child>
1758 <child> 1560 <child>
1759 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image"> 1561 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image">
1760 <property name="can_focus">False</property>
1761 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1562 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1762 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1563 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1763 </object> 1564 </object>
@@ -1770,7 +1571,6 @@
1770 </child> 1571 </child>
1771 <child> 1572 <child>
1772 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image"> 1573 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image">
1773 <property name="can_focus">False</property>
1774 <property name="tooltip_text" translatable="yes">Test failed!</property> 1574 <property name="tooltip_text" translatable="yes">Test failed!</property>
1775 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1575 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1776 </object> 1576 </object>
@@ -1784,11 +1584,8 @@
1784 <child> 1584 <child>
1785 <object class="GtkLabel" id="label6"> 1585 <object class="GtkLabel" id="label6">
1786 <property name="visible">True</property> 1586 <property name="visible">True</property>
1787 <property name="can_focus">False</property>
1788 </object> 1587 </object>
1789 <packing> 1588 <packing>
1790 <property name="expand">True</property>
1791 <property name="fill">True</property>
1792 <property name="position">4</property> 1589 <property name="position">4</property>
1793 </packing> 1590 </packing>
1794 </child> 1591 </child>
@@ -1811,7 +1608,6 @@
1811 <child type="tab"> 1608 <child type="tab">
1812 <object class="GtkLabel" id="GNUNET_setup_transport_http_label"> 1609 <object class="GtkLabel" id="GNUNET_setup_transport_http_label">
1813 <property name="visible">True</property> 1610 <property name="visible">True</property>
1814 <property name="can_focus">False</property>
1815 <property name="label" translatable="yes">HTTP</property> 1611 <property name="label" translatable="yes">HTTP</property>
1816 </object> 1612 </object>
1817 <packing> 1613 <packing>
@@ -1822,16 +1618,14 @@
1822 <child> 1618 <child>
1823 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox"> 1619 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox">
1824 <property name="visible">True</property> 1620 <property name="visible">True</property>
1825 <property name="can_focus">False</property> 1621 <property name="orientation">vertical</property>
1826 <child> 1622 <child>
1827 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox"> 1623 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox">
1828 <property name="visible">True</property> 1624 <property name="visible">True</property>
1829 <property name="can_focus">False</property>
1830 <property name="spacing">5</property> 1625 <property name="spacing">5</property>
1831 <child> 1626 <child>
1832 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label"> 1627 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label">
1833 <property name="visible">True</property> 1628 <property name="visible">True</property>
1834 <property name="can_focus">False</property>
1835 <property name="has_tooltip">True</property> 1629 <property name="has_tooltip">True</property>
1836 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 1630 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1837 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1631 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
@@ -1849,10 +1643,8 @@
1849 <property name="visible">True</property> 1643 <property name="visible">True</property>
1850 <property name="can_focus">True</property> 1644 <property name="can_focus">True</property>
1851 <property name="max_length">5</property> 1645 <property name="max_length">5</property>
1852 <property name="invisible_char"></property> 1646 <property name="invisible_char">&#x2022;</property>
1853 <property name="invisible_char_set">True</property> 1647 <property name="invisible_char_set">True</property>
1854 <property name="primary_icon_activatable">False</property>
1855 <property name="secondary_icon_activatable">False</property>
1856 <property name="primary_icon_sensitive">True</property> 1648 <property name="primary_icon_sensitive">True</property>
1857 <property name="secondary_icon_sensitive">True</property> 1649 <property name="secondary_icon_sensitive">True</property>
1858 <property name="adjustment">GNUNET_setup_transport_https_port_adjustment</property> 1650 <property name="adjustment">GNUNET_setup_transport_https_port_adjustment</property>
@@ -1879,17 +1671,14 @@
1879 <child> 1671 <child>
1880 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox"> 1672 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox">
1881 <property name="visible">True</property> 1673 <property name="visible">True</property>
1882 <property name="can_focus">False</property>
1883 <property name="spacing">5</property> 1674 <property name="spacing">5</property>
1884 <child> 1675 <child>
1885 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label"> 1676 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label">
1886 <property name="visible">True</property> 1677 <property name="visible">True</property>
1887 <property name="can_focus">False</property>
1888 <property name="label" translatable="yes">Advertised port:</property> 1678 <property name="label" translatable="yes">Advertised port:</property>
1889 </object> 1679 </object>
1890 <packing> 1680 <packing>
1891 <property name="expand">False</property> 1681 <property name="expand">False</property>
1892 <property name="fill">True</property>
1893 <property name="padding">5</property> 1682 <property name="padding">5</property>
1894 <property name="position">0</property> 1683 <property name="position">0</property>
1895 </packing> 1684 </packing>
@@ -1899,10 +1688,8 @@
1899 <property name="visible">True</property> 1688 <property name="visible">True</property>
1900 <property name="can_focus">True</property> 1689 <property name="can_focus">True</property>
1901 <property name="max_length">5</property> 1690 <property name="max_length">5</property>
1902 <property name="invisible_char"></property> 1691 <property name="invisible_char">&#x25CF;</property>
1903 <property name="invisible_char_set">True</property> 1692 <property name="invisible_char_set">True</property>
1904 <property name="primary_icon_activatable">False</property>
1905 <property name="secondary_icon_activatable">False</property>
1906 <property name="primary_icon_sensitive">True</property> 1693 <property name="primary_icon_sensitive">True</property>
1907 <property name="secondary_icon_sensitive">True</property> 1694 <property name="secondary_icon_sensitive">True</property>
1908 <property name="adjustment">GNUNET_setup_transport_https_advertised_port_adjustment</property> 1695 <property name="adjustment">GNUNET_setup_transport_https_advertised_port_adjustment</property>
@@ -1910,7 +1697,6 @@
1910 </object> 1697 </object>
1911 <packing> 1698 <packing>
1912 <property name="expand">False</property> 1699 <property name="expand">False</property>
1913 <property name="fill">True</property>
1914 <property name="padding">5</property> 1700 <property name="padding">5</property>
1915 <property name="position">1</property> 1701 <property name="position">1</property>
1916 </packing> 1702 </packing>
@@ -1918,7 +1704,6 @@
1918 <child> 1704 <child>
1919 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label"> 1705 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label">
1920 <property name="visible">True</property> 1706 <property name="visible">True</property>
1921 <property name="can_focus">False</property>
1922 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1707 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1923 </object> 1708 </object>
1924 <packing> 1709 <packing>
@@ -1939,15 +1724,11 @@
1939 <child> 1724 <child>
1940 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox"> 1725 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox">
1941 <property name="visible">True</property> 1726 <property name="visible">True</property>
1942 <property name="can_focus">False</property>
1943 <child> 1727 <child>
1944 <object class="GtkLabel" id="label7"> 1728 <object class="GtkLabel" id="label7">
1945 <property name="visible">True</property> 1729 <property name="visible">True</property>
1946 <property name="can_focus">False</property>
1947 </object> 1730 </object>
1948 <packing> 1731 <packing>
1949 <property name="expand">True</property>
1950 <property name="fill">True</property>
1951 <property name="position">0</property> 1732 <property name="position">0</property>
1952 </packing> 1733 </packing>
1953 </child> 1734 </child>
@@ -1957,8 +1738,7 @@
1957 <property name="visible">True</property> 1738 <property name="visible">True</property>
1958 <property name="can_focus">True</property> 1739 <property name="can_focus">True</property>
1959 <property name="receives_default">True</property> 1740 <property name="receives_default">True</property>
1960 <property name="use_action_appearance">False</property> 1741 <signal name="clicked" handler="GNUNET_setup_transport_https_test_button_clicked_cb"/>
1961 <signal name="clicked" handler="GNUNET_setup_transport_https_test_button_clicked_cb" swapped="no"/>
1962 </object> 1742 </object>
1963 <packing> 1743 <packing>
1964 <property name="expand">False</property> 1744 <property name="expand">False</property>
@@ -1969,7 +1749,6 @@
1969 </child> 1749 </child>
1970 <child> 1750 <child>
1971 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image"> 1751 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image">
1972 <property name="can_focus">False</property>
1973 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1752 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1974 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1753 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1975 </object> 1754 </object>
@@ -1982,7 +1761,6 @@
1982 </child> 1761 </child>
1983 <child> 1762 <child>
1984 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image"> 1763 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image">
1985 <property name="can_focus">False</property>
1986 <property name="tooltip_text" translatable="yes">Test failed!</property> 1764 <property name="tooltip_text" translatable="yes">Test failed!</property>
1987 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1765 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1988 </object> 1766 </object>
@@ -1996,11 +1774,8 @@
1996 <child> 1774 <child>
1997 <object class="GtkLabel" id="label8"> 1775 <object class="GtkLabel" id="label8">
1998 <property name="visible">True</property> 1776 <property name="visible">True</property>
1999 <property name="can_focus">False</property>
2000 </object> 1777 </object>
2001 <packing> 1778 <packing>
2002 <property name="expand">True</property>
2003 <property name="fill">True</property>
2004 <property name="position">4</property> 1779 <property name="position">4</property>
2005 </packing> 1780 </packing>
2006 </child> 1781 </child>
@@ -2023,7 +1798,6 @@
2023 <child type="tab"> 1798 <child type="tab">
2024 <object class="GtkLabel" id="GNUNET_setup_transport_https_label"> 1799 <object class="GtkLabel" id="GNUNET_setup_transport_https_label">
2025 <property name="visible">True</property> 1800 <property name="visible">True</property>
2026 <property name="can_focus">False</property>
2027 <property name="label" translatable="yes">HTTPS</property> 1801 <property name="label" translatable="yes">HTTPS</property>
2028 </object> 1802 </object>
2029 <packing> 1803 <packing>
@@ -2034,7 +1808,7 @@
2034 <child> 1808 <child>
2035 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox"> 1809 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox">
2036 <property name="visible">True</property> 1810 <property name="visible">True</property>
2037 <property name="can_focus">False</property> 1811 <property name="orientation">vertical</property>
2038 <child> 1812 <child>
2039 <placeholder/> 1813 <placeholder/>
2040 </child> 1814 </child>
@@ -2046,7 +1820,6 @@
2046 <child type="tab"> 1820 <child type="tab">
2047 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label"> 1821 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label">
2048 <property name="visible">True</property> 1822 <property name="visible">True</property>
2049 <property name="can_focus">False</property>
2050 <property name="label" translatable="yes">DV</property> 1823 <property name="label" translatable="yes">DV</property>
2051 </object> 1824 </object>
2052 <packing> 1825 <packing>
@@ -2057,15 +1830,12 @@
2057 <child> 1830 <child>
2058 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox"> 1831 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox">
2059 <property name="visible">True</property> 1832 <property name="visible">True</property>
2060 <property name="can_focus">False</property>
2061 <child> 1833 <child>
2062 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox"> 1834 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox">
2063 <property name="visible">True</property> 1835 <property name="visible">True</property>
2064 <property name="can_focus">False</property>
2065 <child> 1836 <child>
2066 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label"> 1837 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label">
2067 <property name="visible">True</property> 1838 <property name="visible">True</property>
2068 <property name="can_focus">False</property>
2069 <property name="label" translatable="yes">Name of _Monitor Interface</property> 1839 <property name="label" translatable="yes">Name of _Monitor Interface</property>
2070 <property name="use_underline">True</property> 1840 <property name="use_underline">True</property>
2071 </object> 1841 </object>
@@ -2081,16 +1851,12 @@
2081 <property name="visible">True</property> 1851 <property name="visible">True</property>
2082 <property name="can_focus">True</property> 1852 <property name="can_focus">True</property>
2083 <property name="max_length">255</property> 1853 <property name="max_length">255</property>
2084 <property name="invisible_char"></property> 1854 <property name="invisible_char">&#x25CF;</property>
2085 <property name="invisible_char_set">True</property> 1855 <property name="invisible_char_set">True</property>
2086 <property name="primary_icon_activatable">False</property>
2087 <property name="secondary_icon_activatable">False</property>
2088 <property name="primary_icon_sensitive">True</property> 1856 <property name="primary_icon_sensitive">True</property>
2089 <property name="secondary_icon_sensitive">True</property> 1857 <property name="secondary_icon_sensitive">True</property>
2090 </object> 1858 </object>
2091 <packing> 1859 <packing>
2092 <property name="expand">True</property>
2093 <property name="fill">True</property>
2094 <property name="padding">5</property> 1860 <property name="padding">5</property>
2095 <property name="position">1</property> 1861 <property name="position">1</property>
2096 </packing> 1862 </packing>
@@ -2098,7 +1864,6 @@
2098 </object> 1864 </object>
2099 <packing> 1865 <packing>
2100 <property name="expand">False</property> 1866 <property name="expand">False</property>
2101 <property name="fill">True</property>
2102 <property name="padding">5</property> 1867 <property name="padding">5</property>
2103 <property name="position">0</property> 1868 <property name="position">0</property>
2104 </packing> 1869 </packing>
@@ -2114,7 +1879,6 @@
2114 <child type="tab"> 1879 <child type="tab">
2115 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label"> 1880 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label">
2116 <property name="visible">True</property> 1881 <property name="visible">True</property>
2117 <property name="can_focus">False</property>
2118 <property name="label" translatable="yes">WLAN</property> 1882 <property name="label" translatable="yes">WLAN</property>
2119 </object> 1883 </object>
2120 <packing> 1884 <packing>
@@ -2124,8 +1888,6 @@
2124 </child> 1888 </child>
2125 </object> 1889 </object>
2126 <packing> 1890 <packing>
2127 <property name="expand">True</property>
2128 <property name="fill">True</property>
2129 <property name="position">1</property> 1891 <property name="position">1</property>
2130 </packing> 1892 </packing>
2131 </child> 1893 </child>
@@ -2136,7 +1898,6 @@
2136 <child type="label"> 1898 <child type="label">
2137 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label"> 1899 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label">
2138 <property name="visible">True</property> 1900 <property name="visible">True</property>
2139 <property name="can_focus">False</property>
2140 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property> 1901 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property>
2141 <property name="use_markup">True</property> 1902 <property name="use_markup">True</property>
2142 </object> 1903 </object>
@@ -2149,7 +1910,6 @@
2149 <child type="tab"> 1910 <child type="tab">
2150 <object class="GtkLabel" id="GNUNET_setup_transport_label"> 1911 <object class="GtkLabel" id="GNUNET_setup_transport_label">
2151 <property name="visible">True</property> 1912 <property name="visible">True</property>
2152 <property name="can_focus">False</property>
2153 <property name="label" translatable="yes">_Transports</property> 1913 <property name="label" translatable="yes">_Transports</property>
2154 <property name="use_underline">True</property> 1914 <property name="use_underline">True</property>
2155 </object> 1915 </object>
@@ -2161,29 +1921,25 @@
2161 <child> 1921 <child>
2162 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox"> 1922 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox">
2163 <property name="visible">True</property> 1923 <property name="visible">True</property>
2164 <property name="can_focus">False</property> 1924 <property name="orientation">vertical</property>
2165 <child> 1925 <child>
2166 <object class="GtkFrame" id="GNUNET_setup_fs_frame"> 1926 <object class="GtkFrame" id="GNUNET_setup_fs_frame">
2167 <property name="visible">True</property> 1927 <property name="visible">True</property>
2168 <property name="can_focus">False</property>
2169 <property name="label_xalign">0</property> 1928 <property name="label_xalign">0</property>
2170 <property name="shadow_type">none</property> 1929 <property name="shadow_type">none</property>
2171 <child> 1930 <child>
2172 <object class="GtkAlignment" id="GNUNET_setup_fs_alignment"> 1931 <object class="GtkAlignment" id="GNUNET_setup_fs_alignment">
2173 <property name="visible">True</property> 1932 <property name="visible">True</property>
2174 <property name="can_focus">False</property>
2175 <property name="left_padding">12</property> 1933 <property name="left_padding">12</property>
2176 <child> 1934 <child>
2177 <object class="GtkHBox" id="GNUNET_setup_fs_migration_hbox"> 1935 <object class="GtkHBox" id="GNUNET_setup_fs_migration_hbox">
2178 <property name="visible">True</property> 1936 <property name="visible">True</property>
2179 <property name="can_focus">False</property>
2180 <child> 1937 <child>
2181 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_from_checkbutton"> 1938 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_from_checkbutton">
2182 <property name="label" translatable="yes">Enable unsolicited content transmission from this peer</property> 1939 <property name="label" translatable="yes">Enable unsolicited content transmission from this peer</property>
2183 <property name="visible">True</property> 1940 <property name="visible">True</property>
2184 <property name="can_focus">True</property> 1941 <property name="can_focus">True</property>
2185 <property name="receives_default">False</property> 1942 <property name="receives_default">False</property>
2186 <property name="use_action_appearance">False</property>
2187 <property name="xalign">0</property> 1943 <property name="xalign">0</property>
2188 <property name="active">True</property> 1944 <property name="active">True</property>
2189 <property name="draw_indicator">True</property> 1945 <property name="draw_indicator">True</property>
@@ -2201,14 +1957,11 @@
2201 <property name="visible">True</property> 1957 <property name="visible">True</property>
2202 <property name="can_focus">True</property> 1958 <property name="can_focus">True</property>
2203 <property name="receives_default">False</property> 1959 <property name="receives_default">False</property>
2204 <property name="use_action_appearance">False</property>
2205 <property name="xalign">0</property> 1960 <property name="xalign">0</property>
2206 <property name="active">True</property> 1961 <property name="active">True</property>
2207 <property name="draw_indicator">True</property> 1962 <property name="draw_indicator">True</property>
2208 </object> 1963 </object>
2209 <packing> 1964 <packing>
2210 <property name="expand">True</property>
2211 <property name="fill">True</property>
2212 <property name="position">1</property> 1965 <property name="position">1</property>
2213 </packing> 1966 </packing>
2214 </child> 1967 </child>
@@ -2219,7 +1972,6 @@
2219 <child type="label"> 1972 <child type="label">
2220 <object class="GtkLabel" id="GNUNET_setup_fs_options_label"> 1973 <object class="GtkLabel" id="GNUNET_setup_fs_options_label">
2221 <property name="visible">True</property> 1974 <property name="visible">True</property>
2222 <property name="can_focus">False</property>
2223 <property name="label" translatable="yes">&lt;b&gt;File Sharing Options&lt;/b&gt;</property> 1975 <property name="label" translatable="yes">&lt;b&gt;File Sharing Options&lt;/b&gt;</property>
2224 <property name="use_markup">True</property> 1976 <property name="use_markup">True</property>
2225 </object> 1977 </object>
@@ -2234,26 +1986,22 @@
2234 <child> 1986 <child>
2235 <object class="GtkFrame" id="GNUNET_setup_datastore_frame"> 1987 <object class="GtkFrame" id="GNUNET_setup_datastore_frame">
2236 <property name="visible">True</property> 1988 <property name="visible">True</property>
2237 <property name="can_focus">False</property>
2238 <property name="label_xalign">0</property> 1989 <property name="label_xalign">0</property>
2239 <property name="shadow_type">none</property> 1990 <property name="shadow_type">none</property>
2240 <child> 1991 <child>
2241 <object class="GtkAlignment" id="GNUNET_setup_datastore_alignment"> 1992 <object class="GtkAlignment" id="GNUNET_setup_datastore_alignment">
2242 <property name="visible">True</property> 1993 <property name="visible">True</property>
2243 <property name="can_focus">False</property>
2244 <property name="left_padding">12</property> 1994 <property name="left_padding">12</property>
2245 <child> 1995 <child>
2246 <object class="GtkVBox" id="GNUNET_setup_datastore_vbox"> 1996 <object class="GtkVBox" id="GNUNET_setup_datastore_vbox">
2247 <property name="visible">True</property> 1997 <property name="visible">True</property>
2248 <property name="can_focus">False</property> 1998 <property name="orientation">vertical</property>
2249 <child> 1999 <child>
2250 <object class="GtkHBox" id="GNUNET_setup_datastore_hbox"> 2000 <object class="GtkHBox" id="GNUNET_setup_datastore_hbox">
2251 <property name="visible">True</property> 2001 <property name="visible">True</property>
2252 <property name="can_focus">False</property>
2253 <child> 2002 <child>
2254 <object class="GtkLabel" id="GNUNET_setup_datastore_label"> 2003 <object class="GtkLabel" id="GNUNET_setup_datastore_label">
2255 <property name="visible">True</property> 2004 <property name="visible">True</property>
2256 <property name="can_focus">False</property>
2257 <property name="label" translatable="yes">Database Backend to use:</property> 2005 <property name="label" translatable="yes">Database Backend to use:</property>
2258 </object> 2006 </object>
2259 <packing> 2007 <packing>
@@ -2266,7 +2014,6 @@
2266 <child> 2014 <child>
2267 <object class="GtkHButtonBox" id="GNUNET_setup_datastore_hbuttonbox"> 2015 <object class="GtkHButtonBox" id="GNUNET_setup_datastore_hbuttonbox">
2268 <property name="visible">True</property> 2016 <property name="visible">True</property>
2269 <property name="can_focus">False</property>
2270 <property name="layout_style">start</property> 2017 <property name="layout_style">start</property>
2271 <child> 2018 <child>
2272 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_sqlite_radiobutton"> 2019 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_sqlite_radiobutton">
@@ -2274,11 +2021,10 @@
2274 <property name="visible">True</property> 2021 <property name="visible">True</property>
2275 <property name="can_focus">True</property> 2022 <property name="can_focus">True</property>
2276 <property name="receives_default">False</property> 2023 <property name="receives_default">False</property>
2277 <property name="use_action_appearance">False</property>
2278 <property name="xalign">0</property> 2024 <property name="xalign">0</property>
2279 <property name="active">True</property> 2025 <property name="active">True</property>
2280 <property name="draw_indicator">True</property> 2026 <property name="draw_indicator">True</property>
2281 <signal name="realize" handler="GNUNET_setup_fs_datastore_sqlite_radiobutton_realize_cb" swapped="no"/> 2027 <signal name="realize" handler="GNUNET_setup_fs_datastore_sqlite_radiobutton_realize_cb"/>
2282 </object> 2028 </object>
2283 <packing> 2029 <packing>
2284 <property name="expand">False</property> 2030 <property name="expand">False</property>
@@ -2292,12 +2038,11 @@
2292 <property name="visible">True</property> 2038 <property name="visible">True</property>
2293 <property name="can_focus">True</property> 2039 <property name="can_focus">True</property>
2294 <property name="receives_default">False</property> 2040 <property name="receives_default">False</property>
2295 <property name="use_action_appearance">False</property>
2296 <property name="xalign">0</property> 2041 <property name="xalign">0</property>
2297 <property name="yalign">0.50999999046325684</property> 2042 <property name="yalign">0.50999999046325684</property>
2298 <property name="draw_indicator">True</property> 2043 <property name="draw_indicator">True</property>
2299 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property> 2044 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property>
2300 <signal name="realize" handler="GNUNET_setup_fs_datastore_mysql_radiobutton_realize_cb" swapped="no"/> 2045 <signal name="realize" handler="GNUNET_setup_fs_datastore_mysql_radiobutton_realize_cb"/>
2301 </object> 2046 </object>
2302 <packing> 2047 <packing>
2303 <property name="expand">False</property> 2048 <property name="expand">False</property>
@@ -2311,11 +2056,10 @@
2311 <property name="visible">True</property> 2056 <property name="visible">True</property>
2312 <property name="can_focus">True</property> 2057 <property name="can_focus">True</property>
2313 <property name="receives_default">False</property> 2058 <property name="receives_default">False</property>
2314 <property name="use_action_appearance">False</property>
2315 <property name="xalign">0</property> 2059 <property name="xalign">0</property>
2316 <property name="draw_indicator">True</property> 2060 <property name="draw_indicator">True</property>
2317 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property> 2061 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property>
2318 <signal name="realize" handler="GNUNET_setup_fs_datastore_postgres_radiobutton_realize_cb" swapped="no"/> 2062 <signal name="realize" handler="GNUNET_setup_fs_datastore_postgres_radiobutton_realize_cb"/>
2319 </object> 2063 </object>
2320 <packing> 2064 <packing>
2321 <property name="expand">False</property> 2065 <property name="expand">False</property>
@@ -2333,11 +2077,9 @@
2333 <child> 2077 <child>
2334 <object class="GtkVSeparator" id="GNUNET_setup_datastore_vseparator"> 2078 <object class="GtkVSeparator" id="GNUNET_setup_datastore_vseparator">
2335 <property name="visible">True</property> 2079 <property name="visible">True</property>
2336 <property name="can_focus">False</property>
2337 </object> 2080 </object>
2338 <packing> 2081 <packing>
2339 <property name="expand">False</property> 2082 <property name="expand">False</property>
2340 <property name="fill">True</property>
2341 <property name="padding">5</property> 2083 <property name="padding">5</property>
2342 <property name="position">2</property> 2084 <property name="position">2</property>
2343 </packing> 2085 </packing>
@@ -2345,7 +2087,6 @@
2345 <child> 2087 <child>
2346 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_quota_label"> 2088 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_quota_label">
2347 <property name="visible">True</property> 2089 <property name="visible">True</property>
2348 <property name="can_focus">False</property>
2349 <property name="label" translatable="yes">Quota (bytes):</property> 2090 <property name="label" translatable="yes">Quota (bytes):</property>
2350 </object> 2091 </object>
2351 <packing> 2092 <packing>
@@ -2359,10 +2100,8 @@
2359 <object class="GtkSpinButton" id="GNUNET_setup_fs_datastore_quota_spinbutton"> 2100 <object class="GtkSpinButton" id="GNUNET_setup_fs_datastore_quota_spinbutton">
2360 <property name="visible">True</property> 2101 <property name="visible">True</property>
2361 <property name="can_focus">True</property> 2102 <property name="can_focus">True</property>
2362 <property name="invisible_char"></property> 2103 <property name="invisible_char">&#x2022;</property>
2363 <property name="invisible_char_set">True</property> 2104 <property name="invisible_char_set">True</property>
2364 <property name="primary_icon_activatable">False</property>
2365 <property name="secondary_icon_activatable">False</property>
2366 <property name="primary_icon_sensitive">True</property> 2105 <property name="primary_icon_sensitive">True</property>
2367 <property name="secondary_icon_sensitive">True</property> 2106 <property name="secondary_icon_sensitive">True</property>
2368 <property name="adjustment">GNUNET_setup_fs_datastore_quota_adjustment</property> 2107 <property name="adjustment">GNUNET_setup_fs_datastore_quota_adjustment</property>
@@ -2388,14 +2127,12 @@
2388 <child> 2127 <child>
2389 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_sqlite_label"> 2128 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_sqlite_label">
2390 <property name="visible">True</property> 2129 <property name="visible">True</property>
2391 <property name="can_focus">False</property>
2392 <property name="label" translatable="yes">No setup required.</property> 2130 <property name="label" translatable="yes">No setup required.</property>
2393 </object> 2131 </object>
2394 </child> 2132 </child>
2395 <child type="tab"> 2133 <child type="tab">
2396 <object class="GtkLabel" id="GNUNET_setup_datastore_sqlite_label"> 2134 <object class="GtkLabel" id="GNUNET_setup_datastore_sqlite_label">
2397 <property name="visible">True</property> 2135 <property name="visible">True</property>
2398 <property name="can_focus">False</property>
2399 <property name="label" translatable="yes">sqLite</property> 2136 <property name="label" translatable="yes">sqLite</property>
2400 </object> 2137 </object>
2401 <packing> 2138 <packing>
@@ -2405,15 +2142,13 @@
2405 <child> 2142 <child>
2406 <object class="GtkVBox" id="GNUNET_setup_datastore_mysql_vbox"> 2143 <object class="GtkVBox" id="GNUNET_setup_datastore_mysql_vbox">
2407 <property name="visible">True</property> 2144 <property name="visible">True</property>
2408 <property name="can_focus">False</property> 2145 <property name="orientation">vertical</property>
2409 <child> 2146 <child>
2410 <object class="GtkHBox" id="hbox13"> 2147 <object class="GtkHBox" id="hbox13">
2411 <property name="visible">True</property> 2148 <property name="visible">True</property>
2412 <property name="can_focus">False</property>
2413 <child> 2149 <child>
2414 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label"> 2150 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label">
2415 <property name="visible">True</property> 2151 <property name="visible">True</property>
2416 <property name="can_focus">False</property>
2417 <property name="label" translatable="yes">MySQL database name:</property> 2152 <property name="label" translatable="yes">MySQL database name:</property>
2418 </object> 2153 </object>
2419 <packing> 2154 <packing>
@@ -2427,37 +2162,29 @@
2427 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_database_name_entry"> 2162 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_database_name_entry">
2428 <property name="visible">True</property> 2163 <property name="visible">True</property>
2429 <property name="can_focus">True</property> 2164 <property name="can_focus">True</property>
2430 <property name="invisible_char"></property> 2165 <property name="invisible_char">&#x2022;</property>
2431 <property name="text" translatable="yes">gnunet</property> 2166 <property name="text" translatable="yes">gnunet</property>
2432 <property name="invisible_char_set">True</property> 2167 <property name="invisible_char_set">True</property>
2433 <property name="primary_icon_activatable">False</property>
2434 <property name="secondary_icon_activatable">False</property>
2435 <property name="primary_icon_sensitive">True</property> 2168 <property name="primary_icon_sensitive">True</property>
2436 <property name="secondary_icon_sensitive">True</property> 2169 <property name="secondary_icon_sensitive">True</property>
2437 <signal name="changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb" swapped="no"/> 2170 <signal name="changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb"/>
2438 </object> 2171 </object>
2439 <packing> 2172 <packing>
2440 <property name="expand">True</property>
2441 <property name="fill">True</property>
2442 <property name="padding">5</property> 2173 <property name="padding">5</property>
2443 <property name="position">1</property> 2174 <property name="position">1</property>
2444 </packing> 2175 </packing>
2445 </child> 2176 </child>
2446 </object> 2177 </object>
2447 <packing> 2178 <packing>
2448 <property name="expand">True</property>
2449 <property name="fill">True</property>
2450 <property name="position">0</property> 2179 <property name="position">0</property>
2451 </packing> 2180 </packing>
2452 </child> 2181 </child>
2453 <child> 2182 <child>
2454 <object class="GtkHBox" id="hbox14"> 2183 <object class="GtkHBox" id="hbox14">
2455 <property name="visible">True</property> 2184 <property name="visible">True</property>
2456 <property name="can_focus">False</property>
2457 <child> 2185 <child>
2458 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label"> 2186 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label">
2459 <property name="visible">True</property> 2187 <property name="visible">True</property>
2460 <property name="can_focus">False</property>
2461 <property name="label" translatable="yes">Configuration file:</property> 2188 <property name="label" translatable="yes">Configuration file:</property>
2462 </object> 2189 </object>
2463 <packing> 2190 <packing>
@@ -2469,30 +2196,23 @@
2469 <child> 2196 <child>
2470 <object class="GtkFileChooserButton" id="GNUNET_setup_datastore_mysql_config_file_filechooserbutton"> 2197 <object class="GtkFileChooserButton" id="GNUNET_setup_datastore_mysql_config_file_filechooserbutton">
2471 <property name="visible">True</property> 2198 <property name="visible">True</property>
2472 <property name="can_focus">False</property>
2473 </object> 2199 </object>
2474 <packing> 2200 <packing>
2475 <property name="expand">True</property>
2476 <property name="fill">True</property>
2477 <property name="padding">5</property> 2201 <property name="padding">5</property>
2478 <property name="position">1</property> 2202 <property name="position">1</property>
2479 </packing> 2203 </packing>
2480 </child> 2204 </child>
2481 </object> 2205 </object>
2482 <packing> 2206 <packing>
2483 <property name="expand">True</property>
2484 <property name="fill">True</property>
2485 <property name="position">1</property> 2207 <property name="position">1</property>
2486 </packing> 2208 </packing>
2487 </child> 2209 </child>
2488 <child> 2210 <child>
2489 <object class="GtkHBox" id="hbox15"> 2211 <object class="GtkHBox" id="hbox15">
2490 <property name="visible">True</property> 2212 <property name="visible">True</property>
2491 <property name="can_focus">False</property>
2492 <child> 2213 <child>
2493 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label"> 2214 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label">
2494 <property name="visible">True</property> 2215 <property name="visible">True</property>
2495 <property name="can_focus">False</property>
2496 <property name="label" translatable="yes">Username:</property> 2216 <property name="label" translatable="yes">Username:</property>
2497 </object> 2217 </object>
2498 <packing> 2218 <packing>
@@ -2506,16 +2226,12 @@
2506 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_username_entry"> 2226 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_username_entry">
2507 <property name="visible">True</property> 2227 <property name="visible">True</property>
2508 <property name="can_focus">True</property> 2228 <property name="can_focus">True</property>
2509 <property name="invisible_char"></property> 2229 <property name="invisible_char">&#x2022;</property>
2510 <property name="invisible_char_set">True</property> 2230 <property name="invisible_char_set">True</property>
2511 <property name="primary_icon_activatable">False</property>
2512 <property name="secondary_icon_activatable">False</property>
2513 <property name="primary_icon_sensitive">True</property> 2231 <property name="primary_icon_sensitive">True</property>
2514 <property name="secondary_icon_sensitive">True</property> 2232 <property name="secondary_icon_sensitive">True</property>
2515 </object> 2233 </object>
2516 <packing> 2234 <packing>
2517 <property name="expand">True</property>
2518 <property name="fill">True</property>
2519 <property name="padding">5</property> 2235 <property name="padding">5</property>
2520 <property name="position">1</property> 2236 <property name="position">1</property>
2521 </packing> 2237 </packing>
@@ -2523,7 +2239,6 @@
2523 <child> 2239 <child>
2524 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_password_label"> 2240 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_password_label">
2525 <property name="visible">True</property> 2241 <property name="visible">True</property>
2526 <property name="can_focus">False</property>
2527 <property name="label" translatable="yes">Password:</property> 2242 <property name="label" translatable="yes">Password:</property>
2528 </object> 2243 </object>
2529 <packing> 2244 <packing>
@@ -2536,35 +2251,27 @@
2536 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_password_entry"> 2251 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_password_entry">
2537 <property name="visible">True</property> 2252 <property name="visible">True</property>
2538 <property name="can_focus">True</property> 2253 <property name="can_focus">True</property>
2539 <property name="invisible_char"></property> 2254 <property name="invisible_char">&#x2022;</property>
2540 <property name="invisible_char_set">True</property> 2255 <property name="invisible_char_set">True</property>
2541 <property name="primary_icon_activatable">False</property>
2542 <property name="secondary_icon_activatable">False</property>
2543 <property name="primary_icon_sensitive">True</property> 2256 <property name="primary_icon_sensitive">True</property>
2544 <property name="secondary_icon_sensitive">True</property> 2257 <property name="secondary_icon_sensitive">True</property>
2545 </object> 2258 </object>
2546 <packing> 2259 <packing>
2547 <property name="expand">True</property>
2548 <property name="fill">True</property>
2549 <property name="padding">5</property> 2260 <property name="padding">5</property>
2550 <property name="position">3</property> 2261 <property name="position">3</property>
2551 </packing> 2262 </packing>
2552 </child> 2263 </child>
2553 </object> 2264 </object>
2554 <packing> 2265 <packing>
2555 <property name="expand">True</property>
2556 <property name="fill">True</property>
2557 <property name="position">2</property> 2266 <property name="position">2</property>
2558 </packing> 2267 </packing>
2559 </child> 2268 </child>
2560 <child> 2269 <child>
2561 <object class="GtkHBox" id="hbox16"> 2270 <object class="GtkHBox" id="hbox16">
2562 <property name="visible">True</property> 2271 <property name="visible">True</property>
2563 <property name="can_focus">False</property>
2564 <child> 2272 <child>
2565 <object class="GtkLabel" id="GNUNET_setup-datastore_mysql_hostname_label"> 2273 <object class="GtkLabel" id="GNUNET_setup-datastore_mysql_hostname_label">
2566 <property name="visible">True</property> 2274 <property name="visible">True</property>
2567 <property name="can_focus">False</property>
2568 <property name="label" translatable="yes">MySQL Server Hostname:</property> 2275 <property name="label" translatable="yes">MySQL Server Hostname:</property>
2569 </object> 2276 </object>
2570 <packing> 2277 <packing>
@@ -2578,17 +2285,13 @@
2578 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_hostname_entry"> 2285 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_hostname_entry">
2579 <property name="visible">True</property> 2286 <property name="visible">True</property>
2580 <property name="can_focus">True</property> 2287 <property name="can_focus">True</property>
2581 <property name="invisible_char"></property> 2288 <property name="invisible_char">&#x2022;</property>
2582 <property name="text" translatable="yes">localhost</property> 2289 <property name="text" translatable="yes">localhost</property>
2583 <property name="invisible_char_set">True</property> 2290 <property name="invisible_char_set">True</property>
2584 <property name="primary_icon_activatable">False</property>
2585 <property name="secondary_icon_activatable">False</property>
2586 <property name="primary_icon_sensitive">True</property> 2291 <property name="primary_icon_sensitive">True</property>
2587 <property name="secondary_icon_sensitive">True</property> 2292 <property name="secondary_icon_sensitive">True</property>
2588 </object> 2293 </object>
2589 <packing> 2294 <packing>
2590 <property name="expand">True</property>
2591 <property name="fill">True</property>
2592 <property name="padding">5</property> 2295 <property name="padding">5</property>
2593 <property name="position">1</property> 2296 <property name="position">1</property>
2594 </packing> 2297 </packing>
@@ -2596,7 +2299,6 @@
2596 <child> 2299 <child>
2597 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_port_label"> 2300 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_port_label">
2598 <property name="visible">True</property> 2301 <property name="visible">True</property>
2599 <property name="can_focus">False</property>
2600 <property name="label" translatable="yes">Port:</property> 2302 <property name="label" translatable="yes">Port:</property>
2601 </object> 2303 </object>
2602 <packing> 2304 <packing>
@@ -2610,15 +2312,13 @@
2610 <object class="GtkSpinButton" id="GNUNET_setup_datastore_mysql_port_spinbutton"> 2312 <object class="GtkSpinButton" id="GNUNET_setup_datastore_mysql_port_spinbutton">
2611 <property name="visible">True</property> 2313 <property name="visible">True</property>
2612 <property name="can_focus">True</property> 2314 <property name="can_focus">True</property>
2613 <property name="invisible_char"></property> 2315 <property name="invisible_char">&#x2022;</property>
2614 <property name="invisible_char_set">True</property> 2316 <property name="invisible_char_set">True</property>
2615 <property name="primary_icon_activatable">False</property>
2616 <property name="secondary_icon_activatable">False</property>
2617 <property name="primary_icon_sensitive">True</property> 2317 <property name="primary_icon_sensitive">True</property>
2618 <property name="secondary_icon_sensitive">True</property> 2318 <property name="secondary_icon_sensitive">True</property>
2619 <property name="adjustment">GNUNET_setup_fs_datastore_mysql_port_adjustment</property> 2319 <property name="adjustment">GNUNET_setup_fs_datastore_mysql_port_adjustment</property>
2620 <property name="numeric">True</property> 2320 <property name="numeric">True</property>
2621 <signal name="value-changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb" swapped="no"/> 2321 <signal name="value_changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb"/>
2622 </object> 2322 </object>
2623 <packing> 2323 <packing>
2624 <property name="expand">False</property> 2324 <property name="expand">False</property>
@@ -2629,8 +2329,6 @@
2629 </child> 2329 </child>
2630 </object> 2330 </object>
2631 <packing> 2331 <packing>
2632 <property name="expand">True</property>
2633 <property name="fill">True</property>
2634 <property name="position">3</property> 2332 <property name="position">3</property>
2635 </packing> 2333 </packing>
2636 </child> 2334 </child>
@@ -2642,55 +2340,43 @@
2642 <child type="tab"> 2340 <child type="tab">
2643 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hbox"> 2341 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hbox">
2644 <property name="visible">True</property> 2342 <property name="visible">True</property>
2645 <property name="can_focus">False</property>
2646 <child> 2343 <child>
2647 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_tab_label"> 2344 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_tab_label">
2648 <property name="visible">True</property> 2345 <property name="visible">True</property>
2649 <property name="can_focus">False</property>
2650 <property name="label" translatable="yes">MySQL</property> 2346 <property name="label" translatable="yes">MySQL</property>
2651 </object> 2347 </object>
2652 <packing> 2348 <packing>
2653 <property name="expand">True</property>
2654 <property name="fill">True</property>
2655 <property name="position">0</property> 2349 <property name="position">0</property>
2656 </packing> 2350 </packing>
2657 </child> 2351 </child>
2658 <child> 2352 <child>
2659 <object class="GtkButton" id="GNUNET_setup_datastore_mysql_tab_test_button"> 2353 <object class="GtkButton" id="GNUNET_setup_datastore_mysql_tab_test_button">
2354 <property name="label" translatable="yes">Test configuration</property>
2660 <property name="visible">True</property> 2355 <property name="visible">True</property>
2661 <property name="can_focus">True</property> 2356 <property name="can_focus">True</property>
2662 <property name="receives_default">True</property> 2357 <property name="receives_default">True</property>
2663 <property name="label" translatable="yes">Test configuration</property> 2358 <signal name="clicked" handler="GNUNET_setup_datastore_mysql_tab_test_button_clicked_cb"/>
2664 <signal name="clicked" handler="GNUNET_setup_datastore_mysql_tab_test_button_clicked_cb" swapped="no"/>
2665 </object> 2359 </object>
2666 <packing> 2360 <packing>
2667 <property name="expand">True</property>
2668 <property name="fill">True</property>
2669 <property name="position">1</property>
2670 <property name="padding">5</property> 2361 <property name="padding">5</property>
2362 <property name="position">1</property>
2671 </packing> 2363 </packing>
2672 </child> 2364 </child>
2673 <child> 2365 <child>
2674 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_ok_image"> 2366 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_ok_image">
2675 <property name="can_focus">False</property>
2676 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2367 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2677 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2368 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2678 </object> 2369 </object>
2679 <packing> 2370 <packing>
2680 <property name="expand">True</property>
2681 <property name="fill">True</property>
2682 <property name="position">2</property> 2371 <property name="position">2</property>
2683 </packing> 2372 </packing>
2684 </child> 2373 </child>
2685 <child> 2374 <child>
2686 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_error_image"> 2375 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_error_image">
2687 <property name="can_focus">False</property>
2688 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2376 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2689 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2377 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2690 </object> 2378 </object>
2691 <packing> 2379 <packing>
2692 <property name="expand">True</property>
2693 <property name="fill">True</property>
2694 <property name="position">3</property> 2380 <property name="position">3</property>
2695 </packing> 2381 </packing>
2696 </child> 2382 </child>
@@ -2703,16 +2389,13 @@
2703 <child> 2389 <child>
2704 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox"> 2390 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox">
2705 <property name="visible">True</property> 2391 <property name="visible">True</property>
2706 <property name="can_focus">False</property>
2707 <child> 2392 <child>
2708 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_config_label"> 2393 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_config_label">
2709 <property name="visible">True</property> 2394 <property name="visible">True</property>
2710 <property name="can_focus">False</property>
2711 <property name="label" translatable="yes">Configuration:</property> 2395 <property name="label" translatable="yes">Configuration:</property>
2712 </object> 2396 </object>
2713 <packing> 2397 <packing>
2714 <property name="expand">False</property> 2398 <property name="expand">False</property>
2715 <property name="fill">True</property>
2716 <property name="padding">5</property> 2399 <property name="padding">5</property>
2717 <property name="position">0</property> 2400 <property name="position">0</property>
2718 </packing> 2401 </packing>
@@ -2721,17 +2404,13 @@
2721 <object class="GtkEntry" id="GNUNET_setup_datastore_postgres_config_entry"> 2404 <object class="GtkEntry" id="GNUNET_setup_datastore_postgres_config_entry">
2722 <property name="visible">True</property> 2405 <property name="visible">True</property>
2723 <property name="can_focus">True</property> 2406 <property name="can_focus">True</property>
2724 <property name="invisible_char"></property> 2407 <property name="invisible_char">&#x2022;</property>
2725 <property name="invisible_char_set">True</property> 2408 <property name="invisible_char_set">True</property>
2726 <property name="primary_icon_activatable">False</property>
2727 <property name="secondary_icon_activatable">False</property>
2728 <property name="primary_icon_sensitive">True</property> 2409 <property name="primary_icon_sensitive">True</property>
2729 <property name="secondary_icon_sensitive">True</property> 2410 <property name="secondary_icon_sensitive">True</property>
2730 <signal name="changed" handler="GNUNET_setup_datastore_postgres_invalidate_cb" swapped="no"/> 2411 <signal name="changed" handler="GNUNET_setup_datastore_postgres_invalidate_cb"/>
2731 </object> 2412 </object>
2732 <packing> 2413 <packing>
2733 <property name="expand">True</property>
2734 <property name="fill">True</property>
2735 <property name="padding">5</property> 2414 <property name="padding">5</property>
2736 <property name="position">1</property> 2415 <property name="position">1</property>
2737 </packing> 2416 </packing>
@@ -2744,55 +2423,43 @@
2744 <child type="tab"> 2423 <child type="tab">
2745 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox "> 2424 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox ">
2746 <property name="visible">True</property> 2425 <property name="visible">True</property>
2747 <property name="can_focus">False</property>
2748 <child> 2426 <child>
2749 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_tab_label"> 2427 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_tab_label">
2750 <property name="visible">True</property> 2428 <property name="visible">True</property>
2751 <property name="can_focus">False</property>
2752 <property name="label" translatable="yes">Postgres</property> 2429 <property name="label" translatable="yes">Postgres</property>
2753 </object> 2430 </object>
2754 <packing> 2431 <packing>
2755 <property name="expand">True</property>
2756 <property name="fill">True</property>
2757 <property name="position">0</property> 2432 <property name="position">0</property>
2758 </packing> 2433 </packing>
2759 </child> 2434 </child>
2760 <child> 2435 <child>
2761 <object class="GtkButton" id="GNUNET_setup_datastore_postgres_tab_test_button"> 2436 <object class="GtkButton" id="GNUNET_setup_datastore_postgres_tab_test_button">
2437 <property name="label" translatable="yes">Test configuration</property>
2762 <property name="visible">True</property> 2438 <property name="visible">True</property>
2763 <property name="can_focus">True</property> 2439 <property name="can_focus">True</property>
2764 <property name="receives_default">True</property> 2440 <property name="receives_default">True</property>
2765 <property name="label" translatable="yes">Test configuration</property> 2441 <signal name="clicked" handler="GNUNET_setup_datastore_postgres_tab_test_button_clicked_cb"/>
2766 <signal name="clicked" handler="GNUNET_setup_datastore_postgres_tab_test_button_clicked_cb" swapped="no"/>
2767 </object> 2442 </object>
2768 <packing> 2443 <packing>
2769 <property name="expand">True</property>
2770 <property name="fill">True</property>
2771 <property name="position">1</property>
2772 <property name="padding">5</property> 2444 <property name="padding">5</property>
2445 <property name="position">1</property>
2773 </packing> 2446 </packing>
2774 </child> 2447 </child>
2775 <child> 2448 <child>
2776 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_ok_image"> 2449 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_ok_image">
2777 <property name="can_focus">False</property>
2778 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2450 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2779 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2451 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2780 </object> 2452 </object>
2781 <packing> 2453 <packing>
2782 <property name="expand">True</property>
2783 <property name="fill">True</property>
2784 <property name="position">2</property> 2454 <property name="position">2</property>
2785 </packing> 2455 </packing>
2786 </child> 2456 </child>
2787 <child> 2457 <child>
2788 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_error_image"> 2458 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_error_image">
2789 <property name="can_focus">False</property>
2790 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2459 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2791 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2460 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2792 </object> 2461 </object>
2793 <packing> 2462 <packing>
2794 <property name="expand">True</property>
2795 <property name="fill">True</property>
2796 <property name="position">3</property> 2463 <property name="position">3</property>
2797 </packing> 2464 </packing>
2798 </child> 2465 </child>
@@ -2804,8 +2471,6 @@
2804 </child> 2471 </child>
2805 </object> 2472 </object>
2806 <packing> 2473 <packing>
2807 <property name="expand">True</property>
2808 <property name="fill">True</property>
2809 <property name="position">1</property> 2474 <property name="position">1</property>
2810 </packing> 2475 </packing>
2811 </child> 2476 </child>
@@ -2816,41 +2481,34 @@
2816 <child type="label"> 2481 <child type="label">
2817 <object class="GtkLabel" id="GNUNET_setup_datastore_frame_label"> 2482 <object class="GtkLabel" id="GNUNET_setup_datastore_frame_label">
2818 <property name="visible">True</property> 2483 <property name="visible">True</property>
2819 <property name="can_focus">False</property>
2820 <property name="label" translatable="yes">&lt;b&gt;Configure Datastore (persistent storage)&lt;/b&gt;</property> 2484 <property name="label" translatable="yes">&lt;b&gt;Configure Datastore (persistent storage)&lt;/b&gt;</property>
2821 <property name="use_markup">True</property> 2485 <property name="use_markup">True</property>
2822 </object> 2486 </object>
2823 </child> 2487 </child>
2824 </object> 2488 </object>
2825 <packing> 2489 <packing>
2826 <property name="expand">True</property>
2827 <property name="fill">True</property>
2828 <property name="position">1</property> 2490 <property name="position">1</property>
2829 </packing> 2491 </packing>
2830 </child> 2492 </child>
2831 <child> 2493 <child>
2832 <object class="GtkFrame" id="GNUNET_setup_datacache_frame"> 2494 <object class="GtkFrame" id="GNUNET_setup_datacache_frame">
2833 <property name="visible">True</property> 2495 <property name="visible">True</property>
2834 <property name="can_focus">False</property>
2835 <property name="label_xalign">0</property> 2496 <property name="label_xalign">0</property>
2836 <property name="shadow_type">none</property> 2497 <property name="shadow_type">none</property>
2837 <child> 2498 <child>
2838 <object class="GtkAlignment" id="GNUNET_setup_datacache_alignment"> 2499 <object class="GtkAlignment" id="GNUNET_setup_datacache_alignment">
2839 <property name="visible">True</property> 2500 <property name="visible">True</property>
2840 <property name="can_focus">False</property>
2841 <property name="left_padding">12</property> 2501 <property name="left_padding">12</property>
2842 <child> 2502 <child>
2843 <object class="GtkVBox" id="GNUNET_setup_datacache_vbox"> 2503 <object class="GtkVBox" id="GNUNET_setup_datacache_vbox">
2844 <property name="visible">True</property> 2504 <property name="visible">True</property>
2845 <property name="can_focus">False</property> 2505 <property name="orientation">vertical</property>
2846 <child> 2506 <child>
2847 <object class="GtkHBox" id="GNUNET_setup_datacache_hbox"> 2507 <object class="GtkHBox" id="GNUNET_setup_datacache_hbox">
2848 <property name="visible">True</property> 2508 <property name="visible">True</property>
2849 <property name="can_focus">False</property>
2850 <child> 2509 <child>
2851 <object class="GtkLabel" id="GNUNET_setup_datacache_label1"> 2510 <object class="GtkLabel" id="GNUNET_setup_datacache_label1">
2852 <property name="visible">True</property> 2511 <property name="visible">True</property>
2853 <property name="can_focus">False</property>
2854 <property name="label" translatable="yes">Datacache:</property> 2512 <property name="label" translatable="yes">Datacache:</property>
2855 </object> 2513 </object>
2856 <packing> 2514 <packing>
@@ -2863,7 +2521,6 @@
2863 <child> 2521 <child>
2864 <object class="GtkHButtonBox" id="GNUNET_setup_datacache_hbuttonbox"> 2522 <object class="GtkHButtonBox" id="GNUNET_setup_datacache_hbuttonbox">
2865 <property name="visible">True</property> 2523 <property name="visible">True</property>
2866 <property name="can_focus">False</property>
2867 <property name="layout_style">start</property> 2524 <property name="layout_style">start</property>
2868 <child> 2525 <child>
2869 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_sqlite_radiobutton"> 2526 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_sqlite_radiobutton">
@@ -2875,7 +2532,7 @@
2875 <property name="xalign">0</property> 2532 <property name="xalign">0</property>
2876 <property name="active">True</property> 2533 <property name="active">True</property>
2877 <property name="draw_indicator">True</property> 2534 <property name="draw_indicator">True</property>
2878 <signal name="realize" handler="GNUNET_setup_fs_datacache_sqlite_radiobutton_realize_cb" swapped="no"/> 2535 <signal name="realize" handler="GNUNET_setup_fs_datacache_sqlite_radiobutton_realize_cb"/>
2879 </object> 2536 </object>
2880 <packing> 2537 <packing>
2881 <property name="expand">False</property> 2538 <property name="expand">False</property>
@@ -2889,12 +2546,11 @@
2889 <property name="visible">True</property> 2546 <property name="visible">True</property>
2890 <property name="can_focus">True</property> 2547 <property name="can_focus">True</property>
2891 <property name="receives_default">False</property> 2548 <property name="receives_default">False</property>
2892 <property name="use_action_appearance">False</property>
2893 <property name="xalign">0</property> 2549 <property name="xalign">0</property>
2894 <property name="yalign">0.50999999046325684</property> 2550 <property name="yalign">0.50999999046325684</property>
2895 <property name="draw_indicator">True</property> 2551 <property name="draw_indicator">True</property>
2896 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property> 2552 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property>
2897 <signal name="realize" handler="GNUNET_setup_fs_datacache_mysql_radiobutton_realize_cb" swapped="no"/> 2553 <signal name="realize" handler="GNUNET_setup_fs_datacache_mysql_radiobutton_realize_cb"/>
2898 </object> 2554 </object>
2899 <packing> 2555 <packing>
2900 <property name="expand">False</property> 2556 <property name="expand">False</property>
@@ -2908,11 +2564,10 @@
2908 <property name="visible">True</property> 2564 <property name="visible">True</property>
2909 <property name="can_focus">True</property> 2565 <property name="can_focus">True</property>
2910 <property name="receives_default">False</property> 2566 <property name="receives_default">False</property>
2911 <property name="use_action_appearance">False</property>
2912 <property name="xalign">0</property> 2567 <property name="xalign">0</property>
2913 <property name="draw_indicator">True</property> 2568 <property name="draw_indicator">True</property>
2914 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property> 2569 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property>
2915 <signal name="realize" handler="GNUNET_setup_fs_datacache_postgres_radiobutton_realize_cb" swapped="no"/> 2570 <signal name="realize" handler="GNUNET_setup_fs_datacache_postgres_radiobutton_realize_cb"/>
2916 </object> 2571 </object>
2917 <packing> 2572 <packing>
2918 <property name="expand">False</property> 2573 <property name="expand">False</property>
@@ -2930,11 +2585,9 @@
2930 <child> 2585 <child>
2931 <object class="GtkVSeparator" id="GNUNET_setup_datacache_vseparator"> 2586 <object class="GtkVSeparator" id="GNUNET_setup_datacache_vseparator">
2932 <property name="visible">True</property> 2587 <property name="visible">True</property>
2933 <property name="can_focus">False</property>
2934 </object> 2588 </object>
2935 <packing> 2589 <packing>
2936 <property name="expand">False</property> 2590 <property name="expand">False</property>
2937 <property name="fill">True</property>
2938 <property name="padding">5</property> 2591 <property name="padding">5</property>
2939 <property name="position">2</property> 2592 <property name="position">2</property>
2940 </packing> 2593 </packing>
@@ -2942,7 +2595,6 @@
2942 <child> 2595 <child>
2943 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_quota_label"> 2596 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_quota_label">
2944 <property name="visible">True</property> 2597 <property name="visible">True</property>
2945 <property name="can_focus">False</property>
2946 <property name="label" translatable="yes">Quota (bytes):</property> 2598 <property name="label" translatable="yes">Quota (bytes):</property>
2947 </object> 2599 </object>
2948 <packing> 2600 <packing>
@@ -2956,10 +2608,8 @@
2956 <object class="GtkSpinButton" id="GNUNET_setup_fs_datacache_quota_spinbutton"> 2608 <object class="GtkSpinButton" id="GNUNET_setup_fs_datacache_quota_spinbutton">
2957 <property name="visible">True</property> 2609 <property name="visible">True</property>
2958 <property name="can_focus">True</property> 2610 <property name="can_focus">True</property>
2959 <property name="invisible_char"></property> 2611 <property name="invisible_char">&#x2022;</property>
2960 <property name="invisible_char_set">True</property> 2612 <property name="invisible_char_set">True</property>
2961 <property name="primary_icon_activatable">False</property>
2962 <property name="secondary_icon_activatable">False</property>
2963 <property name="primary_icon_sensitive">True</property> 2613 <property name="primary_icon_sensitive">True</property>
2964 <property name="secondary_icon_sensitive">True</property> 2614 <property name="secondary_icon_sensitive">True</property>
2965 <property name="adjustment">GNUNET_setup_fs_datacache_quota_adjustment</property> 2615 <property name="adjustment">GNUNET_setup_fs_datacache_quota_adjustment</property>
@@ -2985,14 +2635,12 @@
2985 <child> 2635 <child>
2986 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_label"> 2636 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_label">
2987 <property name="visible">True</property> 2637 <property name="visible">True</property>
2988 <property name="can_focus">False</property>
2989 <property name="label" translatable="yes">No setup required.</property> 2638 <property name="label" translatable="yes">No setup required.</property>
2990 </object> 2639 </object>
2991 </child> 2640 </child>
2992 <child type="tab"> 2641 <child type="tab">
2993 <object class="GtkLabel" id="label4c"> 2642 <object class="GtkLabel" id="label4c">
2994 <property name="visible">True</property> 2643 <property name="visible">True</property>
2995 <property name="can_focus">False</property>
2996 <property name="label" translatable="yes">sqLite</property> 2644 <property name="label" translatable="yes">sqLite</property>
2997 </object> 2645 </object>
2998 <packing> 2646 <packing>
@@ -3002,15 +2650,13 @@
3002 <child> 2650 <child>
3003 <object class="GtkVBox" id="GNUNET_setup_datacache_mysql_vbox"> 2651 <object class="GtkVBox" id="GNUNET_setup_datacache_mysql_vbox">
3004 <property name="visible">True</property> 2652 <property name="visible">True</property>
3005 <property name="can_focus">False</property> 2653 <property name="orientation">vertical</property>
3006 <child> 2654 <child>
3007 <object class="GtkHBox" id="hbox13c"> 2655 <object class="GtkHBox" id="hbox13c">
3008 <property name="visible">True</property> 2656 <property name="visible">True</property>
3009 <property name="can_focus">False</property>
3010 <child> 2657 <child>
3011 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label"> 2658 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label">
3012 <property name="visible">True</property> 2659 <property name="visible">True</property>
3013 <property name="can_focus">False</property>
3014 <property name="label" translatable="yes">MySQL database name:</property> 2660 <property name="label" translatable="yes">MySQL database name:</property>
3015 </object> 2661 </object>
3016 <packing> 2662 <packing>
@@ -3024,37 +2670,29 @@
3024 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_database_name_entry"> 2670 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_database_name_entry">
3025 <property name="visible">True</property> 2671 <property name="visible">True</property>
3026 <property name="can_focus">True</property> 2672 <property name="can_focus">True</property>
3027 <property name="invisible_char"></property> 2673 <property name="invisible_char">&#x2022;</property>
3028 <property name="text" translatable="yes">gnunet</property> 2674 <property name="text" translatable="yes">gnunet</property>
3029 <property name="invisible_char_set">True</property> 2675 <property name="invisible_char_set">True</property>
3030 <property name="primary_icon_activatable">False</property>
3031 <property name="secondary_icon_activatable">False</property>
3032 <property name="primary_icon_sensitive">True</property> 2676 <property name="primary_icon_sensitive">True</property>
3033 <property name="secondary_icon_sensitive">True</property> 2677 <property name="secondary_icon_sensitive">True</property>
3034 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 2678 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3035 </object> 2679 </object>
3036 <packing> 2680 <packing>
3037 <property name="expand">True</property>
3038 <property name="fill">True</property>
3039 <property name="padding">5</property> 2681 <property name="padding">5</property>
3040 <property name="position">1</property> 2682 <property name="position">1</property>
3041 </packing> 2683 </packing>
3042 </child> 2684 </child>
3043 </object> 2685 </object>
3044 <packing> 2686 <packing>
3045 <property name="expand">True</property>
3046 <property name="fill">True</property>
3047 <property name="position">0</property> 2687 <property name="position">0</property>
3048 </packing> 2688 </packing>
3049 </child> 2689 </child>
3050 <child> 2690 <child>
3051 <object class="GtkHBox" id="hbox14c"> 2691 <object class="GtkHBox" id="hbox14c">
3052 <property name="visible">True</property> 2692 <property name="visible">True</property>
3053 <property name="can_focus">False</property>
3054 <child> 2693 <child>
3055 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label"> 2694 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label">
3056 <property name="visible">True</property> 2695 <property name="visible">True</property>
3057 <property name="can_focus">False</property>
3058 <property name="label" translatable="yes">Configuration file:</property> 2696 <property name="label" translatable="yes">Configuration file:</property>
3059 </object> 2697 </object>
3060 <packing> 2698 <packing>
@@ -3066,31 +2704,24 @@
3066 <child> 2704 <child>
3067 <object class="GtkFileChooserButton" id="GNUNET_setup_datacache_mysql_config_file_filechooserbutton"> 2705 <object class="GtkFileChooserButton" id="GNUNET_setup_datacache_mysql_config_file_filechooserbutton">
3068 <property name="visible">True</property> 2706 <property name="visible">True</property>
3069 <property name="can_focus">False</property> 2707 <signal name="file_set" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3070 <signal name="file-set" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
3071 </object> 2708 </object>
3072 <packing> 2709 <packing>
3073 <property name="expand">True</property>
3074 <property name="fill">True</property>
3075 <property name="padding">5</property> 2710 <property name="padding">5</property>
3076 <property name="position">1</property> 2711 <property name="position">1</property>
3077 </packing> 2712 </packing>
3078 </child> 2713 </child>
3079 </object> 2714 </object>
3080 <packing> 2715 <packing>
3081 <property name="expand">True</property>
3082 <property name="fill">True</property>
3083 <property name="position">1</property> 2716 <property name="position">1</property>
3084 </packing> 2717 </packing>
3085 </child> 2718 </child>
3086 <child> 2719 <child>
3087 <object class="GtkHBox" id="hbox15c"> 2720 <object class="GtkHBox" id="hbox15c">
3088 <property name="visible">True</property> 2721 <property name="visible">True</property>
3089 <property name="can_focus">False</property>
3090 <child> 2722 <child>
3091 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label"> 2723 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label">
3092 <property name="visible">True</property> 2724 <property name="visible">True</property>
3093 <property name="can_focus">False</property>
3094 <property name="label" translatable="yes">Username:</property> 2725 <property name="label" translatable="yes">Username:</property>
3095 </object> 2726 </object>
3096 <packing> 2727 <packing>
@@ -3104,17 +2735,13 @@
3104 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_username_entry"> 2735 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_username_entry">
3105 <property name="visible">True</property> 2736 <property name="visible">True</property>
3106 <property name="can_focus">True</property> 2737 <property name="can_focus">True</property>
3107 <property name="invisible_char"></property> 2738 <property name="invisible_char">&#x2022;</property>
3108 <property name="invisible_char_set">True</property> 2739 <property name="invisible_char_set">True</property>
3109 <property name="primary_icon_activatable">False</property>
3110 <property name="secondary_icon_activatable">False</property>
3111 <property name="primary_icon_sensitive">True</property> 2740 <property name="primary_icon_sensitive">True</property>
3112 <property name="secondary_icon_sensitive">True</property> 2741 <property name="secondary_icon_sensitive">True</property>
3113 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 2742 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3114 </object> 2743 </object>
3115 <packing> 2744 <packing>
3116 <property name="expand">True</property>
3117 <property name="fill">True</property>
3118 <property name="padding">5</property> 2745 <property name="padding">5</property>
3119 <property name="position">1</property> 2746 <property name="position">1</property>
3120 </packing> 2747 </packing>
@@ -3122,7 +2749,6 @@
3122 <child> 2749 <child>
3123 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_password_label"> 2750 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_password_label">
3124 <property name="visible">True</property> 2751 <property name="visible">True</property>
3125 <property name="can_focus">False</property>
3126 <property name="label" translatable="yes">Password:</property> 2752 <property name="label" translatable="yes">Password:</property>
3127 </object> 2753 </object>
3128 <packing> 2754 <packing>
@@ -3135,36 +2761,28 @@
3135 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_password_entry"> 2761 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_password_entry">
3136 <property name="visible">True</property> 2762 <property name="visible">True</property>
3137 <property name="can_focus">True</property> 2763 <property name="can_focus">True</property>
3138 <property name="invisible_char"></property> 2764 <property name="invisible_char">&#x2022;</property>
3139 <property name="invisible_char_set">True</property> 2765 <property name="invisible_char_set">True</property>
3140 <property name="primary_icon_activatable">False</property>
3141 <property name="secondary_icon_activatable">False</property>
3142 <property name="primary_icon_sensitive">True</property> 2766 <property name="primary_icon_sensitive">True</property>
3143 <property name="secondary_icon_sensitive">True</property> 2767 <property name="secondary_icon_sensitive">True</property>
3144 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 2768 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3145 </object> 2769 </object>
3146 <packing> 2770 <packing>
3147 <property name="expand">True</property>
3148 <property name="fill">True</property>
3149 <property name="padding">5</property> 2771 <property name="padding">5</property>
3150 <property name="position">3</property> 2772 <property name="position">3</property>
3151 </packing> 2773 </packing>
3152 </child> 2774 </child>
3153 </object> 2775 </object>
3154 <packing> 2776 <packing>
3155 <property name="expand">True</property>
3156 <property name="fill">True</property>
3157 <property name="position">2</property> 2777 <property name="position">2</property>
3158 </packing> 2778 </packing>
3159 </child> 2779 </child>
3160 <child> 2780 <child>
3161 <object class="GtkHBox" id="hbox16c"> 2781 <object class="GtkHBox" id="hbox16c">
3162 <property name="visible">True</property> 2782 <property name="visible">True</property>
3163 <property name="can_focus">False</property>
3164 <child> 2783 <child>
3165 <object class="GtkLabel" id="GNUNET_setup-datacache_mysql_hostname_label"> 2784 <object class="GtkLabel" id="GNUNET_setup-datacache_mysql_hostname_label">
3166 <property name="visible">True</property> 2785 <property name="visible">True</property>
3167 <property name="can_focus">False</property>
3168 <property name="label" translatable="yes">MySQL Server Hostname:</property> 2786 <property name="label" translatable="yes">MySQL Server Hostname:</property>
3169 </object> 2787 </object>
3170 <packing> 2788 <packing>
@@ -3178,18 +2796,14 @@
3178 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_hostname_entry"> 2796 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_hostname_entry">
3179 <property name="visible">True</property> 2797 <property name="visible">True</property>
3180 <property name="can_focus">True</property> 2798 <property name="can_focus">True</property>
3181 <property name="invisible_char"></property> 2799 <property name="invisible_char">&#x2022;</property>
3182 <property name="text" translatable="yes">localhost</property> 2800 <property name="text" translatable="yes">localhost</property>
3183 <property name="invisible_char_set">True</property> 2801 <property name="invisible_char_set">True</property>
3184 <property name="primary_icon_activatable">False</property>
3185 <property name="secondary_icon_activatable">False</property>
3186 <property name="primary_icon_sensitive">True</property> 2802 <property name="primary_icon_sensitive">True</property>
3187 <property name="secondary_icon_sensitive">True</property> 2803 <property name="secondary_icon_sensitive">True</property>
3188 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 2804 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3189 </object> 2805 </object>
3190 <packing> 2806 <packing>
3191 <property name="expand">True</property>
3192 <property name="fill">True</property>
3193 <property name="padding">5</property> 2807 <property name="padding">5</property>
3194 <property name="position">1</property> 2808 <property name="position">1</property>
3195 </packing> 2809 </packing>
@@ -3197,7 +2811,6 @@
3197 <child> 2811 <child>
3198 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_port_label"> 2812 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_port_label">
3199 <property name="visible">True</property> 2813 <property name="visible">True</property>
3200 <property name="can_focus">False</property>
3201 <property name="label" translatable="yes">Port:</property> 2814 <property name="label" translatable="yes">Port:</property>
3202 </object> 2815 </object>
3203 <packing> 2816 <packing>
@@ -3211,15 +2824,13 @@
3211 <object class="GtkSpinButton" id="GNUNET_setup_datacache_mysql_port_spinbutton"> 2824 <object class="GtkSpinButton" id="GNUNET_setup_datacache_mysql_port_spinbutton">
3212 <property name="visible">True</property> 2825 <property name="visible">True</property>
3213 <property name="can_focus">True</property> 2826 <property name="can_focus">True</property>
3214 <property name="invisible_char"></property> 2827 <property name="invisible_char">&#x2022;</property>
3215 <property name="invisible_char_set">True</property> 2828 <property name="invisible_char_set">True</property>
3216 <property name="primary_icon_activatable">False</property>
3217 <property name="secondary_icon_activatable">False</property>
3218 <property name="primary_icon_sensitive">True</property> 2829 <property name="primary_icon_sensitive">True</property>
3219 <property name="secondary_icon_sensitive">True</property> 2830 <property name="secondary_icon_sensitive">True</property>
3220 <property name="adjustment">GNUNET_setup_fs_datacache_mysql_port_adjustment</property> 2831 <property name="adjustment">GNUNET_setup_fs_datacache_mysql_port_adjustment</property>
3221 <property name="numeric">True</property> 2832 <property name="numeric">True</property>
3222 <signal name="value-changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 2833 <signal name="value_changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3223 </object> 2834 </object>
3224 <packing> 2835 <packing>
3225 <property name="expand">False</property> 2836 <property name="expand">False</property>
@@ -3230,8 +2841,6 @@
3230 </child> 2841 </child>
3231 </object> 2842 </object>
3232 <packing> 2843 <packing>
3233 <property name="expand">True</property>
3234 <property name="fill">True</property>
3235 <property name="position">3</property> 2844 <property name="position">3</property>
3236 </packing> 2845 </packing>
3237 </child> 2846 </child>
@@ -3243,55 +2852,44 @@
3243 <child type="tab"> 2852 <child type="tab">
3244 <object class="GtkHBox" id="hbox3a"> 2853 <object class="GtkHBox" id="hbox3a">
3245 <property name="visible">True</property> 2854 <property name="visible">True</property>
3246 <property name="can_focus">False</property>
3247 <child> 2855 <child>
3248 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label"> 2856 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label">
3249 <property name="visible">True</property> 2857 <property name="visible">True</property>
3250 <property name="can_focus">False</property>
3251 <property name="label" translatable="yes">MySQL</property> 2858 <property name="label" translatable="yes">MySQL</property>
3252 </object> 2859 </object>
3253 <packing> 2860 <packing>
3254 <property name="expand">True</property>
3255 <property name="fill">True</property>
3256 <property name="position">0</property> 2861 <property name="position">0</property>
3257 </packing> 2862 </packing>
3258 </child> 2863 </child>
3259 <child> 2864 <child>
3260 <object class="GtkButton" id="GNUNET_setup_datacache_mysql_tab_test_button"> 2865 <object class="GtkButton" id="GNUNET_setup_datacache_mysql_tab_test_button">
2866 <property name="label" translatable="yes">Test configuration</property>
3261 <property name="visible">True</property> 2867 <property name="visible">True</property>
3262 <property name="can_focus">True</property> 2868 <property name="can_focus">True</property>
3263 <property name="receives_default">True</property> 2869 <property name="receives_default">True</property>
3264 <property name="label" translatable="yes">Test configuration</property> 2870 <signal name="clicked" handler="GNUNET_setup_datacache_mysql_tab_test_button_clicked_cb"/>
3265 <signal name="clicked" handler="GNUNET_setup_datacache_mysql_tab_test_button_clicked_cb" swapped="no"/>
3266 </object> 2871 </object>
3267 <packing> 2872 <packing>
3268 <property name="expand">True</property>
3269 <property name="fill">True</property>
3270 <property name="position">1</property>
3271 <property name="padding">5</property> 2873 <property name="padding">5</property>
2874 <property name="position">1</property>
3272 </packing> 2875 </packing>
3273 </child> 2876 </child>
3274 <child> 2877 <child>
3275 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_ok_image"> 2878 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_ok_image">
3276 <property name="can_focus">False</property>
3277 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2879 <property name="tooltip_text" translatable="yes">Configuration works!</property>
3278 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2880 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
3279 </object> 2881 </object>
3280 <packing> 2882 <packing>
3281 <property name="expand">False</property> 2883 <property name="expand">False</property>
3282 <property name="fill">True</property>
3283 <property name="position">2</property> 2884 <property name="position">2</property>
3284 </packing> 2885 </packing>
3285 </child> 2886 </child>
3286 <child> 2887 <child>
3287 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_error_image"> 2888 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_error_image">
3288 <property name="can_focus">False</property>
3289 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2889 <property name="tooltip_text" translatable="yes">Configuration error!</property>
3290 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2890 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
3291 </object> 2891 </object>
3292 <packing> 2892 <packing>
3293 <property name="expand">True</property>
3294 <property name="fill">True</property>
3295 <property name="position">3</property> 2893 <property name="position">3</property>
3296 </packing> 2894 </packing>
3297 </child> 2895 </child>
@@ -3304,16 +2902,13 @@
3304 <child> 2902 <child>
3305 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_hbox"> 2903 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_hbox">
3306 <property name="visible">True</property> 2904 <property name="visible">True</property>
3307 <property name="can_focus">False</property>
3308 <child> 2905 <child>
3309 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_config_label"> 2906 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_config_label">
3310 <property name="visible">True</property> 2907 <property name="visible">True</property>
3311 <property name="can_focus">False</property>
3312 <property name="label" translatable="yes">Configuration:</property> 2908 <property name="label" translatable="yes">Configuration:</property>
3313 </object> 2909 </object>
3314 <packing> 2910 <packing>
3315 <property name="expand">False</property> 2911 <property name="expand">False</property>
3316 <property name="fill">True</property>
3317 <property name="padding">5</property> 2912 <property name="padding">5</property>
3318 <property name="position">0</property> 2913 <property name="position">0</property>
3319 </packing> 2914 </packing>
@@ -3322,17 +2917,13 @@
3322 <object class="GtkEntry" id="GNUNET_setup_datacache_postgres_config_entry"> 2917 <object class="GtkEntry" id="GNUNET_setup_datacache_postgres_config_entry">
3323 <property name="visible">True</property> 2918 <property name="visible">True</property>
3324 <property name="can_focus">True</property> 2919 <property name="can_focus">True</property>
3325 <property name="invisible_char"></property> 2920 <property name="invisible_char">&#x2022;</property>
3326 <property name="invisible_char_set">True</property> 2921 <property name="invisible_char_set">True</property>
3327 <property name="primary_icon_activatable">False</property>
3328 <property name="secondary_icon_activatable">False</property>
3329 <property name="primary_icon_sensitive">True</property> 2922 <property name="primary_icon_sensitive">True</property>
3330 <property name="secondary_icon_sensitive">True</property> 2923 <property name="secondary_icon_sensitive">True</property>
3331 <signal name="changed" handler="GNUNET_setup_datacache_postgres_invalidate_cb" swapped="no"/> 2924 <signal name="changed" handler="GNUNET_setup_datacache_postgres_invalidate_cb"/>
3332 </object> 2925 </object>
3333 <packing> 2926 <packing>
3334 <property name="expand">True</property>
3335 <property name="fill">True</property>
3336 <property name="padding">5</property> 2927 <property name="padding">5</property>
3337 <property name="position">1</property> 2928 <property name="position">1</property>
3338 </packing> 2929 </packing>
@@ -3346,55 +2937,43 @@
3346 <child type="tab"> 2937 <child type="tab">
3347 <object class="GtkHBox" id="hbox8a"> 2938 <object class="GtkHBox" id="hbox8a">
3348 <property name="visible">True</property> 2939 <property name="visible">True</property>
3349 <property name="can_focus">False</property>
3350 <child> 2940 <child>
3351 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label"> 2941 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label">
3352 <property name="visible">True</property> 2942 <property name="visible">True</property>
3353 <property name="can_focus">False</property>
3354 <property name="label" translatable="yes">Postgres</property> 2943 <property name="label" translatable="yes">Postgres</property>
3355 </object> 2944 </object>
3356 <packing> 2945 <packing>
3357 <property name="expand">True</property>
3358 <property name="fill">True</property>
3359 <property name="position">0</property> 2946 <property name="position">0</property>
3360 </packing> 2947 </packing>
3361 </child> 2948 </child>
3362 <child> 2949 <child>
3363 <object class="GtkButton" id="GNUNET_setup_datacache_postgres_tab_test_button"> 2950 <object class="GtkButton" id="GNUNET_setup_datacache_postgres_tab_test_button">
2951 <property name="label" translatable="yes">Test configuration</property>
3364 <property name="visible">True</property> 2952 <property name="visible">True</property>
3365 <property name="can_focus">True</property> 2953 <property name="can_focus">True</property>
3366 <property name="receives_default">True</property> 2954 <property name="receives_default">True</property>
3367 <property name="label" translatable="yes">Test configuration</property> 2955 <signal name="clicked" handler="GNUNET_setup_datacache_postgres_tab_test_button_clicked_cb"/>
3368 <signal name="clicked" handler="GNUNET_setup_datacache_postgres_tab_test_button_clicked_cb" swapped="no"/>
3369 </object> 2956 </object>
3370 <packing> 2957 <packing>
3371 <property name="expand">True</property>
3372 <property name="fill">True</property>
3373 <property name="position">1</property>
3374 <property name="padding">5</property> 2958 <property name="padding">5</property>
2959 <property name="position">1</property>
3375 </packing> 2960 </packing>
3376 </child> 2961 </child>
3377 <child> 2962 <child>
3378 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_ok_image"> 2963 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_ok_image">
3379 <property name="can_focus">False</property>
3380 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2964 <property name="tooltip_text" translatable="yes">Configuration works!</property>
3381 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2965 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
3382 </object> 2966 </object>
3383 <packing> 2967 <packing>
3384 <property name="expand">True</property>
3385 <property name="fill">True</property>
3386 <property name="position">2</property> 2968 <property name="position">2</property>
3387 </packing> 2969 </packing>
3388 </child> 2970 </child>
3389 <child> 2971 <child>
3390 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_error_image"> 2972 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_error_image">
3391 <property name="can_focus">False</property>
3392 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2973 <property name="tooltip_text" translatable="yes">Configuration error!</property>
3393 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2974 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
3394 </object> 2975 </object>
3395 <packing> 2976 <packing>
3396 <property name="expand">True</property>
3397 <property name="fill">True</property>
3398 <property name="position">3</property> 2977 <property name="position">3</property>
3399 </packing> 2978 </packing>
3400 </child> 2979 </child>
@@ -3407,7 +2986,6 @@
3407 </object> 2986 </object>
3408 <packing> 2987 <packing>
3409 <property name="expand">False</property> 2988 <property name="expand">False</property>
3410 <property name="fill">True</property>
3411 <property name="position">1</property> 2989 <property name="position">1</property>
3412 </packing> 2990 </packing>
3413 </child> 2991 </child>
@@ -3418,15 +2996,12 @@
3418 <child type="label"> 2996 <child type="label">
3419 <object class="GtkLabel" id="GNUNET_setup_datacache_frame_label"> 2997 <object class="GtkLabel" id="GNUNET_setup_datacache_frame_label">
3420 <property name="visible">True</property> 2998 <property name="visible">True</property>
3421 <property name="can_focus">False</property>
3422 <property name="label" translatable="yes">&lt;b&gt;Configure Datacache (temporary storage)&lt;/b&gt;</property> 2999 <property name="label" translatable="yes">&lt;b&gt;Configure Datacache (temporary storage)&lt;/b&gt;</property>
3423 <property name="use_markup">True</property> 3000 <property name="use_markup">True</property>
3424 </object> 3001 </object>
3425 </child> 3002 </child>
3426 </object> 3003 </object>
3427 <packing> 3004 <packing>
3428 <property name="expand">True</property>
3429 <property name="fill">True</property>
3430 <property name="position">2</property> 3005 <property name="position">2</property>
3431 </packing> 3006 </packing>
3432 </child> 3007 </child>
@@ -3438,7 +3013,6 @@
3438 <child type="tab"> 3013 <child type="tab">
3439 <object class="GtkLabel" id="GNUNET_setup_fs_label"> 3014 <object class="GtkLabel" id="GNUNET_setup_fs_label">
3440 <property name="visible">True</property> 3015 <property name="visible">True</property>
3441 <property name="can_focus">False</property>
3442 <property name="label" translatable="yes">_File Sharing</property> 3016 <property name="label" translatable="yes">_File Sharing</property>
3443 <property name="use_underline">True</property> 3017 <property name="use_underline">True</property>
3444 </object> 3018 </object>
@@ -3450,36 +3024,31 @@
3450 <child> 3024 <child>
3451 <object class="GtkVBox" id="GNUNET_setup_vpn_vbox"> 3025 <object class="GtkVBox" id="GNUNET_setup_vpn_vbox">
3452 <property name="visible">True</property> 3026 <property name="visible">True</property>
3453 <property name="can_focus">False</property> 3027 <property name="orientation">vertical</property>
3454 <child> 3028 <child>
3455 <object class="GtkFrame" id="GNUNET_setup_vpn_master_interface_configuration_frame"> 3029 <object class="GtkFrame" id="GNUNET_setup_vpn_master_interface_configuration_frame">
3456 <property name="visible">True</property> 3030 <property name="visible">True</property>
3457 <property name="can_focus">False</property>
3458 <property name="label_xalign">0</property> 3031 <property name="label_xalign">0</property>
3459 <property name="shadow_type">none</property> 3032 <property name="shadow_type">none</property>
3460 <child> 3033 <child>
3461 <object class="GtkAlignment" id="GNUNET_setup_vpn_master_interface_configuration_frame_alignment"> 3034 <object class="GtkAlignment" id="GNUNET_setup_vpn_master_interface_configuration_frame_alignment">
3462 <property name="visible">True</property> 3035 <property name="visible">True</property>
3463 <property name="can_focus">False</property>
3464 <property name="left_padding">12</property> 3036 <property name="left_padding">12</property>
3465 <child> 3037 <child>
3466 <object class="GtkVBox" id="GNUNET_setup_vpn_master_vbox"> 3038 <object class="GtkVBox" id="GNUNET_setup_vpn_master_vbox">
3467 <property name="visible">True</property> 3039 <property name="visible">True</property>
3468 <property name="can_focus">False</property> 3040 <property name="orientation">vertical</property>
3469 <child> 3041 <child>
3470 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_hbox"> 3042 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_hbox">
3471 <property name="visible">True</property> 3043 <property name="visible">True</property>
3472 <property name="can_focus">False</property>
3473 <child> 3044 <child>
3474 <object class="GtkLabel" id="label18"> 3045 <object class="GtkLabel" id="label18">
3475 <property name="visible">True</property> 3046 <property name="visible">True</property>
3476 <property name="can_focus">False</property>
3477 <property name="label" translatable="yes">Master _interface name:</property> 3047 <property name="label" translatable="yes">Master _interface name:</property>
3478 <property name="use_underline">True</property> 3048 <property name="use_underline">True</property>
3479 </object> 3049 </object>
3480 <packing> 3050 <packing>
3481 <property name="expand">False</property> 3051 <property name="expand">False</property>
3482 <property name="fill">True</property>
3483 <property name="padding">5</property> 3052 <property name="padding">5</property>
3484 <property name="position">0</property> 3053 <property name="position">0</property>
3485 </packing> 3054 </packing>
@@ -3488,38 +3057,31 @@
3488 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_entry"> 3057 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_entry">
3489 <property name="visible">True</property> 3058 <property name="visible">True</property>
3490 <property name="can_focus">True</property> 3059 <property name="can_focus">True</property>
3491 <property name="invisible_char">●</property> 3060 <property name="invisible_char">&#x25CF;</property>
3492 <property name="primary_icon_activatable">False</property>
3493 <property name="secondary_icon_activatable">False</property>
3494 <property name="primary_icon_sensitive">True</property> 3061 <property name="primary_icon_sensitive">True</property>
3495 <property name="secondary_icon_sensitive">True</property> 3062 <property name="secondary_icon_sensitive">True</property>
3496 </object> 3063 </object>
3497 <packing> 3064 <packing>
3498 <property name="expand">False</property> 3065 <property name="expand">False</property>
3499 <property name="fill">True</property>
3500 <property name="position">1</property> 3066 <property name="position">1</property>
3501 </packing> 3067 </packing>
3502 </child> 3068 </child>
3503 </object> 3069 </object>
3504 <packing> 3070 <packing>
3505 <property name="expand">False</property> 3071 <property name="expand">False</property>
3506 <property name="fill">True</property>
3507 <property name="position">0</property> 3072 <property name="position">0</property>
3508 </packing> 3073 </packing>
3509 </child> 3074 </child>
3510 <child> 3075 <child>
3511 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v4_hbox"> 3076 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v4_hbox">
3512 <property name="visible">True</property> 3077 <property name="visible">True</property>
3513 <property name="can_focus">False</property>
3514 <child> 3078 <child>
3515 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_label"> 3079 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_label">
3516 <property name="visible">True</property> 3080 <property name="visible">True</property>
3517 <property name="can_focus">False</property>
3518 <property name="label" translatable="yes">IPv4 address for Master interface:</property> 3081 <property name="label" translatable="yes">IPv4 address for Master interface:</property>
3519 </object> 3082 </object>
3520 <packing> 3083 <packing>
3521 <property name="expand">False</property> 3084 <property name="expand">False</property>
3522 <property name="fill">True</property>
3523 <property name="padding">5</property> 3085 <property name="padding">5</property>
3524 <property name="position">0</property> 3086 <property name="position">0</property>
3525 </packing> 3087 </packing>
@@ -3528,27 +3090,22 @@
3528 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_v4_ip_entry"> 3090 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_v4_ip_entry">
3529 <property name="visible">True</property> 3091 <property name="visible">True</property>
3530 <property name="can_focus">True</property> 3092 <property name="can_focus">True</property>
3531 <property name="invisible_char">●</property> 3093 <property name="invisible_char">&#x25CF;</property>
3532 <property name="primary_icon_activatable">False</property>
3533 <property name="secondary_icon_activatable">False</property>
3534 <property name="primary_icon_sensitive">True</property> 3094 <property name="primary_icon_sensitive">True</property>
3535 <property name="secondary_icon_sensitive">True</property> 3095 <property name="secondary_icon_sensitive">True</property>
3536 </object> 3096 </object>
3537 <packing> 3097 <packing>
3538 <property name="expand">False</property> 3098 <property name="expand">False</property>
3539 <property name="fill">True</property>
3540 <property name="position">1</property> 3099 <property name="position">1</property>
3541 </packing> 3100 </packing>
3542 </child> 3101 </child>
3543 <child> 3102 <child>
3544 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_slash_label"> 3103 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_slash_label">
3545 <property name="visible">True</property> 3104 <property name="visible">True</property>
3546 <property name="can_focus">False</property>
3547 <property name="label" translatable="yes">/</property> 3105 <property name="label" translatable="yes">/</property>
3548 </object> 3106 </object>
3549 <packing> 3107 <packing>
3550 <property name="expand">False</property> 3108 <property name="expand">False</property>
3551 <property name="fill">True</property>
3552 <property name="position">2</property> 3109 <property name="position">2</property>
3553 </packing> 3110 </packing>
3554 </child> 3111 </child>
@@ -3556,38 +3113,31 @@
3556 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_v4_mask_entry"> 3113 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_v4_mask_entry">
3557 <property name="visible">True</property> 3114 <property name="visible">True</property>
3558 <property name="can_focus">True</property> 3115 <property name="can_focus">True</property>
3559 <property name="invisible_char">●</property> 3116 <property name="invisible_char">&#x25CF;</property>
3560 <property name="primary_icon_activatable">False</property>
3561 <property name="secondary_icon_activatable">False</property>
3562 <property name="primary_icon_sensitive">True</property> 3117 <property name="primary_icon_sensitive">True</property>
3563 <property name="secondary_icon_sensitive">True</property> 3118 <property name="secondary_icon_sensitive">True</property>
3564 </object> 3119 </object>
3565 <packing> 3120 <packing>
3566 <property name="expand">False</property> 3121 <property name="expand">False</property>
3567 <property name="fill">True</property>
3568 <property name="position">3</property> 3122 <property name="position">3</property>
3569 </packing> 3123 </packing>
3570 </child> 3124 </child>
3571 </object> 3125 </object>
3572 <packing> 3126 <packing>
3573 <property name="expand">False</property> 3127 <property name="expand">False</property>
3574 <property name="fill">True</property>
3575 <property name="position">1</property> 3128 <property name="position">1</property>
3576 </packing> 3129 </packing>
3577 </child> 3130 </child>
3578 <child> 3131 <child>
3579 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v6_hbox"> 3132 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v6_hbox">
3580 <property name="visible">True</property> 3133 <property name="visible">True</property>
3581 <property name="can_focus">False</property>
3582 <child> 3134 <child>
3583 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_label"> 3135 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_label">
3584 <property name="visible">True</property> 3136 <property name="visible">True</property>
3585 <property name="can_focus">False</property>
3586 <property name="label" translatable="yes">IPv6 address for Master interface: </property> 3137 <property name="label" translatable="yes">IPv6 address for Master interface: </property>
3587 </object> 3138 </object>
3588 <packing> 3139 <packing>
3589 <property name="expand">False</property> 3140 <property name="expand">False</property>
3590 <property name="fill">True</property>
3591 <property name="padding">5</property> 3141 <property name="padding">5</property>
3592 <property name="position">0</property> 3142 <property name="position">0</property>
3593 </packing> 3143 </packing>
@@ -3596,27 +3146,22 @@
3596 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_v6_ip_entry"> 3146 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_v6_ip_entry">
3597 <property name="visible">True</property> 3147 <property name="visible">True</property>
3598 <property name="can_focus">True</property> 3148 <property name="can_focus">True</property>
3599 <property name="invisible_char">●</property> 3149 <property name="invisible_char">&#x25CF;</property>
3600 <property name="primary_icon_activatable">False</property>
3601 <property name="secondary_icon_activatable">False</property>
3602 <property name="primary_icon_sensitive">True</property> 3150 <property name="primary_icon_sensitive">True</property>
3603 <property name="secondary_icon_sensitive">True</property> 3151 <property name="secondary_icon_sensitive">True</property>
3604 </object> 3152 </object>
3605 <packing> 3153 <packing>
3606 <property name="expand">False</property> 3154 <property name="expand">False</property>
3607 <property name="fill">True</property>
3608 <property name="position">1</property> 3155 <property name="position">1</property>
3609 </packing> 3156 </packing>
3610 </child> 3157 </child>
3611 <child> 3158 <child>
3612 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_slash_label"> 3159 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_slash_label">
3613 <property name="visible">True</property> 3160 <property name="visible">True</property>
3614 <property name="can_focus">False</property>
3615 <property name="label" translatable="yes">/</property> 3161 <property name="label" translatable="yes">/</property>
3616 </object> 3162 </object>
3617 <packing> 3163 <packing>
3618 <property name="expand">False</property> 3164 <property name="expand">False</property>
3619 <property name="fill">True</property>
3620 <property name="position">2</property> 3165 <property name="position">2</property>
3621 </packing> 3166 </packing>
3622 </child> 3167 </child>
@@ -3624,39 +3169,32 @@
3624 <object class="GtkSpinButton" id="GNUNET_setup_vpn_master_interface_v6_mask_spinbutton"> 3169 <object class="GtkSpinButton" id="GNUNET_setup_vpn_master_interface_v6_mask_spinbutton">
3625 <property name="visible">True</property> 3170 <property name="visible">True</property>
3626 <property name="can_focus">True</property> 3171 <property name="can_focus">True</property>
3627 <property name="invisible_char">●</property> 3172 <property name="invisible_char">&#x25CF;</property>
3628 <property name="primary_icon_activatable">False</property>
3629 <property name="secondary_icon_activatable">False</property>
3630 <property name="primary_icon_sensitive">True</property> 3173 <property name="primary_icon_sensitive">True</property>
3631 <property name="secondary_icon_sensitive">True</property> 3174 <property name="secondary_icon_sensitive">True</property>
3632 <property name="adjustment">GNUNET_vpn_master_interface_mask_adjustment</property> 3175 <property name="adjustment">GNUNET_vpn_master_interface_mask_adjustment</property>
3633 </object> 3176 </object>
3634 <packing> 3177 <packing>
3635 <property name="expand">False</property> 3178 <property name="expand">False</property>
3636 <property name="fill">True</property>
3637 <property name="position">3</property> 3179 <property name="position">3</property>
3638 </packing> 3180 </packing>
3639 </child> 3181 </child>
3640 </object> 3182 </object>
3641 <packing> 3183 <packing>
3642 <property name="expand">False</property> 3184 <property name="expand">False</property>
3643 <property name="fill">True</property>
3644 <property name="position">2</property> 3185 <property name="position">2</property>
3645 </packing> 3186 </packing>
3646 </child> 3187 </child>
3647 <child> 3188 <child>
3648 <object class="GtkHBox" id="GNUNET_setup_vpn_master_vdns_hbox"> 3189 <object class="GtkHBox" id="GNUNET_setup_vpn_master_vdns_hbox">
3649 <property name="visible">True</property> 3190 <property name="visible">True</property>
3650 <property name="can_focus">False</property>
3651 <child> 3191 <child>
3652 <object class="GtkLabel" id="GNUNET_setup_vpn_master_vdns_label"> 3192 <object class="GtkLabel" id="GNUNET_setup_vpn_master_vdns_label">
3653 <property name="visible">True</property> 3193 <property name="visible">True</property>
3654 <property name="can_focus">False</property>
3655 <property name="label" translatable="yes">Virtual DNS Server:</property> 3194 <property name="label" translatable="yes">Virtual DNS Server:</property>
3656 </object> 3195 </object>
3657 <packing> 3196 <packing>
3658 <property name="expand">False</property> 3197 <property name="expand">False</property>
3659 <property name="fill">True</property>
3660 <property name="padding">5</property> 3198 <property name="padding">5</property>
3661 <property name="position">0</property> 3199 <property name="position">0</property>
3662 </packing> 3200 </packing>
@@ -3665,22 +3203,18 @@
3665 <object class="GtkEntry" id="GNUNET_setup_vpn_master_vdns_server_entry"> 3203 <object class="GtkEntry" id="GNUNET_setup_vpn_master_vdns_server_entry">
3666 <property name="visible">True</property> 3204 <property name="visible">True</property>
3667 <property name="can_focus">True</property> 3205 <property name="can_focus">True</property>
3668 <property name="invisible_char">●</property> 3206 <property name="invisible_char">&#x25CF;</property>
3669 <property name="primary_icon_activatable">False</property>
3670 <property name="secondary_icon_activatable">False</property>
3671 <property name="primary_icon_sensitive">True</property> 3207 <property name="primary_icon_sensitive">True</property>
3672 <property name="secondary_icon_sensitive">True</property> 3208 <property name="secondary_icon_sensitive">True</property>
3673 </object> 3209 </object>
3674 <packing> 3210 <packing>
3675 <property name="expand">False</property> 3211 <property name="expand">False</property>
3676 <property name="fill">True</property>
3677 <property name="position">1</property> 3212 <property name="position">1</property>
3678 </packing> 3213 </packing>
3679 </child> 3214 </child>
3680 </object> 3215 </object>
3681 <packing> 3216 <packing>
3682 <property name="expand">False</property> 3217 <property name="expand">False</property>
3683 <property name="fill">True</property>
3684 <property name="position">3</property> 3218 <property name="position">3</property>
3685 </packing> 3219 </packing>
3686 </child> 3220 </child>
@@ -3691,7 +3225,6 @@
3691 <child type="label"> 3225 <child type="label">
3692 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_configuration_frame_label"> 3226 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_configuration_frame_label">
3693 <property name="visible">True</property> 3227 <property name="visible">True</property>
3694 <property name="can_focus">False</property>
3695 <property name="label" translatable="yes">&lt;b&gt;VPN Master Interface Configuration&lt;/b&gt;</property> 3228 <property name="label" translatable="yes">&lt;b&gt;VPN Master Interface Configuration&lt;/b&gt;</property>
3696 <property name="use_markup">True</property> 3229 <property name="use_markup">True</property>
3697 </object> 3230 </object>
@@ -3699,7 +3232,6 @@
3699 </object> 3232 </object>
3700 <packing> 3233 <packing>
3701 <property name="expand">False</property> 3234 <property name="expand">False</property>
3702 <property name="fill">True</property>
3703 <property name="padding">5</property> 3235 <property name="padding">5</property>
3704 <property name="position">0</property> 3236 <property name="position">0</property>
3705 </packing> 3237 </packing>
@@ -3707,20 +3239,17 @@
3707 <child> 3239 <child>
3708 <object class="GtkHBox" id="GNUNET_setup_vpn_master_hbox"> 3240 <object class="GtkHBox" id="GNUNET_setup_vpn_master_hbox">
3709 <property name="visible">True</property> 3241 <property name="visible">True</property>
3710 <property name="can_focus">False</property>
3711 <child> 3242 <child>
3712 <object class="GtkCheckButton" id="GNUNET_setup_vpn_enable_vpn_exit_checkbutton"> 3243 <object class="GtkCheckButton" id="GNUNET_setup_vpn_enable_vpn_exit_checkbutton">
3713 <property name="label" translatable="yes">Enable VPN Exit</property> 3244 <property name="label" translatable="yes">Enable VPN Exit</property>
3714 <property name="visible">True</property> 3245 <property name="visible">True</property>
3715 <property name="can_focus">True</property> 3246 <property name="can_focus">True</property>
3716 <property name="receives_default">False</property> 3247 <property name="receives_default">False</property>
3717 <property name="use_action_appearance">False</property>
3718 <property name="xalign">0</property> 3248 <property name="xalign">0</property>
3719 <property name="draw_indicator">True</property> 3249 <property name="draw_indicator">True</property>
3720 </object> 3250 </object>
3721 <packing> 3251 <packing>
3722 <property name="expand">False</property> 3252 <property name="expand">False</property>
3723 <property name="fill">True</property>
3724 <property name="padding">5</property> 3253 <property name="padding">5</property>
3725 <property name="position">0</property> 3254 <property name="position">0</property>
3726 </packing> 3255 </packing>
@@ -3731,52 +3260,44 @@
3731 <property name="visible">True</property> 3260 <property name="visible">True</property>
3732 <property name="can_focus">True</property> 3261 <property name="can_focus">True</property>
3733 <property name="receives_default">False</property> 3262 <property name="receives_default">False</property>
3734 <property name="use_action_appearance">False</property>
3735 <property name="xalign">0</property> 3263 <property name="xalign">0</property>
3736 <property name="draw_indicator">True</property> 3264 <property name="draw_indicator">True</property>
3737 </object> 3265 </object>
3738 <packing> 3266 <packing>
3739 <property name="expand">False</property> 3267 <property name="expand">False</property>
3740 <property name="fill">True</property>
3741 <property name="position">1</property> 3268 <property name="position">1</property>
3742 </packing> 3269 </packing>
3743 </child> 3270 </child>
3744 </object> 3271 </object>
3745 <packing> 3272 <packing>
3746 <property name="expand">False</property> 3273 <property name="expand">False</property>
3747 <property name="fill">True</property>
3748 <property name="position">1</property> 3274 <property name="position">1</property>
3749 </packing> 3275 </packing>
3750 </child> 3276 </child>
3751 <child> 3277 <child>
3752 <object class="GtkFrame" id="GNUNET_setup_vpn_exit_frame"> 3278 <object class="GtkFrame" id="GNUNET_setup_vpn_exit_frame">
3753 <property name="visible">True</property> 3279 <property name="visible">True</property>
3754 <property name="can_focus">False</property>
3755 <property name="label_xalign">0</property> 3280 <property name="label_xalign">0</property>
3756 <property name="shadow_type">none</property> 3281 <property name="shadow_type">none</property>
3757 <child> 3282 <child>
3758 <object class="GtkAlignment" id="GNUNET_setup_vpn_exit_frame_alignment"> 3283 <object class="GtkAlignment" id="GNUNET_setup_vpn_exit_frame_alignment">
3759 <property name="visible">True</property> 3284 <property name="visible">True</property>
3760 <property name="can_focus">False</property>
3761 <property name="left_padding">12</property> 3285 <property name="left_padding">12</property>
3762 <child> 3286 <child>
3763 <object class="GtkVBox" id="GNUNET_setup_vpn_exit_frame_vbox"> 3287 <object class="GtkVBox" id="GNUNET_setup_vpn_exit_frame_vbox">
3764 <property name="visible">True</property> 3288 <property name="visible">True</property>
3765 <property name="can_focus">False</property> 3289 <property name="orientation">vertical</property>
3766 <child> 3290 <child>
3767 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_frame_hbox"> 3291 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_frame_hbox">
3768 <property name="visible">True</property> 3292 <property name="visible">True</property>
3769 <property name="can_focus">False</property>
3770 <property name="spacing">5</property> 3293 <property name="spacing">5</property>
3771 <child> 3294 <child>
3772 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_interface_name_label"> 3295 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_interface_name_label">
3773 <property name="visible">True</property> 3296 <property name="visible">True</property>
3774 <property name="can_focus">False</property>
3775 <property name="label" translatable="yes">Exit interface name: </property> 3297 <property name="label" translatable="yes">Exit interface name: </property>
3776 </object> 3298 </object>
3777 <packing> 3299 <packing>
3778 <property name="expand">False</property> 3300 <property name="expand">False</property>
3779 <property name="fill">True</property>
3780 <property name="padding">5</property> 3301 <property name="padding">5</property>
3781 <property name="position">0</property> 3302 <property name="position">0</property>
3782 </packing> 3303 </packing>
@@ -3785,15 +3306,11 @@
3785 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_name_entry"> 3306 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_name_entry">
3786 <property name="visible">True</property> 3307 <property name="visible">True</property>
3787 <property name="can_focus">True</property> 3308 <property name="can_focus">True</property>
3788 <property name="invisible_char">●</property> 3309 <property name="invisible_char">&#x25CF;</property>
3789 <property name="primary_icon_activatable">False</property>
3790 <property name="secondary_icon_activatable">False</property>
3791 <property name="primary_icon_sensitive">True</property> 3310 <property name="primary_icon_sensitive">True</property>
3792 <property name="secondary_icon_sensitive">True</property> 3311 <property name="secondary_icon_sensitive">True</property>
3793 </object> 3312 </object>
3794 <packing> 3313 <packing>
3795 <property name="expand">True</property>
3796 <property name="fill">True</property>
3797 <property name="position">1</property> 3314 <property name="position">1</property>
3798 </packing> 3315 </packing>
3799 </child> 3316 </child>
@@ -3803,13 +3320,11 @@
3803 <property name="visible">True</property> 3320 <property name="visible">True</property>
3804 <property name="can_focus">True</property> 3321 <property name="can_focus">True</property>
3805 <property name="receives_default">False</property> 3322 <property name="receives_default">False</property>
3806 <property name="use_action_appearance">False</property>
3807 <property name="xalign">0</property> 3323 <property name="xalign">0</property>
3808 <property name="draw_indicator">True</property> 3324 <property name="draw_indicator">True</property>
3809 </object> 3325 </object>
3810 <packing> 3326 <packing>
3811 <property name="expand">False</property> 3327 <property name="expand">False</property>
3812 <property name="fill">True</property>
3813 <property name="position">2</property> 3328 <property name="position">2</property>
3814 </packing> 3329 </packing>
3815 </child> 3330 </child>
@@ -3819,13 +3334,11 @@
3819 <property name="visible">True</property> 3334 <property name="visible">True</property>
3820 <property name="can_focus">True</property> 3335 <property name="can_focus">True</property>
3821 <property name="receives_default">False</property> 3336 <property name="receives_default">False</property>
3822 <property name="use_action_appearance">False</property>
3823 <property name="xalign">0</property> 3337 <property name="xalign">0</property>
3824 <property name="draw_indicator">True</property> 3338 <property name="draw_indicator">True</property>
3825 </object> 3339 </object>
3826 <packing> 3340 <packing>
3827 <property name="expand">False</property> 3341 <property name="expand">False</property>
3828 <property name="fill">True</property>
3829 <property name="position">3</property> 3342 <property name="position">3</property>
3830 </packing> 3343 </packing>
3831 </child> 3344 </child>
@@ -3839,16 +3352,13 @@
3839 <child> 3352 <child>
3840 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv4_address_hbox"> 3353 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv4_address_hbox">
3841 <property name="visible">True</property> 3354 <property name="visible">True</property>
3842 <property name="can_focus">False</property>
3843 <child> 3355 <child>
3844 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_label"> 3356 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_label">
3845 <property name="visible">True</property> 3357 <property name="visible">True</property>
3846 <property name="can_focus">False</property>
3847 <property name="label" translatable="yes">IPv4 address for Exit interface: </property> 3358 <property name="label" translatable="yes">IPv4 address for Exit interface: </property>
3848 </object> 3359 </object>
3849 <packing> 3360 <packing>
3850 <property name="expand">False</property> 3361 <property name="expand">False</property>
3851 <property name="fill">True</property>
3852 <property name="padding">5</property> 3362 <property name="padding">5</property>
3853 <property name="position">0</property> 3363 <property name="position">0</property>
3854 </packing> 3364 </packing>
@@ -3857,27 +3367,22 @@
3857 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_v4_ip_entry"> 3367 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_v4_ip_entry">
3858 <property name="visible">True</property> 3368 <property name="visible">True</property>
3859 <property name="can_focus">True</property> 3369 <property name="can_focus">True</property>
3860 <property name="invisible_char">●</property> 3370 <property name="invisible_char">&#x25CF;</property>
3861 <property name="primary_icon_activatable">False</property>
3862 <property name="secondary_icon_activatable">False</property>
3863 <property name="primary_icon_sensitive">True</property> 3371 <property name="primary_icon_sensitive">True</property>
3864 <property name="secondary_icon_sensitive">True</property> 3372 <property name="secondary_icon_sensitive">True</property>
3865 </object> 3373 </object>
3866 <packing> 3374 <packing>
3867 <property name="expand">False</property> 3375 <property name="expand">False</property>
3868 <property name="fill">True</property>
3869 <property name="position">1</property> 3376 <property name="position">1</property>
3870 </packing> 3377 </packing>
3871 </child> 3378 </child>
3872 <child> 3379 <child>
3873 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_slash_label"> 3380 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_slash_label">
3874 <property name="visible">True</property> 3381 <property name="visible">True</property>
3875 <property name="can_focus">False</property>
3876 <property name="label" translatable="yes">/</property> 3382 <property name="label" translatable="yes">/</property>
3877 </object> 3383 </object>
3878 <packing> 3384 <packing>
3879 <property name="expand">False</property> 3385 <property name="expand">False</property>
3880 <property name="fill">True</property>
3881 <property name="position">2</property> 3386 <property name="position">2</property>
3882 </packing> 3387 </packing>
3883 </child> 3388 </child>
@@ -3885,38 +3390,31 @@
3885 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_v4_mask_entry"> 3390 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_v4_mask_entry">
3886 <property name="visible">True</property> 3391 <property name="visible">True</property>
3887 <property name="can_focus">True</property> 3392 <property name="can_focus">True</property>
3888 <property name="invisible_char">●</property> 3393 <property name="invisible_char">&#x25CF;</property>
3889 <property name="primary_icon_activatable">False</property>
3890 <property name="secondary_icon_activatable">False</property>
3891 <property name="primary_icon_sensitive">True</property> 3394 <property name="primary_icon_sensitive">True</property>
3892 <property name="secondary_icon_sensitive">True</property> 3395 <property name="secondary_icon_sensitive">True</property>
3893 </object> 3396 </object>
3894 <packing> 3397 <packing>
3895 <property name="expand">False</property> 3398 <property name="expand">False</property>
3896 <property name="fill">True</property>
3897 <property name="position">3</property> 3399 <property name="position">3</property>
3898 </packing> 3400 </packing>
3899 </child> 3401 </child>
3900 </object> 3402 </object>
3901 <packing> 3403 <packing>
3902 <property name="expand">False</property> 3404 <property name="expand">False</property>
3903 <property name="fill">True</property>
3904 <property name="position">1</property> 3405 <property name="position">1</property>
3905 </packing> 3406 </packing>
3906 </child> 3407 </child>
3907 <child> 3408 <child>
3908 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv6_address_hbox"> 3409 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv6_address_hbox">
3909 <property name="visible">True</property> 3410 <property name="visible">True</property>
3910 <property name="can_focus">False</property>
3911 <child> 3411 <child>
3912 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_label"> 3412 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_label">
3913 <property name="visible">True</property> 3413 <property name="visible">True</property>
3914 <property name="can_focus">False</property>
3915 <property name="label" translatable="yes">IPv6 address for Exit interface: </property> 3414 <property name="label" translatable="yes">IPv6 address for Exit interface: </property>
3916 </object> 3415 </object>
3917 <packing> 3416 <packing>
3918 <property name="expand">False</property> 3417 <property name="expand">False</property>
3919 <property name="fill">True</property>
3920 <property name="padding">5</property> 3418 <property name="padding">5</property>
3921 <property name="position">0</property> 3419 <property name="position">0</property>
3922 </packing> 3420 </packing>
@@ -3925,27 +3423,22 @@
3925 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_v6_ip_entry"> 3423 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_v6_ip_entry">
3926 <property name="visible">True</property> 3424 <property name="visible">True</property>
3927 <property name="can_focus">True</property> 3425 <property name="can_focus">True</property>
3928 <property name="invisible_char">●</property> 3426 <property name="invisible_char">&#x25CF;</property>
3929 <property name="primary_icon_activatable">False</property>
3930 <property name="secondary_icon_activatable">False</property>
3931 <property name="primary_icon_sensitive">True</property> 3427 <property name="primary_icon_sensitive">True</property>
3932 <property name="secondary_icon_sensitive">True</property> 3428 <property name="secondary_icon_sensitive">True</property>
3933 </object> 3429 </object>
3934 <packing> 3430 <packing>
3935 <property name="expand">False</property> 3431 <property name="expand">False</property>
3936 <property name="fill">True</property>
3937 <property name="position">1</property> 3432 <property name="position">1</property>
3938 </packing> 3433 </packing>
3939 </child> 3434 </child>
3940 <child> 3435 <child>
3941 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_slash_label"> 3436 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_slash_label">
3942 <property name="visible">True</property> 3437 <property name="visible">True</property>
3943 <property name="can_focus">False</property>
3944 <property name="label" translatable="yes">/</property> 3438 <property name="label" translatable="yes">/</property>
3945 </object> 3439 </object>
3946 <packing> 3440 <packing>
3947 <property name="expand">False</property> 3441 <property name="expand">False</property>
3948 <property name="fill">True</property>
3949 <property name="position">2</property> 3442 <property name="position">2</property>
3950 </packing> 3443 </packing>
3951 </child> 3444 </child>
@@ -3953,23 +3446,19 @@
3953 <object class="GtkSpinButton" id="GNUNET_setup_vpn_exit_interface_v6_mask_spinbutton"> 3446 <object class="GtkSpinButton" id="GNUNET_setup_vpn_exit_interface_v6_mask_spinbutton">
3954 <property name="visible">True</property> 3447 <property name="visible">True</property>
3955 <property name="can_focus">True</property> 3448 <property name="can_focus">True</property>
3956 <property name="invisible_char">●</property> 3449 <property name="invisible_char">&#x25CF;</property>
3957 <property name="primary_icon_activatable">False</property>
3958 <property name="secondary_icon_activatable">False</property>
3959 <property name="primary_icon_sensitive">True</property> 3450 <property name="primary_icon_sensitive">True</property>
3960 <property name="secondary_icon_sensitive">True</property> 3451 <property name="secondary_icon_sensitive">True</property>
3961 <property name="adjustment">GNUNET_vpn_exit_interface_mask_adjustment</property> 3452 <property name="adjustment">GNUNET_vpn_exit_interface_mask_adjustment</property>
3962 </object> 3453 </object>
3963 <packing> 3454 <packing>
3964 <property name="expand">False</property> 3455 <property name="expand">False</property>
3965 <property name="fill">True</property>
3966 <property name="position">3</property> 3456 <property name="position">3</property>
3967 </packing> 3457 </packing>
3968 </child> 3458 </child>
3969 </object> 3459 </object>
3970 <packing> 3460 <packing>
3971 <property name="expand">False</property> 3461 <property name="expand">False</property>
3972 <property name="fill">True</property>
3973 <property name="position">2</property> 3462 <property name="position">2</property>
3974 </packing> 3463 </packing>
3975 </child> 3464 </child>
@@ -3980,7 +3469,6 @@
3980 <child type="label"> 3469 <child type="label">
3981 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_frame_label"> 3470 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_frame_label">
3982 <property name="visible">True</property> 3471 <property name="visible">True</property>
3983 <property name="can_focus">False</property>
3984 <property name="label" translatable="yes">&lt;b&gt;GNUnet VPN Exit Interface&lt;/b&gt;</property> 3472 <property name="label" translatable="yes">&lt;b&gt;GNUnet VPN Exit Interface&lt;/b&gt;</property>
3985 <property name="use_markup">True</property> 3473 <property name="use_markup">True</property>
3986 </object> 3474 </object>
@@ -3988,7 +3476,6 @@
3988 </object> 3476 </object>
3989 <packing> 3477 <packing>
3990 <property name="expand">False</property> 3478 <property name="expand">False</property>
3991 <property name="fill">True</property>
3992 <property name="padding">5</property> 3479 <property name="padding">5</property>
3993 <property name="position">2</property> 3480 <property name="position">2</property>
3994 </packing> 3481 </packing>
@@ -3996,13 +3483,11 @@
3996 <child> 3483 <child>
3997 <object class="GtkFrame" id="GNUNET_setup_vpn_service_configuration_frame"> 3484 <object class="GtkFrame" id="GNUNET_setup_vpn_service_configuration_frame">
3998 <property name="visible">True</property> 3485 <property name="visible">True</property>
3999 <property name="can_focus">False</property>
4000 <property name="label_xalign">0</property> 3486 <property name="label_xalign">0</property>
4001 <property name="shadow_type">none</property> 3487 <property name="shadow_type">none</property>
4002 <child> 3488 <child>
4003 <object class="GtkAlignment" id="GNUNET_setup_vpn_dns_service_configuration_frame_alignment"> 3489 <object class="GtkAlignment" id="GNUNET_setup_vpn_dns_service_configuration_frame_alignment">
4004 <property name="visible">True</property> 3490 <property name="visible">True</property>
4005 <property name="can_focus">False</property>
4006 <property name="left_padding">12</property> 3491 <property name="left_padding">12</property>
4007 <child> 3492 <child>
4008 <object class="GtkScrolledWindow" id="GNUNET_setup_vpn_dns_service_scrolledwindow"> 3493 <object class="GtkScrolledWindow" id="GNUNET_setup_vpn_dns_service_scrolledwindow">
@@ -4013,7 +3498,6 @@
4013 <child> 3498 <child>
4014 <object class="GtkViewport" id="GNUNET_setup_vpn_viewport"> 3499 <object class="GtkViewport" id="GNUNET_setup_vpn_viewport">
4015 <property name="visible">True</property> 3500 <property name="visible">True</property>
4016 <property name="can_focus">False</property>
4017 <child> 3501 <child>
4018 <object class="GtkTreeView" id="GNUNET_setup_vpn_dns_service_treeview"> 3502 <object class="GtkTreeView" id="GNUNET_setup_vpn_dns_service_treeview">
4019 <property name="visible">True</property> 3503 <property name="visible">True</property>
@@ -4023,7 +3507,7 @@
4023 <child> 3507 <child>
4024 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_dnsname_treeviewcolumn"> 3508 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_dnsname_treeviewcolumn">
4025 <property name="sizing">autosize</property> 3509 <property name="sizing">autosize</property>
4026 <property name="title" translatable="yes">DNS name</property> 3510 <property name="title">DNS name</property>
4027 <property name="clickable">True</property> 3511 <property name="clickable">True</property>
4028 <property name="reorderable">True</property> 3512 <property name="reorderable">True</property>
4029 <property name="sort_indicator">True</property> 3513 <property name="sort_indicator">True</property>
@@ -4041,7 +3525,7 @@
4041 <child> 3525 <child>
4042 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_tcpudp_treeviewcolumn"> 3526 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_tcpudp_treeviewcolumn">
4043 <property name="sizing">autosize</property> 3527 <property name="sizing">autosize</property>
4044 <property name="title" translatable="yes">Prot.</property> 3528 <property name="title">Prot.</property>
4045 <child> 3529 <child>
4046 <object class="GtkCellRendererText" id="GNUNET_setup_vpn_dns_service_tcpudp_cellrenderertext"> 3530 <object class="GtkCellRendererText" id="GNUNET_setup_vpn_dns_service_tcpudp_cellrenderertext">
4047 <property name="editable">True</property> 3531 <property name="editable">True</property>
@@ -4055,7 +3539,7 @@
4055 <child> 3539 <child>
4056 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_sourceport_treeviewcolumn"> 3540 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_sourceport_treeviewcolumn">
4057 <property name="sizing">autosize</property> 3541 <property name="sizing">autosize</property>
4058 <property name="title" translatable="yes">Source Port</property> 3542 <property name="title">Source Port</property>
4059 <child> 3543 <child>
4060 <object class="GtkCellRendererText" id="GNUNET_setup_vpn_dns_service_sourceport_cellrenderertext"> 3544 <object class="GtkCellRendererText" id="GNUNET_setup_vpn_dns_service_sourceport_cellrenderertext">
4061 <property name="editable">True</property> 3545 <property name="editable">True</property>
@@ -4069,7 +3553,7 @@
4069 <child> 3553 <child>
4070 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_destination_treeviewcolumn"> 3554 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_destination_treeviewcolumn">
4071 <property name="resizable">True</property> 3555 <property name="resizable">True</property>
4072 <property name="title" translatable="yes">Destination</property> 3556 <property name="title">Destination</property>
4073 <property name="reorderable">True</property> 3557 <property name="reorderable">True</property>
4074 <property name="sort_indicator">True</property> 3558 <property name="sort_indicator">True</property>
4075 <property name="sort_column_id">2</property> 3559 <property name="sort_column_id">2</property>
@@ -4107,15 +3591,12 @@
4107 <child type="label"> 3591 <child type="label">
4108 <object class="GtkLabel" id="GNUNET_setup_vpn_dns_service_configuration_frame_label"> 3592 <object class="GtkLabel" id="GNUNET_setup_vpn_dns_service_configuration_frame_label">
4109 <property name="visible">True</property> 3593 <property name="visible">True</property>
4110 <property name="can_focus">False</property>
4111 <property name="label" translatable="yes">&lt;b&gt;DNS Services Configuration&lt;/b&gt;</property> 3594 <property name="label" translatable="yes">&lt;b&gt;DNS Services Configuration&lt;/b&gt;</property>
4112 <property name="use_markup">True</property> 3595 <property name="use_markup">True</property>
4113 </object> 3596 </object>
4114 </child> 3597 </child>
4115 </object> 3598 </object>
4116 <packing> 3599 <packing>
4117 <property name="expand">True</property>
4118 <property name="fill">True</property>
4119 <property name="padding">5</property> 3600 <property name="padding">5</property>
4120 <property name="position">3</property> 3601 <property name="position">3</property>
4121 </packing> 3602 </packing>
@@ -4128,7 +3609,6 @@
4128 <child type="tab"> 3609 <child type="tab">
4129 <object class="GtkLabel" id="GNUNET_setup_vpn_label"> 3610 <object class="GtkLabel" id="GNUNET_setup_vpn_label">
4130 <property name="visible">True</property> 3611 <property name="visible">True</property>
4131 <property name="can_focus">False</property>
4132 <property name="label" translatable="yes">_VPN</property> 3612 <property name="label" translatable="yes">_VPN</property>
4133 <property name="use_underline">True</property> 3613 <property name="use_underline">True</property>
4134 </object> 3614 </object>
@@ -4139,8 +3619,6 @@
4139 </child> 3619 </child>
4140 </object> 3620 </object>
4141 <packing> 3621 <packing>
4142 <property name="expand">True</property>
4143 <property name="fill">True</property>
4144 <property name="position">1</property> 3622 <property name="position">1</property>
4145 </packing> 3623 </packing>
4146 </child> 3624 </child>
@@ -4151,16 +3629,63 @@
4151 <property name="can_focus">True</property> 3629 <property name="can_focus">True</property>
4152 <property name="receives_default">True</property> 3630 <property name="receives_default">True</property>
4153 <property name="has_tooltip">True</property> 3631 <property name="has_tooltip">True</property>
4154 <property name="use_action_appearance">False</property>
4155 <property name="relief">none</property> 3632 <property name="relief">none</property>
4156 <property name="uri">https://gnunet.org/gnunet-setup</property> 3633 <property name="uri">https://gnunet.org/gnunet-setup</property>
4157 </object> 3634 </object>
4158 <packing> 3635 <packing>
4159 <property name="expand">False</property> 3636 <property name="expand">False</property>
4160 <property name="fill">True</property>
4161 <property name="position">2</property> 3637 <property name="position">2</property>
4162 </packing> 3638 </packing>
4163 </child> 3639 </child>
3640 <child internal-child="action_area">
3641 <object class="GtkHButtonBox" id="GNUNET_setup_dialog-action_area">
3642 <property name="layout_style">end</property>
3643 <child>
3644 <object class="GtkButton" id="GNUNET_setup_cancel_button">
3645 <property name="label">gtk-cancel</property>
3646 <property name="can_focus">True</property>
3647 <property name="receives_default">True</property>
3648 <property name="use_stock">True</property>
3649 </object>
3650 <packing>
3651 <property name="expand">False</property>
3652 <property name="fill">False</property>
3653 <property name="position">0</property>
3654 </packing>
3655 </child>
3656 <child>
3657 <object class="GtkButton" id="GNUNET_setup_save_as_button">
3658 <property name="label">gtk-save-as</property>
3659 <property name="can_focus">True</property>
3660 <property name="receives_default">True</property>
3661 <property name="use_stock">True</property>
3662 </object>
3663 <packing>
3664 <property name="expand">False</property>
3665 <property name="fill">False</property>
3666 <property name="position">1</property>
3667 </packing>
3668 </child>
3669 <child>
3670 <object class="GtkButton" id="GNUNET_setup_save_button">
3671 <property name="label">gtk-save</property>
3672 <property name="can_focus">True</property>
3673 <property name="receives_default">True</property>
3674 <property name="use_stock">True</property>
3675 </object>
3676 <packing>
3677 <property name="expand">False</property>
3678 <property name="fill">False</property>
3679 <property name="position">2</property>
3680 </packing>
3681 </child>
3682 </object>
3683 <packing>
3684 <property name="expand">False</property>
3685 <property name="pack_type">end</property>
3686 <property name="position">0</property>
3687 </packing>
3688 </child>
4164 </object> 3689 </object>
4165 </child> 3690 </child>
4166 <action-widgets> 3691 <action-widgets>
@@ -4170,119 +3695,111 @@
4170 </action-widgets> 3695 </action-widgets>
4171 </object> 3696 </object>
4172 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_mysql_port_adjustment"> 3697 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_mysql_port_adjustment">
3698 <property name="value">3306</property>
4173 <property name="lower">1</property> 3699 <property name="lower">1</property>
4174 <property name="upper">65535</property> 3700 <property name="upper">65535</property>
4175 <property name="value">3306</property>
4176 <property name="step_increment">1</property> 3701 <property name="step_increment">1</property>
4177 <property name="page_increment">10</property> 3702 <property name="page_increment">10</property>
4178 </object> 3703 </object>
4179 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment"> 3704 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment">
3705 <property name="value">1024000</property>
4180 <property name="lower">65536</property> 3706 <property name="lower">65536</property>
4181 <property name="upper">9999999999</property> 3707 <property name="upper">9999999999</property>
4182 <property name="value">1024000</property>
4183 <property name="step_increment">65536</property> 3708 <property name="step_increment">65536</property>
4184 <property name="page_increment">1024000</property> 3709 <property name="page_increment">1024000</property>
4185 </object> 3710 </object>
4186 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_mysql_port_adjustment"> 3711 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_mysql_port_adjustment">
3712 <property name="value">3306</property>
4187 <property name="lower">1</property> 3713 <property name="lower">1</property>
4188 <property name="upper">65535</property> 3714 <property name="upper">65535</property>
4189 <property name="value">3306</property>
4190 <property name="step_increment">1</property> 3715 <property name="step_increment">1</property>
4191 <property name="page_increment">10</property> 3716 <property name="page_increment">10</property>
4192 </object> 3717 </object>
4193 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_quota_adjustment"> 3718 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_quota_adjustment">
3719 <property name="value">100000000</property>
4194 <property name="lower">1000000</property> 3720 <property name="lower">1000000</property>
4195 <property name="upper">999999999999</property> 3721 <property name="upper">999999999999</property>
4196 <property name="value">100000000</property>
4197 <property name="step_increment">1000000</property> 3722 <property name="step_increment">1000000</property>
4198 <property name="page_increment">1000000000</property> 3723 <property name="page_increment">1000000000</property>
4199 </object> 3724 </object>
4200 <object class="GtkAdjustment" id="GNUNET_setup_hostlist_server_port_adjustment"> 3725 <object class="GtkAdjustment" id="GNUNET_setup_hostlist_server_port_adjustment">
3726 <property name="value">8080</property>
4201 <property name="lower">1</property> 3727 <property name="lower">1</property>
4202 <property name="upper">65535</property> 3728 <property name="upper">65535</property>
4203 <property name="value">8080</property>
4204 <property name="step_increment">1</property> 3729 <property name="step_increment">1</property>
4205 <property name="page_increment">10</property> 3730 <property name="page_increment">10</property>
4206 </object> 3731 </object>
4207 <object class="GtkListStore" id="GNUNET_setup_hostlist_url_liststore">
4208 <columns>
4209 <!-- column-name url -->
4210 <column type="gchararray"/>
4211 <!-- column-name editable -->
4212 <column type="gboolean"/>
4213 </columns>
4214 </object>
4215 <object class="GtkAdjustment" id="GNUNET_setup_min_friends_adjustment"> 3732 <object class="GtkAdjustment" id="GNUNET_setup_min_friends_adjustment">
4216 <property name="upper">9999</property> 3733 <property name="upper">9999</property>
4217 <property name="step_increment">1</property> 3734 <property name="step_increment">1</property>
4218 <property name="page_increment">10</property> 3735 <property name="page_increment">10</property>
4219 </object> 3736 </object>
4220 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_advertised_port_adjustment"> 3737 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_advertised_port_adjustment">
3738 <property name="value">1080</property>
4221 <property name="lower">1</property> 3739 <property name="lower">1</property>
4222 <property name="upper">65535</property> 3740 <property name="upper">65535</property>
4223 <property name="value">1080</property>
4224 <property name="step_increment">1</property> 3741 <property name="step_increment">1</property>
4225 <property name="page_increment">10</property> 3742 <property name="page_increment">10</property>
4226 </object> 3743 </object>
4227 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_port_adjustment"> 3744 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_port_adjustment">
3745 <property name="value">1080</property>
4228 <property name="lower">1</property> 3746 <property name="lower">1</property>
4229 <property name="upper">65535</property> 3747 <property name="upper">65535</property>
4230 <property name="value">1080</property>
4231 <property name="step_increment">1</property> 3748 <property name="step_increment">1</property>
4232 <property name="page_increment">10</property> 3749 <property name="page_increment">10</property>
4233 </object> 3750 </object>
4234 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_advertised_port_adjustment"> 3751 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_advertised_port_adjustment">
3752 <property name="value">443</property>
4235 <property name="lower">1</property> 3753 <property name="lower">1</property>
4236 <property name="upper">65535</property> 3754 <property name="upper">65535</property>
4237 <property name="value">443</property>
4238 <property name="step_increment">1</property> 3755 <property name="step_increment">1</property>
4239 <property name="page_increment">10</property> 3756 <property name="page_increment">10</property>
4240 </object> 3757 </object>
4241 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_port_adjustment"> 3758 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_port_adjustment">
3759 <property name="value">443</property>
4242 <property name="lower">1</property> 3760 <property name="lower">1</property>
4243 <property name="upper">65535</property> 3761 <property name="upper">65535</property>
4244 <property name="value">443</property>
4245 <property name="step_increment">1</property> 3762 <property name="step_increment">1</property>
4246 <property name="page_increment">10</property> 3763 <property name="page_increment">10</property>
4247 </object> 3764 </object>
4248 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_adv_port_adjustment"> 3765 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_adv_port_adjustment">
3766 <property name="value">2086</property>
4249 <property name="lower">1</property> 3767 <property name="lower">1</property>
4250 <property name="upper">65535</property> 3768 <property name="upper">65535</property>
4251 <property name="value">2086</property>
4252 <property name="step_increment">1</property> 3769 <property name="step_increment">1</property>
4253 <property name="page_increment">10</property> 3770 <property name="page_increment">10</property>
4254 </object> 3771 </object>
4255 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_port_adjustment"> 3772 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_port_adjustment">
4256 <property name="upper">65535</property>
4257 <property name="value">2086</property> 3773 <property name="value">2086</property>
3774 <property name="upper">65535</property>
4258 <property name="step_increment">1</property> 3775 <property name="step_increment">1</property>
4259 <property name="page_increment">10</property> 3776 <property name="page_increment">10</property>
4260 </object> 3777 </object>
4261 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_advertised_port_adjustment"> 3778 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_advertised_port_adjustment">
3779 <property name="value">2086</property>
4262 <property name="lower">1</property> 3780 <property name="lower">1</property>
4263 <property name="upper">65535</property> 3781 <property name="upper">65535</property>
4264 <property name="value">2086</property>
4265 <property name="step_increment">1</property> 3782 <property name="step_increment">1</property>
4266 <property name="page_increment">10</property> 3783 <property name="page_increment">10</property>
4267 </object> 3784 </object>
4268 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_port_adjustment"> 3785 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_port_adjustment">
3786 <property name="value">2086</property>
4269 <property name="lower">1</property> 3787 <property name="lower">1</property>
4270 <property name="upper">65535</property> 3788 <property name="upper">65535</property>
4271 <property name="value">2086</property>
4272 <property name="step_increment">1</property> 3789 <property name="step_increment">1</property>
4273 <property name="page_increment">10</property> 3790 <property name="page_increment">10</property>
4274 </object> 3791 </object>
4275 <object class="GtkAdjustment" id="GNUNET_vpn_exit_interface_mask_adjustment"> 3792 <object class="GtkAdjustment" id="GNUNET_vpn_exit_interface_mask_adjustment">
3793 <property name="value">48</property>
4276 <property name="lower">1</property> 3794 <property name="lower">1</property>
4277 <property name="upper">127</property> 3795 <property name="upper">127</property>
4278 <property name="value">48</property>
4279 <property name="step_increment">1</property> 3796 <property name="step_increment">1</property>
4280 <property name="page_increment">10</property> 3797 <property name="page_increment">10</property>
4281 </object> 3798 </object>
4282 <object class="GtkAdjustment" id="GNUNET_vpn_master_interface_mask_adjustment"> 3799 <object class="GtkAdjustment" id="GNUNET_vpn_master_interface_mask_adjustment">
3800 <property name="value">48</property>
4283 <property name="lower">1</property> 3801 <property name="lower">1</property>
4284 <property name="upper">127</property> 3802 <property name="upper">127</property>
4285 <property name="value">48</property>
4286 <property name="step_increment">1</property> 3803 <property name="step_increment">1</property>
4287 <property name="page_increment">10</property> 3804 <property name="page_increment">10</property>
4288 </object> 3805 </object>
@@ -4334,18 +3851,4 @@
4334 <property name="page_increment">10</property> 3851 <property name="page_increment">10</property>
4335 <property name="page_size">10</property> 3852 <property name="page_size">10</property>
4336 </object> 3853 </object>
4337 <object class="GtkListStore" id="vpn_dns_config_liststore">
4338 <columns>
4339 <!-- column-name hostname -->
4340 <column type="gchararray"/>
4341 <!-- column-name sourceport -->
4342 <column type="guint"/>
4343 <!-- column-name targetport -->
4344 <column type="guint"/>
4345 <!-- column-name targethostname -->
4346 <column type="gchararray"/>
4347 <!-- column-name isudp -->
4348 <column type="gchararray"/>
4349 </columns>
4350 </object>
4351</interface> 3854</interface>