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.glade850
1 files changed, 616 insertions, 234 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index e0a05f0c..173b4195 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -2,186 +2,22 @@
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="GtkListStore" id="vpn_dns_config_liststore"> 5 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment">
6 <columns> 6 <property name="lower">5000</property>
7 <!-- column-name hostname --> 7 <property name="upper">999999999</property>
8 <column type="gchararray"/> 8 <property name="value">65536</property>
9 <!-- column-name sourceport -->
10 <column type="guint"/>
11 <!-- column-name targetport -->
12 <column type="guint"/>
13 <!-- column-name targethostname -->
14 <column type="gchararray"/>
15 <!-- column-name isudp -->
16 <column type="gchararray"/>
17 </columns>
18 </object>
19 <object class="GtkAdjustment" id="adjustment8">
20 <property name="upper">100</property>
21 <property name="step_increment">1</property>
22 <property name="page_increment">10</property>
23 <property name="page_size">10</property>
24 </object>
25 <object class="GtkAdjustment" id="adjustment7">
26 <property name="upper">100</property>
27 <property name="step_increment">1</property>
28 <property name="page_increment">10</property>
29 <property name="page_size">10</property>
30 </object>
31 <object class="GtkAdjustment" id="adjustment6">
32 <property name="upper">100</property>
33 <property name="step_increment">1</property>
34 <property name="page_increment">10</property>
35 <property name="page_size">10</property>
36 </object>
37 <object class="GtkAdjustment" id="adjustment5">
38 <property name="upper">100</property>
39 <property name="step_increment">1</property>
40 <property name="page_increment">10</property>
41 <property name="page_size">10</property>
42 </object>
43 <object class="GtkAdjustment" id="adjustment4">
44 <property name="upper">100</property>
45 <property name="step_increment">1</property>
46 <property name="page_increment">10</property>
47 <property name="page_size">10</property>
48 </object>
49 <object class="GtkAdjustment" id="adjustment3">
50 <property name="upper">100</property>
51 <property name="step_increment">1</property>
52 <property name="page_increment">10</property>
53 <property name="page_size">10</property>
54 </object>
55 <object class="GtkAdjustment" id="adjustment2">
56 <property name="upper">100</property>
57 <property name="step_increment">1</property>
58 <property name="page_increment">10</property>
59 <property name="page_size">10</property>
60 </object>
61 <object class="GtkAdjustment" id="adjustment1">
62 <property name="upper">100</property>
63 <property name="step_increment">1</property>
64 <property name="page_increment">10</property>
65 <property name="page_size">10</property>
66 </object>
67 <object class="GtkAdjustment" id="GNUNET_vpn_master_interface_mask_adjustment">
68 <property name="lower">1</property>
69 <property name="upper">127</property>
70 <property name="value">48</property>
71 <property name="step_increment">1</property>
72 <property name="page_increment">10</property>
73 </object>
74 <object class="GtkAdjustment" id="GNUNET_vpn_exit_interface_mask_adjustment">
75 <property name="lower">1</property>
76 <property name="upper">127</property>
77 <property name="value">48</property>
78 <property name="step_increment">1</property>
79 <property name="page_increment">10</property>
80 </object>
81 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_port_adjustment">
82 <property name="lower">1</property>
83 <property name="upper">65535</property>
84 <property name="value">2086</property>
85 <property name="step_increment">1</property>
86 <property name="page_increment">10</property>
87 </object>
88 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_advertised_port_adjustment">
89 <property name="lower">1</property>
90 <property name="upper">65535</property>
91 <property name="value">2086</property>
92 <property name="step_increment">1</property>
93 <property name="page_increment">10</property>
94 </object>
95 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_port_adjustment">
96 <property name="upper">65535</property>
97 <property name="value">2086</property>
98 <property name="step_increment">1</property>
99 <property name="page_increment">10</property>
100 </object>
101 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_adv_port_adjustment">
102 <property name="lower">1</property>
103 <property name="upper">65535</property>
104 <property name="value">2086</property>
105 <property name="step_increment">1</property>
106 <property name="page_increment">10</property>
107 </object>
108 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_port_adjustment">
109 <property name="lower">1</property>
110 <property name="upper">65535</property>
111 <property name="value">443</property>
112 <property name="step_increment">1</property>
113 <property name="page_increment">10</property>
114 </object>
115 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_advertised_port_adjustment">
116 <property name="lower">1</property>
117 <property name="upper">65535</property>
118 <property name="value">443</property>
119 <property name="step_increment">1</property>
120 <property name="page_increment">10</property>
121 </object>
122 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_port_adjustment">
123 <property name="lower">1</property>
124 <property name="upper">65535</property>
125 <property name="value">1080</property>
126 <property name="step_increment">1</property>
127 <property name="page_increment">10</property>
128 </object>
129 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_advertised_port_adjustment">
130 <property name="lower">1</property>
131 <property name="upper">65535</property>
132 <property name="value">1080</property>
133 <property name="step_increment">1</property>
134 <property name="page_increment">10</property>
135 </object>
136 <object class="GtkAdjustment" id="GNUNET_setup_min_friends_adjustment">
137 <property name="upper">9999</property>
138 <property name="step_increment">1</property>
139 <property name="page_increment">10</property>
140 </object>
141 <object class="GtkListStore" id="GNUNET_setup_hostlist_url_liststore">
142 <columns>
143 <!-- column-name url -->
144 <column type="gchararray"/>
145 <!-- column-name editable -->
146 <column type="gboolean"/>
147 </columns>
148 </object>
149 <object class="GtkAdjustment" id="GNUNET_setup_hostlist_server_port_adjustment">
150 <property name="lower">1</property>
151 <property name="upper">65535</property>
152 <property name="value">8080</property>
153 <property name="step_increment">1</property>
154 <property name="page_increment">10</property>
155 </object>
156 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_quota_adjustment">
157 <property name="lower">1000000</property>
158 <property name="upper">999999999999</property>
159 <property name="value">100000000</property>
160 <property name="step_increment">1000000</property>
161 <property name="page_increment">1000000000</property>
162 </object>
163 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_mysql_port_adjustment">
164 <property name="lower">1</property>
165 <property name="upper">65535</property>
166 <property name="value">3306</property>
167 <property name="step_increment">1</property> 9 <property name="step_increment">1</property>
168 <property name="page_increment">10</property> 10 <property name="page_increment">10</property>
169 </object> 11 </object>
170 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment"> 12 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment">
171 <property name="lower">65536</property> 13 <property name="lower">1024</property>
172 <property name="upper">9999999999</property> 14 <property name="upper">999999999</property>
173 <property name="value">1024000</property> 15 <property name="value">65536</property>
174 <property name="step_increment">65536</property>
175 <property name="page_increment">1024000</property>
176 </object>
177 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_mysql_port_adjustment">
178 <property name="lower">1</property>
179 <property name="upper">65535</property>
180 <property name="value">3306</property>
181 <property name="step_increment">1</property> 16 <property name="step_increment">1</property>
182 <property name="page_increment">10</property> 17 <property name="page_increment">10</property>
183 </object> 18 </object>
184 <object class="GtkDialog" id="GNUNET_setup_dialog"> 19 <object class="GtkDialog" id="GNUNET_setup_dialog">
20 <property name="can_focus">False</property>
185 <property name="border_width">5</property> 21 <property name="border_width">5</property>
186 <property name="title" translatable="yes">gnunet-setup</property> 22 <property name="title" translatable="yes">gnunet-setup</property>
187 <property name="window_position">center</property> 23 <property name="window_position">center</property>
@@ -193,7 +29,62 @@
193 <child internal-child="vbox"> 29 <child internal-child="vbox">
194 <object class="GtkVBox" id="GNUNET_setup_dialog-vbox"> 30 <object class="GtkVBox" id="GNUNET_setup_dialog-vbox">
195 <property name="visible">True</property> 31 <property name="visible">True</property>
32 <property name="can_focus">False</property>
196 <property name="spacing">2</property> 33 <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>
197 <child> 88 <child>
198 <object class="GtkNotebook" id="GNUNET_setup_notebook"> 89 <object class="GtkNotebook" id="GNUNET_setup_notebook">
199 <property name="visible">True</property> 90 <property name="visible">True</property>
@@ -201,21 +92,26 @@
201 <child> 92 <child>
202 <object class="GtkVBox" id="GNUNET_setup_general_vbox"> 93 <object class="GtkVBox" id="GNUNET_setup_general_vbox">
203 <property name="visible">True</property> 94 <property name="visible">True</property>
95 <property name="can_focus">False</property>
204 <child> 96 <child>
205 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame"> 97 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame">
206 <property name="visible">True</property> 98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
207 <property name="label_xalign">0</property> 100 <property name="label_xalign">0</property>
208 <property name="shadow_type">none</property> 101 <property name="shadow_type">none</property>
209 <child> 102 <child>
210 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment"> 103 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment">
211 <property name="visible">True</property> 104 <property name="visible">True</property>
105 <property name="can_focus">False</property>
212 <property name="left_padding">12</property> 106 <property name="left_padding">12</property>
213 <child> 107 <child>
214 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox"> 108 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox">
215 <property name="visible">True</property> 109 <property name="visible">True</property>
110 <property name="can_focus">False</property>
216 <child> 111 <child>
217 <object class="GtkLabel" id="GNUNET_setup_general_services_label"> 112 <object class="GtkLabel" id="GNUNET_setup_general_services_label">
218 <property name="visible">True</property> 113 <property name="visible">True</property>
114 <property name="can_focus">False</property>
219 <property name="label" translatable="yes">Services:</property> 115 <property name="label" translatable="yes">Services:</property>
220 </object> 116 </object>
221 <packing> 117 <packing>
@@ -305,6 +201,7 @@
305 <child type="label"> 201 <child type="label">
306 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label"> 202 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label">
307 <property name="visible">True</property> 203 <property name="visible">True</property>
204 <property name="can_focus">False</property>
308 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property> 205 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property>
309 <property name="use_markup">True</property> 206 <property name="use_markup">True</property>
310 </object> 207 </object>
@@ -320,15 +217,18 @@
320 <child> 217 <child>
321 <object class="GtkFrame" id="GNUNET_setup_topology_frame"> 218 <object class="GtkFrame" id="GNUNET_setup_topology_frame">
322 <property name="visible">True</property> 219 <property name="visible">True</property>
220 <property name="can_focus">False</property>
323 <property name="label_xalign">0</property> 221 <property name="label_xalign">0</property>
324 <property name="shadow_type">none</property> 222 <property name="shadow_type">none</property>
325 <child> 223 <child>
326 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment"> 224 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment">
327 <property name="visible">True</property> 225 <property name="visible">True</property>
226 <property name="can_focus">False</property>
328 <property name="left_padding">12</property> 227 <property name="left_padding">12</property>
329 <child> 228 <child>
330 <object class="GtkHBox" id="GNUNET_setup_topology_hbox"> 229 <object class="GtkHBox" id="GNUNET_setup_topology_hbox">
331 <property name="visible">True</property> 230 <property name="visible">True</property>
231 <property name="can_focus">False</property>
332 <child> 232 <child>
333 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton"> 233 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton">
334 <property name="label" translatable="yes">F_2F only</property> 234 <property name="label" translatable="yes">F_2F only</property>
@@ -349,6 +249,7 @@
349 <child> 249 <child>
350 <object class="GtkVSeparator" id="vseparator2"> 250 <object class="GtkVSeparator" id="vseparator2">
351 <property name="visible">True</property> 251 <property name="visible">True</property>
252 <property name="can_focus">False</property>
352 </object> 253 </object>
353 <packing> 254 <packing>
354 <property name="expand">False</property> 255 <property name="expand">False</property>
@@ -360,6 +261,7 @@
360 <child> 261 <child>
361 <object class="GtkLabel" id="GNUNET_setup_friends_file_label"> 262 <object class="GtkLabel" id="GNUNET_setup_friends_file_label">
362 <property name="visible">True</property> 263 <property name="visible">True</property>
264 <property name="can_focus">False</property>
363 <property name="label" translatable="yes">Friends file:</property> 265 <property name="label" translatable="yes">Friends file:</property>
364 </object> 266 </object>
365 <packing> 267 <packing>
@@ -371,6 +273,7 @@
371 <child> 273 <child>
372 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton"> 274 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton">
373 <property name="visible">True</property> 275 <property name="visible">True</property>
276 <property name="can_focus">False</property>
374 </object> 277 </object>
375 <packing> 278 <packing>
376 <property name="expand">True</property> 279 <property name="expand">True</property>
@@ -381,6 +284,7 @@
381 <child> 284 <child>
382 <object class="GtkVSeparator" id="vseparator1"> 285 <object class="GtkVSeparator" id="vseparator1">
383 <property name="visible">True</property> 286 <property name="visible">True</property>
287 <property name="can_focus">False</property>
384 </object> 288 </object>
385 <packing> 289 <packing>
386 <property name="expand">False</property> 290 <property name="expand">False</property>
@@ -392,6 +296,7 @@
392 <child> 296 <child>
393 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label"> 297 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label">
394 <property name="visible">True</property> 298 <property name="visible">True</property>
299 <property name="can_focus">False</property>
395 <property name="label" translatable="yes">Min. connected friends:</property> 300 <property name="label" translatable="yes">Min. connected friends:</property>
396 </object> 301 </object>
397 <packing> 302 <packing>
@@ -406,6 +311,10 @@
406 <property name="can_focus">True</property> 311 <property name="can_focus">True</property>
407 <property name="invisible_char">•</property> 312 <property name="invisible_char">•</property>
408 <property name="invisible_char_set">True</property> 313 <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>
317 <property name="secondary_icon_sensitive">True</property>
409 <property name="adjustment">GNUNET_setup_min_friends_adjustment</property> 318 <property name="adjustment">GNUNET_setup_min_friends_adjustment</property>
410 <property name="numeric">True</property> 319 <property name="numeric">True</property>
411 </object> 320 </object>
@@ -422,6 +331,7 @@
422 <child type="label"> 331 <child type="label">
423 <object class="GtkLabel" id="GNUNET_setup_topology_label"> 332 <object class="GtkLabel" id="GNUNET_setup_topology_label">
424 <property name="visible">True</property> 333 <property name="visible">True</property>
334 <property name="can_focus">False</property>
425 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property> 335 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property>
426 <property name="use_markup">True</property> 336 <property name="use_markup">True</property>
427 </object> 337 </object>
@@ -437,18 +347,22 @@
437 <child> 347 <child>
438 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame"> 348 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame">
439 <property name="visible">True</property> 349 <property name="visible">True</property>
350 <property name="can_focus">False</property>
440 <property name="label_xalign">0</property> 351 <property name="label_xalign">0</property>
441 <property name="shadow_type">none</property> 352 <property name="shadow_type">none</property>
442 <child> 353 <child>
443 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment"> 354 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment">
444 <property name="visible">True</property> 355 <property name="visible">True</property>
356 <property name="can_focus">False</property>
445 <property name="left_padding">12</property> 357 <property name="left_padding">12</property>
446 <child> 358 <child>
447 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox"> 359 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox">
448 <property name="visible">True</property> 360 <property name="visible">True</property>
361 <property name="can_focus">False</property>
449 <child> 362 <child>
450 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox"> 363 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox">
451 <property name="visible">True</property> 364 <property name="visible">True</property>
365 <property name="can_focus">False</property>
452 <child> 366 <child>
453 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton"> 367 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton">
454 <property name="label" translatable="yes">Use Hostlists to bootstrap</property> 368 <property name="label" translatable="yes">Use Hostlists to bootstrap</property>
@@ -493,9 +407,11 @@
493 <child> 407 <child>
494 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox"> 408 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox">
495 <property name="visible">True</property> 409 <property name="visible">True</property>
410 <property name="can_focus">False</property>
496 <child> 411 <child>
497 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox"> 412 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox">
498 <property name="visible">True</property> 413 <property name="visible">True</property>
414 <property name="can_focus">False</property>
499 <child> 415 <child>
500 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton"> 416 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton">
501 <property name="label" translatable="yes">Run Hostlist Server</property> 417 <property name="label" translatable="yes">Run Hostlist Server</property>
@@ -531,9 +447,11 @@
531 <child> 447 <child>
532 <object class="GtkHBox" id="hbox9"> 448 <object class="GtkHBox" id="hbox9">
533 <property name="visible">True</property> 449 <property name="visible">True</property>
450 <property name="can_focus">False</property>
534 <child> 451 <child>
535 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label"> 452 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label">
536 <property name="visible">True</property> 453 <property name="visible">True</property>
454 <property name="can_focus">False</property>
537 <property name="label" translatable="yes">Port:</property> 455 <property name="label" translatable="yes">Port:</property>
538 </object> 456 </object>
539 <packing> 457 <packing>
@@ -549,6 +467,10 @@
549 <property name="can_focus">True</property> 467 <property name="can_focus">True</property>
550 <property name="invisible_char">•</property> 468 <property name="invisible_char">•</property>
551 <property name="invisible_char_set">True</property> 469 <property name="invisible_char_set">True</property>
470 <property name="primary_icon_activatable">False</property>
471 <property name="secondary_icon_activatable">False</property>
472 <property name="primary_icon_sensitive">True</property>
473 <property name="secondary_icon_sensitive">True</property>
552 <property name="adjustment">GNUNET_setup_hostlist_server_port_adjustment</property> 474 <property name="adjustment">GNUNET_setup_hostlist_server_port_adjustment</property>
553 <property name="numeric">True</property> 475 <property name="numeric">True</property>
554 </object> 476 </object>
@@ -577,9 +499,11 @@
577 <child> 499 <child>
578 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox "> 500 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox ">
579 <property name="visible">True</property> 501 <property name="visible">True</property>
502 <property name="can_focus">False</property>
580 <child> 503 <child>
581 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label"> 504 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label">
582 <property name="visible">True</property> 505 <property name="visible">True</property>
506 <property name="can_focus">False</property>
583 <property name="label" translatable="yes">Known Hostlist Servers:</property> 507 <property name="label" translatable="yes">Known Hostlist Servers:</property>
584 </object> 508 </object>
585 <packing> 509 <packing>
@@ -653,6 +577,7 @@
653 <child type="label"> 577 <child type="label">
654 <object class="GtkLabel" id="GNUNET_setup_hostlist_label"> 578 <object class="GtkLabel" id="GNUNET_setup_hostlist_label">
655 <property name="visible">True</property> 579 <property name="visible">True</property>
580 <property name="can_focus">False</property>
656 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property> 581 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property>
657 <property name="use_markup">True</property> 582 <property name="use_markup">True</property>
658 </object> 583 </object>
@@ -670,6 +595,7 @@
670 <child type="tab"> 595 <child type="tab">
671 <object class="GtkLabel" id="GNUNET_setup_general_label"> 596 <object class="GtkLabel" id="GNUNET_setup_general_label">
672 <property name="visible">True</property> 597 <property name="visible">True</property>
598 <property name="can_focus">False</property>
673 <property name="label" translatable="yes">_General</property> 599 <property name="label" translatable="yes">_General</property>
674 <property name="use_underline">True</property> 600 <property name="use_underline">True</property>
675 </object> 601 </object>
@@ -680,24 +606,30 @@
680 <child> 606 <child>
681 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox"> 607 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox">
682 <property name="visible">True</property> 608 <property name="visible">True</property>
609 <property name="can_focus">False</property>
683 <child> 610 <child>
684 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame"> 611 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame">
685 <property name="visible">True</property> 612 <property name="visible">True</property>
613 <property name="can_focus">False</property>
686 <property name="label_xalign">0</property> 614 <property name="label_xalign">0</property>
687 <property name="shadow_type">none</property> 615 <property name="shadow_type">none</property>
688 <child> 616 <child>
689 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment"> 617 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment">
690 <property name="visible">True</property> 618 <property name="visible">True</property>
619 <property name="can_focus">False</property>
691 <property name="left_padding">12</property> 620 <property name="left_padding">12</property>
692 <child> 621 <child>
693 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox"> 622 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox">
694 <property name="visible">True</property> 623 <property name="visible">True</property>
624 <property name="can_focus">False</property>
695 <child> 625 <child>
696 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox"> 626 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox">
697 <property name="visible">True</property> 627 <property name="visible">True</property>
628 <property name="can_focus">False</property>
698 <child> 629 <child>
699 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label"> 630 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label">
700 <property name="visible">True</property> 631 <property name="visible">True</property>
632 <property name="can_focus">False</property>
701 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property> 633 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property>
702 </object> 634 </object>
703 <packing> 635 <packing>
@@ -713,6 +645,10 @@
713 <property name="can_focus">True</property> 645 <property name="can_focus">True</property>
714 <property name="invisible_char">•</property> 646 <property name="invisible_char">•</property>
715 <property name="invisible_char_set">True</property> 647 <property name="invisible_char_set">True</property>
648 <property name="primary_icon_activatable">False</property>
649 <property name="secondary_icon_activatable">False</property>
650 <property name="primary_icon_sensitive">True</property>
651 <property name="secondary_icon_sensitive">True</property>
716 <property name="adjustment">GNUNET_setup_bandwidth_in_adjustment</property> 652 <property name="adjustment">GNUNET_setup_bandwidth_in_adjustment</property>
717 <property name="numeric">True</property> 653 <property name="numeric">True</property>
718 </object> 654 </object>
@@ -725,6 +661,7 @@
725 <child> 661 <child>
726 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label"> 662 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label">
727 <property name="visible">True</property> 663 <property name="visible">True</property>
664 <property name="can_focus">False</property>
728 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property> 665 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property>
729 </object> 666 </object>
730 <packing> 667 <packing>
@@ -739,6 +676,10 @@
739 <property name="can_focus">True</property> 676 <property name="can_focus">True</property>
740 <property name="invisible_char">•</property> 677 <property name="invisible_char">•</property>
741 <property name="invisible_char_set">True</property> 678 <property name="invisible_char_set">True</property>
679 <property name="primary_icon_activatable">False</property>
680 <property name="secondary_icon_activatable">False</property>
681 <property name="primary_icon_sensitive">True</property>
682 <property name="secondary_icon_sensitive">True</property>
742 <property name="adjustment">GNUNET_setup_bandwidth_out_adjustment</property> 683 <property name="adjustment">GNUNET_setup_bandwidth_out_adjustment</property>
743 <property name="numeric">True</property> 684 <property name="numeric">True</property>
744 </object> 685 </object>
@@ -762,6 +703,7 @@
762 <child type="label"> 703 <child type="label">
763 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label"> 704 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label">
764 <property name="visible">True</property> 705 <property name="visible">True</property>
706 <property name="can_focus">False</property>
765 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property> 707 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property>
766 <property name="use_markup">True</property> 708 <property name="use_markup">True</property>
767 </object> 709 </object>
@@ -776,18 +718,22 @@
776 <child> 718 <child>
777 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame"> 719 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame">
778 <property name="visible">True</property> 720 <property name="visible">True</property>
721 <property name="can_focus">False</property>
779 <property name="label_xalign">0</property> 722 <property name="label_xalign">0</property>
780 <property name="shadow_type">none</property> 723 <property name="shadow_type">none</property>
781 <child> 724 <child>
782 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment"> 725 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment">
783 <property name="visible">True</property> 726 <property name="visible">True</property>
727 <property name="can_focus">False</property>
784 <property name="left_padding">12</property> 728 <property name="left_padding">12</property>
785 <child> 729 <child>
786 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox"> 730 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox">
787 <property name="visible">True</property> 731 <property name="visible">True</property>
732 <property name="can_focus">False</property>
788 <child> 733 <child>
789 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox"> 734 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox">
790 <property name="visible">True</property> 735 <property name="visible">True</property>
736 <property name="can_focus">False</property>
791 <child> 737 <child>
792 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton"> 738 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton">
793 <property name="label" translatable="yes">Peer is behind _NAT</property> 739 <property name="label" translatable="yes">Peer is behind _NAT</property>
@@ -853,10 +799,12 @@
853 <child> 799 <child>
854 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox"> 800 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox">
855 <property name="visible">True</property> 801 <property name="visible">True</property>
802 <property name="can_focus">False</property>
856 <property name="spacing">20</property> 803 <property name="spacing">20</property>
857 <child> 804 <child>
858 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label"> 805 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label">
859 <property name="visible">True</property> 806 <property name="visible">True</property>
807 <property name="can_focus">False</property>
860 </object> 808 </object>
861 <packing> 809 <packing>
862 <property name="expand">False</property> 810 <property name="expand">False</property>
@@ -868,6 +816,7 @@
868 <child> 816 <child>
869 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox"> 817 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox">
870 <property name="visible">True</property> 818 <property name="visible">True</property>
819 <property name="can_focus">False</property>
871 <child> 820 <child>
872 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton"> 821 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton">
873 <property name="label" translatable="yes">NAT has been hole-punched manually</property> 822 <property name="label" translatable="yes">NAT has been hole-punched manually</property>
@@ -922,9 +871,11 @@
922 <child> 871 <child>
923 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox"> 872 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox">
924 <property name="visible">True</property> 873 <property name="visible">True</property>
874 <property name="can_focus">False</property>
925 <child> 875 <child>
926 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label"> 876 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label">
927 <property name="visible">True</property> 877 <property name="visible">True</property>
878 <property name="can_focus">False</property>
928 <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> 879 <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>
929 <property name="label" translatable="yes">External (public) IPv4 address:</property> 880 <property name="label" translatable="yes">External (public) IPv4 address:</property>
930 </object> 881 </object>
@@ -942,6 +893,10 @@
942 <property name="max_length">255</property> 893 <property name="max_length">255</property>
943 <property name="invisible_char">●</property> 894 <property name="invisible_char">●</property>
944 <property name="invisible_char_set">True</property> 895 <property name="invisible_char_set">True</property>
896 <property name="primary_icon_activatable">False</property>
897 <property name="secondary_icon_activatable">False</property>
898 <property name="primary_icon_sensitive">True</property>
899 <property name="secondary_icon_sensitive">True</property>
945 </object> 900 </object>
946 <packing> 901 <packing>
947 <property name="expand">True</property> 902 <property name="expand">True</property>
@@ -978,9 +933,11 @@
978 <child> 933 <child>
979 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox"> 934 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox">
980 <property name="visible">True</property> 935 <property name="visible">True</property>
936 <property name="can_focus">False</property>
981 <child> 937 <child>
982 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label"> 938 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label">
983 <property name="visible">True</property> 939 <property name="visible">True</property>
940 <property name="can_focus">False</property>
984 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property> 941 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property>
985 <property name="label" translatable="yes">Internal (private) IPv4 address:</property> 942 <property name="label" translatable="yes">Internal (private) IPv4 address:</property>
986 </object> 943 </object>
@@ -998,6 +955,10 @@
998 <property name="max_length">15</property> 955 <property name="max_length">15</property>
999 <property name="invisible_char">●</property> 956 <property name="invisible_char">●</property>
1000 <property name="width_chars">15</property> 957 <property name="width_chars">15</property>
958 <property name="primary_icon_activatable">False</property>
959 <property name="secondary_icon_activatable">False</property>
960 <property name="primary_icon_sensitive">True</property>
961 <property name="secondary_icon_sensitive">True</property>
1001 </object> 962 </object>
1002 <packing> 963 <packing>
1003 <property name="expand">True</property> 964 <property name="expand">True</property>
@@ -1034,6 +995,7 @@
1034 <child type="label"> 995 <child type="label">
1035 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label"> 996 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label">
1036 <property name="visible">True</property> 997 <property name="visible">True</property>
998 <property name="can_focus">False</property>
1037 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property> 999 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property>
1038 <property name="use_markup">True</property> 1000 <property name="use_markup">True</property>
1039 </object> 1001 </object>
@@ -1054,6 +1016,7 @@
1054 <child type="tab"> 1016 <child type="tab">
1055 <object class="GtkLabel" id="GNUNET_setup_network_label"> 1017 <object class="GtkLabel" id="GNUNET_setup_network_label">
1056 <property name="visible">True</property> 1018 <property name="visible">True</property>
1019 <property name="can_focus">False</property>
1057 <property name="label" translatable="yes">_Network</property> 1020 <property name="label" translatable="yes">_Network</property>
1058 <property name="use_underline">True</property> 1021 <property name="use_underline">True</property>
1059 </object> 1022 </object>
@@ -1065,22 +1028,27 @@
1065 <child> 1028 <child>
1066 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame"> 1029 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame">
1067 <property name="visible">True</property> 1030 <property name="visible">True</property>
1031 <property name="can_focus">False</property>
1068 <property name="label_xalign">0</property> 1032 <property name="label_xalign">0</property>
1069 <property name="shadow_type">none</property> 1033 <property name="shadow_type">none</property>
1070 <child> 1034 <child>
1071 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment"> 1035 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment">
1072 <property name="visible">True</property> 1036 <property name="visible">True</property>
1037 <property name="can_focus">False</property>
1073 <property name="left_padding">12</property> 1038 <property name="left_padding">12</property>
1074 <child> 1039 <child>
1075 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox"> 1040 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox">
1076 <property name="visible">True</property> 1041 <property name="visible">True</property>
1042 <property name="can_focus">False</property>
1077 <property name="spacing">5</property> 1043 <property name="spacing">5</property>
1078 <child> 1044 <child>
1079 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox"> 1045 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox">
1080 <property name="visible">True</property> 1046 <property name="visible">True</property>
1047 <property name="can_focus">False</property>
1081 <child> 1048 <child>
1082 <object class="GtkLabel" id="GNUNET_setup_transportlabel"> 1049 <object class="GtkLabel" id="GNUNET_setup_transportlabel">
1083 <property name="visible">True</property> 1050 <property name="visible">True</property>
1051 <property name="can_focus">False</property>
1084 <property name="label" translatable="yes">Plugins to use:</property> 1052 <property name="label" translatable="yes">Plugins to use:</property>
1085 </object> 1053 </object>
1086 <packing> 1054 <packing>
@@ -1221,13 +1189,16 @@
1221 <child> 1189 <child>
1222 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox"> 1190 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox">
1223 <property name="visible">True</property> 1191 <property name="visible">True</property>
1192 <property name="can_focus">False</property>
1224 <property name="spacing">5</property> 1193 <property name="spacing">5</property>
1225 <child> 1194 <child>
1226 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox"> 1195 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox">
1227 <property name="visible">True</property> 1196 <property name="visible">True</property>
1197 <property name="can_focus">False</property>
1228 <child> 1198 <child>
1229 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label"> 1199 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label">
1230 <property name="visible">True</property> 1200 <property name="visible">True</property>
1201 <property name="can_focus">False</property>
1231 <property name="label" translatable="yes">Bind to port:</property> 1202 <property name="label" translatable="yes">Bind to port:</property>
1232 </object> 1203 </object>
1233 <packing> 1204 <packing>
@@ -1244,6 +1215,10 @@
1244 <property name="max_length">5</property> 1215 <property name="max_length">5</property>
1245 <property name="invisible_char">•</property> 1216 <property name="invisible_char">•</property>
1246 <property name="invisible_char_set">True</property> 1217 <property name="invisible_char_set">True</property>
1218 <property name="primary_icon_activatable">False</property>
1219 <property name="secondary_icon_activatable">False</property>
1220 <property name="primary_icon_sensitive">True</property>
1221 <property name="secondary_icon_sensitive">True</property>
1247 <property name="adjustment">GNUNET_setup_transport_tcp_port_adjustment</property> 1222 <property name="adjustment">GNUNET_setup_transport_tcp_port_adjustment</property>
1248 <property name="numeric">True</property> 1223 <property name="numeric">True</property>
1249 </object> 1224 </object>
@@ -1257,6 +1232,7 @@
1257 <child> 1232 <child>
1258 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label"> 1233 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label">
1259 <property name="visible">True</property> 1234 <property name="visible">True</property>
1235 <property name="can_focus">False</property>
1260 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property> 1236 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property>
1261 </object> 1237 </object>
1262 <packing> 1238 <packing>
@@ -1277,9 +1253,11 @@
1277 <child> 1253 <child>
1278 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox"> 1254 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox">
1279 <property name="visible">True</property> 1255 <property name="visible">True</property>
1256 <property name="can_focus">False</property>
1280 <child> 1257 <child>
1281 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label"> 1258 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label">
1282 <property name="visible">True</property> 1259 <property name="visible">True</property>
1260 <property name="can_focus">False</property>
1283 <property name="label" translatable="yes">Advertised port:</property> 1261 <property name="label" translatable="yes">Advertised port:</property>
1284 </object> 1262 </object>
1285 <packing> 1263 <packing>
@@ -1296,6 +1274,10 @@
1296 <property name="max_length">5</property> 1274 <property name="max_length">5</property>
1297 <property name="invisible_char">●</property> 1275 <property name="invisible_char">●</property>
1298 <property name="invisible_char_set">True</property> 1276 <property name="invisible_char_set">True</property>
1277 <property name="primary_icon_activatable">False</property>
1278 <property name="secondary_icon_activatable">False</property>
1279 <property name="primary_icon_sensitive">True</property>
1280 <property name="secondary_icon_sensitive">True</property>
1299 <property name="adjustment">GNUNET_setup_transport_tcp_adv_port_adjustment</property> 1281 <property name="adjustment">GNUNET_setup_transport_tcp_adv_port_adjustment</property>
1300 <property name="numeric">True</property> 1282 <property name="numeric">True</property>
1301 </object> 1283 </object>
@@ -1309,6 +1291,7 @@
1309 <child> 1291 <child>
1310 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label"> 1292 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label">
1311 <property name="visible">True</property> 1293 <property name="visible">True</property>
1294 <property name="can_focus">False</property>
1312 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1295 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1313 </object> 1296 </object>
1314 <packing> 1297 <packing>
@@ -1328,9 +1311,11 @@
1328 <child> 1311 <child>
1329 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox"> 1312 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox">
1330 <property name="visible">True</property> 1313 <property name="visible">True</property>
1314 <property name="can_focus">False</property>
1331 <child> 1315 <child>
1332 <object class="GtkLabel" id="label3"> 1316 <object class="GtkLabel" id="label3">
1333 <property name="visible">True</property> 1317 <property name="visible">True</property>
1318 <property name="can_focus">False</property>
1334 </object> 1319 </object>
1335 <packing> 1320 <packing>
1336 <property name="expand">True</property> 1321 <property name="expand">True</property>
@@ -1356,6 +1341,7 @@
1356 </child> 1341 </child>
1357 <child> 1342 <child>
1358 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image"> 1343 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image">
1344 <property name="can_focus">False</property>
1359 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1345 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1360 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1346 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1361 </object> 1347 </object>
@@ -1368,6 +1354,7 @@
1368 </child> 1354 </child>
1369 <child> 1355 <child>
1370 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image"> 1356 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image">
1357 <property name="can_focus">False</property>
1371 <property name="tooltip_text" translatable="yes">Test failed!</property> 1358 <property name="tooltip_text" translatable="yes">Test failed!</property>
1372 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1359 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1373 </object> 1360 </object>
@@ -1381,6 +1368,7 @@
1381 <child> 1368 <child>
1382 <object class="GtkLabel" id="label5"> 1369 <object class="GtkLabel" id="label5">
1383 <property name="visible">True</property> 1370 <property name="visible">True</property>
1371 <property name="can_focus">False</property>
1384 </object> 1372 </object>
1385 <packing> 1373 <packing>
1386 <property name="expand">True</property> 1374 <property name="expand">True</property>
@@ -1401,6 +1389,7 @@
1401 <child type="tab"> 1389 <child type="tab">
1402 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label"> 1390 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label">
1403 <property name="visible">True</property> 1391 <property name="visible">True</property>
1392 <property name="can_focus">False</property>
1404 <property name="label" translatable="yes">TCP</property> 1393 <property name="label" translatable="yes">TCP</property>
1405 </object> 1394 </object>
1406 <packing> 1395 <packing>
@@ -1410,13 +1399,16 @@
1410 <child> 1399 <child>
1411 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox"> 1400 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox">
1412 <property name="visible">True</property> 1401 <property name="visible">True</property>
1402 <property name="can_focus">False</property>
1413 <child> 1403 <child>
1414 <object class="GtkHBox" id="hbox5"> 1404 <object class="GtkHBox" id="hbox5">
1415 <property name="visible">True</property> 1405 <property name="visible">True</property>
1406 <property name="can_focus">False</property>
1416 <property name="spacing">5</property> 1407 <property name="spacing">5</property>
1417 <child> 1408 <child>
1418 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label"> 1409 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label">
1419 <property name="visible">True</property> 1410 <property name="visible">True</property>
1411 <property name="can_focus">False</property>
1420 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1412 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
1421 <property name="label" translatable="yes">Bind to port:</property> 1413 <property name="label" translatable="yes">Bind to port:</property>
1422 </object> 1414 </object>
@@ -1434,6 +1426,10 @@
1434 <property name="max_length">5</property> 1426 <property name="max_length">5</property>
1435 <property name="invisible_char">•</property> 1427 <property name="invisible_char">•</property>
1436 <property name="invisible_char_set">True</property> 1428 <property name="invisible_char_set">True</property>
1429 <property name="primary_icon_activatable">False</property>
1430 <property name="secondary_icon_activatable">False</property>
1431 <property name="primary_icon_sensitive">True</property>
1432 <property name="secondary_icon_sensitive">True</property>
1437 <property name="adjustment">GNUNET_setup_transport_udp_port_adjustment</property> 1433 <property name="adjustment">GNUNET_setup_transport_udp_port_adjustment</property>
1438 <property name="numeric">True</property> 1434 <property name="numeric">True</property>
1439 </object> 1435 </object>
@@ -1458,10 +1454,12 @@
1458 <child> 1454 <child>
1459 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox"> 1455 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox">
1460 <property name="visible">True</property> 1456 <property name="visible">True</property>
1457 <property name="can_focus">False</property>
1461 <property name="spacing">5</property> 1458 <property name="spacing">5</property>
1462 <child> 1459 <child>
1463 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label"> 1460 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label">
1464 <property name="visible">True</property> 1461 <property name="visible">True</property>
1462 <property name="can_focus">False</property>
1465 <property name="label" translatable="yes">Advertised port:</property> 1463 <property name="label" translatable="yes">Advertised port:</property>
1466 </object> 1464 </object>
1467 <packing> 1465 <packing>
@@ -1476,6 +1474,10 @@
1476 <property name="visible">True</property> 1474 <property name="visible">True</property>
1477 <property name="can_focus">True</property> 1475 <property name="can_focus">True</property>
1478 <property name="invisible_char">●</property> 1476 <property name="invisible_char">●</property>
1477 <property name="primary_icon_activatable">False</property>
1478 <property name="secondary_icon_activatable">False</property>
1479 <property name="primary_icon_sensitive">True</property>
1480 <property name="secondary_icon_sensitive">True</property>
1479 <property name="adjustment">GNUNET_setup_transport_udp_advertised_port_adjustment</property> 1481 <property name="adjustment">GNUNET_setup_transport_udp_advertised_port_adjustment</property>
1480 <property name="numeric">True</property> 1482 <property name="numeric">True</property>
1481 </object> 1483 </object>
@@ -1489,6 +1491,7 @@
1489 <child> 1491 <child>
1490 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label"> 1492 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label">
1491 <property name="visible">True</property> 1493 <property name="visible">True</property>
1494 <property name="can_focus">False</property>
1492 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1495 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1493 </object> 1496 </object>
1494 <packing> 1497 <packing>
@@ -1509,9 +1512,11 @@
1509 <child> 1512 <child>
1510 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox"> 1513 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox">
1511 <property name="visible">True</property> 1514 <property name="visible">True</property>
1515 <property name="can_focus">False</property>
1512 <child> 1516 <child>
1513 <object class="GtkLabel" id="label1"> 1517 <object class="GtkLabel" id="label1">
1514 <property name="visible">True</property> 1518 <property name="visible">True</property>
1519 <property name="can_focus">False</property>
1515 </object> 1520 </object>
1516 <packing> 1521 <packing>
1517 <property name="expand">True</property> 1522 <property name="expand">True</property>
@@ -1537,6 +1542,7 @@
1537 </child> 1542 </child>
1538 <child> 1543 <child>
1539 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image"> 1544 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image">
1545 <property name="can_focus">False</property>
1540 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1546 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1541 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1547 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1542 </object> 1548 </object>
@@ -1549,6 +1555,7 @@
1549 </child> 1555 </child>
1550 <child> 1556 <child>
1551 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image"> 1557 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image">
1558 <property name="can_focus">False</property>
1552 <property name="tooltip_text" translatable="yes">Test failed!</property> 1559 <property name="tooltip_text" translatable="yes">Test failed!</property>
1553 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1560 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1554 </object> 1561 </object>
@@ -1562,6 +1569,7 @@
1562 <child> 1569 <child>
1563 <object class="GtkLabel" id="label2"> 1570 <object class="GtkLabel" id="label2">
1564 <property name="visible">True</property> 1571 <property name="visible">True</property>
1572 <property name="can_focus">False</property>
1565 </object> 1573 </object>
1566 <packing> 1574 <packing>
1567 <property name="expand">True</property> 1575 <property name="expand">True</property>
@@ -1588,6 +1596,7 @@
1588 <child type="tab"> 1596 <child type="tab">
1589 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label"> 1597 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label">
1590 <property name="visible">True</property> 1598 <property name="visible">True</property>
1599 <property name="can_focus">False</property>
1591 <property name="label" translatable="yes">UDP</property> 1600 <property name="label" translatable="yes">UDP</property>
1592 </object> 1601 </object>
1593 <packing> 1602 <packing>
@@ -1598,13 +1607,16 @@
1598 <child> 1607 <child>
1599 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox"> 1608 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox">
1600 <property name="visible">True</property> 1609 <property name="visible">True</property>
1610 <property name="can_focus">False</property>
1601 <child> 1611 <child>
1602 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox"> 1612 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox">
1603 <property name="visible">True</property> 1613 <property name="visible">True</property>
1614 <property name="can_focus">False</property>
1604 <property name="spacing">5</property> 1615 <property name="spacing">5</property>
1605 <child> 1616 <child>
1606 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label"> 1617 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label">
1607 <property name="visible">True</property> 1618 <property name="visible">True</property>
1619 <property name="can_focus">False</property>
1608 <property name="has_tooltip">True</property> 1620 <property name="has_tooltip">True</property>
1609 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 1621 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1610 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1622 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
@@ -1624,6 +1636,10 @@
1624 <property name="max_length">5</property> 1636 <property name="max_length">5</property>
1625 <property name="invisible_char">•</property> 1637 <property name="invisible_char">•</property>
1626 <property name="invisible_char_set">True</property> 1638 <property name="invisible_char_set">True</property>
1639 <property name="primary_icon_activatable">False</property>
1640 <property name="secondary_icon_activatable">False</property>
1641 <property name="primary_icon_sensitive">True</property>
1642 <property name="secondary_icon_sensitive">True</property>
1627 <property name="adjustment">GNUNET_setup_transport_http_port_adjustment</property> 1643 <property name="adjustment">GNUNET_setup_transport_http_port_adjustment</property>
1628 <property name="numeric">True</property> 1644 <property name="numeric">True</property>
1629 </object> 1645 </object>
@@ -1648,10 +1664,12 @@
1648 <child> 1664 <child>
1649 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox"> 1665 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox">
1650 <property name="visible">True</property> 1666 <property name="visible">True</property>
1667 <property name="can_focus">False</property>
1651 <property name="spacing">5</property> 1668 <property name="spacing">5</property>
1652 <child> 1669 <child>
1653 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label"> 1670 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label">
1654 <property name="visible">True</property> 1671 <property name="visible">True</property>
1672 <property name="can_focus">False</property>
1655 <property name="label" translatable="yes">Advertised port:</property> 1673 <property name="label" translatable="yes">Advertised port:</property>
1656 </object> 1674 </object>
1657 <packing> 1675 <packing>
@@ -1668,6 +1686,10 @@
1668 <property name="max_length">5</property> 1686 <property name="max_length">5</property>
1669 <property name="invisible_char">●</property> 1687 <property name="invisible_char">●</property>
1670 <property name="invisible_char_set">True</property> 1688 <property name="invisible_char_set">True</property>
1689 <property name="primary_icon_activatable">False</property>
1690 <property name="secondary_icon_activatable">False</property>
1691 <property name="primary_icon_sensitive">True</property>
1692 <property name="secondary_icon_sensitive">True</property>
1671 <property name="adjustment">GNUNET_setup_transport_http_advertised_port_adjustment</property> 1693 <property name="adjustment">GNUNET_setup_transport_http_advertised_port_adjustment</property>
1672 <property name="numeric">True</property> 1694 <property name="numeric">True</property>
1673 </object> 1695 </object>
@@ -1681,6 +1703,7 @@
1681 <child> 1703 <child>
1682 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label"> 1704 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label">
1683 <property name="visible">True</property> 1705 <property name="visible">True</property>
1706 <property name="can_focus">False</property>
1684 <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>
1685 </object> 1708 </object>
1686 <packing> 1709 <packing>
@@ -1701,9 +1724,11 @@
1701 <child> 1724 <child>
1702 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox"> 1725 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox">
1703 <property name="visible">True</property> 1726 <property name="visible">True</property>
1727 <property name="can_focus">False</property>
1704 <child> 1728 <child>
1705 <object class="GtkLabel" id="label4"> 1729 <object class="GtkLabel" id="label4">
1706 <property name="visible">True</property> 1730 <property name="visible">True</property>
1731 <property name="can_focus">False</property>
1707 </object> 1732 </object>
1708 <packing> 1733 <packing>
1709 <property name="expand">True</property> 1734 <property name="expand">True</property>
@@ -1729,6 +1754,7 @@
1729 </child> 1754 </child>
1730 <child> 1755 <child>
1731 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image"> 1756 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image">
1757 <property name="can_focus">False</property>
1732 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1758 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1733 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1759 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1734 </object> 1760 </object>
@@ -1741,6 +1767,7 @@
1741 </child> 1767 </child>
1742 <child> 1768 <child>
1743 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image"> 1769 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image">
1770 <property name="can_focus">False</property>
1744 <property name="tooltip_text" translatable="yes">Test failed!</property> 1771 <property name="tooltip_text" translatable="yes">Test failed!</property>
1745 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1772 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1746 </object> 1773 </object>
@@ -1754,6 +1781,7 @@
1754 <child> 1781 <child>
1755 <object class="GtkLabel" id="label6"> 1782 <object class="GtkLabel" id="label6">
1756 <property name="visible">True</property> 1783 <property name="visible">True</property>
1784 <property name="can_focus">False</property>
1757 </object> 1785 </object>
1758 <packing> 1786 <packing>
1759 <property name="expand">True</property> 1787 <property name="expand">True</property>
@@ -1780,6 +1808,7 @@
1780 <child type="tab"> 1808 <child type="tab">
1781 <object class="GtkLabel" id="GNUNET_setup_transport_http_label"> 1809 <object class="GtkLabel" id="GNUNET_setup_transport_http_label">
1782 <property name="visible">True</property> 1810 <property name="visible">True</property>
1811 <property name="can_focus">False</property>
1783 <property name="label" translatable="yes">HTTP</property> 1812 <property name="label" translatable="yes">HTTP</property>
1784 </object> 1813 </object>
1785 <packing> 1814 <packing>
@@ -1790,13 +1819,16 @@
1790 <child> 1819 <child>
1791 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox"> 1820 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox">
1792 <property name="visible">True</property> 1821 <property name="visible">True</property>
1822 <property name="can_focus">False</property>
1793 <child> 1823 <child>
1794 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox"> 1824 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox">
1795 <property name="visible">True</property> 1825 <property name="visible">True</property>
1826 <property name="can_focus">False</property>
1796 <property name="spacing">5</property> 1827 <property name="spacing">5</property>
1797 <child> 1828 <child>
1798 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label"> 1829 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label">
1799 <property name="visible">True</property> 1830 <property name="visible">True</property>
1831 <property name="can_focus">False</property>
1800 <property name="has_tooltip">True</property> 1832 <property name="has_tooltip">True</property>
1801 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 1833 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1802 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1834 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
@@ -1816,6 +1848,10 @@
1816 <property name="max_length">5</property> 1848 <property name="max_length">5</property>
1817 <property name="invisible_char">•</property> 1849 <property name="invisible_char">•</property>
1818 <property name="invisible_char_set">True</property> 1850 <property name="invisible_char_set">True</property>
1851 <property name="primary_icon_activatable">False</property>
1852 <property name="secondary_icon_activatable">False</property>
1853 <property name="primary_icon_sensitive">True</property>
1854 <property name="secondary_icon_sensitive">True</property>
1819 <property name="adjustment">GNUNET_setup_transport_https_port_adjustment</property> 1855 <property name="adjustment">GNUNET_setup_transport_https_port_adjustment</property>
1820 <property name="numeric">True</property> 1856 <property name="numeric">True</property>
1821 </object> 1857 </object>
@@ -1840,10 +1876,12 @@
1840 <child> 1876 <child>
1841 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox"> 1877 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox">
1842 <property name="visible">True</property> 1878 <property name="visible">True</property>
1879 <property name="can_focus">False</property>
1843 <property name="spacing">5</property> 1880 <property name="spacing">5</property>
1844 <child> 1881 <child>
1845 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label"> 1882 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label">
1846 <property name="visible">True</property> 1883 <property name="visible">True</property>
1884 <property name="can_focus">False</property>
1847 <property name="label" translatable="yes">Advertised port:</property> 1885 <property name="label" translatable="yes">Advertised port:</property>
1848 </object> 1886 </object>
1849 <packing> 1887 <packing>
@@ -1860,6 +1898,10 @@
1860 <property name="max_length">5</property> 1898 <property name="max_length">5</property>
1861 <property name="invisible_char">●</property> 1899 <property name="invisible_char">●</property>
1862 <property name="invisible_char_set">True</property> 1900 <property name="invisible_char_set">True</property>
1901 <property name="primary_icon_activatable">False</property>
1902 <property name="secondary_icon_activatable">False</property>
1903 <property name="primary_icon_sensitive">True</property>
1904 <property name="secondary_icon_sensitive">True</property>
1863 <property name="adjustment">GNUNET_setup_transport_https_advertised_port_adjustment</property> 1905 <property name="adjustment">GNUNET_setup_transport_https_advertised_port_adjustment</property>
1864 <property name="numeric">True</property> 1906 <property name="numeric">True</property>
1865 </object> 1907 </object>
@@ -1873,6 +1915,7 @@
1873 <child> 1915 <child>
1874 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label"> 1916 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label">
1875 <property name="visible">True</property> 1917 <property name="visible">True</property>
1918 <property name="can_focus">False</property>
1876 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1919 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1877 </object> 1920 </object>
1878 <packing> 1921 <packing>
@@ -1893,9 +1936,11 @@
1893 <child> 1936 <child>
1894 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox"> 1937 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox">
1895 <property name="visible">True</property> 1938 <property name="visible">True</property>
1939 <property name="can_focus">False</property>
1896 <child> 1940 <child>
1897 <object class="GtkLabel" id="label7"> 1941 <object class="GtkLabel" id="label7">
1898 <property name="visible">True</property> 1942 <property name="visible">True</property>
1943 <property name="can_focus">False</property>
1899 </object> 1944 </object>
1900 <packing> 1945 <packing>
1901 <property name="expand">True</property> 1946 <property name="expand">True</property>
@@ -1921,6 +1966,7 @@
1921 </child> 1966 </child>
1922 <child> 1967 <child>
1923 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image"> 1968 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image">
1969 <property name="can_focus">False</property>
1924 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1970 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1925 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1971 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1926 </object> 1972 </object>
@@ -1933,6 +1979,7 @@
1933 </child> 1979 </child>
1934 <child> 1980 <child>
1935 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image"> 1981 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image">
1982 <property name="can_focus">False</property>
1936 <property name="tooltip_text" translatable="yes">Test failed!</property> 1983 <property name="tooltip_text" translatable="yes">Test failed!</property>
1937 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1984 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1938 </object> 1985 </object>
@@ -1946,6 +1993,7 @@
1946 <child> 1993 <child>
1947 <object class="GtkLabel" id="label8"> 1994 <object class="GtkLabel" id="label8">
1948 <property name="visible">True</property> 1995 <property name="visible">True</property>
1996 <property name="can_focus">False</property>
1949 </object> 1997 </object>
1950 <packing> 1998 <packing>
1951 <property name="expand">True</property> 1999 <property name="expand">True</property>
@@ -1972,6 +2020,7 @@
1972 <child type="tab"> 2020 <child type="tab">
1973 <object class="GtkLabel" id="GNUNET_setup_transport_https_label"> 2021 <object class="GtkLabel" id="GNUNET_setup_transport_https_label">
1974 <property name="visible">True</property> 2022 <property name="visible">True</property>
2023 <property name="can_focus">False</property>
1975 <property name="label" translatable="yes">HTTPS</property> 2024 <property name="label" translatable="yes">HTTPS</property>
1976 </object> 2025 </object>
1977 <packing> 2026 <packing>
@@ -1982,6 +2031,7 @@
1982 <child> 2031 <child>
1983 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox"> 2032 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox">
1984 <property name="visible">True</property> 2033 <property name="visible">True</property>
2034 <property name="can_focus">False</property>
1985 <child> 2035 <child>
1986 <placeholder/> 2036 <placeholder/>
1987 </child> 2037 </child>
@@ -1993,6 +2043,7 @@
1993 <child type="tab"> 2043 <child type="tab">
1994 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label"> 2044 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label">
1995 <property name="visible">True</property> 2045 <property name="visible">True</property>
2046 <property name="can_focus">False</property>
1996 <property name="label" translatable="yes">DV</property> 2047 <property name="label" translatable="yes">DV</property>
1997 </object> 2048 </object>
1998 <packing> 2049 <packing>
@@ -2003,12 +2054,15 @@
2003 <child> 2054 <child>
2004 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox"> 2055 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox">
2005 <property name="visible">True</property> 2056 <property name="visible">True</property>
2057 <property name="can_focus">False</property>
2006 <child> 2058 <child>
2007 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox"> 2059 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox">
2008 <property name="visible">True</property> 2060 <property name="visible">True</property>
2061 <property name="can_focus">False</property>
2009 <child> 2062 <child>
2010 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label"> 2063 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label">
2011 <property name="visible">True</property> 2064 <property name="visible">True</property>
2065 <property name="can_focus">False</property>
2012 <property name="label" translatable="yes">Name of _Monitor Interface</property> 2066 <property name="label" translatable="yes">Name of _Monitor Interface</property>
2013 <property name="use_underline">True</property> 2067 <property name="use_underline">True</property>
2014 </object> 2068 </object>
@@ -2026,6 +2080,10 @@
2026 <property name="max_length">255</property> 2080 <property name="max_length">255</property>
2027 <property name="invisible_char">●</property> 2081 <property name="invisible_char">●</property>
2028 <property name="invisible_char_set">True</property> 2082 <property name="invisible_char_set">True</property>
2083 <property name="primary_icon_activatable">False</property>
2084 <property name="secondary_icon_activatable">False</property>
2085 <property name="primary_icon_sensitive">True</property>
2086 <property name="secondary_icon_sensitive">True</property>
2029 </object> 2087 </object>
2030 <packing> 2088 <packing>
2031 <property name="expand">True</property> 2089 <property name="expand">True</property>
@@ -2053,6 +2111,7 @@
2053 <child type="tab"> 2111 <child type="tab">
2054 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label"> 2112 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label">
2055 <property name="visible">True</property> 2113 <property name="visible">True</property>
2114 <property name="can_focus">False</property>
2056 <property name="label" translatable="yes">WLAN</property> 2115 <property name="label" translatable="yes">WLAN</property>
2057 </object> 2116 </object>
2058 <packing> 2117 <packing>
@@ -2074,6 +2133,7 @@
2074 <child type="label"> 2133 <child type="label">
2075 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label"> 2134 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label">
2076 <property name="visible">True</property> 2135 <property name="visible">True</property>
2136 <property name="can_focus">False</property>
2077 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property> 2137 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property>
2078 <property name="use_markup">True</property> 2138 <property name="use_markup">True</property>
2079 </object> 2139 </object>
@@ -2086,6 +2146,7 @@
2086 <child type="tab"> 2146 <child type="tab">
2087 <object class="GtkLabel" id="GNUNET_setup_transport_label"> 2147 <object class="GtkLabel" id="GNUNET_setup_transport_label">
2088 <property name="visible">True</property> 2148 <property name="visible">True</property>
2149 <property name="can_focus">False</property>
2089 <property name="label" translatable="yes">_Transports</property> 2150 <property name="label" translatable="yes">_Transports</property>
2090 <property name="use_underline">True</property> 2151 <property name="use_underline">True</property>
2091 </object> 2152 </object>
@@ -2097,18 +2158,22 @@
2097 <child> 2158 <child>
2098 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox"> 2159 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox">
2099 <property name="visible">True</property> 2160 <property name="visible">True</property>
2161 <property name="can_focus">False</property>
2100 <child> 2162 <child>
2101 <object class="GtkFrame" id="GNUNET_setup_fs_frame"> 2163 <object class="GtkFrame" id="GNUNET_setup_fs_frame">
2102 <property name="visible">True</property> 2164 <property name="visible">True</property>
2165 <property name="can_focus">False</property>
2103 <property name="label_xalign">0</property> 2166 <property name="label_xalign">0</property>
2104 <property name="shadow_type">none</property> 2167 <property name="shadow_type">none</property>
2105 <child> 2168 <child>
2106 <object class="GtkAlignment" id="GNUNET_setup_fs_alignment"> 2169 <object class="GtkAlignment" id="GNUNET_setup_fs_alignment">
2107 <property name="visible">True</property> 2170 <property name="visible">True</property>
2171 <property name="can_focus">False</property>
2108 <property name="left_padding">12</property> 2172 <property name="left_padding">12</property>
2109 <child> 2173 <child>
2110 <object class="GtkHBox" id="GNUNET_setup_fs_migration_hbox"> 2174 <object class="GtkHBox" id="GNUNET_setup_fs_migration_hbox">
2111 <property name="visible">True</property> 2175 <property name="visible">True</property>
2176 <property name="can_focus">False</property>
2112 <child> 2177 <child>
2113 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_from_checkbutton"> 2178 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_from_checkbutton">
2114 <property name="label" translatable="yes">Enable unsolicited content transmission from this peer</property> 2179 <property name="label" translatable="yes">Enable unsolicited content transmission from this peer</property>
@@ -2151,6 +2216,7 @@
2151 <child type="label"> 2216 <child type="label">
2152 <object class="GtkLabel" id="GNUNET_setup_fs_options_label"> 2217 <object class="GtkLabel" id="GNUNET_setup_fs_options_label">
2153 <property name="visible">True</property> 2218 <property name="visible">True</property>
2219 <property name="can_focus">False</property>
2154 <property name="label" translatable="yes">&lt;b&gt;File Sharing Options&lt;/b&gt;</property> 2220 <property name="label" translatable="yes">&lt;b&gt;File Sharing Options&lt;/b&gt;</property>
2155 <property name="use_markup">True</property> 2221 <property name="use_markup">True</property>
2156 </object> 2222 </object>
@@ -2165,21 +2231,26 @@
2165 <child> 2231 <child>
2166 <object class="GtkFrame" id="GNUNET_setup_datastore_frame"> 2232 <object class="GtkFrame" id="GNUNET_setup_datastore_frame">
2167 <property name="visible">True</property> 2233 <property name="visible">True</property>
2234 <property name="can_focus">False</property>
2168 <property name="label_xalign">0</property> 2235 <property name="label_xalign">0</property>
2169 <property name="shadow_type">none</property> 2236 <property name="shadow_type">none</property>
2170 <child> 2237 <child>
2171 <object class="GtkAlignment" id="GNUNET_setup_datastore_alignment"> 2238 <object class="GtkAlignment" id="GNUNET_setup_datastore_alignment">
2172 <property name="visible">True</property> 2239 <property name="visible">True</property>
2240 <property name="can_focus">False</property>
2173 <property name="left_padding">12</property> 2241 <property name="left_padding">12</property>
2174 <child> 2242 <child>
2175 <object class="GtkVBox" id="GNUNET_setup_datastore_vbox"> 2243 <object class="GtkVBox" id="GNUNET_setup_datastore_vbox">
2176 <property name="visible">True</property> 2244 <property name="visible">True</property>
2245 <property name="can_focus">False</property>
2177 <child> 2246 <child>
2178 <object class="GtkHBox" id="GNUNET_setup_datastore_hbox"> 2247 <object class="GtkHBox" id="GNUNET_setup_datastore_hbox">
2179 <property name="visible">True</property> 2248 <property name="visible">True</property>
2249 <property name="can_focus">False</property>
2180 <child> 2250 <child>
2181 <object class="GtkLabel" id="GNUNET_setup_datastore_label"> 2251 <object class="GtkLabel" id="GNUNET_setup_datastore_label">
2182 <property name="visible">True</property> 2252 <property name="visible">True</property>
2253 <property name="can_focus">False</property>
2183 <property name="label" translatable="yes">Database Backend to use:</property> 2254 <property name="label" translatable="yes">Database Backend to use:</property>
2184 </object> 2255 </object>
2185 <packing> 2256 <packing>
@@ -2192,6 +2263,7 @@
2192 <child> 2263 <child>
2193 <object class="GtkHButtonBox" id="GNUNET_setup_datastore_hbuttonbox"> 2264 <object class="GtkHButtonBox" id="GNUNET_setup_datastore_hbuttonbox">
2194 <property name="visible">True</property> 2265 <property name="visible">True</property>
2266 <property name="can_focus">False</property>
2195 <property name="layout_style">start</property> 2267 <property name="layout_style">start</property>
2196 <child> 2268 <child>
2197 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_sqlite_radiobutton"> 2269 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_sqlite_radiobutton">
@@ -2258,6 +2330,7 @@
2258 <child> 2330 <child>
2259 <object class="GtkVSeparator" id="GNUNET_setup_datastore_vseparator"> 2331 <object class="GtkVSeparator" id="GNUNET_setup_datastore_vseparator">
2260 <property name="visible">True</property> 2332 <property name="visible">True</property>
2333 <property name="can_focus">False</property>
2261 </object> 2334 </object>
2262 <packing> 2335 <packing>
2263 <property name="expand">False</property> 2336 <property name="expand">False</property>
@@ -2269,6 +2342,7 @@
2269 <child> 2342 <child>
2270 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_quota_label"> 2343 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_quota_label">
2271 <property name="visible">True</property> 2344 <property name="visible">True</property>
2345 <property name="can_focus">False</property>
2272 <property name="label" translatable="yes">Quota (bytes):</property> 2346 <property name="label" translatable="yes">Quota (bytes):</property>
2273 </object> 2347 </object>
2274 <packing> 2348 <packing>
@@ -2284,6 +2358,10 @@
2284 <property name="can_focus">True</property> 2358 <property name="can_focus">True</property>
2285 <property name="invisible_char">•</property> 2359 <property name="invisible_char">•</property>
2286 <property name="invisible_char_set">True</property> 2360 <property name="invisible_char_set">True</property>
2361 <property name="primary_icon_activatable">False</property>
2362 <property name="secondary_icon_activatable">False</property>
2363 <property name="primary_icon_sensitive">True</property>
2364 <property name="secondary_icon_sensitive">True</property>
2287 <property name="adjustment">GNUNET_setup_fs_datastore_quota_adjustment</property> 2365 <property name="adjustment">GNUNET_setup_fs_datastore_quota_adjustment</property>
2288 <property name="numeric">True</property> 2366 <property name="numeric">True</property>
2289 </object> 2367 </object>
@@ -2307,12 +2385,14 @@
2307 <child> 2385 <child>
2308 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_sqlite_label"> 2386 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_sqlite_label">
2309 <property name="visible">True</property> 2387 <property name="visible">True</property>
2388 <property name="can_focus">False</property>
2310 <property name="label" translatable="yes">No setup required.</property> 2389 <property name="label" translatable="yes">No setup required.</property>
2311 </object> 2390 </object>
2312 </child> 2391 </child>
2313 <child type="tab"> 2392 <child type="tab">
2314 <object class="GtkLabel" id="GNUNET_setup_datastore_sqlite_label"> 2393 <object class="GtkLabel" id="GNUNET_setup_datastore_sqlite_label">
2315 <property name="visible">True</property> 2394 <property name="visible">True</property>
2395 <property name="can_focus">False</property>
2316 <property name="label" translatable="yes">sqLite</property> 2396 <property name="label" translatable="yes">sqLite</property>
2317 </object> 2397 </object>
2318 <packing> 2398 <packing>
@@ -2322,12 +2402,15 @@
2322 <child> 2402 <child>
2323 <object class="GtkVBox" id="GNUNET_setup_datastore_mysql_vbox"> 2403 <object class="GtkVBox" id="GNUNET_setup_datastore_mysql_vbox">
2324 <property name="visible">True</property> 2404 <property name="visible">True</property>
2405 <property name="can_focus">False</property>
2325 <child> 2406 <child>
2326 <object class="GtkHBox" id="hbox13"> 2407 <object class="GtkHBox" id="hbox13">
2327 <property name="visible">True</property> 2408 <property name="visible">True</property>
2409 <property name="can_focus">False</property>
2328 <child> 2410 <child>
2329 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label"> 2411 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label">
2330 <property name="visible">True</property> 2412 <property name="visible">True</property>
2413 <property name="can_focus">False</property>
2331 <property name="label" translatable="yes">MySQL database name:</property> 2414 <property name="label" translatable="yes">MySQL database name:</property>
2332 </object> 2415 </object>
2333 <packing> 2416 <packing>
@@ -2344,6 +2427,10 @@
2344 <property name="invisible_char">•</property> 2427 <property name="invisible_char">•</property>
2345 <property name="text" translatable="yes">gnunet</property> 2428 <property name="text" translatable="yes">gnunet</property>
2346 <property name="invisible_char_set">True</property> 2429 <property name="invisible_char_set">True</property>
2430 <property name="primary_icon_activatable">False</property>
2431 <property name="secondary_icon_activatable">False</property>
2432 <property name="primary_icon_sensitive">True</property>
2433 <property name="secondary_icon_sensitive">True</property>
2347 <signal name="changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb" swapped="no"/> 2434 <signal name="changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb" swapped="no"/>
2348 </object> 2435 </object>
2349 <packing> 2436 <packing>
@@ -2363,9 +2450,11 @@
2363 <child> 2450 <child>
2364 <object class="GtkHBox" id="hbox14"> 2451 <object class="GtkHBox" id="hbox14">
2365 <property name="visible">True</property> 2452 <property name="visible">True</property>
2453 <property name="can_focus">False</property>
2366 <child> 2454 <child>
2367 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label"> 2455 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label">
2368 <property name="visible">True</property> 2456 <property name="visible">True</property>
2457 <property name="can_focus">False</property>
2369 <property name="label" translatable="yes">Configuration file:</property> 2458 <property name="label" translatable="yes">Configuration file:</property>
2370 </object> 2459 </object>
2371 <packing> 2460 <packing>
@@ -2377,6 +2466,7 @@
2377 <child> 2466 <child>
2378 <object class="GtkFileChooserButton" id="GNUNET_setup_datastore_mysql_config_file_filechooserbutton"> 2467 <object class="GtkFileChooserButton" id="GNUNET_setup_datastore_mysql_config_file_filechooserbutton">
2379 <property name="visible">True</property> 2468 <property name="visible">True</property>
2469 <property name="can_focus">False</property>
2380 </object> 2470 </object>
2381 <packing> 2471 <packing>
2382 <property name="expand">True</property> 2472 <property name="expand">True</property>
@@ -2395,9 +2485,11 @@
2395 <child> 2485 <child>
2396 <object class="GtkHBox" id="hbox15"> 2486 <object class="GtkHBox" id="hbox15">
2397 <property name="visible">True</property> 2487 <property name="visible">True</property>
2488 <property name="can_focus">False</property>
2398 <child> 2489 <child>
2399 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label"> 2490 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label">
2400 <property name="visible">True</property> 2491 <property name="visible">True</property>
2492 <property name="can_focus">False</property>
2401 <property name="label" translatable="yes">Username:</property> 2493 <property name="label" translatable="yes">Username:</property>
2402 </object> 2494 </object>
2403 <packing> 2495 <packing>
@@ -2413,6 +2505,10 @@
2413 <property name="can_focus">True</property> 2505 <property name="can_focus">True</property>
2414 <property name="invisible_char">•</property> 2506 <property name="invisible_char">•</property>
2415 <property name="invisible_char_set">True</property> 2507 <property name="invisible_char_set">True</property>
2508 <property name="primary_icon_activatable">False</property>
2509 <property name="secondary_icon_activatable">False</property>
2510 <property name="primary_icon_sensitive">True</property>
2511 <property name="secondary_icon_sensitive">True</property>
2416 </object> 2512 </object>
2417 <packing> 2513 <packing>
2418 <property name="expand">True</property> 2514 <property name="expand">True</property>
@@ -2424,6 +2520,7 @@
2424 <child> 2520 <child>
2425 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_password_label"> 2521 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_password_label">
2426 <property name="visible">True</property> 2522 <property name="visible">True</property>
2523 <property name="can_focus">False</property>
2427 <property name="label" translatable="yes">Password:</property> 2524 <property name="label" translatable="yes">Password:</property>
2428 </object> 2525 </object>
2429 <packing> 2526 <packing>
@@ -2438,6 +2535,10 @@
2438 <property name="can_focus">True</property> 2535 <property name="can_focus">True</property>
2439 <property name="invisible_char">•</property> 2536 <property name="invisible_char">•</property>
2440 <property name="invisible_char_set">True</property> 2537 <property name="invisible_char_set">True</property>
2538 <property name="primary_icon_activatable">False</property>
2539 <property name="secondary_icon_activatable">False</property>
2540 <property name="primary_icon_sensitive">True</property>
2541 <property name="secondary_icon_sensitive">True</property>
2441 </object> 2542 </object>
2442 <packing> 2543 <packing>
2443 <property name="expand">True</property> 2544 <property name="expand">True</property>
@@ -2456,9 +2557,11 @@
2456 <child> 2557 <child>
2457 <object class="GtkHBox" id="hbox16"> 2558 <object class="GtkHBox" id="hbox16">
2458 <property name="visible">True</property> 2559 <property name="visible">True</property>
2560 <property name="can_focus">False</property>
2459 <child> 2561 <child>
2460 <object class="GtkLabel" id="GNUNET_setup-datastore_mysql_hostname_label"> 2562 <object class="GtkLabel" id="GNUNET_setup-datastore_mysql_hostname_label">
2461 <property name="visible">True</property> 2563 <property name="visible">True</property>
2564 <property name="can_focus">False</property>
2462 <property name="label" translatable="yes">MySQL Server Hostname:</property> 2565 <property name="label" translatable="yes">MySQL Server Hostname:</property>
2463 </object> 2566 </object>
2464 <packing> 2567 <packing>
@@ -2475,6 +2578,10 @@
2475 <property name="invisible_char">•</property> 2578 <property name="invisible_char">•</property>
2476 <property name="text" translatable="yes">localhost</property> 2579 <property name="text" translatable="yes">localhost</property>
2477 <property name="invisible_char_set">True</property> 2580 <property name="invisible_char_set">True</property>
2581 <property name="primary_icon_activatable">False</property>
2582 <property name="secondary_icon_activatable">False</property>
2583 <property name="primary_icon_sensitive">True</property>
2584 <property name="secondary_icon_sensitive">True</property>
2478 </object> 2585 </object>
2479 <packing> 2586 <packing>
2480 <property name="expand">True</property> 2587 <property name="expand">True</property>
@@ -2486,6 +2593,7 @@
2486 <child> 2593 <child>
2487 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_port_label"> 2594 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_port_label">
2488 <property name="visible">True</property> 2595 <property name="visible">True</property>
2596 <property name="can_focus">False</property>
2489 <property name="label" translatable="yes">Port:</property> 2597 <property name="label" translatable="yes">Port:</property>
2490 </object> 2598 </object>
2491 <packing> 2599 <packing>
@@ -2501,6 +2609,10 @@
2501 <property name="can_focus">True</property> 2609 <property name="can_focus">True</property>
2502 <property name="invisible_char">•</property> 2610 <property name="invisible_char">•</property>
2503 <property name="invisible_char_set">True</property> 2611 <property name="invisible_char_set">True</property>
2612 <property name="primary_icon_activatable">False</property>
2613 <property name="secondary_icon_activatable">False</property>
2614 <property name="primary_icon_sensitive">True</property>
2615 <property name="secondary_icon_sensitive">True</property>
2504 <property name="adjustment">GNUNET_setup_fs_datastore_mysql_port_adjustment</property> 2616 <property name="adjustment">GNUNET_setup_fs_datastore_mysql_port_adjustment</property>
2505 <property name="numeric">True</property> 2617 <property name="numeric">True</property>
2506 <signal name="value-changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb" swapped="no"/> 2618 <signal name="value-changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb" swapped="no"/>
@@ -2527,9 +2639,11 @@
2527 <child type="tab"> 2639 <child type="tab">
2528 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hbox"> 2640 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hbox">
2529 <property name="visible">True</property> 2641 <property name="visible">True</property>
2642 <property name="can_focus">False</property>
2530 <child> 2643 <child>
2531 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_tab_label"> 2644 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_tab_label">
2532 <property name="visible">True</property> 2645 <property name="visible">True</property>
2646 <property name="can_focus">False</property>
2533 <property name="label" translatable="yes">MySQL</property> 2647 <property name="label" translatable="yes">MySQL</property>
2534 </object> 2648 </object>
2535 <packing> 2649 <packing>
@@ -2549,6 +2663,7 @@
2549 <child> 2663 <child>
2550 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_test_image"> 2664 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_test_image">
2551 <property name="visible">True</property> 2665 <property name="visible">True</property>
2666 <property name="can_focus">False</property>
2552 <property name="tooltip_text" translatable="yes">Test datastore configuration</property> 2667 <property name="tooltip_text" translatable="yes">Test datastore configuration</property>
2553 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2668 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2554 </object> 2669 </object>
@@ -2562,6 +2677,7 @@
2562 </child> 2677 </child>
2563 <child> 2678 <child>
2564 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_ok_image"> 2679 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_ok_image">
2680 <property name="can_focus">False</property>
2565 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2681 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2566 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2682 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2567 </object> 2683 </object>
@@ -2573,6 +2689,7 @@
2573 </child> 2689 </child>
2574 <child> 2690 <child>
2575 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_error_image"> 2691 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_error_image">
2692 <property name="can_focus">False</property>
2576 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2693 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2577 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2694 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2578 </object> 2695 </object>
@@ -2591,9 +2708,11 @@
2591 <child> 2708 <child>
2592 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox"> 2709 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox">
2593 <property name="visible">True</property> 2710 <property name="visible">True</property>
2711 <property name="can_focus">False</property>
2594 <child> 2712 <child>
2595 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_config_label"> 2713 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_config_label">
2596 <property name="visible">True</property> 2714 <property name="visible">True</property>
2715 <property name="can_focus">False</property>
2597 <property name="label" translatable="yes">Configuration:</property> 2716 <property name="label" translatable="yes">Configuration:</property>
2598 </object> 2717 </object>
2599 <packing> 2718 <packing>
@@ -2610,6 +2729,10 @@
2610 <property name="invisible_char">•</property> 2729 <property name="invisible_char">•</property>
2611 <property name="text" translatable="yes">connect_timeout=10; dbname=gnunet</property> 2730 <property name="text" translatable="yes">connect_timeout=10; dbname=gnunet</property>
2612 <property name="invisible_char_set">True</property> 2731 <property name="invisible_char_set">True</property>
2732 <property name="primary_icon_activatable">False</property>
2733 <property name="secondary_icon_activatable">False</property>
2734 <property name="primary_icon_sensitive">True</property>
2735 <property name="secondary_icon_sensitive">True</property>
2613 <signal name="changed" handler="GNUNET_setup_datastore_postgres_invalidate_cb" swapped="no"/> 2736 <signal name="changed" handler="GNUNET_setup_datastore_postgres_invalidate_cb" swapped="no"/>
2614 </object> 2737 </object>
2615 <packing> 2738 <packing>
@@ -2627,9 +2750,11 @@
2627 <child type="tab"> 2750 <child type="tab">
2628 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox "> 2751 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox ">
2629 <property name="visible">True</property> 2752 <property name="visible">True</property>
2753 <property name="can_focus">False</property>
2630 <child> 2754 <child>
2631 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_tab_label"> 2755 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_tab_label">
2632 <property name="visible">True</property> 2756 <property name="visible">True</property>
2757 <property name="can_focus">False</property>
2633 <property name="label" translatable="yes">Postgres</property> 2758 <property name="label" translatable="yes">Postgres</property>
2634 </object> 2759 </object>
2635 <packing> 2760 <packing>
@@ -2649,6 +2774,7 @@
2649 <child> 2774 <child>
2650 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_test_image"> 2775 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_test_image">
2651 <property name="visible">True</property> 2776 <property name="visible">True</property>
2777 <property name="can_focus">False</property>
2652 <property name="tooltip_text" translatable="yes">Test datastore configuration</property> 2778 <property name="tooltip_text" translatable="yes">Test datastore configuration</property>
2653 <property name="stock">gtk-refresh</property> 2779 <property name="stock">gtk-refresh</property>
2654 </object> 2780 </object>
@@ -2662,6 +2788,7 @@
2662 </child> 2788 </child>
2663 <child> 2789 <child>
2664 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_ok_image"> 2790 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_ok_image">
2791 <property name="can_focus">False</property>
2665 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2792 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2666 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2793 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2667 </object> 2794 </object>
@@ -2673,6 +2800,7 @@
2673 </child> 2800 </child>
2674 <child> 2801 <child>
2675 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_error_image"> 2802 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_error_image">
2803 <property name="can_focus">False</property>
2676 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2804 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2677 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2805 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2678 </object> 2806 </object>
@@ -2702,6 +2830,7 @@
2702 <child type="label"> 2830 <child type="label">
2703 <object class="GtkLabel" id="GNUNET_setup_datastore_frame_label"> 2831 <object class="GtkLabel" id="GNUNET_setup_datastore_frame_label">
2704 <property name="visible">True</property> 2832 <property name="visible">True</property>
2833 <property name="can_focus">False</property>
2705 <property name="label" translatable="yes">&lt;b&gt;Configure Datastore (persistent storage)&lt;/b&gt;</property> 2834 <property name="label" translatable="yes">&lt;b&gt;Configure Datastore (persistent storage)&lt;/b&gt;</property>
2706 <property name="use_markup">True</property> 2835 <property name="use_markup">True</property>
2707 </object> 2836 </object>
@@ -2716,21 +2845,26 @@
2716 <child> 2845 <child>
2717 <object class="GtkFrame" id="GNUNET_setup_datacache_frame"> 2846 <object class="GtkFrame" id="GNUNET_setup_datacache_frame">
2718 <property name="visible">True</property> 2847 <property name="visible">True</property>
2848 <property name="can_focus">False</property>
2719 <property name="label_xalign">0</property> 2849 <property name="label_xalign">0</property>
2720 <property name="shadow_type">none</property> 2850 <property name="shadow_type">none</property>
2721 <child> 2851 <child>
2722 <object class="GtkAlignment" id="GNUNET_setup_datacache_alignment"> 2852 <object class="GtkAlignment" id="GNUNET_setup_datacache_alignment">
2723 <property name="visible">True</property> 2853 <property name="visible">True</property>
2854 <property name="can_focus">False</property>
2724 <property name="left_padding">12</property> 2855 <property name="left_padding">12</property>
2725 <child> 2856 <child>
2726 <object class="GtkVBox" id="GNUNET_setup_datacache_vbox"> 2857 <object class="GtkVBox" id="GNUNET_setup_datacache_vbox">
2727 <property name="visible">True</property> 2858 <property name="visible">True</property>
2859 <property name="can_focus">False</property>
2728 <child> 2860 <child>
2729 <object class="GtkHBox" id="GNUNET_setup_datacache_hbox"> 2861 <object class="GtkHBox" id="GNUNET_setup_datacache_hbox">
2730 <property name="visible">True</property> 2862 <property name="visible">True</property>
2863 <property name="can_focus">False</property>
2731 <child> 2864 <child>
2732 <object class="GtkLabel" id="GNUNET_setup_datacache_label1"> 2865 <object class="GtkLabel" id="GNUNET_setup_datacache_label1">
2733 <property name="visible">True</property> 2866 <property name="visible">True</property>
2867 <property name="can_focus">False</property>
2734 <property name="label" translatable="yes">Datacache:</property> 2868 <property name="label" translatable="yes">Datacache:</property>
2735 </object> 2869 </object>
2736 <packing> 2870 <packing>
@@ -2743,6 +2877,7 @@
2743 <child> 2877 <child>
2744 <object class="GtkHButtonBox" id="GNUNET_setup_datacache_hbuttonbox"> 2878 <object class="GtkHButtonBox" id="GNUNET_setup_datacache_hbuttonbox">
2745 <property name="visible">True</property> 2879 <property name="visible">True</property>
2880 <property name="can_focus">False</property>
2746 <property name="layout_style">start</property> 2881 <property name="layout_style">start</property>
2747 <child> 2882 <child>
2748 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_sqlite_radiobutton"> 2883 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_sqlite_radiobutton">
@@ -2809,6 +2944,7 @@
2809 <child> 2944 <child>
2810 <object class="GtkVSeparator" id="GNUNET_setup_datacache_vseparator"> 2945 <object class="GtkVSeparator" id="GNUNET_setup_datacache_vseparator">
2811 <property name="visible">True</property> 2946 <property name="visible">True</property>
2947 <property name="can_focus">False</property>
2812 </object> 2948 </object>
2813 <packing> 2949 <packing>
2814 <property name="expand">False</property> 2950 <property name="expand">False</property>
@@ -2820,6 +2956,7 @@
2820 <child> 2956 <child>
2821 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_quota_label"> 2957 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_quota_label">
2822 <property name="visible">True</property> 2958 <property name="visible">True</property>
2959 <property name="can_focus">False</property>
2823 <property name="label" translatable="yes">Quota (bytes):</property> 2960 <property name="label" translatable="yes">Quota (bytes):</property>
2824 </object> 2961 </object>
2825 <packing> 2962 <packing>
@@ -2835,6 +2972,10 @@
2835 <property name="can_focus">True</property> 2972 <property name="can_focus">True</property>
2836 <property name="invisible_char">•</property> 2973 <property name="invisible_char">•</property>
2837 <property name="invisible_char_set">True</property> 2974 <property name="invisible_char_set">True</property>
2975 <property name="primary_icon_activatable">False</property>
2976 <property name="secondary_icon_activatable">False</property>
2977 <property name="primary_icon_sensitive">True</property>
2978 <property name="secondary_icon_sensitive">True</property>
2838 <property name="adjustment">GNUNET_setup_fs_datacache_quota_adjustment</property> 2979 <property name="adjustment">GNUNET_setup_fs_datacache_quota_adjustment</property>
2839 <property name="numeric">True</property> 2980 <property name="numeric">True</property>
2840 </object> 2981 </object>
@@ -2858,12 +2999,14 @@
2858 <child> 2999 <child>
2859 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_label"> 3000 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_label">
2860 <property name="visible">True</property> 3001 <property name="visible">True</property>
3002 <property name="can_focus">False</property>
2861 <property name="label" translatable="yes">No setup required.</property> 3003 <property name="label" translatable="yes">No setup required.</property>
2862 </object> 3004 </object>
2863 </child> 3005 </child>
2864 <child type="tab"> 3006 <child type="tab">
2865 <object class="GtkLabel" id="label4c"> 3007 <object class="GtkLabel" id="label4c">
2866 <property name="visible">True</property> 3008 <property name="visible">True</property>
3009 <property name="can_focus">False</property>
2867 <property name="label" translatable="yes">sqLite</property> 3010 <property name="label" translatable="yes">sqLite</property>
2868 </object> 3011 </object>
2869 <packing> 3012 <packing>
@@ -2873,12 +3016,15 @@
2873 <child> 3016 <child>
2874 <object class="GtkVBox" id="GNUNET_setup_datacache_mysql_vbox"> 3017 <object class="GtkVBox" id="GNUNET_setup_datacache_mysql_vbox">
2875 <property name="visible">True</property> 3018 <property name="visible">True</property>
3019 <property name="can_focus">False</property>
2876 <child> 3020 <child>
2877 <object class="GtkHBox" id="hbox13c"> 3021 <object class="GtkHBox" id="hbox13c">
2878 <property name="visible">True</property> 3022 <property name="visible">True</property>
3023 <property name="can_focus">False</property>
2879 <child> 3024 <child>
2880 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label"> 3025 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label">
2881 <property name="visible">True</property> 3026 <property name="visible">True</property>
3027 <property name="can_focus">False</property>
2882 <property name="label" translatable="yes">MySQL database name:</property> 3028 <property name="label" translatable="yes">MySQL database name:</property>
2883 </object> 3029 </object>
2884 <packing> 3030 <packing>
@@ -2895,6 +3041,10 @@
2895 <property name="invisible_char">•</property> 3041 <property name="invisible_char">•</property>
2896 <property name="text" translatable="yes">gnunet</property> 3042 <property name="text" translatable="yes">gnunet</property>
2897 <property name="invisible_char_set">True</property> 3043 <property name="invisible_char_set">True</property>
3044 <property name="primary_icon_activatable">False</property>
3045 <property name="secondary_icon_activatable">False</property>
3046 <property name="primary_icon_sensitive">True</property>
3047 <property name="secondary_icon_sensitive">True</property>
2898 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 3048 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
2899 </object> 3049 </object>
2900 <packing> 3050 <packing>
@@ -2914,9 +3064,11 @@
2914 <child> 3064 <child>
2915 <object class="GtkHBox" id="hbox14c"> 3065 <object class="GtkHBox" id="hbox14c">
2916 <property name="visible">True</property> 3066 <property name="visible">True</property>
3067 <property name="can_focus">False</property>
2917 <child> 3068 <child>
2918 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label"> 3069 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label">
2919 <property name="visible">True</property> 3070 <property name="visible">True</property>
3071 <property name="can_focus">False</property>
2920 <property name="label" translatable="yes">Configuration file:</property> 3072 <property name="label" translatable="yes">Configuration file:</property>
2921 </object> 3073 </object>
2922 <packing> 3074 <packing>
@@ -2928,6 +3080,7 @@
2928 <child> 3080 <child>
2929 <object class="GtkFileChooserButton" id="GNUNET_setup_datacache_mysql_config_file_filechooserbutton"> 3081 <object class="GtkFileChooserButton" id="GNUNET_setup_datacache_mysql_config_file_filechooserbutton">
2930 <property name="visible">True</property> 3082 <property name="visible">True</property>
3083 <property name="can_focus">False</property>
2931 <signal name="file-set" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 3084 <signal name="file-set" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
2932 </object> 3085 </object>
2933 <packing> 3086 <packing>
@@ -2947,9 +3100,11 @@
2947 <child> 3100 <child>
2948 <object class="GtkHBox" id="hbox15c"> 3101 <object class="GtkHBox" id="hbox15c">
2949 <property name="visible">True</property> 3102 <property name="visible">True</property>
3103 <property name="can_focus">False</property>
2950 <child> 3104 <child>
2951 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label"> 3105 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label">
2952 <property name="visible">True</property> 3106 <property name="visible">True</property>
3107 <property name="can_focus">False</property>
2953 <property name="label" translatable="yes">Username:</property> 3108 <property name="label" translatable="yes">Username:</property>
2954 </object> 3109 </object>
2955 <packing> 3110 <packing>
@@ -2965,6 +3120,10 @@
2965 <property name="can_focus">True</property> 3120 <property name="can_focus">True</property>
2966 <property name="invisible_char">•</property> 3121 <property name="invisible_char">•</property>
2967 <property name="invisible_char_set">True</property> 3122 <property name="invisible_char_set">True</property>
3123 <property name="primary_icon_activatable">False</property>
3124 <property name="secondary_icon_activatable">False</property>
3125 <property name="primary_icon_sensitive">True</property>
3126 <property name="secondary_icon_sensitive">True</property>
2968 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 3127 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
2969 </object> 3128 </object>
2970 <packing> 3129 <packing>
@@ -2977,6 +3136,7 @@
2977 <child> 3136 <child>
2978 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_password_label"> 3137 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_password_label">
2979 <property name="visible">True</property> 3138 <property name="visible">True</property>
3139 <property name="can_focus">False</property>
2980 <property name="label" translatable="yes">Password:</property> 3140 <property name="label" translatable="yes">Password:</property>
2981 </object> 3141 </object>
2982 <packing> 3142 <packing>
@@ -2991,6 +3151,10 @@
2991 <property name="can_focus">True</property> 3151 <property name="can_focus">True</property>
2992 <property name="invisible_char">•</property> 3152 <property name="invisible_char">•</property>
2993 <property name="invisible_char_set">True</property> 3153 <property name="invisible_char_set">True</property>
3154 <property name="primary_icon_activatable">False</property>
3155 <property name="secondary_icon_activatable">False</property>
3156 <property name="primary_icon_sensitive">True</property>
3157 <property name="secondary_icon_sensitive">True</property>
2994 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 3158 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
2995 </object> 3159 </object>
2996 <packing> 3160 <packing>
@@ -3010,9 +3174,11 @@
3010 <child> 3174 <child>
3011 <object class="GtkHBox" id="hbox16c"> 3175 <object class="GtkHBox" id="hbox16c">
3012 <property name="visible">True</property> 3176 <property name="visible">True</property>
3177 <property name="can_focus">False</property>
3013 <child> 3178 <child>
3014 <object class="GtkLabel" id="GNUNET_setup-datacache_mysql_hostname_label"> 3179 <object class="GtkLabel" id="GNUNET_setup-datacache_mysql_hostname_label">
3015 <property name="visible">True</property> 3180 <property name="visible">True</property>
3181 <property name="can_focus">False</property>
3016 <property name="label" translatable="yes">MySQL Server Hostname:</property> 3182 <property name="label" translatable="yes">MySQL Server Hostname:</property>
3017 </object> 3183 </object>
3018 <packing> 3184 <packing>
@@ -3029,6 +3195,10 @@
3029 <property name="invisible_char">•</property> 3195 <property name="invisible_char">•</property>
3030 <property name="text" translatable="yes">localhost</property> 3196 <property name="text" translatable="yes">localhost</property>
3031 <property name="invisible_char_set">True</property> 3197 <property name="invisible_char_set">True</property>
3198 <property name="primary_icon_activatable">False</property>
3199 <property name="secondary_icon_activatable">False</property>
3200 <property name="primary_icon_sensitive">True</property>
3201 <property name="secondary_icon_sensitive">True</property>
3032 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 3202 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
3033 </object> 3203 </object>
3034 <packing> 3204 <packing>
@@ -3041,6 +3211,7 @@
3041 <child> 3211 <child>
3042 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_port_label"> 3212 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_port_label">
3043 <property name="visible">True</property> 3213 <property name="visible">True</property>
3214 <property name="can_focus">False</property>
3044 <property name="label" translatable="yes">Port:</property> 3215 <property name="label" translatable="yes">Port:</property>
3045 </object> 3216 </object>
3046 <packing> 3217 <packing>
@@ -3056,6 +3227,10 @@
3056 <property name="can_focus">True</property> 3227 <property name="can_focus">True</property>
3057 <property name="invisible_char">•</property> 3228 <property name="invisible_char">•</property>
3058 <property name="invisible_char_set">True</property> 3229 <property name="invisible_char_set">True</property>
3230 <property name="primary_icon_activatable">False</property>
3231 <property name="secondary_icon_activatable">False</property>
3232 <property name="primary_icon_sensitive">True</property>
3233 <property name="secondary_icon_sensitive">True</property>
3059 <property name="adjustment">GNUNET_setup_fs_datacache_mysql_port_adjustment</property> 3234 <property name="adjustment">GNUNET_setup_fs_datacache_mysql_port_adjustment</property>
3060 <property name="numeric">True</property> 3235 <property name="numeric">True</property>
3061 <signal name="value-changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 3236 <signal name="value-changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
@@ -3082,9 +3257,11 @@
3082 <child type="tab"> 3257 <child type="tab">
3083 <object class="GtkHBox" id="hbox3a"> 3258 <object class="GtkHBox" id="hbox3a">
3084 <property name="visible">True</property> 3259 <property name="visible">True</property>
3260 <property name="can_focus">False</property>
3085 <child> 3261 <child>
3086 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label"> 3262 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label">
3087 <property name="visible">True</property> 3263 <property name="visible">True</property>
3264 <property name="can_focus">False</property>
3088 <property name="label" translatable="yes">MySQL</property> 3265 <property name="label" translatable="yes">MySQL</property>
3089 </object> 3266 </object>
3090 <packing> 3267 <packing>
@@ -3104,6 +3281,7 @@
3104 <child> 3281 <child>
3105 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_test_image"> 3282 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_test_image">
3106 <property name="visible">True</property> 3283 <property name="visible">True</property>
3284 <property name="can_focus">False</property>
3107 <property name="tooltip_text" translatable="yes">Test datacache configuration</property> 3285 <property name="tooltip_text" translatable="yes">Test datacache configuration</property>
3108 <property name="stock">gtk-refresh</property> 3286 <property name="stock">gtk-refresh</property>
3109 </object> 3287 </object>
@@ -3117,6 +3295,7 @@
3117 </child> 3295 </child>
3118 <child> 3296 <child>
3119 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_ok_image"> 3297 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_ok_image">
3298 <property name="can_focus">False</property>
3120 <property name="tooltip_text" translatable="yes">Configuration works!</property> 3299 <property name="tooltip_text" translatable="yes">Configuration works!</property>
3121 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 3300 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
3122 </object> 3301 </object>
@@ -3128,6 +3307,7 @@
3128 </child> 3307 </child>
3129 <child> 3308 <child>
3130 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_error_image"> 3309 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_error_image">
3310 <property name="can_focus">False</property>
3131 <property name="tooltip_text" translatable="yes">Configuration error!</property> 3311 <property name="tooltip_text" translatable="yes">Configuration error!</property>
3132 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 3312 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
3133 </object> 3313 </object>
@@ -3146,9 +3326,11 @@
3146 <child> 3326 <child>
3147 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_hbox"> 3327 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_hbox">
3148 <property name="visible">True</property> 3328 <property name="visible">True</property>
3329 <property name="can_focus">False</property>
3149 <child> 3330 <child>
3150 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_config_label"> 3331 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_config_label">
3151 <property name="visible">True</property> 3332 <property name="visible">True</property>
3333 <property name="can_focus">False</property>
3152 <property name="label" translatable="yes">Configuration:</property> 3334 <property name="label" translatable="yes">Configuration:</property>
3153 </object> 3335 </object>
3154 <packing> 3336 <packing>
@@ -3165,6 +3347,10 @@
3165 <property name="invisible_char">•</property> 3347 <property name="invisible_char">•</property>
3166 <property name="text" translatable="yes">connect_timeout=10; dbname=gnunet</property> 3348 <property name="text" translatable="yes">connect_timeout=10; dbname=gnunet</property>
3167 <property name="invisible_char_set">True</property> 3349 <property name="invisible_char_set">True</property>
3350 <property name="primary_icon_activatable">False</property>
3351 <property name="secondary_icon_activatable">False</property>
3352 <property name="primary_icon_sensitive">True</property>
3353 <property name="secondary_icon_sensitive">True</property>
3168 <signal name="changed" handler="GNUNET_setup_datacache_postgres_invalidate_cb" swapped="no"/> 3354 <signal name="changed" handler="GNUNET_setup_datacache_postgres_invalidate_cb" swapped="no"/>
3169 </object> 3355 </object>
3170 <packing> 3356 <packing>
@@ -3183,9 +3369,11 @@
3183 <child type="tab"> 3369 <child type="tab">
3184 <object class="GtkHBox" id="hbox8a"> 3370 <object class="GtkHBox" id="hbox8a">
3185 <property name="visible">True</property> 3371 <property name="visible">True</property>
3372 <property name="can_focus">False</property>
3186 <child> 3373 <child>
3187 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label"> 3374 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label">
3188 <property name="visible">True</property> 3375 <property name="visible">True</property>
3376 <property name="can_focus">False</property>
3189 <property name="label" translatable="yes">Postgres</property> 3377 <property name="label" translatable="yes">Postgres</property>
3190 </object> 3378 </object>
3191 <packing> 3379 <packing>
@@ -3205,6 +3393,7 @@
3205 <child> 3393 <child>
3206 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_test_image"> 3394 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_test_image">
3207 <property name="visible">True</property> 3395 <property name="visible">True</property>
3396 <property name="can_focus">False</property>
3208 <property name="tooltip_text" translatable="yes">Test datacache configuration</property> 3397 <property name="tooltip_text" translatable="yes">Test datacache configuration</property>
3209 <property name="stock">gtk-refresh</property> 3398 <property name="stock">gtk-refresh</property>
3210 </object> 3399 </object>
@@ -3218,6 +3407,7 @@
3218 </child> 3407 </child>
3219 <child> 3408 <child>
3220 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_ok_image"> 3409 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_ok_image">
3410 <property name="can_focus">False</property>
3221 <property name="tooltip_text" translatable="yes">Configuration works!</property> 3411 <property name="tooltip_text" translatable="yes">Configuration works!</property>
3222 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 3412 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
3223 </object> 3413 </object>
@@ -3229,6 +3419,7 @@
3229 </child> 3419 </child>
3230 <child> 3420 <child>
3231 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_error_image"> 3421 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_error_image">
3422 <property name="can_focus">False</property>
3232 <property name="tooltip_text" translatable="yes">Configuration error!</property> 3423 <property name="tooltip_text" translatable="yes">Configuration error!</property>
3233 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 3424 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
3234 </object> 3425 </object>
@@ -3258,6 +3449,7 @@
3258 <child type="label"> 3449 <child type="label">
3259 <object class="GtkLabel" id="GNUNET_setup_datacache_frame_label"> 3450 <object class="GtkLabel" id="GNUNET_setup_datacache_frame_label">
3260 <property name="visible">True</property> 3451 <property name="visible">True</property>
3452 <property name="can_focus">False</property>
3261 <property name="label" translatable="yes">&lt;b&gt;Configure Datacache (temporary storage)&lt;/b&gt;</property> 3453 <property name="label" translatable="yes">&lt;b&gt;Configure Datacache (temporary storage)&lt;/b&gt;</property>
3262 <property name="use_markup">True</property> 3454 <property name="use_markup">True</property>
3263 </object> 3455 </object>
@@ -3277,6 +3469,7 @@
3277 <child type="tab"> 3469 <child type="tab">
3278 <object class="GtkLabel" id="GNUNET_setup_fs_label"> 3470 <object class="GtkLabel" id="GNUNET_setup_fs_label">
3279 <property name="visible">True</property> 3471 <property name="visible">True</property>
3472 <property name="can_focus">False</property>
3280 <property name="label" translatable="yes">_File Sharing</property> 3473 <property name="label" translatable="yes">_File Sharing</property>
3281 <property name="use_underline">True</property> 3474 <property name="use_underline">True</property>
3282 </object> 3475 </object>
@@ -3288,24 +3481,30 @@
3288 <child> 3481 <child>
3289 <object class="GtkVBox" id="GNUNET_setup_vpn_vbox"> 3482 <object class="GtkVBox" id="GNUNET_setup_vpn_vbox">
3290 <property name="visible">True</property> 3483 <property name="visible">True</property>
3484 <property name="can_focus">False</property>
3291 <child> 3485 <child>
3292 <object class="GtkFrame" id="GNUNET_setup_vpn_master_interface_configuration_frame"> 3486 <object class="GtkFrame" id="GNUNET_setup_vpn_master_interface_configuration_frame">
3293 <property name="visible">True</property> 3487 <property name="visible">True</property>
3488 <property name="can_focus">False</property>
3294 <property name="label_xalign">0</property> 3489 <property name="label_xalign">0</property>
3295 <property name="shadow_type">none</property> 3490 <property name="shadow_type">none</property>
3296 <child> 3491 <child>
3297 <object class="GtkAlignment" id="GNUNET_setup_vpn_master_interface_configuration_frame_alignment"> 3492 <object class="GtkAlignment" id="GNUNET_setup_vpn_master_interface_configuration_frame_alignment">
3298 <property name="visible">True</property> 3493 <property name="visible">True</property>
3494 <property name="can_focus">False</property>
3299 <property name="left_padding">12</property> 3495 <property name="left_padding">12</property>
3300 <child> 3496 <child>
3301 <object class="GtkVBox" id="GNUNET_setup_vpn_master_vbox"> 3497 <object class="GtkVBox" id="GNUNET_setup_vpn_master_vbox">
3302 <property name="visible">True</property> 3498 <property name="visible">True</property>
3499 <property name="can_focus">False</property>
3303 <child> 3500 <child>
3304 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_hbox"> 3501 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_hbox">
3305 <property name="visible">True</property> 3502 <property name="visible">True</property>
3503 <property name="can_focus">False</property>
3306 <child> 3504 <child>
3307 <object class="GtkLabel" id="label18"> 3505 <object class="GtkLabel" id="label18">
3308 <property name="visible">True</property> 3506 <property name="visible">True</property>
3507 <property name="can_focus">False</property>
3309 <property name="label" translatable="yes">Master _interface name:</property> 3508 <property name="label" translatable="yes">Master _interface name:</property>
3310 <property name="use_underline">True</property> 3509 <property name="use_underline">True</property>
3311 </object> 3510 </object>
@@ -3321,6 +3520,10 @@
3321 <property name="visible">True</property> 3520 <property name="visible">True</property>
3322 <property name="can_focus">True</property> 3521 <property name="can_focus">True</property>
3323 <property name="invisible_char">●</property> 3522 <property name="invisible_char">●</property>
3523 <property name="primary_icon_activatable">False</property>
3524 <property name="secondary_icon_activatable">False</property>
3525 <property name="primary_icon_sensitive">True</property>
3526 <property name="secondary_icon_sensitive">True</property>
3324 </object> 3527 </object>
3325 <packing> 3528 <packing>
3326 <property name="expand">False</property> 3529 <property name="expand">False</property>
@@ -3338,9 +3541,11 @@
3338 <child> 3541 <child>
3339 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v4_hbox"> 3542 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v4_hbox">
3340 <property name="visible">True</property> 3543 <property name="visible">True</property>
3544 <property name="can_focus">False</property>
3341 <child> 3545 <child>
3342 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_label"> 3546 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_label">
3343 <property name="visible">True</property> 3547 <property name="visible">True</property>
3548 <property name="can_focus">False</property>
3344 <property name="label" translatable="yes">IPv4 address for Master interface:</property> 3549 <property name="label" translatable="yes">IPv4 address for Master interface:</property>
3345 </object> 3550 </object>
3346 <packing> 3551 <packing>
@@ -3355,6 +3560,10 @@
3355 <property name="visible">True</property> 3560 <property name="visible">True</property>
3356 <property name="can_focus">True</property> 3561 <property name="can_focus">True</property>
3357 <property name="invisible_char">●</property> 3562 <property name="invisible_char">●</property>
3563 <property name="primary_icon_activatable">False</property>
3564 <property name="secondary_icon_activatable">False</property>
3565 <property name="primary_icon_sensitive">True</property>
3566 <property name="secondary_icon_sensitive">True</property>
3358 </object> 3567 </object>
3359 <packing> 3568 <packing>
3360 <property name="expand">False</property> 3569 <property name="expand">False</property>
@@ -3365,6 +3574,7 @@
3365 <child> 3574 <child>
3366 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_slash_label"> 3575 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_slash_label">
3367 <property name="visible">True</property> 3576 <property name="visible">True</property>
3577 <property name="can_focus">False</property>
3368 <property name="label" translatable="yes">/</property> 3578 <property name="label" translatable="yes">/</property>
3369 </object> 3579 </object>
3370 <packing> 3580 <packing>
@@ -3378,6 +3588,10 @@
3378 <property name="visible">True</property> 3588 <property name="visible">True</property>
3379 <property name="can_focus">True</property> 3589 <property name="can_focus">True</property>
3380 <property name="invisible_char">●</property> 3590 <property name="invisible_char">●</property>
3591 <property name="primary_icon_activatable">False</property>
3592 <property name="secondary_icon_activatable">False</property>
3593 <property name="primary_icon_sensitive">True</property>
3594 <property name="secondary_icon_sensitive">True</property>
3381 </object> 3595 </object>
3382 <packing> 3596 <packing>
3383 <property name="expand">False</property> 3597 <property name="expand">False</property>
@@ -3395,9 +3609,11 @@
3395 <child> 3609 <child>
3396 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v6_hbox"> 3610 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v6_hbox">
3397 <property name="visible">True</property> 3611 <property name="visible">True</property>
3612 <property name="can_focus">False</property>
3398 <child> 3613 <child>
3399 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_label"> 3614 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_label">
3400 <property name="visible">True</property> 3615 <property name="visible">True</property>
3616 <property name="can_focus">False</property>
3401 <property name="label" translatable="yes">IPv6 address for Master interface: </property> 3617 <property name="label" translatable="yes">IPv6 address for Master interface: </property>
3402 </object> 3618 </object>
3403 <packing> 3619 <packing>
@@ -3412,6 +3628,10 @@
3412 <property name="visible">True</property> 3628 <property name="visible">True</property>
3413 <property name="can_focus">True</property> 3629 <property name="can_focus">True</property>
3414 <property name="invisible_char">●</property> 3630 <property name="invisible_char">●</property>
3631 <property name="primary_icon_activatable">False</property>
3632 <property name="secondary_icon_activatable">False</property>
3633 <property name="primary_icon_sensitive">True</property>
3634 <property name="secondary_icon_sensitive">True</property>
3415 </object> 3635 </object>
3416 <packing> 3636 <packing>
3417 <property name="expand">False</property> 3637 <property name="expand">False</property>
@@ -3422,6 +3642,7 @@
3422 <child> 3642 <child>
3423 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_slash_label"> 3643 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_slash_label">
3424 <property name="visible">True</property> 3644 <property name="visible">True</property>
3645 <property name="can_focus">False</property>
3425 <property name="label" translatable="yes">/</property> 3646 <property name="label" translatable="yes">/</property>
3426 </object> 3647 </object>
3427 <packing> 3648 <packing>
@@ -3435,6 +3656,10 @@
3435 <property name="visible">True</property> 3656 <property name="visible">True</property>
3436 <property name="can_focus">True</property> 3657 <property name="can_focus">True</property>
3437 <property name="invisible_char">●</property> 3658 <property name="invisible_char">●</property>
3659 <property name="primary_icon_activatable">False</property>
3660 <property name="secondary_icon_activatable">False</property>
3661 <property name="primary_icon_sensitive">True</property>
3662 <property name="secondary_icon_sensitive">True</property>
3438 <property name="adjustment">GNUNET_vpn_master_interface_mask_adjustment</property> 3663 <property name="adjustment">GNUNET_vpn_master_interface_mask_adjustment</property>
3439 </object> 3664 </object>
3440 <packing> 3665 <packing>
@@ -3453,9 +3678,11 @@
3453 <child> 3678 <child>
3454 <object class="GtkHBox" id="GNUNET_setup_vpn_master_vdns_hbox"> 3679 <object class="GtkHBox" id="GNUNET_setup_vpn_master_vdns_hbox">
3455 <property name="visible">True</property> 3680 <property name="visible">True</property>
3681 <property name="can_focus">False</property>
3456 <child> 3682 <child>
3457 <object class="GtkLabel" id="GNUNET_setup_vpn_master_vdns_label"> 3683 <object class="GtkLabel" id="GNUNET_setup_vpn_master_vdns_label">
3458 <property name="visible">True</property> 3684 <property name="visible">True</property>
3685 <property name="can_focus">False</property>
3459 <property name="label" translatable="yes">Virtual DNS Server:</property> 3686 <property name="label" translatable="yes">Virtual DNS Server:</property>
3460 </object> 3687 </object>
3461 <packing> 3688 <packing>
@@ -3470,6 +3697,10 @@
3470 <property name="visible">True</property> 3697 <property name="visible">True</property>
3471 <property name="can_focus">True</property> 3698 <property name="can_focus">True</property>
3472 <property name="invisible_char">●</property> 3699 <property name="invisible_char">●</property>
3700 <property name="primary_icon_activatable">False</property>
3701 <property name="secondary_icon_activatable">False</property>
3702 <property name="primary_icon_sensitive">True</property>
3703 <property name="secondary_icon_sensitive">True</property>
3473 </object> 3704 </object>
3474 <packing> 3705 <packing>
3475 <property name="expand">False</property> 3706 <property name="expand">False</property>
@@ -3491,6 +3722,7 @@
3491 <child type="label"> 3722 <child type="label">
3492 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_configuration_frame_label"> 3723 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_configuration_frame_label">
3493 <property name="visible">True</property> 3724 <property name="visible">True</property>
3725 <property name="can_focus">False</property>
3494 <property name="label" translatable="yes">&lt;b&gt;VPN Master Interface Configuration&lt;/b&gt;</property> 3726 <property name="label" translatable="yes">&lt;b&gt;VPN Master Interface Configuration&lt;/b&gt;</property>
3495 <property name="use_markup">True</property> 3727 <property name="use_markup">True</property>
3496 </object> 3728 </object>
@@ -3506,6 +3738,7 @@
3506 <child> 3738 <child>
3507 <object class="GtkHBox" id="GNUNET_setup_vpn_master_hbox"> 3739 <object class="GtkHBox" id="GNUNET_setup_vpn_master_hbox">
3508 <property name="visible">True</property> 3740 <property name="visible">True</property>
3741 <property name="can_focus">False</property>
3509 <child> 3742 <child>
3510 <object class="GtkCheckButton" id="GNUNET_setup_vpn_enable_vpn_exit_checkbutton"> 3743 <object class="GtkCheckButton" id="GNUNET_setup_vpn_enable_vpn_exit_checkbutton">
3511 <property name="label" translatable="yes">Enable VPN Exit</property> 3744 <property name="label" translatable="yes">Enable VPN Exit</property>
@@ -3549,22 +3782,27 @@
3549 <child> 3782 <child>
3550 <object class="GtkFrame" id="GNUNET_setup_vpn_exit_frame"> 3783 <object class="GtkFrame" id="GNUNET_setup_vpn_exit_frame">
3551 <property name="visible">True</property> 3784 <property name="visible">True</property>
3785 <property name="can_focus">False</property>
3552 <property name="label_xalign">0</property> 3786 <property name="label_xalign">0</property>
3553 <property name="shadow_type">none</property> 3787 <property name="shadow_type">none</property>
3554 <child> 3788 <child>
3555 <object class="GtkAlignment" id="GNUNET_setup_vpn_exit_frame_alignment"> 3789 <object class="GtkAlignment" id="GNUNET_setup_vpn_exit_frame_alignment">
3556 <property name="visible">True</property> 3790 <property name="visible">True</property>
3791 <property name="can_focus">False</property>
3557 <property name="left_padding">12</property> 3792 <property name="left_padding">12</property>
3558 <child> 3793 <child>
3559 <object class="GtkVBox" id="GNUNET_setup_vpn_exit_frame_vbox"> 3794 <object class="GtkVBox" id="GNUNET_setup_vpn_exit_frame_vbox">
3560 <property name="visible">True</property> 3795 <property name="visible">True</property>
3796 <property name="can_focus">False</property>
3561 <child> 3797 <child>
3562 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_frame_hbox"> 3798 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_frame_hbox">
3563 <property name="visible">True</property> 3799 <property name="visible">True</property>
3800 <property name="can_focus">False</property>
3564 <property name="spacing">5</property> 3801 <property name="spacing">5</property>
3565 <child> 3802 <child>
3566 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_interface_name_label"> 3803 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_interface_name_label">
3567 <property name="visible">True</property> 3804 <property name="visible">True</property>
3805 <property name="can_focus">False</property>
3568 <property name="label" translatable="yes">Exit interface name: </property> 3806 <property name="label" translatable="yes">Exit interface name: </property>
3569 </object> 3807 </object>
3570 <packing> 3808 <packing>
@@ -3579,6 +3817,10 @@
3579 <property name="visible">True</property> 3817 <property name="visible">True</property>
3580 <property name="can_focus">True</property> 3818 <property name="can_focus">True</property>
3581 <property name="invisible_char">●</property> 3819 <property name="invisible_char">●</property>
3820 <property name="primary_icon_activatable">False</property>
3821 <property name="secondary_icon_activatable">False</property>
3822 <property name="primary_icon_sensitive">True</property>
3823 <property name="secondary_icon_sensitive">True</property>
3582 </object> 3824 </object>
3583 <packing> 3825 <packing>
3584 <property name="expand">True</property> 3826 <property name="expand">True</property>
@@ -3628,9 +3870,11 @@
3628 <child> 3870 <child>
3629 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv4_address_hbox"> 3871 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv4_address_hbox">
3630 <property name="visible">True</property> 3872 <property name="visible">True</property>
3873 <property name="can_focus">False</property>
3631 <child> 3874 <child>
3632 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_label"> 3875 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_label">
3633 <property name="visible">True</property> 3876 <property name="visible">True</property>
3877 <property name="can_focus">False</property>
3634 <property name="label" translatable="yes">IPv4 address for Exit interface: </property> 3878 <property name="label" translatable="yes">IPv4 address for Exit interface: </property>
3635 </object> 3879 </object>
3636 <packing> 3880 <packing>
@@ -3645,6 +3889,10 @@
3645 <property name="visible">True</property> 3889 <property name="visible">True</property>
3646 <property name="can_focus">True</property> 3890 <property name="can_focus">True</property>
3647 <property name="invisible_char">●</property> 3891 <property name="invisible_char">●</property>
3892 <property name="primary_icon_activatable">False</property>
3893 <property name="secondary_icon_activatable">False</property>
3894 <property name="primary_icon_sensitive">True</property>
3895 <property name="secondary_icon_sensitive">True</property>
3648 </object> 3896 </object>
3649 <packing> 3897 <packing>
3650 <property name="expand">False</property> 3898 <property name="expand">False</property>
@@ -3655,6 +3903,7 @@
3655 <child> 3903 <child>
3656 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_slash_label"> 3904 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_slash_label">
3657 <property name="visible">True</property> 3905 <property name="visible">True</property>
3906 <property name="can_focus">False</property>
3658 <property name="label" translatable="yes">/</property> 3907 <property name="label" translatable="yes">/</property>
3659 </object> 3908 </object>
3660 <packing> 3909 <packing>
@@ -3668,6 +3917,10 @@
3668 <property name="visible">True</property> 3917 <property name="visible">True</property>
3669 <property name="can_focus">True</property> 3918 <property name="can_focus">True</property>
3670 <property name="invisible_char">●</property> 3919 <property name="invisible_char">●</property>
3920 <property name="primary_icon_activatable">False</property>
3921 <property name="secondary_icon_activatable">False</property>
3922 <property name="primary_icon_sensitive">True</property>
3923 <property name="secondary_icon_sensitive">True</property>
3671 </object> 3924 </object>
3672 <packing> 3925 <packing>
3673 <property name="expand">False</property> 3926 <property name="expand">False</property>
@@ -3685,9 +3938,11 @@
3685 <child> 3938 <child>
3686 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv6_address_hbox"> 3939 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv6_address_hbox">
3687 <property name="visible">True</property> 3940 <property name="visible">True</property>
3941 <property name="can_focus">False</property>
3688 <child> 3942 <child>
3689 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_label"> 3943 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_label">
3690 <property name="visible">True</property> 3944 <property name="visible">True</property>
3945 <property name="can_focus">False</property>
3691 <property name="label" translatable="yes">IPv6 address for Exit interface: </property> 3946 <property name="label" translatable="yes">IPv6 address for Exit interface: </property>
3692 </object> 3947 </object>
3693 <packing> 3948 <packing>
@@ -3702,6 +3957,10 @@
3702 <property name="visible">True</property> 3957 <property name="visible">True</property>
3703 <property name="can_focus">True</property> 3958 <property name="can_focus">True</property>
3704 <property name="invisible_char">●</property> 3959 <property name="invisible_char">●</property>
3960 <property name="primary_icon_activatable">False</property>
3961 <property name="secondary_icon_activatable">False</property>
3962 <property name="primary_icon_sensitive">True</property>
3963 <property name="secondary_icon_sensitive">True</property>
3705 </object> 3964 </object>
3706 <packing> 3965 <packing>
3707 <property name="expand">False</property> 3966 <property name="expand">False</property>
@@ -3712,6 +3971,7 @@
3712 <child> 3971 <child>
3713 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_slash_label"> 3972 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_slash_label">
3714 <property name="visible">True</property> 3973 <property name="visible">True</property>
3974 <property name="can_focus">False</property>
3715 <property name="label" translatable="yes">/</property> 3975 <property name="label" translatable="yes">/</property>
3716 </object> 3976 </object>
3717 <packing> 3977 <packing>
@@ -3725,6 +3985,10 @@
3725 <property name="visible">True</property> 3985 <property name="visible">True</property>
3726 <property name="can_focus">True</property> 3986 <property name="can_focus">True</property>
3727 <property name="invisible_char">●</property> 3987 <property name="invisible_char">●</property>
3988 <property name="primary_icon_activatable">False</property>
3989 <property name="secondary_icon_activatable">False</property>
3990 <property name="primary_icon_sensitive">True</property>
3991 <property name="secondary_icon_sensitive">True</property>
3728 <property name="adjustment">GNUNET_vpn_exit_interface_mask_adjustment</property> 3992 <property name="adjustment">GNUNET_vpn_exit_interface_mask_adjustment</property>
3729 </object> 3993 </object>
3730 <packing> 3994 <packing>
@@ -3747,6 +4011,7 @@
3747 <child type="label"> 4011 <child type="label">
3748 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_frame_label"> 4012 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_frame_label">
3749 <property name="visible">True</property> 4013 <property name="visible">True</property>
4014 <property name="can_focus">False</property>
3750 <property name="label" translatable="yes">&lt;b&gt;GNUnet VPN Exit Interface&lt;/b&gt;</property> 4015 <property name="label" translatable="yes">&lt;b&gt;GNUnet VPN Exit Interface&lt;/b&gt;</property>
3751 <property name="use_markup">True</property> 4016 <property name="use_markup">True</property>
3752 </object> 4017 </object>
@@ -3762,11 +4027,13 @@
3762 <child> 4027 <child>
3763 <object class="GtkFrame" id="GNUNET_setup_vpn_service_configuration_frame"> 4028 <object class="GtkFrame" id="GNUNET_setup_vpn_service_configuration_frame">
3764 <property name="visible">True</property> 4029 <property name="visible">True</property>
4030 <property name="can_focus">False</property>
3765 <property name="label_xalign">0</property> 4031 <property name="label_xalign">0</property>
3766 <property name="shadow_type">none</property> 4032 <property name="shadow_type">none</property>
3767 <child> 4033 <child>
3768 <object class="GtkAlignment" id="GNUNET_setup_vpn_dns_service_configuration_frame_alignment"> 4034 <object class="GtkAlignment" id="GNUNET_setup_vpn_dns_service_configuration_frame_alignment">
3769 <property name="visible">True</property> 4035 <property name="visible">True</property>
4036 <property name="can_focus">False</property>
3770 <property name="left_padding">12</property> 4037 <property name="left_padding">12</property>
3771 <child> 4038 <child>
3772 <object class="GtkScrolledWindow" id="GNUNET_setup_vpn_dns_service_scrolledwindow"> 4039 <object class="GtkScrolledWindow" id="GNUNET_setup_vpn_dns_service_scrolledwindow">
@@ -3777,6 +4044,7 @@
3777 <child> 4044 <child>
3778 <object class="GtkViewport" id="GNUNET_setup_vpn_viewport"> 4045 <object class="GtkViewport" id="GNUNET_setup_vpn_viewport">
3779 <property name="visible">True</property> 4046 <property name="visible">True</property>
4047 <property name="can_focus">False</property>
3780 <child> 4048 <child>
3781 <object class="GtkTreeView" id="GNUNET_setup_vpn_dns_service_treeview"> 4049 <object class="GtkTreeView" id="GNUNET_setup_vpn_dns_service_treeview">
3782 <property name="visible">True</property> 4050 <property name="visible">True</property>
@@ -3870,6 +4138,7 @@
3870 <child type="label"> 4138 <child type="label">
3871 <object class="GtkLabel" id="GNUNET_setup_vpn_dns_service_configuration_frame_label"> 4139 <object class="GtkLabel" id="GNUNET_setup_vpn_dns_service_configuration_frame_label">
3872 <property name="visible">True</property> 4140 <property name="visible">True</property>
4141 <property name="can_focus">False</property>
3873 <property name="label" translatable="yes">&lt;b&gt;DNS Services Configuration&lt;/b&gt;</property> 4142 <property name="label" translatable="yes">&lt;b&gt;DNS Services Configuration&lt;/b&gt;</property>
3874 <property name="use_markup">True</property> 4143 <property name="use_markup">True</property>
3875 </object> 4144 </object>
@@ -3890,6 +4159,7 @@
3890 <child type="tab"> 4159 <child type="tab">
3891 <object class="GtkLabel" id="GNUNET_setup_vpn_label"> 4160 <object class="GtkLabel" id="GNUNET_setup_vpn_label">
3892 <property name="visible">True</property> 4161 <property name="visible">True</property>
4162 <property name="can_focus">False</property>
3893 <property name="label" translatable="yes">_VPN</property> 4163 <property name="label" translatable="yes">_VPN</property>
3894 <property name="use_underline">True</property> 4164 <property name="use_underline">True</property>
3895 </object> 4165 </object>
@@ -3922,59 +4192,6 @@
3922 <property name="position">2</property> 4192 <property name="position">2</property>
3923 </packing> 4193 </packing>
3924 </child> 4194 </child>
3925 <child internal-child="action_area">
3926 <object class="GtkHButtonBox" id="GNUNET_setup_dialog-action_area">
3927 <property name="layout_style">end</property>
3928 <child>
3929 <object class="GtkButton" id="GNUNET_setup_cancel_button">
3930 <property name="label">gtk-cancel</property>
3931 <property name="can_focus">True</property>
3932 <property name="receives_default">True</property>
3933 <property name="use_action_appearance">False</property>
3934 <property name="use_stock">True</property>
3935 </object>
3936 <packing>
3937 <property name="expand">False</property>
3938 <property name="fill">False</property>
3939 <property name="position">0</property>
3940 </packing>
3941 </child>
3942 <child>
3943 <object class="GtkButton" id="GNUNET_setup_save_as_button">
3944 <property name="label">gtk-save-as</property>
3945 <property name="can_focus">True</property>
3946 <property name="receives_default">True</property>
3947 <property name="use_action_appearance">False</property>
3948 <property name="use_stock">True</property>
3949 </object>
3950 <packing>
3951 <property name="expand">False</property>
3952 <property name="fill">False</property>
3953 <property name="position">1</property>
3954 </packing>
3955 </child>
3956 <child>
3957 <object class="GtkButton" id="GNUNET_setup_save_button">
3958 <property name="label">gtk-save</property>
3959 <property name="can_focus">True</property>
3960 <property name="receives_default">True</property>
3961 <property name="use_action_appearance">False</property>
3962 <property name="use_stock">True</property>
3963 </object>
3964 <packing>
3965 <property name="expand">False</property>
3966 <property name="fill">False</property>
3967 <property name="position">2</property>
3968 </packing>
3969 </child>
3970 </object>
3971 <packing>
3972 <property name="expand">False</property>
3973 <property name="fill">True</property>
3974 <property name="pack_type">end</property>
3975 <property name="position">0</property>
3976 </packing>
3977 </child>
3978 </object> 4195 </object>
3979 </child> 4196 </child>
3980 <action-widgets> 4197 <action-widgets>
@@ -3983,18 +4200,183 @@
3983 <action-widget response="-3">GNUNET_setup_save_button</action-widget> 4200 <action-widget response="-3">GNUNET_setup_save_button</action-widget>
3984 </action-widgets> 4201 </action-widgets>
3985 </object> 4202 </object>
3986 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment"> 4203 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_mysql_port_adjustment">
3987 <property name="lower">1024</property> 4204 <property name="lower">1</property>
3988 <property name="upper">999999999</property> 4205 <property name="upper">65535</property>
3989 <property name="value">65536</property> 4206 <property name="value">3306</property>
3990 <property name="step_increment">1</property> 4207 <property name="step_increment">1</property>
3991 <property name="page_increment">10</property> 4208 <property name="page_increment">10</property>
3992 </object> 4209 </object>
3993 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment"> 4210 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment">
3994 <property name="lower">5000</property> 4211 <property name="lower">65536</property>
3995 <property name="upper">999999999</property> 4212 <property name="upper">9999999999</property>
3996 <property name="value">65536</property> 4213 <property name="value">1024000</property>
4214 <property name="step_increment">65536</property>
4215 <property name="page_increment">1024000</property>
4216 </object>
4217 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_mysql_port_adjustment">
4218 <property name="lower">1</property>
4219 <property name="upper">65535</property>
4220 <property name="value">3306</property>
4221 <property name="step_increment">1</property>
4222 <property name="page_increment">10</property>
4223 </object>
4224 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_quota_adjustment">
4225 <property name="lower">1000000</property>
4226 <property name="upper">999999999999</property>
4227 <property name="value">100000000</property>
4228 <property name="step_increment">1000000</property>
4229 <property name="page_increment">1000000000</property>
4230 </object>
4231 <object class="GtkAdjustment" id="GNUNET_setup_hostlist_server_port_adjustment">
4232 <property name="lower">1</property>
4233 <property name="upper">65535</property>
4234 <property name="value">8080</property>
4235 <property name="step_increment">1</property>
4236 <property name="page_increment">10</property>
4237 </object>
4238 <object class="GtkListStore" id="GNUNET_setup_hostlist_url_liststore">
4239 <columns>
4240 <!-- column-name url -->
4241 <column type="gchararray"/>
4242 <!-- column-name editable -->
4243 <column type="gboolean"/>
4244 </columns>
4245 </object>
4246 <object class="GtkAdjustment" id="GNUNET_setup_min_friends_adjustment">
4247 <property name="upper">9999</property>
4248 <property name="step_increment">1</property>
4249 <property name="page_increment">10</property>
4250 </object>
4251 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_advertised_port_adjustment">
4252 <property name="lower">1</property>
4253 <property name="upper">65535</property>
4254 <property name="value">1080</property>
4255 <property name="step_increment">1</property>
4256 <property name="page_increment">10</property>
4257 </object>
4258 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_port_adjustment">
4259 <property name="lower">1</property>
4260 <property name="upper">65535</property>
4261 <property name="value">1080</property>
3997 <property name="step_increment">1</property> 4262 <property name="step_increment">1</property>
3998 <property name="page_increment">10</property> 4263 <property name="page_increment">10</property>
3999 </object> 4264 </object>
4265 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_advertised_port_adjustment">
4266 <property name="lower">1</property>
4267 <property name="upper">65535</property>
4268 <property name="value">443</property>
4269 <property name="step_increment">1</property>
4270 <property name="page_increment">10</property>
4271 </object>
4272 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_port_adjustment">
4273 <property name="lower">1</property>
4274 <property name="upper">65535</property>
4275 <property name="value">443</property>
4276 <property name="step_increment">1</property>
4277 <property name="page_increment">10</property>
4278 </object>
4279 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_adv_port_adjustment">
4280 <property name="lower">1</property>
4281 <property name="upper">65535</property>
4282 <property name="value">2086</property>
4283 <property name="step_increment">1</property>
4284 <property name="page_increment">10</property>
4285 </object>
4286 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_port_adjustment">
4287 <property name="upper">65535</property>
4288 <property name="value">2086</property>
4289 <property name="step_increment">1</property>
4290 <property name="page_increment">10</property>
4291 </object>
4292 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_advertised_port_adjustment">
4293 <property name="lower">1</property>
4294 <property name="upper">65535</property>
4295 <property name="value">2086</property>
4296 <property name="step_increment">1</property>
4297 <property name="page_increment">10</property>
4298 </object>
4299 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_port_adjustment">
4300 <property name="lower">1</property>
4301 <property name="upper">65535</property>
4302 <property name="value">2086</property>
4303 <property name="step_increment">1</property>
4304 <property name="page_increment">10</property>
4305 </object>
4306 <object class="GtkAdjustment" id="GNUNET_vpn_exit_interface_mask_adjustment">
4307 <property name="lower">1</property>
4308 <property name="upper">127</property>
4309 <property name="value">48</property>
4310 <property name="step_increment">1</property>
4311 <property name="page_increment">10</property>
4312 </object>
4313 <object class="GtkAdjustment" id="GNUNET_vpn_master_interface_mask_adjustment">
4314 <property name="lower">1</property>
4315 <property name="upper">127</property>
4316 <property name="value">48</property>
4317 <property name="step_increment">1</property>
4318 <property name="page_increment">10</property>
4319 </object>
4320 <object class="GtkAdjustment" id="adjustment1">
4321 <property name="upper">100</property>
4322 <property name="step_increment">1</property>
4323 <property name="page_increment">10</property>
4324 <property name="page_size">10</property>
4325 </object>
4326 <object class="GtkAdjustment" id="adjustment2">
4327 <property name="upper">100</property>
4328 <property name="step_increment">1</property>
4329 <property name="page_increment">10</property>
4330 <property name="page_size">10</property>
4331 </object>
4332 <object class="GtkAdjustment" id="adjustment3">
4333 <property name="upper">100</property>
4334 <property name="step_increment">1</property>
4335 <property name="page_increment">10</property>
4336 <property name="page_size">10</property>
4337 </object>
4338 <object class="GtkAdjustment" id="adjustment4">
4339 <property name="upper">100</property>
4340 <property name="step_increment">1</property>
4341 <property name="page_increment">10</property>
4342 <property name="page_size">10</property>
4343 </object>
4344 <object class="GtkAdjustment" id="adjustment5">
4345 <property name="upper">100</property>
4346 <property name="step_increment">1</property>
4347 <property name="page_increment">10</property>
4348 <property name="page_size">10</property>
4349 </object>
4350 <object class="GtkAdjustment" id="adjustment6">
4351 <property name="upper">100</property>
4352 <property name="step_increment">1</property>
4353 <property name="page_increment">10</property>
4354 <property name="page_size">10</property>
4355 </object>
4356 <object class="GtkAdjustment" id="adjustment7">
4357 <property name="upper">100</property>
4358 <property name="step_increment">1</property>
4359 <property name="page_increment">10</property>
4360 <property name="page_size">10</property>
4361 </object>
4362 <object class="GtkAdjustment" id="adjustment8">
4363 <property name="upper">100</property>
4364 <property name="step_increment">1</property>
4365 <property name="page_increment">10</property>
4366 <property name="page_size">10</property>
4367 </object>
4368 <object class="GtkListStore" id="vpn_dns_config_liststore">
4369 <columns>
4370 <!-- column-name hostname -->
4371 <column type="gchararray"/>
4372 <!-- column-name sourceport -->
4373 <column type="guint"/>
4374 <!-- column-name targetport -->
4375 <column type="guint"/>
4376 <!-- column-name targethostname -->
4377 <column type="gchararray"/>
4378 <!-- column-name isudp -->
4379 <column type="gchararray"/>
4380 </columns>
4381 </object>
4000</interface> 4382</interface>