aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 16:44:01 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 16:44:01 +0000
commitf3d03c48f42088a3d76042eaa7b05f54d41c2d0b (patch)
tree7ffa14b6a894372fbf6bb9b54d0217e631430489
parent9657e3dbc8dca1f5a85ee114853d99e2b461704a (diff)
downloadgnunet-gtk-f3d03c48f42088a3d76042eaa7b05f54d41c2d0b.tar.gz
gnunet-gtk-f3d03c48f42088a3d76042eaa7b05f54d41c2d0b.zip
add quit handler
-rw-r--r--contrib/gnunet_setup_gtk_main_window.glade707
1 files changed, 240 insertions, 467 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index e8f8f543..e9d5b46b 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -1,22 +1,187 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment"> 4 <!-- interface-naming-policy toplevel-contextual -->
5 <property name="lower">5000</property> 5 <object class="GtkListStore" id="vpn_dns_config_liststore">
6 <property name="upper">999999999</property> 6 <columns>
7 <property name="value">65536</property> 7 <!-- column-name hostname -->
8 <column type="gchararray"/>
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>
8 <property name="step_increment">1</property> 21 <property name="step_increment">1</property>
9 <property name="page_increment">10</property> 22 <property name="page_increment">10</property>
23 <property name="page_size">10</property>
10 </object> 24 </object>
11 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment"> 25 <object class="GtkAdjustment" id="adjustment7">
12 <property name="lower">1024</property> 26 <property name="upper">100</property>
13 <property name="upper">999999999</property> 27 <property name="step_increment">1</property>
14 <property name="value">65536</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>
168 <property name="page_increment">10</property>
169 </object>
170 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment">
171 <property name="lower">65536</property>
172 <property name="upper">9999999999</property>
173 <property name="value">1024000</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>
15 <property name="step_increment">1</property> 181 <property name="step_increment">1</property>
16 <property name="page_increment">10</property> 182 <property name="page_increment">10</property>
17 </object> 183 </object>
18 <object class="GtkDialog" id="GNUNET_setup_dialog"> 184 <object class="GtkDialog" id="GNUNET_setup_dialog">
19 <property name="can_focus">False</property>
20 <property name="border_width">5</property> 185 <property name="border_width">5</property>
21 <property name="title" translatable="yes">gnunet-setup</property> 186 <property name="title" translatable="yes">gnunet-setup</property>
22 <property name="window_position">center</property> 187 <property name="window_position">center</property>
@@ -24,66 +189,11 @@
24 <property name="default_height">550</property> 189 <property name="default_height">550</property>
25 <property name="icon_name">preferences-system</property> 190 <property name="icon_name">preferences-system</property>
26 <property name="type_hint">dialog</property> 191 <property name="type_hint">dialog</property>
192 <signal name="close" handler="GNUNET_SETUP_quit_cb" swapped="no"/>
27 <child internal-child="vbox"> 193 <child internal-child="vbox">
28 <object class="GtkBox" id="GNUNET_setup_dialog-vbox"> 194 <object class="GtkVBox" id="GNUNET_setup_dialog-vbox">
29 <property name="visible">True</property> 195 <property name="visible">True</property>
30 <property name="can_focus">False</property>
31 <property name="orientation">vertical</property>
32 <property name="spacing">2</property> 196 <property name="spacing">2</property>
33 <child internal-child="action_area">
34 <object class="GtkButtonBox" id="GNUNET_setup_dialog-action_area">
35 <property name="can_focus">False</property>
36 <property name="layout_style">end</property>
37 <child>
38 <object class="GtkButton" id="GNUNET_setup_cancel_button">
39 <property name="label">gtk-cancel</property>
40 <property name="can_focus">True</property>
41 <property name="receives_default">True</property>
42 <property name="use_action_appearance">False</property>
43 <property name="use_stock">True</property>
44 </object>
45 <packing>
46 <property name="expand">False</property>
47 <property name="fill">False</property>
48 <property name="position">0</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkButton" id="GNUNET_setup_save_as_button">
53 <property name="label">gtk-save-as</property>
54 <property name="can_focus">True</property>
55 <property name="receives_default">True</property>
56 <property name="use_action_appearance">False</property>
57 <property name="use_stock">True</property>
58 </object>
59 <packing>
60 <property name="expand">False</property>
61 <property name="fill">False</property>
62 <property name="position">1</property>
63 </packing>
64 </child>
65 <child>
66 <object class="GtkButton" id="GNUNET_setup_save_button">
67 <property name="label">gtk-save</property>
68 <property name="can_focus">True</property>
69 <property name="receives_default">True</property>
70 <property name="use_action_appearance">False</property>
71 <property name="use_stock">True</property>
72 </object>
73 <packing>
74 <property name="expand">False</property>
75 <property name="fill">False</property>
76 <property name="position">2</property>
77 </packing>
78 </child>
79 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 <property name="pack_type">end</property>
84 <property name="position">0</property>
85 </packing>
86 </child>
87 <child> 197 <child>
88 <object class="GtkNotebook" id="GNUNET_setup_notebook"> 198 <object class="GtkNotebook" id="GNUNET_setup_notebook">
89 <property name="visible">True</property> 199 <property name="visible">True</property>
@@ -91,26 +201,21 @@
91 <child> 201 <child>
92 <object class="GtkVBox" id="GNUNET_setup_general_vbox"> 202 <object class="GtkVBox" id="GNUNET_setup_general_vbox">
93 <property name="visible">True</property> 203 <property name="visible">True</property>
94 <property name="can_focus">False</property>
95 <child> 204 <child>
96 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame"> 205 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame">
97 <property name="visible">True</property> 206 <property name="visible">True</property>
98 <property name="can_focus">False</property>
99 <property name="label_xalign">0</property> 207 <property name="label_xalign">0</property>
100 <property name="shadow_type">none</property> 208 <property name="shadow_type">none</property>
101 <child> 209 <child>
102 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment"> 210 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment">
103 <property name="visible">True</property> 211 <property name="visible">True</property>
104 <property name="can_focus">False</property>
105 <property name="left_padding">12</property> 212 <property name="left_padding">12</property>
106 <child> 213 <child>
107 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox"> 214 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox">
108 <property name="visible">True</property> 215 <property name="visible">True</property>
109 <property name="can_focus">False</property>
110 <child> 216 <child>
111 <object class="GtkLabel" id="GNUNET_setup_general_services_label"> 217 <object class="GtkLabel" id="GNUNET_setup_general_services_label">
112 <property name="visible">True</property> 218 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <property name="label" translatable="yes">Services:</property> 219 <property name="label" translatable="yes">Services:</property>
115 </object> 220 </object>
116 <packing> 221 <packing>
@@ -200,7 +305,6 @@
200 <child type="label"> 305 <child type="label">
201 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label"> 306 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label">
202 <property name="visible">True</property> 307 <property name="visible">True</property>
203 <property name="can_focus">False</property>
204 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property> 308 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property>
205 <property name="use_markup">True</property> 309 <property name="use_markup">True</property>
206 </object> 310 </object>
@@ -216,18 +320,15 @@
216 <child> 320 <child>
217 <object class="GtkFrame" id="GNUNET_setup_topology_frame"> 321 <object class="GtkFrame" id="GNUNET_setup_topology_frame">
218 <property name="visible">True</property> 322 <property name="visible">True</property>
219 <property name="can_focus">False</property>
220 <property name="label_xalign">0</property> 323 <property name="label_xalign">0</property>
221 <property name="shadow_type">none</property> 324 <property name="shadow_type">none</property>
222 <child> 325 <child>
223 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment"> 326 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment">
224 <property name="visible">True</property> 327 <property name="visible">True</property>
225 <property name="can_focus">False</property>
226 <property name="left_padding">12</property> 328 <property name="left_padding">12</property>
227 <child> 329 <child>
228 <object class="GtkHBox" id="GNUNET_setup_topology_hbox"> 330 <object class="GtkHBox" id="GNUNET_setup_topology_hbox">
229 <property name="visible">True</property> 331 <property name="visible">True</property>
230 <property name="can_focus">False</property>
231 <child> 332 <child>
232 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton"> 333 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton">
233 <property name="label" translatable="yes">F_2F only</property> 334 <property name="label" translatable="yes">F_2F only</property>
@@ -248,7 +349,6 @@
248 <child> 349 <child>
249 <object class="GtkVSeparator" id="vseparator2"> 350 <object class="GtkVSeparator" id="vseparator2">
250 <property name="visible">True</property> 351 <property name="visible">True</property>
251 <property name="can_focus">False</property>
252 </object> 352 </object>
253 <packing> 353 <packing>
254 <property name="expand">False</property> 354 <property name="expand">False</property>
@@ -260,7 +360,6 @@
260 <child> 360 <child>
261 <object class="GtkLabel" id="GNUNET_setup_friends_file_label"> 361 <object class="GtkLabel" id="GNUNET_setup_friends_file_label">
262 <property name="visible">True</property> 362 <property name="visible">True</property>
263 <property name="can_focus">False</property>
264 <property name="label" translatable="yes">Friends file:</property> 363 <property name="label" translatable="yes">Friends file:</property>
265 </object> 364 </object>
266 <packing> 365 <packing>
@@ -272,7 +371,6 @@
272 <child> 371 <child>
273 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton"> 372 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton">
274 <property name="visible">True</property> 373 <property name="visible">True</property>
275 <property name="can_focus">False</property>
276 </object> 374 </object>
277 <packing> 375 <packing>
278 <property name="expand">True</property> 376 <property name="expand">True</property>
@@ -283,7 +381,6 @@
283 <child> 381 <child>
284 <object class="GtkVSeparator" id="vseparator1"> 382 <object class="GtkVSeparator" id="vseparator1">
285 <property name="visible">True</property> 383 <property name="visible">True</property>
286 <property name="can_focus">False</property>
287 </object> 384 </object>
288 <packing> 385 <packing>
289 <property name="expand">False</property> 386 <property name="expand">False</property>
@@ -295,7 +392,6 @@
295 <child> 392 <child>
296 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label"> 393 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label">
297 <property name="visible">True</property> 394 <property name="visible">True</property>
298 <property name="can_focus">False</property>
299 <property name="label" translatable="yes">Min. connected friends:</property> 395 <property name="label" translatable="yes">Min. connected friends:</property>
300 </object> 396 </object>
301 <packing> 397 <packing>
@@ -326,7 +422,6 @@
326 <child type="label"> 422 <child type="label">
327 <object class="GtkLabel" id="GNUNET_setup_topology_label"> 423 <object class="GtkLabel" id="GNUNET_setup_topology_label">
328 <property name="visible">True</property> 424 <property name="visible">True</property>
329 <property name="can_focus">False</property>
330 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property> 425 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property>
331 <property name="use_markup">True</property> 426 <property name="use_markup">True</property>
332 </object> 427 </object>
@@ -342,22 +437,18 @@
342 <child> 437 <child>
343 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame"> 438 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame">
344 <property name="visible">True</property> 439 <property name="visible">True</property>
345 <property name="can_focus">False</property>
346 <property name="label_xalign">0</property> 440 <property name="label_xalign">0</property>
347 <property name="shadow_type">none</property> 441 <property name="shadow_type">none</property>
348 <child> 442 <child>
349 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment"> 443 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment">
350 <property name="visible">True</property> 444 <property name="visible">True</property>
351 <property name="can_focus">False</property>
352 <property name="left_padding">12</property> 445 <property name="left_padding">12</property>
353 <child> 446 <child>
354 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox"> 447 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox">
355 <property name="visible">True</property> 448 <property name="visible">True</property>
356 <property name="can_focus">False</property>
357 <child> 449 <child>
358 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox"> 450 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox">
359 <property name="visible">True</property> 451 <property name="visible">True</property>
360 <property name="can_focus">False</property>
361 <child> 452 <child>
362 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton"> 453 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton">
363 <property name="label" translatable="yes">Use Hostlists to bootstrap</property> 454 <property name="label" translatable="yes">Use Hostlists to bootstrap</property>
@@ -402,11 +493,9 @@
402 <child> 493 <child>
403 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox"> 494 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox">
404 <property name="visible">True</property> 495 <property name="visible">True</property>
405 <property name="can_focus">False</property>
406 <child> 496 <child>
407 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox"> 497 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox">
408 <property name="visible">True</property> 498 <property name="visible">True</property>
409 <property name="can_focus">False</property>
410 <child> 499 <child>
411 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton"> 500 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton">
412 <property name="label" translatable="yes">Run Hostlist Server</property> 501 <property name="label" translatable="yes">Run Hostlist Server</property>
@@ -442,11 +531,9 @@
442 <child> 531 <child>
443 <object class="GtkHBox" id="hbox9"> 532 <object class="GtkHBox" id="hbox9">
444 <property name="visible">True</property> 533 <property name="visible">True</property>
445 <property name="can_focus">False</property>
446 <child> 534 <child>
447 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label"> 535 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label">
448 <property name="visible">True</property> 536 <property name="visible">True</property>
449 <property name="can_focus">False</property>
450 <property name="label" translatable="yes">Port:</property> 537 <property name="label" translatable="yes">Port:</property>
451 </object> 538 </object>
452 <packing> 539 <packing>
@@ -490,11 +577,9 @@
490 <child> 577 <child>
491 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox "> 578 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox ">
492 <property name="visible">True</property> 579 <property name="visible">True</property>
493 <property name="can_focus">False</property>
494 <child> 580 <child>
495 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label"> 581 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label">
496 <property name="visible">True</property> 582 <property name="visible">True</property>
497 <property name="can_focus">False</property>
498 <property name="label" translatable="yes">Known Hostlist Servers:</property> 583 <property name="label" translatable="yes">Known Hostlist Servers:</property>
499 </object> 584 </object>
500 <packing> 585 <packing>
@@ -515,14 +600,11 @@
515 <object class="GtkTreeView" id="GNUNET_setup_hostlist_url_treeview"> 600 <object class="GtkTreeView" id="GNUNET_setup_hostlist_url_treeview">
516 <property name="visible">True</property> 601 <property name="visible">True</property>
517 <property name="can_focus">True</property> 602 <property name="can_focus">True</property>
603 <property name="model">GNUNET_setup_hostlist_url_liststore</property>
518 <property name="hadjustment">adjustment7</property> 604 <property name="hadjustment">adjustment7</property>
519 <property name="vadjustment">adjustment8</property> 605 <property name="vadjustment">adjustment8</property>
520 <property name="model">GNUNET_setup_hostlist_url_liststore</property>
521 <property name="search_column">0</property> 606 <property name="search_column">0</property>
522 <signal name="key-press-event" handler="GNUNET_setup_treeview_key_press_event_cb" swapped="no"/> 607 <signal name="key-press-event" handler="GNUNET_setup_treeview_key_press_event_cb" swapped="no"/>
523 <child internal-child="selection">
524 <object class="GtkTreeSelection" id="treeview-selection"/>
525 </child>
526 <child> 608 <child>
527 <object class="GtkTreeViewColumn" id="GNUNET_setup_hostlist_url_treeviewcolumn"> 609 <object class="GtkTreeViewColumn" id="GNUNET_setup_hostlist_url_treeviewcolumn">
528 <property name="title" translatable="yes">URL</property> 610 <property name="title" translatable="yes">URL</property>
@@ -571,7 +653,6 @@
571 <child type="label"> 653 <child type="label">
572 <object class="GtkLabel" id="GNUNET_setup_hostlist_label"> 654 <object class="GtkLabel" id="GNUNET_setup_hostlist_label">
573 <property name="visible">True</property> 655 <property name="visible">True</property>
574 <property name="can_focus">False</property>
575 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property> 656 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property>
576 <property name="use_markup">True</property> 657 <property name="use_markup">True</property>
577 </object> 658 </object>
@@ -589,7 +670,6 @@
589 <child type="tab"> 670 <child type="tab">
590 <object class="GtkLabel" id="GNUNET_setup_general_label"> 671 <object class="GtkLabel" id="GNUNET_setup_general_label">
591 <property name="visible">True</property> 672 <property name="visible">True</property>
592 <property name="can_focus">False</property>
593 <property name="label" translatable="yes">_General</property> 673 <property name="label" translatable="yes">_General</property>
594 <property name="use_underline">True</property> 674 <property name="use_underline">True</property>
595 </object> 675 </object>
@@ -600,30 +680,24 @@
600 <child> 680 <child>
601 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox"> 681 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox">
602 <property name="visible">True</property> 682 <property name="visible">True</property>
603 <property name="can_focus">False</property>
604 <child> 683 <child>
605 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame"> 684 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame">
606 <property name="visible">True</property> 685 <property name="visible">True</property>
607 <property name="can_focus">False</property>
608 <property name="label_xalign">0</property> 686 <property name="label_xalign">0</property>
609 <property name="shadow_type">none</property> 687 <property name="shadow_type">none</property>
610 <child> 688 <child>
611 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment"> 689 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment">
612 <property name="visible">True</property> 690 <property name="visible">True</property>
613 <property name="can_focus">False</property>
614 <property name="left_padding">12</property> 691 <property name="left_padding">12</property>
615 <child> 692 <child>
616 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox"> 693 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox">
617 <property name="visible">True</property> 694 <property name="visible">True</property>
618 <property name="can_focus">False</property>
619 <child> 695 <child>
620 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox"> 696 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox">
621 <property name="visible">True</property> 697 <property name="visible">True</property>
622 <property name="can_focus">False</property>
623 <child> 698 <child>
624 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label"> 699 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label">
625 <property name="visible">True</property> 700 <property name="visible">True</property>
626 <property name="can_focus">False</property>
627 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property> 701 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property>
628 </object> 702 </object>
629 <packing> 703 <packing>
@@ -651,7 +725,6 @@
651 <child> 725 <child>
652 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label"> 726 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label">
653 <property name="visible">True</property> 727 <property name="visible">True</property>
654 <property name="can_focus">False</property>
655 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property> 728 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property>
656 </object> 729 </object>
657 <packing> 730 <packing>
@@ -689,7 +762,6 @@
689 <child type="label"> 762 <child type="label">
690 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label"> 763 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label">
691 <property name="visible">True</property> 764 <property name="visible">True</property>
692 <property name="can_focus">False</property>
693 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property> 765 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property>
694 <property name="use_markup">True</property> 766 <property name="use_markup">True</property>
695 </object> 767 </object>
@@ -704,22 +776,18 @@
704 <child> 776 <child>
705 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame"> 777 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame">
706 <property name="visible">True</property> 778 <property name="visible">True</property>
707 <property name="can_focus">False</property>
708 <property name="label_xalign">0</property> 779 <property name="label_xalign">0</property>
709 <property name="shadow_type">none</property> 780 <property name="shadow_type">none</property>
710 <child> 781 <child>
711 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment"> 782 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment">
712 <property name="visible">True</property> 783 <property name="visible">True</property>
713 <property name="can_focus">False</property>
714 <property name="left_padding">12</property> 784 <property name="left_padding">12</property>
715 <child> 785 <child>
716 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox"> 786 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox">
717 <property name="visible">True</property> 787 <property name="visible">True</property>
718 <property name="can_focus">False</property>
719 <child> 788 <child>
720 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox"> 789 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox">
721 <property name="visible">True</property> 790 <property name="visible">True</property>
722 <property name="can_focus">False</property>
723 <child> 791 <child>
724 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton"> 792 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton">
725 <property name="label" translatable="yes">Peer is behind _NAT</property> 793 <property name="label" translatable="yes">Peer is behind _NAT</property>
@@ -785,12 +853,10 @@
785 <child> 853 <child>
786 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox"> 854 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox">
787 <property name="visible">True</property> 855 <property name="visible">True</property>
788 <property name="can_focus">False</property>
789 <property name="spacing">20</property> 856 <property name="spacing">20</property>
790 <child> 857 <child>
791 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label"> 858 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label">
792 <property name="visible">True</property> 859 <property name="visible">True</property>
793 <property name="can_focus">False</property>
794 </object> 860 </object>
795 <packing> 861 <packing>
796 <property name="expand">False</property> 862 <property name="expand">False</property>
@@ -802,7 +868,6 @@
802 <child> 868 <child>
803 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox"> 869 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox">
804 <property name="visible">True</property> 870 <property name="visible">True</property>
805 <property name="can_focus">False</property>
806 <child> 871 <child>
807 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton"> 872 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton">
808 <property name="label" translatable="yes">NAT has been hole-punched manually</property> 873 <property name="label" translatable="yes">NAT has been hole-punched manually</property>
@@ -857,11 +922,9 @@
857 <child> 922 <child>
858 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox"> 923 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox">
859 <property name="visible">True</property> 924 <property name="visible">True</property>
860 <property name="can_focus">False</property>
861 <child> 925 <child>
862 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label"> 926 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label">
863 <property name="visible">True</property> 927 <property name="visible">True</property>
864 <property name="can_focus">False</property>
865 <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> 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>
866 <property name="label" translatable="yes">External (public) IPv4 address:</property> 929 <property name="label" translatable="yes">External (public) IPv4 address:</property>
867 </object> 930 </object>
@@ -915,11 +978,9 @@
915 <child> 978 <child>
916 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox"> 979 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox">
917 <property name="visible">True</property> 980 <property name="visible">True</property>
918 <property name="can_focus">False</property>
919 <child> 981 <child>
920 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label"> 982 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label">
921 <property name="visible">True</property> 983 <property name="visible">True</property>
922 <property name="can_focus">False</property>
923 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property> 984 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property>
924 <property name="label" translatable="yes">Internal (private) IPv4 address:</property> 985 <property name="label" translatable="yes">Internal (private) IPv4 address:</property>
925 </object> 986 </object>
@@ -973,7 +1034,6 @@
973 <child type="label"> 1034 <child type="label">
974 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label"> 1035 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label">
975 <property name="visible">True</property> 1036 <property name="visible">True</property>
976 <property name="can_focus">False</property>
977 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property> 1037 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property>
978 <property name="use_markup">True</property> 1038 <property name="use_markup">True</property>
979 </object> 1039 </object>
@@ -994,7 +1054,6 @@
994 <child type="tab"> 1054 <child type="tab">
995 <object class="GtkLabel" id="GNUNET_setup_network_label"> 1055 <object class="GtkLabel" id="GNUNET_setup_network_label">
996 <property name="visible">True</property> 1056 <property name="visible">True</property>
997 <property name="can_focus">False</property>
998 <property name="label" translatable="yes">_Network</property> 1057 <property name="label" translatable="yes">_Network</property>
999 <property name="use_underline">True</property> 1058 <property name="use_underline">True</property>
1000 </object> 1059 </object>
@@ -1006,27 +1065,22 @@
1006 <child> 1065 <child>
1007 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame"> 1066 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame">
1008 <property name="visible">True</property> 1067 <property name="visible">True</property>
1009 <property name="can_focus">False</property>
1010 <property name="label_xalign">0</property> 1068 <property name="label_xalign">0</property>
1011 <property name="shadow_type">none</property> 1069 <property name="shadow_type">none</property>
1012 <child> 1070 <child>
1013 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment"> 1071 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment">
1014 <property name="visible">True</property> 1072 <property name="visible">True</property>
1015 <property name="can_focus">False</property>
1016 <property name="left_padding">12</property> 1073 <property name="left_padding">12</property>
1017 <child> 1074 <child>
1018 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox"> 1075 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox">
1019 <property name="visible">True</property> 1076 <property name="visible">True</property>
1020 <property name="can_focus">False</property>
1021 <property name="spacing">5</property> 1077 <property name="spacing">5</property>
1022 <child> 1078 <child>
1023 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox"> 1079 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox">
1024 <property name="visible">True</property> 1080 <property name="visible">True</property>
1025 <property name="can_focus">False</property>
1026 <child> 1081 <child>
1027 <object class="GtkLabel" id="GNUNET_setup_transportlabel"> 1082 <object class="GtkLabel" id="GNUNET_setup_transportlabel">
1028 <property name="visible">True</property> 1083 <property name="visible">True</property>
1029 <property name="can_focus">False</property>
1030 <property name="label" translatable="yes">Plugins to use:</property> 1084 <property name="label" translatable="yes">Plugins to use:</property>
1031 </object> 1085 </object>
1032 <packing> 1086 <packing>
@@ -1167,16 +1221,13 @@
1167 <child> 1221 <child>
1168 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox"> 1222 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox">
1169 <property name="visible">True</property> 1223 <property name="visible">True</property>
1170 <property name="can_focus">False</property>
1171 <property name="spacing">5</property> 1224 <property name="spacing">5</property>
1172 <child> 1225 <child>
1173 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox"> 1226 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox">
1174 <property name="visible">True</property> 1227 <property name="visible">True</property>
1175 <property name="can_focus">False</property>
1176 <child> 1228 <child>
1177 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label"> 1229 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label">
1178 <property name="visible">True</property> 1230 <property name="visible">True</property>
1179 <property name="can_focus">False</property>
1180 <property name="label" translatable="yes">Bind to port:</property> 1231 <property name="label" translatable="yes">Bind to port:</property>
1181 </object> 1232 </object>
1182 <packing> 1233 <packing>
@@ -1206,7 +1257,6 @@
1206 <child> 1257 <child>
1207 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label"> 1258 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label">
1208 <property name="visible">True</property> 1259 <property name="visible">True</property>
1209 <property name="can_focus">False</property>
1210 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property> 1260 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property>
1211 </object> 1261 </object>
1212 <packing> 1262 <packing>
@@ -1227,11 +1277,9 @@
1227 <child> 1277 <child>
1228 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox"> 1278 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox">
1229 <property name="visible">True</property> 1279 <property name="visible">True</property>
1230 <property name="can_focus">False</property>
1231 <child> 1280 <child>
1232 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label"> 1281 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label">
1233 <property name="visible">True</property> 1282 <property name="visible">True</property>
1234 <property name="can_focus">False</property>
1235 <property name="label" translatable="yes">Advertised port:</property> 1283 <property name="label" translatable="yes">Advertised port:</property>
1236 </object> 1284 </object>
1237 <packing> 1285 <packing>
@@ -1261,7 +1309,6 @@
1261 <child> 1309 <child>
1262 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label"> 1310 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label">
1263 <property name="visible">True</property> 1311 <property name="visible">True</property>
1264 <property name="can_focus">False</property>
1265 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1312 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1266 </object> 1313 </object>
1267 <packing> 1314 <packing>
@@ -1281,11 +1328,9 @@
1281 <child> 1328 <child>
1282 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox"> 1329 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox">
1283 <property name="visible">True</property> 1330 <property name="visible">True</property>
1284 <property name="can_focus">False</property>
1285 <child> 1331 <child>
1286 <object class="GtkLabel" id="label3"> 1332 <object class="GtkLabel" id="label3">
1287 <property name="visible">True</property> 1333 <property name="visible">True</property>
1288 <property name="can_focus">False</property>
1289 </object> 1334 </object>
1290 <packing> 1335 <packing>
1291 <property name="expand">True</property> 1336 <property name="expand">True</property>
@@ -1311,7 +1356,6 @@
1311 </child> 1356 </child>
1312 <child> 1357 <child>
1313 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image"> 1358 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image">
1314 <property name="can_focus">False</property>
1315 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1359 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1316 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1360 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1317 </object> 1361 </object>
@@ -1324,7 +1368,6 @@
1324 </child> 1368 </child>
1325 <child> 1369 <child>
1326 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image"> 1370 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image">
1327 <property name="can_focus">False</property>
1328 <property name="tooltip_text" translatable="yes">Test failed!</property> 1371 <property name="tooltip_text" translatable="yes">Test failed!</property>
1329 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1372 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1330 </object> 1373 </object>
@@ -1338,7 +1381,6 @@
1338 <child> 1381 <child>
1339 <object class="GtkLabel" id="label5"> 1382 <object class="GtkLabel" id="label5">
1340 <property name="visible">True</property> 1383 <property name="visible">True</property>
1341 <property name="can_focus">False</property>
1342 </object> 1384 </object>
1343 <packing> 1385 <packing>
1344 <property name="expand">True</property> 1386 <property name="expand">True</property>
@@ -1359,7 +1401,6 @@
1359 <child type="tab"> 1401 <child type="tab">
1360 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label"> 1402 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label">
1361 <property name="visible">True</property> 1403 <property name="visible">True</property>
1362 <property name="can_focus">False</property>
1363 <property name="label" translatable="yes">TCP</property> 1404 <property name="label" translatable="yes">TCP</property>
1364 </object> 1405 </object>
1365 <packing> 1406 <packing>
@@ -1369,16 +1410,13 @@
1369 <child> 1410 <child>
1370 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox"> 1411 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox">
1371 <property name="visible">True</property> 1412 <property name="visible">True</property>
1372 <property name="can_focus">False</property>
1373 <child> 1413 <child>
1374 <object class="GtkHBox" id="hbox5"> 1414 <object class="GtkHBox" id="hbox5">
1375 <property name="visible">True</property> 1415 <property name="visible">True</property>
1376 <property name="can_focus">False</property>
1377 <property name="spacing">5</property> 1416 <property name="spacing">5</property>
1378 <child> 1417 <child>
1379 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label"> 1418 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label">
1380 <property name="visible">True</property> 1419 <property name="visible">True</property>
1381 <property name="can_focus">False</property>
1382 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1420 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
1383 <property name="label" translatable="yes">Bind to port:</property> 1421 <property name="label" translatable="yes">Bind to port:</property>
1384 </object> 1422 </object>
@@ -1420,12 +1458,10 @@
1420 <child> 1458 <child>
1421 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox"> 1459 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox">
1422 <property name="visible">True</property> 1460 <property name="visible">True</property>
1423 <property name="can_focus">False</property>
1424 <property name="spacing">5</property> 1461 <property name="spacing">5</property>
1425 <child> 1462 <child>
1426 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label"> 1463 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label">
1427 <property name="visible">True</property> 1464 <property name="visible">True</property>
1428 <property name="can_focus">False</property>
1429 <property name="label" translatable="yes">Advertised port:</property> 1465 <property name="label" translatable="yes">Advertised port:</property>
1430 </object> 1466 </object>
1431 <packing> 1467 <packing>
@@ -1453,7 +1489,6 @@
1453 <child> 1489 <child>
1454 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label"> 1490 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label">
1455 <property name="visible">True</property> 1491 <property name="visible">True</property>
1456 <property name="can_focus">False</property>
1457 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1492 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1458 </object> 1493 </object>
1459 <packing> 1494 <packing>
@@ -1474,11 +1509,9 @@
1474 <child> 1509 <child>
1475 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox"> 1510 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox">
1476 <property name="visible">True</property> 1511 <property name="visible">True</property>
1477 <property name="can_focus">False</property>
1478 <child> 1512 <child>
1479 <object class="GtkLabel" id="label1"> 1513 <object class="GtkLabel" id="label1">
1480 <property name="visible">True</property> 1514 <property name="visible">True</property>
1481 <property name="can_focus">False</property>
1482 </object> 1515 </object>
1483 <packing> 1516 <packing>
1484 <property name="expand">True</property> 1517 <property name="expand">True</property>
@@ -1504,7 +1537,6 @@
1504 </child> 1537 </child>
1505 <child> 1538 <child>
1506 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image"> 1539 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image">
1507 <property name="can_focus">False</property>
1508 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1540 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1509 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1541 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1510 </object> 1542 </object>
@@ -1517,7 +1549,6 @@
1517 </child> 1549 </child>
1518 <child> 1550 <child>
1519 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image"> 1551 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image">
1520 <property name="can_focus">False</property>
1521 <property name="tooltip_text" translatable="yes">Test failed!</property> 1552 <property name="tooltip_text" translatable="yes">Test failed!</property>
1522 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1553 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1523 </object> 1554 </object>
@@ -1531,7 +1562,6 @@
1531 <child> 1562 <child>
1532 <object class="GtkLabel" id="label2"> 1563 <object class="GtkLabel" id="label2">
1533 <property name="visible">True</property> 1564 <property name="visible">True</property>
1534 <property name="can_focus">False</property>
1535 </object> 1565 </object>
1536 <packing> 1566 <packing>
1537 <property name="expand">True</property> 1567 <property name="expand">True</property>
@@ -1558,7 +1588,6 @@
1558 <child type="tab"> 1588 <child type="tab">
1559 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label"> 1589 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label">
1560 <property name="visible">True</property> 1590 <property name="visible">True</property>
1561 <property name="can_focus">False</property>
1562 <property name="label" translatable="yes">UDP</property> 1591 <property name="label" translatable="yes">UDP</property>
1563 </object> 1592 </object>
1564 <packing> 1593 <packing>
@@ -1569,18 +1598,15 @@
1569 <child> 1598 <child>
1570 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox"> 1599 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox">
1571 <property name="visible">True</property> 1600 <property name="visible">True</property>
1572 <property name="can_focus">False</property>
1573 <child> 1601 <child>
1574 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox"> 1602 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox">
1575 <property name="visible">True</property> 1603 <property name="visible">True</property>
1576 <property name="can_focus">False</property>
1577 <property name="spacing">5</property> 1604 <property name="spacing">5</property>
1578 <child> 1605 <child>
1579 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label"> 1606 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label">
1580 <property name="visible">True</property> 1607 <property name="visible">True</property>
1581 <property name="can_focus">False</property>
1582 <property name="has_tooltip">True</property> 1608 <property name="has_tooltip">True</property>
1583 <property name="tooltip_markup" translatable="yes">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 1609 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1584 <property name="tooltip_text" translatable="yes">Port number that GNUnet'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>
1585 <property name="label" translatable="yes">Bind to port:</property> 1611 <property name="label" translatable="yes">Bind to port:</property>
1586 </object> 1612 </object>
@@ -1622,12 +1648,10 @@
1622 <child> 1648 <child>
1623 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox"> 1649 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox">
1624 <property name="visible">True</property> 1650 <property name="visible">True</property>
1625 <property name="can_focus">False</property>
1626 <property name="spacing">5</property> 1651 <property name="spacing">5</property>
1627 <child> 1652 <child>
1628 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label"> 1653 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label">
1629 <property name="visible">True</property> 1654 <property name="visible">True</property>
1630 <property name="can_focus">False</property>
1631 <property name="label" translatable="yes">Advertised port:</property> 1655 <property name="label" translatable="yes">Advertised port:</property>
1632 </object> 1656 </object>
1633 <packing> 1657 <packing>
@@ -1657,7 +1681,6 @@
1657 <child> 1681 <child>
1658 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label"> 1682 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label">
1659 <property name="visible">True</property> 1683 <property name="visible">True</property>
1660 <property name="can_focus">False</property>
1661 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1684 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1662 </object> 1685 </object>
1663 <packing> 1686 <packing>
@@ -1678,11 +1701,9 @@
1678 <child> 1701 <child>
1679 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox"> 1702 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox">
1680 <property name="visible">True</property> 1703 <property name="visible">True</property>
1681 <property name="can_focus">False</property>
1682 <child> 1704 <child>
1683 <object class="GtkLabel" id="label4"> 1705 <object class="GtkLabel" id="label4">
1684 <property name="visible">True</property> 1706 <property name="visible">True</property>
1685 <property name="can_focus">False</property>
1686 </object> 1707 </object>
1687 <packing> 1708 <packing>
1688 <property name="expand">True</property> 1709 <property name="expand">True</property>
@@ -1708,7 +1729,6 @@
1708 </child> 1729 </child>
1709 <child> 1730 <child>
1710 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image"> 1731 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image">
1711 <property name="can_focus">False</property>
1712 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1732 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1713 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1733 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1714 </object> 1734 </object>
@@ -1721,7 +1741,6 @@
1721 </child> 1741 </child>
1722 <child> 1742 <child>
1723 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image"> 1743 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image">
1724 <property name="can_focus">False</property>
1725 <property name="tooltip_text" translatable="yes">Test failed!</property> 1744 <property name="tooltip_text" translatable="yes">Test failed!</property>
1726 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1745 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1727 </object> 1746 </object>
@@ -1735,7 +1754,6 @@
1735 <child> 1754 <child>
1736 <object class="GtkLabel" id="label6"> 1755 <object class="GtkLabel" id="label6">
1737 <property name="visible">True</property> 1756 <property name="visible">True</property>
1738 <property name="can_focus">False</property>
1739 </object> 1757 </object>
1740 <packing> 1758 <packing>
1741 <property name="expand">True</property> 1759 <property name="expand">True</property>
@@ -1762,7 +1780,6 @@
1762 <child type="tab"> 1780 <child type="tab">
1763 <object class="GtkLabel" id="GNUNET_setup_transport_http_label"> 1781 <object class="GtkLabel" id="GNUNET_setup_transport_http_label">
1764 <property name="visible">True</property> 1782 <property name="visible">True</property>
1765 <property name="can_focus">False</property>
1766 <property name="label" translatable="yes">HTTP</property> 1783 <property name="label" translatable="yes">HTTP</property>
1767 </object> 1784 </object>
1768 <packing> 1785 <packing>
@@ -1773,18 +1790,15 @@
1773 <child> 1790 <child>
1774 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox"> 1791 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox">
1775 <property name="visible">True</property> 1792 <property name="visible">True</property>
1776 <property name="can_focus">False</property>
1777 <child> 1793 <child>
1778 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox"> 1794 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox">
1779 <property name="visible">True</property> 1795 <property name="visible">True</property>
1780 <property name="can_focus">False</property>
1781 <property name="spacing">5</property> 1796 <property name="spacing">5</property>
1782 <child> 1797 <child>
1783 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label"> 1798 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label">
1784 <property name="visible">True</property> 1799 <property name="visible">True</property>
1785 <property name="can_focus">False</property>
1786 <property name="has_tooltip">True</property> 1800 <property name="has_tooltip">True</property>
1787 <property name="tooltip_markup" translatable="yes">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 1801 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1788 <property name="tooltip_text" translatable="yes">Port number that GNUnet'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>
1789 <property name="label" translatable="yes">Bind to port:</property> 1803 <property name="label" translatable="yes">Bind to port:</property>
1790 </object> 1804 </object>
@@ -1826,12 +1840,10 @@
1826 <child> 1840 <child>
1827 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox"> 1841 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox">
1828 <property name="visible">True</property> 1842 <property name="visible">True</property>
1829 <property name="can_focus">False</property>
1830 <property name="spacing">5</property> 1843 <property name="spacing">5</property>
1831 <child> 1844 <child>
1832 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label"> 1845 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label">
1833 <property name="visible">True</property> 1846 <property name="visible">True</property>
1834 <property name="can_focus">False</property>
1835 <property name="label" translatable="yes">Advertised port:</property> 1847 <property name="label" translatable="yes">Advertised port:</property>
1836 </object> 1848 </object>
1837 <packing> 1849 <packing>
@@ -1861,7 +1873,6 @@
1861 <child> 1873 <child>
1862 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label"> 1874 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label">
1863 <property name="visible">True</property> 1875 <property name="visible">True</property>
1864 <property name="can_focus">False</property>
1865 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1876 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1866 </object> 1877 </object>
1867 <packing> 1878 <packing>
@@ -1882,11 +1893,9 @@
1882 <child> 1893 <child>
1883 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox"> 1894 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox">
1884 <property name="visible">True</property> 1895 <property name="visible">True</property>
1885 <property name="can_focus">False</property>
1886 <child> 1896 <child>
1887 <object class="GtkLabel" id="label7"> 1897 <object class="GtkLabel" id="label7">
1888 <property name="visible">True</property> 1898 <property name="visible">True</property>
1889 <property name="can_focus">False</property>
1890 </object> 1899 </object>
1891 <packing> 1900 <packing>
1892 <property name="expand">True</property> 1901 <property name="expand">True</property>
@@ -1912,7 +1921,6 @@
1912 </child> 1921 </child>
1913 <child> 1922 <child>
1914 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image"> 1923 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image">
1915 <property name="can_focus">False</property>
1916 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1924 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1917 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1925 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1918 </object> 1926 </object>
@@ -1925,7 +1933,6 @@
1925 </child> 1933 </child>
1926 <child> 1934 <child>
1927 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image"> 1935 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image">
1928 <property name="can_focus">False</property>
1929 <property name="tooltip_text" translatable="yes">Test failed!</property> 1936 <property name="tooltip_text" translatable="yes">Test failed!</property>
1930 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1937 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1931 </object> 1938 </object>
@@ -1939,7 +1946,6 @@
1939 <child> 1946 <child>
1940 <object class="GtkLabel" id="label8"> 1947 <object class="GtkLabel" id="label8">
1941 <property name="visible">True</property> 1948 <property name="visible">True</property>
1942 <property name="can_focus">False</property>
1943 </object> 1949 </object>
1944 <packing> 1950 <packing>
1945 <property name="expand">True</property> 1951 <property name="expand">True</property>
@@ -1966,7 +1972,6 @@
1966 <child type="tab"> 1972 <child type="tab">
1967 <object class="GtkLabel" id="GNUNET_setup_transport_https_label"> 1973 <object class="GtkLabel" id="GNUNET_setup_transport_https_label">
1968 <property name="visible">True</property> 1974 <property name="visible">True</property>
1969 <property name="can_focus">False</property>
1970 <property name="label" translatable="yes">HTTPS</property> 1975 <property name="label" translatable="yes">HTTPS</property>
1971 </object> 1976 </object>
1972 <packing> 1977 <packing>
@@ -1977,7 +1982,6 @@
1977 <child> 1982 <child>
1978 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox"> 1983 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox">
1979 <property name="visible">True</property> 1984 <property name="visible">True</property>
1980 <property name="can_focus">False</property>
1981 <child> 1985 <child>
1982 <placeholder/> 1986 <placeholder/>
1983 </child> 1987 </child>
@@ -1989,7 +1993,6 @@
1989 <child type="tab"> 1993 <child type="tab">
1990 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label"> 1994 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label">
1991 <property name="visible">True</property> 1995 <property name="visible">True</property>
1992 <property name="can_focus">False</property>
1993 <property name="label" translatable="yes">DV</property> 1996 <property name="label" translatable="yes">DV</property>
1994 </object> 1997 </object>
1995 <packing> 1998 <packing>
@@ -2000,15 +2003,12 @@
2000 <child> 2003 <child>
2001 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox"> 2004 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox">
2002 <property name="visible">True</property> 2005 <property name="visible">True</property>
2003 <property name="can_focus">False</property>
2004 <child> 2006 <child>
2005 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox"> 2007 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox">
2006 <property name="visible">True</property> 2008 <property name="visible">True</property>
2007 <property name="can_focus">False</property>
2008 <child> 2009 <child>
2009 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label"> 2010 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label">
2010 <property name="visible">True</property> 2011 <property name="visible">True</property>
2011 <property name="can_focus">False</property>
2012 <property name="label" translatable="yes">Name of _Monitor Interface</property> 2012 <property name="label" translatable="yes">Name of _Monitor Interface</property>
2013 <property name="use_underline">True</property> 2013 <property name="use_underline">True</property>
2014 </object> 2014 </object>
@@ -2053,7 +2053,6 @@
2053 <child type="tab"> 2053 <child type="tab">
2054 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label"> 2054 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label">
2055 <property name="visible">True</property> 2055 <property name="visible">True</property>
2056 <property name="can_focus">False</property>
2057 <property name="label" translatable="yes">WLAN</property> 2056 <property name="label" translatable="yes">WLAN</property>
2058 </object> 2057 </object>
2059 <packing> 2058 <packing>
@@ -2075,7 +2074,6 @@
2075 <child type="label"> 2074 <child type="label">
2076 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label"> 2075 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label">
2077 <property name="visible">True</property> 2076 <property name="visible">True</property>
2078 <property name="can_focus">False</property>
2079 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property> 2077 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property>
2080 <property name="use_markup">True</property> 2078 <property name="use_markup">True</property>
2081 </object> 2079 </object>
@@ -2088,7 +2086,6 @@
2088 <child type="tab"> 2086 <child type="tab">
2089 <object class="GtkLabel" id="GNUNET_setup_transport_label"> 2087 <object class="GtkLabel" id="GNUNET_setup_transport_label">
2090 <property name="visible">True</property> 2088 <property name="visible">True</property>
2091 <property name="can_focus">False</property>
2092 <property name="label" translatable="yes">_Transports</property> 2089 <property name="label" translatable="yes">_Transports</property>
2093 <property name="use_underline">True</property> 2090 <property name="use_underline">True</property>
2094 </object> 2091 </object>
@@ -2100,22 +2097,18 @@
2100 <child> 2097 <child>
2101 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox"> 2098 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox">
2102 <property name="visible">True</property> 2099 <property name="visible">True</property>
2103 <property name="can_focus">False</property>
2104 <child> 2100 <child>
2105 <object class="GtkFrame" id="GNUNET_setup_fs_frame"> 2101 <object class="GtkFrame" id="GNUNET_setup_fs_frame">
2106 <property name="visible">True</property> 2102 <property name="visible">True</property>
2107 <property name="can_focus">False</property>
2108 <property name="label_xalign">0</property> 2103 <property name="label_xalign">0</property>
2109 <property name="shadow_type">none</property> 2104 <property name="shadow_type">none</property>
2110 <child> 2105 <child>
2111 <object class="GtkAlignment" id="GNUNET_setup_fs_alignment"> 2106 <object class="GtkAlignment" id="GNUNET_setup_fs_alignment">
2112 <property name="visible">True</property> 2107 <property name="visible">True</property>
2113 <property name="can_focus">False</property>
2114 <property name="left_padding">12</property> 2108 <property name="left_padding">12</property>
2115 <child> 2109 <child>
2116 <object class="GtkHBox" id="GNUNET_setup_fs_migration_hbox"> 2110 <object class="GtkHBox" id="GNUNET_setup_fs_migration_hbox">
2117 <property name="visible">True</property> 2111 <property name="visible">True</property>
2118 <property name="can_focus">False</property>
2119 <child> 2112 <child>
2120 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_from_checkbutton"> 2113 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_from_checkbutton">
2121 <property name="label" translatable="yes">Enable unsolicited content transmission from this peer</property> 2114 <property name="label" translatable="yes">Enable unsolicited content transmission from this peer</property>
@@ -2158,7 +2151,6 @@
2158 <child type="label"> 2151 <child type="label">
2159 <object class="GtkLabel" id="GNUNET_setup_fs_options_label"> 2152 <object class="GtkLabel" id="GNUNET_setup_fs_options_label">
2160 <property name="visible">True</property> 2153 <property name="visible">True</property>
2161 <property name="can_focus">False</property>
2162 <property name="label" translatable="yes">&lt;b&gt;File Sharing Options&lt;/b&gt;</property> 2154 <property name="label" translatable="yes">&lt;b&gt;File Sharing Options&lt;/b&gt;</property>
2163 <property name="use_markup">True</property> 2155 <property name="use_markup">True</property>
2164 </object> 2156 </object>
@@ -2173,26 +2165,21 @@
2173 <child> 2165 <child>
2174 <object class="GtkFrame" id="GNUNET_setup_datastore_frame"> 2166 <object class="GtkFrame" id="GNUNET_setup_datastore_frame">
2175 <property name="visible">True</property> 2167 <property name="visible">True</property>
2176 <property name="can_focus">False</property>
2177 <property name="label_xalign">0</property> 2168 <property name="label_xalign">0</property>
2178 <property name="shadow_type">none</property> 2169 <property name="shadow_type">none</property>
2179 <child> 2170 <child>
2180 <object class="GtkAlignment" id="GNUNET_setup_datastore_alignment"> 2171 <object class="GtkAlignment" id="GNUNET_setup_datastore_alignment">
2181 <property name="visible">True</property> 2172 <property name="visible">True</property>
2182 <property name="can_focus">False</property>
2183 <property name="left_padding">12</property> 2173 <property name="left_padding">12</property>
2184 <child> 2174 <child>
2185 <object class="GtkVBox" id="GNUNET_setup_datastore_vbox"> 2175 <object class="GtkVBox" id="GNUNET_setup_datastore_vbox">
2186 <property name="visible">True</property> 2176 <property name="visible">True</property>
2187 <property name="can_focus">False</property>
2188 <child> 2177 <child>
2189 <object class="GtkHBox" id="GNUNET_setup_datastore_hbox"> 2178 <object class="GtkHBox" id="GNUNET_setup_datastore_hbox">
2190 <property name="visible">True</property> 2179 <property name="visible">True</property>
2191 <property name="can_focus">False</property>
2192 <child> 2180 <child>
2193 <object class="GtkLabel" id="GNUNET_setup_datastore_label"> 2181 <object class="GtkLabel" id="GNUNET_setup_datastore_label">
2194 <property name="visible">True</property> 2182 <property name="visible">True</property>
2195 <property name="can_focus">False</property>
2196 <property name="label" translatable="yes">Database Backend to use:</property> 2183 <property name="label" translatable="yes">Database Backend to use:</property>
2197 </object> 2184 </object>
2198 <packing> 2185 <packing>
@@ -2205,7 +2192,6 @@
2205 <child> 2192 <child>
2206 <object class="GtkHButtonBox" id="GNUNET_setup_datastore_hbuttonbox"> 2193 <object class="GtkHButtonBox" id="GNUNET_setup_datastore_hbuttonbox">
2207 <property name="visible">True</property> 2194 <property name="visible">True</property>
2208 <property name="can_focus">False</property>
2209 <property name="layout_style">start</property> 2195 <property name="layout_style">start</property>
2210 <child> 2196 <child>
2211 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_sqlite_radiobutton"> 2197 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_sqlite_radiobutton">
@@ -2272,7 +2258,6 @@
2272 <child> 2258 <child>
2273 <object class="GtkVSeparator" id="GNUNET_setup_datastore_vseparator"> 2259 <object class="GtkVSeparator" id="GNUNET_setup_datastore_vseparator">
2274 <property name="visible">True</property> 2260 <property name="visible">True</property>
2275 <property name="can_focus">False</property>
2276 </object> 2261 </object>
2277 <packing> 2262 <packing>
2278 <property name="expand">False</property> 2263 <property name="expand">False</property>
@@ -2284,7 +2269,6 @@
2284 <child> 2269 <child>
2285 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_quota_label"> 2270 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_quota_label">
2286 <property name="visible">True</property> 2271 <property name="visible">True</property>
2287 <property name="can_focus">False</property>
2288 <property name="label" translatable="yes">Quota (bytes):</property> 2272 <property name="label" translatable="yes">Quota (bytes):</property>
2289 </object> 2273 </object>
2290 <packing> 2274 <packing>
@@ -2323,14 +2307,12 @@
2323 <child> 2307 <child>
2324 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_sqlite_label"> 2308 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_sqlite_label">
2325 <property name="visible">True</property> 2309 <property name="visible">True</property>
2326 <property name="can_focus">False</property>
2327 <property name="label" translatable="yes">No setup required.</property> 2310 <property name="label" translatable="yes">No setup required.</property>
2328 </object> 2311 </object>
2329 </child> 2312 </child>
2330 <child type="tab"> 2313 <child type="tab">
2331 <object class="GtkLabel" id="GNUNET_setup_datastore_sqlite_label"> 2314 <object class="GtkLabel" id="GNUNET_setup_datastore_sqlite_label">
2332 <property name="visible">True</property> 2315 <property name="visible">True</property>
2333 <property name="can_focus">False</property>
2334 <property name="label" translatable="yes">sqLite</property> 2316 <property name="label" translatable="yes">sqLite</property>
2335 </object> 2317 </object>
2336 <packing> 2318 <packing>
@@ -2340,15 +2322,12 @@
2340 <child> 2322 <child>
2341 <object class="GtkVBox" id="GNUNET_setup_datastore_mysql_vbox"> 2323 <object class="GtkVBox" id="GNUNET_setup_datastore_mysql_vbox">
2342 <property name="visible">True</property> 2324 <property name="visible">True</property>
2343 <property name="can_focus">False</property>
2344 <child> 2325 <child>
2345 <object class="GtkHBox" id="hbox13"> 2326 <object class="GtkHBox" id="hbox13">
2346 <property name="visible">True</property> 2327 <property name="visible">True</property>
2347 <property name="can_focus">False</property>
2348 <child> 2328 <child>
2349 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label"> 2329 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label">
2350 <property name="visible">True</property> 2330 <property name="visible">True</property>
2351 <property name="can_focus">False</property>
2352 <property name="label" translatable="yes">MySQL database name:</property> 2331 <property name="label" translatable="yes">MySQL database name:</property>
2353 </object> 2332 </object>
2354 <packing> 2333 <packing>
@@ -2384,11 +2363,9 @@
2384 <child> 2363 <child>
2385 <object class="GtkHBox" id="hbox14"> 2364 <object class="GtkHBox" id="hbox14">
2386 <property name="visible">True</property> 2365 <property name="visible">True</property>
2387 <property name="can_focus">False</property>
2388 <child> 2366 <child>
2389 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label"> 2367 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label">
2390 <property name="visible">True</property> 2368 <property name="visible">True</property>
2391 <property name="can_focus">False</property>
2392 <property name="label" translatable="yes">Configuration file:</property> 2369 <property name="label" translatable="yes">Configuration file:</property>
2393 </object> 2370 </object>
2394 <packing> 2371 <packing>
@@ -2400,7 +2377,6 @@
2400 <child> 2377 <child>
2401 <object class="GtkFileChooserButton" id="GNUNET_setup_datastore_mysql_config_file_filechooserbutton"> 2378 <object class="GtkFileChooserButton" id="GNUNET_setup_datastore_mysql_config_file_filechooserbutton">
2402 <property name="visible">True</property> 2379 <property name="visible">True</property>
2403 <property name="can_focus">False</property>
2404 </object> 2380 </object>
2405 <packing> 2381 <packing>
2406 <property name="expand">True</property> 2382 <property name="expand">True</property>
@@ -2419,11 +2395,9 @@
2419 <child> 2395 <child>
2420 <object class="GtkHBox" id="hbox15"> 2396 <object class="GtkHBox" id="hbox15">
2421 <property name="visible">True</property> 2397 <property name="visible">True</property>
2422 <property name="can_focus">False</property>
2423 <child> 2398 <child>
2424 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label"> 2399 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label">
2425 <property name="visible">True</property> 2400 <property name="visible">True</property>
2426 <property name="can_focus">False</property>
2427 <property name="label" translatable="yes">Username:</property> 2401 <property name="label" translatable="yes">Username:</property>
2428 </object> 2402 </object>
2429 <packing> 2403 <packing>
@@ -2450,7 +2424,6 @@
2450 <child> 2424 <child>
2451 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_password_label"> 2425 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_password_label">
2452 <property name="visible">True</property> 2426 <property name="visible">True</property>
2453 <property name="can_focus">False</property>
2454 <property name="label" translatable="yes">Password:</property> 2427 <property name="label" translatable="yes">Password:</property>
2455 </object> 2428 </object>
2456 <packing> 2429 <packing>
@@ -2483,11 +2456,9 @@
2483 <child> 2456 <child>
2484 <object class="GtkHBox" id="hbox16"> 2457 <object class="GtkHBox" id="hbox16">
2485 <property name="visible">True</property> 2458 <property name="visible">True</property>
2486 <property name="can_focus">False</property>
2487 <child> 2459 <child>
2488 <object class="GtkLabel" id="GNUNET_setup-datastore_mysql_hostname_label"> 2460 <object class="GtkLabel" id="GNUNET_setup-datastore_mysql_hostname_label">
2489 <property name="visible">True</property> 2461 <property name="visible">True</property>
2490 <property name="can_focus">False</property>
2491 <property name="label" translatable="yes">MySQL Server Hostname:</property> 2462 <property name="label" translatable="yes">MySQL Server Hostname:</property>
2492 </object> 2463 </object>
2493 <packing> 2464 <packing>
@@ -2515,7 +2486,6 @@
2515 <child> 2486 <child>
2516 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_port_label"> 2487 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_port_label">
2517 <property name="visible">True</property> 2488 <property name="visible">True</property>
2518 <property name="can_focus">False</property>
2519 <property name="label" translatable="yes">Port:</property> 2489 <property name="label" translatable="yes">Port:</property>
2520 </object> 2490 </object>
2521 <packing> 2491 <packing>
@@ -2557,11 +2527,9 @@
2557 <child type="tab"> 2527 <child type="tab">
2558 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hbox"> 2528 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hbox">
2559 <property name="visible">True</property> 2529 <property name="visible">True</property>
2560 <property name="can_focus">False</property>
2561 <child> 2530 <child>
2562 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_tab_label"> 2531 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_tab_label">
2563 <property name="visible">True</property> 2532 <property name="visible">True</property>
2564 <property name="can_focus">False</property>
2565 <property name="label" translatable="yes">MySQL</property> 2533 <property name="label" translatable="yes">MySQL</property>
2566 </object> 2534 </object>
2567 <packing> 2535 <packing>
@@ -2581,7 +2549,6 @@
2581 <child> 2549 <child>
2582 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_test_image"> 2550 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_test_image">
2583 <property name="visible">True</property> 2551 <property name="visible">True</property>
2584 <property name="can_focus">False</property>
2585 <property name="tooltip_text" translatable="yes">Test datastore configuration</property> 2552 <property name="tooltip_text" translatable="yes">Test datastore configuration</property>
2586 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2553 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2587 </object> 2554 </object>
@@ -2595,7 +2562,6 @@
2595 </child> 2562 </child>
2596 <child> 2563 <child>
2597 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_ok_image"> 2564 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_ok_image">
2598 <property name="can_focus">False</property>
2599 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2565 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2600 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2566 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2601 </object> 2567 </object>
@@ -2607,7 +2573,6 @@
2607 </child> 2573 </child>
2608 <child> 2574 <child>
2609 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_error_image"> 2575 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_error_image">
2610 <property name="can_focus">False</property>
2611 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2576 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2612 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2577 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2613 </object> 2578 </object>
@@ -2626,11 +2591,9 @@
2626 <child> 2591 <child>
2627 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox"> 2592 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox">
2628 <property name="visible">True</property> 2593 <property name="visible">True</property>
2629 <property name="can_focus">False</property>
2630 <child> 2594 <child>
2631 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_config_label"> 2595 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_config_label">
2632 <property name="visible">True</property> 2596 <property name="visible">True</property>
2633 <property name="can_focus">False</property>
2634 <property name="label" translatable="yes">Configuration:</property> 2597 <property name="label" translatable="yes">Configuration:</property>
2635 </object> 2598 </object>
2636 <packing> 2599 <packing>
@@ -2664,11 +2627,9 @@
2664 <child type="tab"> 2627 <child type="tab">
2665 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox "> 2628 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox ">
2666 <property name="visible">True</property> 2629 <property name="visible">True</property>
2667 <property name="can_focus">False</property>
2668 <child> 2630 <child>
2669 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_tab_label"> 2631 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_tab_label">
2670 <property name="visible">True</property> 2632 <property name="visible">True</property>
2671 <property name="can_focus">False</property>
2672 <property name="label" translatable="yes">Postgres</property> 2633 <property name="label" translatable="yes">Postgres</property>
2673 </object> 2634 </object>
2674 <packing> 2635 <packing>
@@ -2688,7 +2649,6 @@
2688 <child> 2649 <child>
2689 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_test_image"> 2650 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_test_image">
2690 <property name="visible">True</property> 2651 <property name="visible">True</property>
2691 <property name="can_focus">False</property>
2692 <property name="tooltip_text" translatable="yes">Test datastore configuration</property> 2652 <property name="tooltip_text" translatable="yes">Test datastore configuration</property>
2693 <property name="stock">gtk-refresh</property> 2653 <property name="stock">gtk-refresh</property>
2694 </object> 2654 </object>
@@ -2702,7 +2662,6 @@
2702 </child> 2662 </child>
2703 <child> 2663 <child>
2704 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_ok_image"> 2664 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_ok_image">
2705 <property name="can_focus">False</property>
2706 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2665 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2707 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2666 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2708 </object> 2667 </object>
@@ -2714,7 +2673,6 @@
2714 </child> 2673 </child>
2715 <child> 2674 <child>
2716 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_error_image"> 2675 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_error_image">
2717 <property name="can_focus">False</property>
2718 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2676 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2719 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2677 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2720 </object> 2678 </object>
@@ -2744,7 +2702,6 @@
2744 <child type="label"> 2702 <child type="label">
2745 <object class="GtkLabel" id="GNUNET_setup_datastore_frame_label"> 2703 <object class="GtkLabel" id="GNUNET_setup_datastore_frame_label">
2746 <property name="visible">True</property> 2704 <property name="visible">True</property>
2747 <property name="can_focus">False</property>
2748 <property name="label" translatable="yes">&lt;b&gt;Configure Datastore (persistent storage)&lt;/b&gt;</property> 2705 <property name="label" translatable="yes">&lt;b&gt;Configure Datastore (persistent storage)&lt;/b&gt;</property>
2749 <property name="use_markup">True</property> 2706 <property name="use_markup">True</property>
2750 </object> 2707 </object>
@@ -2759,26 +2716,21 @@
2759 <child> 2716 <child>
2760 <object class="GtkFrame" id="GNUNET_setup_datacache_frame"> 2717 <object class="GtkFrame" id="GNUNET_setup_datacache_frame">
2761 <property name="visible">True</property> 2718 <property name="visible">True</property>
2762 <property name="can_focus">False</property>
2763 <property name="label_xalign">0</property> 2719 <property name="label_xalign">0</property>
2764 <property name="shadow_type">none</property> 2720 <property name="shadow_type">none</property>
2765 <child> 2721 <child>
2766 <object class="GtkAlignment" id="GNUNET_setup_datacache_alignment"> 2722 <object class="GtkAlignment" id="GNUNET_setup_datacache_alignment">
2767 <property name="visible">True</property> 2723 <property name="visible">True</property>
2768 <property name="can_focus">False</property>
2769 <property name="left_padding">12</property> 2724 <property name="left_padding">12</property>
2770 <child> 2725 <child>
2771 <object class="GtkVBox" id="GNUNET_setup_datacache_vbox"> 2726 <object class="GtkVBox" id="GNUNET_setup_datacache_vbox">
2772 <property name="visible">True</property> 2727 <property name="visible">True</property>
2773 <property name="can_focus">False</property>
2774 <child> 2728 <child>
2775 <object class="GtkHBox" id="GNUNET_setup_datacache_hbox"> 2729 <object class="GtkHBox" id="GNUNET_setup_datacache_hbox">
2776 <property name="visible">True</property> 2730 <property name="visible">True</property>
2777 <property name="can_focus">False</property>
2778 <child> 2731 <child>
2779 <object class="GtkLabel" id="GNUNET_setup_datacache_label1"> 2732 <object class="GtkLabel" id="GNUNET_setup_datacache_label1">
2780 <property name="visible">True</property> 2733 <property name="visible">True</property>
2781 <property name="can_focus">False</property>
2782 <property name="label" translatable="yes">Datacache:</property> 2734 <property name="label" translatable="yes">Datacache:</property>
2783 </object> 2735 </object>
2784 <packing> 2736 <packing>
@@ -2791,7 +2743,6 @@
2791 <child> 2743 <child>
2792 <object class="GtkHButtonBox" id="GNUNET_setup_datacache_hbuttonbox"> 2744 <object class="GtkHButtonBox" id="GNUNET_setup_datacache_hbuttonbox">
2793 <property name="visible">True</property> 2745 <property name="visible">True</property>
2794 <property name="can_focus">False</property>
2795 <property name="layout_style">start</property> 2746 <property name="layout_style">start</property>
2796 <child> 2747 <child>
2797 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_sqlite_radiobutton"> 2748 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_sqlite_radiobutton">
@@ -2858,7 +2809,6 @@
2858 <child> 2809 <child>
2859 <object class="GtkVSeparator" id="GNUNET_setup_datacache_vseparator"> 2810 <object class="GtkVSeparator" id="GNUNET_setup_datacache_vseparator">
2860 <property name="visible">True</property> 2811 <property name="visible">True</property>
2861 <property name="can_focus">False</property>
2862 </object> 2812 </object>
2863 <packing> 2813 <packing>
2864 <property name="expand">False</property> 2814 <property name="expand">False</property>
@@ -2870,7 +2820,6 @@
2870 <child> 2820 <child>
2871 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_quota_label"> 2821 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_quota_label">
2872 <property name="visible">True</property> 2822 <property name="visible">True</property>
2873 <property name="can_focus">False</property>
2874 <property name="label" translatable="yes">Quota (bytes):</property> 2823 <property name="label" translatable="yes">Quota (bytes):</property>
2875 </object> 2824 </object>
2876 <packing> 2825 <packing>
@@ -2909,14 +2858,12 @@
2909 <child> 2858 <child>
2910 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_label"> 2859 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_label">
2911 <property name="visible">True</property> 2860 <property name="visible">True</property>
2912 <property name="can_focus">False</property>
2913 <property name="label" translatable="yes">No setup required.</property> 2861 <property name="label" translatable="yes">No setup required.</property>
2914 </object> 2862 </object>
2915 </child> 2863 </child>
2916 <child type="tab"> 2864 <child type="tab">
2917 <object class="GtkLabel" id="label4c"> 2865 <object class="GtkLabel" id="label4c">
2918 <property name="visible">True</property> 2866 <property name="visible">True</property>
2919 <property name="can_focus">False</property>
2920 <property name="label" translatable="yes">sqLite</property> 2867 <property name="label" translatable="yes">sqLite</property>
2921 </object> 2868 </object>
2922 <packing> 2869 <packing>
@@ -2926,15 +2873,12 @@
2926 <child> 2873 <child>
2927 <object class="GtkVBox" id="GNUNET_setup_datacache_mysql_vbox"> 2874 <object class="GtkVBox" id="GNUNET_setup_datacache_mysql_vbox">
2928 <property name="visible">True</property> 2875 <property name="visible">True</property>
2929 <property name="can_focus">False</property>
2930 <child> 2876 <child>
2931 <object class="GtkHBox" id="hbox13c"> 2877 <object class="GtkHBox" id="hbox13c">
2932 <property name="visible">True</property> 2878 <property name="visible">True</property>
2933 <property name="can_focus">False</property>
2934 <child> 2879 <child>
2935 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label"> 2880 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label">
2936 <property name="visible">True</property> 2881 <property name="visible">True</property>
2937 <property name="can_focus">False</property>
2938 <property name="label" translatable="yes">MySQL database name:</property> 2882 <property name="label" translatable="yes">MySQL database name:</property>
2939 </object> 2883 </object>
2940 <packing> 2884 <packing>
@@ -2970,11 +2914,9 @@
2970 <child> 2914 <child>
2971 <object class="GtkHBox" id="hbox14c"> 2915 <object class="GtkHBox" id="hbox14c">
2972 <property name="visible">True</property> 2916 <property name="visible">True</property>
2973 <property name="can_focus">False</property>
2974 <child> 2917 <child>
2975 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label"> 2918 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label">
2976 <property name="visible">True</property> 2919 <property name="visible">True</property>
2977 <property name="can_focus">False</property>
2978 <property name="label" translatable="yes">Configuration file:</property> 2920 <property name="label" translatable="yes">Configuration file:</property>
2979 </object> 2921 </object>
2980 <packing> 2922 <packing>
@@ -2986,7 +2928,6 @@
2986 <child> 2928 <child>
2987 <object class="GtkFileChooserButton" id="GNUNET_setup_datacache_mysql_config_file_filechooserbutton"> 2929 <object class="GtkFileChooserButton" id="GNUNET_setup_datacache_mysql_config_file_filechooserbutton">
2988 <property name="visible">True</property> 2930 <property name="visible">True</property>
2989 <property name="can_focus">False</property>
2990 <signal name="file-set" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 2931 <signal name="file-set" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
2991 </object> 2932 </object>
2992 <packing> 2933 <packing>
@@ -3006,11 +2947,9 @@
3006 <child> 2947 <child>
3007 <object class="GtkHBox" id="hbox15c"> 2948 <object class="GtkHBox" id="hbox15c">
3008 <property name="visible">True</property> 2949 <property name="visible">True</property>
3009 <property name="can_focus">False</property>
3010 <child> 2950 <child>
3011 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label"> 2951 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label">
3012 <property name="visible">True</property> 2952 <property name="visible">True</property>
3013 <property name="can_focus">False</property>
3014 <property name="label" translatable="yes">Username:</property> 2953 <property name="label" translatable="yes">Username:</property>
3015 </object> 2954 </object>
3016 <packing> 2955 <packing>
@@ -3038,7 +2977,6 @@
3038 <child> 2977 <child>
3039 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_password_label"> 2978 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_password_label">
3040 <property name="visible">True</property> 2979 <property name="visible">True</property>
3041 <property name="can_focus">False</property>
3042 <property name="label" translatable="yes">Password:</property> 2980 <property name="label" translatable="yes">Password:</property>
3043 </object> 2981 </object>
3044 <packing> 2982 <packing>
@@ -3072,11 +3010,9 @@
3072 <child> 3010 <child>
3073 <object class="GtkHBox" id="hbox16c"> 3011 <object class="GtkHBox" id="hbox16c">
3074 <property name="visible">True</property> 3012 <property name="visible">True</property>
3075 <property name="can_focus">False</property>
3076 <child> 3013 <child>
3077 <object class="GtkLabel" id="GNUNET_setup-datacache_mysql_hostname_label"> 3014 <object class="GtkLabel" id="GNUNET_setup-datacache_mysql_hostname_label">
3078 <property name="visible">True</property> 3015 <property name="visible">True</property>
3079 <property name="can_focus">False</property>
3080 <property name="label" translatable="yes">MySQL Server Hostname:</property> 3016 <property name="label" translatable="yes">MySQL Server Hostname:</property>
3081 </object> 3017 </object>
3082 <packing> 3018 <packing>
@@ -3105,7 +3041,6 @@
3105 <child> 3041 <child>
3106 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_port_label"> 3042 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_port_label">
3107 <property name="visible">True</property> 3043 <property name="visible">True</property>
3108 <property name="can_focus">False</property>
3109 <property name="label" translatable="yes">Port:</property> 3044 <property name="label" translatable="yes">Port:</property>
3110 </object> 3045 </object>
3111 <packing> 3046 <packing>
@@ -3147,11 +3082,9 @@
3147 <child type="tab"> 3082 <child type="tab">
3148 <object class="GtkHBox" id="hbox3a"> 3083 <object class="GtkHBox" id="hbox3a">
3149 <property name="visible">True</property> 3084 <property name="visible">True</property>
3150 <property name="can_focus">False</property>
3151 <child> 3085 <child>
3152 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label"> 3086 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label">
3153 <property name="visible">True</property> 3087 <property name="visible">True</property>
3154 <property name="can_focus">False</property>
3155 <property name="label" translatable="yes">MySQL</property> 3088 <property name="label" translatable="yes">MySQL</property>
3156 </object> 3089 </object>
3157 <packing> 3090 <packing>
@@ -3171,7 +3104,6 @@
3171 <child> 3104 <child>
3172 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_test_image"> 3105 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_test_image">
3173 <property name="visible">True</property> 3106 <property name="visible">True</property>
3174 <property name="can_focus">False</property>
3175 <property name="tooltip_text" translatable="yes">Test datacache configuration</property> 3107 <property name="tooltip_text" translatable="yes">Test datacache configuration</property>
3176 <property name="stock">gtk-refresh</property> 3108 <property name="stock">gtk-refresh</property>
3177 </object> 3109 </object>
@@ -3185,7 +3117,6 @@
3185 </child> 3117 </child>
3186 <child> 3118 <child>
3187 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_ok_image"> 3119 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_ok_image">
3188 <property name="can_focus">False</property>
3189 <property name="tooltip_text" translatable="yes">Configuration works!</property> 3120 <property name="tooltip_text" translatable="yes">Configuration works!</property>
3190 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 3121 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
3191 </object> 3122 </object>
@@ -3197,7 +3128,6 @@
3197 </child> 3128 </child>
3198 <child> 3129 <child>
3199 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_error_image"> 3130 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_error_image">
3200 <property name="can_focus">False</property>
3201 <property name="tooltip_text" translatable="yes">Configuration error!</property> 3131 <property name="tooltip_text" translatable="yes">Configuration error!</property>
3202 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 3132 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
3203 </object> 3133 </object>
@@ -3216,11 +3146,9 @@
3216 <child> 3146 <child>
3217 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_hbox"> 3147 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_hbox">
3218 <property name="visible">True</property> 3148 <property name="visible">True</property>
3219 <property name="can_focus">False</property>
3220 <child> 3149 <child>
3221 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_config_label"> 3150 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_config_label">
3222 <property name="visible">True</property> 3151 <property name="visible">True</property>
3223 <property name="can_focus">False</property>
3224 <property name="label" translatable="yes">Configuration:</property> 3152 <property name="label" translatable="yes">Configuration:</property>
3225 </object> 3153 </object>
3226 <packing> 3154 <packing>
@@ -3255,11 +3183,9 @@
3255 <child type="tab"> 3183 <child type="tab">
3256 <object class="GtkHBox" id="hbox8a"> 3184 <object class="GtkHBox" id="hbox8a">
3257 <property name="visible">True</property> 3185 <property name="visible">True</property>
3258 <property name="can_focus">False</property>
3259 <child> 3186 <child>
3260 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label"> 3187 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label">
3261 <property name="visible">True</property> 3188 <property name="visible">True</property>
3262 <property name="can_focus">False</property>
3263 <property name="label" translatable="yes">Postgres</property> 3189 <property name="label" translatable="yes">Postgres</property>
3264 </object> 3190 </object>
3265 <packing> 3191 <packing>
@@ -3279,7 +3205,6 @@
3279 <child> 3205 <child>
3280 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_test_image"> 3206 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_test_image">
3281 <property name="visible">True</property> 3207 <property name="visible">True</property>
3282 <property name="can_focus">False</property>
3283 <property name="tooltip_text" translatable="yes">Test datacache configuration</property> 3208 <property name="tooltip_text" translatable="yes">Test datacache configuration</property>
3284 <property name="stock">gtk-refresh</property> 3209 <property name="stock">gtk-refresh</property>
3285 </object> 3210 </object>
@@ -3293,7 +3218,6 @@
3293 </child> 3218 </child>
3294 <child> 3219 <child>
3295 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_ok_image"> 3220 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_ok_image">
3296 <property name="can_focus">False</property>
3297 <property name="tooltip_text" translatable="yes">Configuration works!</property> 3221 <property name="tooltip_text" translatable="yes">Configuration works!</property>
3298 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 3222 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
3299 </object> 3223 </object>
@@ -3305,7 +3229,6 @@
3305 </child> 3229 </child>
3306 <child> 3230 <child>
3307 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_error_image"> 3231 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_error_image">
3308 <property name="can_focus">False</property>
3309 <property name="tooltip_text" translatable="yes">Configuration error!</property> 3232 <property name="tooltip_text" translatable="yes">Configuration error!</property>
3310 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 3233 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
3311 </object> 3234 </object>
@@ -3335,7 +3258,6 @@
3335 <child type="label"> 3258 <child type="label">
3336 <object class="GtkLabel" id="GNUNET_setup_datacache_frame_label"> 3259 <object class="GtkLabel" id="GNUNET_setup_datacache_frame_label">
3337 <property name="visible">True</property> 3260 <property name="visible">True</property>
3338 <property name="can_focus">False</property>
3339 <property name="label" translatable="yes">&lt;b&gt;Configure Datacache (temporary storage)&lt;/b&gt;</property> 3261 <property name="label" translatable="yes">&lt;b&gt;Configure Datacache (temporary storage)&lt;/b&gt;</property>
3340 <property name="use_markup">True</property> 3262 <property name="use_markup">True</property>
3341 </object> 3263 </object>
@@ -3355,7 +3277,6 @@
3355 <child type="tab"> 3277 <child type="tab">
3356 <object class="GtkLabel" id="GNUNET_setup_fs_label"> 3278 <object class="GtkLabel" id="GNUNET_setup_fs_label">
3357 <property name="visible">True</property> 3279 <property name="visible">True</property>
3358 <property name="can_focus">False</property>
3359 <property name="label" translatable="yes">_File Sharing</property> 3280 <property name="label" translatable="yes">_File Sharing</property>
3360 <property name="use_underline">True</property> 3281 <property name="use_underline">True</property>
3361 </object> 3282 </object>
@@ -3367,30 +3288,24 @@
3367 <child> 3288 <child>
3368 <object class="GtkVBox" id="GNUNET_setup_vpn_vbox"> 3289 <object class="GtkVBox" id="GNUNET_setup_vpn_vbox">
3369 <property name="visible">True</property> 3290 <property name="visible">True</property>
3370 <property name="can_focus">False</property>
3371 <child> 3291 <child>
3372 <object class="GtkFrame" id="GNUNET_setup_vpn_master_interface_configuration_frame"> 3292 <object class="GtkFrame" id="GNUNET_setup_vpn_master_interface_configuration_frame">
3373 <property name="visible">True</property> 3293 <property name="visible">True</property>
3374 <property name="can_focus">False</property>
3375 <property name="label_xalign">0</property> 3294 <property name="label_xalign">0</property>
3376 <property name="shadow_type">none</property> 3295 <property name="shadow_type">none</property>
3377 <child> 3296 <child>
3378 <object class="GtkAlignment" id="GNUNET_setup_vpn_master_interface_configuration_frame_alignment"> 3297 <object class="GtkAlignment" id="GNUNET_setup_vpn_master_interface_configuration_frame_alignment">
3379 <property name="visible">True</property> 3298 <property name="visible">True</property>
3380 <property name="can_focus">False</property>
3381 <property name="left_padding">12</property> 3299 <property name="left_padding">12</property>
3382 <child> 3300 <child>
3383 <object class="GtkVBox" id="GNUNET_setup_vpn_master_vbox"> 3301 <object class="GtkVBox" id="GNUNET_setup_vpn_master_vbox">
3384 <property name="visible">True</property> 3302 <property name="visible">True</property>
3385 <property name="can_focus">False</property>
3386 <child> 3303 <child>
3387 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_hbox"> 3304 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_hbox">
3388 <property name="visible">True</property> 3305 <property name="visible">True</property>
3389 <property name="can_focus">False</property>
3390 <child> 3306 <child>
3391 <object class="GtkLabel" id="label18"> 3307 <object class="GtkLabel" id="label18">
3392 <property name="visible">True</property> 3308 <property name="visible">True</property>
3393 <property name="can_focus">False</property>
3394 <property name="label" translatable="yes">Master _interface name:</property> 3309 <property name="label" translatable="yes">Master _interface name:</property>
3395 <property name="use_underline">True</property> 3310 <property name="use_underline">True</property>
3396 </object> 3311 </object>
@@ -3423,11 +3338,9 @@
3423 <child> 3338 <child>
3424 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v4_hbox"> 3339 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v4_hbox">
3425 <property name="visible">True</property> 3340 <property name="visible">True</property>
3426 <property name="can_focus">False</property>
3427 <child> 3341 <child>
3428 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_label"> 3342 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_label">
3429 <property name="visible">True</property> 3343 <property name="visible">True</property>
3430 <property name="can_focus">False</property>
3431 <property name="label" translatable="yes">IPv4 address for Master interface:</property> 3344 <property name="label" translatable="yes">IPv4 address for Master interface:</property>
3432 </object> 3345 </object>
3433 <packing> 3346 <packing>
@@ -3452,7 +3365,6 @@
3452 <child> 3365 <child>
3453 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_slash_label"> 3366 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_slash_label">
3454 <property name="visible">True</property> 3367 <property name="visible">True</property>
3455 <property name="can_focus">False</property>
3456 <property name="label" translatable="yes">/</property> 3368 <property name="label" translatable="yes">/</property>
3457 </object> 3369 </object>
3458 <packing> 3370 <packing>
@@ -3483,11 +3395,9 @@
3483 <child> 3395 <child>
3484 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v6_hbox"> 3396 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v6_hbox">
3485 <property name="visible">True</property> 3397 <property name="visible">True</property>
3486 <property name="can_focus">False</property>
3487 <child> 3398 <child>
3488 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_label"> 3399 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_label">
3489 <property name="visible">True</property> 3400 <property name="visible">True</property>
3490 <property name="can_focus">False</property>
3491 <property name="label" translatable="yes">IPv6 address for Master interface: </property> 3401 <property name="label" translatable="yes">IPv6 address for Master interface: </property>
3492 </object> 3402 </object>
3493 <packing> 3403 <packing>
@@ -3512,7 +3422,6 @@
3512 <child> 3422 <child>
3513 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_slash_label"> 3423 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_slash_label">
3514 <property name="visible">True</property> 3424 <property name="visible">True</property>
3515 <property name="can_focus">False</property>
3516 <property name="label" translatable="yes">/</property> 3425 <property name="label" translatable="yes">/</property>
3517 </object> 3426 </object>
3518 <packing> 3427 <packing>
@@ -3544,11 +3453,9 @@
3544 <child> 3453 <child>
3545 <object class="GtkHBox" id="GNUNET_setup_vpn_master_vdns_hbox"> 3454 <object class="GtkHBox" id="GNUNET_setup_vpn_master_vdns_hbox">
3546 <property name="visible">True</property> 3455 <property name="visible">True</property>
3547 <property name="can_focus">False</property>
3548 <child> 3456 <child>
3549 <object class="GtkLabel" id="GNUNET_setup_vpn_master_vdns_label"> 3457 <object class="GtkLabel" id="GNUNET_setup_vpn_master_vdns_label">
3550 <property name="visible">True</property> 3458 <property name="visible">True</property>
3551 <property name="can_focus">False</property>
3552 <property name="label" translatable="yes">Virtual DNS Server:</property> 3459 <property name="label" translatable="yes">Virtual DNS Server:</property>
3553 </object> 3460 </object>
3554 <packing> 3461 <packing>
@@ -3584,7 +3491,6 @@
3584 <child type="label"> 3491 <child type="label">
3585 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_configuration_frame_label"> 3492 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_configuration_frame_label">
3586 <property name="visible">True</property> 3493 <property name="visible">True</property>
3587 <property name="can_focus">False</property>
3588 <property name="label" translatable="yes">&lt;b&gt;VPN Master Interface Configuration&lt;/b&gt;</property> 3494 <property name="label" translatable="yes">&lt;b&gt;VPN Master Interface Configuration&lt;/b&gt;</property>
3589 <property name="use_markup">True</property> 3495 <property name="use_markup">True</property>
3590 </object> 3496 </object>
@@ -3600,7 +3506,6 @@
3600 <child> 3506 <child>
3601 <object class="GtkHBox" id="GNUNET_setup_vpn_master_hbox"> 3507 <object class="GtkHBox" id="GNUNET_setup_vpn_master_hbox">
3602 <property name="visible">True</property> 3508 <property name="visible">True</property>
3603 <property name="can_focus">False</property>
3604 <child> 3509 <child>
3605 <object class="GtkCheckButton" id="GNUNET_setup_vpn_enable_vpn_exit_checkbutton"> 3510 <object class="GtkCheckButton" id="GNUNET_setup_vpn_enable_vpn_exit_checkbutton">
3606 <property name="label" translatable="yes">Enable VPN Exit</property> 3511 <property name="label" translatable="yes">Enable VPN Exit</property>
@@ -3644,27 +3549,22 @@
3644 <child> 3549 <child>
3645 <object class="GtkFrame" id="GNUNET_setup_vpn_exit_frame"> 3550 <object class="GtkFrame" id="GNUNET_setup_vpn_exit_frame">
3646 <property name="visible">True</property> 3551 <property name="visible">True</property>
3647 <property name="can_focus">False</property>
3648 <property name="label_xalign">0</property> 3552 <property name="label_xalign">0</property>
3649 <property name="shadow_type">none</property> 3553 <property name="shadow_type">none</property>
3650 <child> 3554 <child>
3651 <object class="GtkAlignment" id="GNUNET_setup_vpn_exit_frame_alignment"> 3555 <object class="GtkAlignment" id="GNUNET_setup_vpn_exit_frame_alignment">
3652 <property name="visible">True</property> 3556 <property name="visible">True</property>
3653 <property name="can_focus">False</property>
3654 <property name="left_padding">12</property> 3557 <property name="left_padding">12</property>
3655 <child> 3558 <child>
3656 <object class="GtkVBox" id="GNUNET_setup_vpn_exit_frame_vbox"> 3559 <object class="GtkVBox" id="GNUNET_setup_vpn_exit_frame_vbox">
3657 <property name="visible">True</property> 3560 <property name="visible">True</property>
3658 <property name="can_focus">False</property>
3659 <child> 3561 <child>
3660 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_frame_hbox"> 3562 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_frame_hbox">
3661 <property name="visible">True</property> 3563 <property name="visible">True</property>
3662 <property name="can_focus">False</property>
3663 <property name="spacing">5</property> 3564 <property name="spacing">5</property>
3664 <child> 3565 <child>
3665 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_interface_name_label"> 3566 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_interface_name_label">
3666 <property name="visible">True</property> 3567 <property name="visible">True</property>
3667 <property name="can_focus">False</property>
3668 <property name="label" translatable="yes">Exit interface name: </property> 3568 <property name="label" translatable="yes">Exit interface name: </property>
3669 </object> 3569 </object>
3670 <packing> 3570 <packing>
@@ -3728,11 +3628,9 @@
3728 <child> 3628 <child>
3729 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv4_address_hbox"> 3629 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv4_address_hbox">
3730 <property name="visible">True</property> 3630 <property name="visible">True</property>
3731 <property name="can_focus">False</property>
3732 <child> 3631 <child>
3733 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_label"> 3632 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_label">
3734 <property name="visible">True</property> 3633 <property name="visible">True</property>
3735 <property name="can_focus">False</property>
3736 <property name="label" translatable="yes">IPv4 address for Exit interface: </property> 3634 <property name="label" translatable="yes">IPv4 address for Exit interface: </property>
3737 </object> 3635 </object>
3738 <packing> 3636 <packing>
@@ -3757,7 +3655,6 @@
3757 <child> 3655 <child>
3758 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_slash_label"> 3656 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_slash_label">
3759 <property name="visible">True</property> 3657 <property name="visible">True</property>
3760 <property name="can_focus">False</property>
3761 <property name="label" translatable="yes">/</property> 3658 <property name="label" translatable="yes">/</property>
3762 </object> 3659 </object>
3763 <packing> 3660 <packing>
@@ -3788,11 +3685,9 @@
3788 <child> 3685 <child>
3789 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv6_address_hbox"> 3686 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv6_address_hbox">
3790 <property name="visible">True</property> 3687 <property name="visible">True</property>
3791 <property name="can_focus">False</property>
3792 <child> 3688 <child>
3793 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_label"> 3689 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_label">
3794 <property name="visible">True</property> 3690 <property name="visible">True</property>
3795 <property name="can_focus">False</property>
3796 <property name="label" translatable="yes">IPv6 address for Exit interface: </property> 3691 <property name="label" translatable="yes">IPv6 address for Exit interface: </property>
3797 </object> 3692 </object>
3798 <packing> 3693 <packing>
@@ -3817,7 +3712,6 @@
3817 <child> 3712 <child>
3818 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_slash_label"> 3713 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_slash_label">
3819 <property name="visible">True</property> 3714 <property name="visible">True</property>
3820 <property name="can_focus">False</property>
3821 <property name="label" translatable="yes">/</property> 3715 <property name="label" translatable="yes">/</property>
3822 </object> 3716 </object>
3823 <packing> 3717 <packing>
@@ -3853,7 +3747,6 @@
3853 <child type="label"> 3747 <child type="label">
3854 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_frame_label"> 3748 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_frame_label">
3855 <property name="visible">True</property> 3749 <property name="visible">True</property>
3856 <property name="can_focus">False</property>
3857 <property name="label" translatable="yes">&lt;b&gt;GNUnet VPN Exit Interface&lt;/b&gt;</property> 3750 <property name="label" translatable="yes">&lt;b&gt;GNUnet VPN Exit Interface&lt;/b&gt;</property>
3858 <property name="use_markup">True</property> 3751 <property name="use_markup">True</property>
3859 </object> 3752 </object>
@@ -3869,13 +3762,11 @@
3869 <child> 3762 <child>
3870 <object class="GtkFrame" id="GNUNET_setup_vpn_service_configuration_frame"> 3763 <object class="GtkFrame" id="GNUNET_setup_vpn_service_configuration_frame">
3871 <property name="visible">True</property> 3764 <property name="visible">True</property>
3872 <property name="can_focus">False</property>
3873 <property name="label_xalign">0</property> 3765 <property name="label_xalign">0</property>
3874 <property name="shadow_type">none</property> 3766 <property name="shadow_type">none</property>
3875 <child> 3767 <child>
3876 <object class="GtkAlignment" id="GNUNET_setup_vpn_dns_service_configuration_frame_alignment"> 3768 <object class="GtkAlignment" id="GNUNET_setup_vpn_dns_service_configuration_frame_alignment">
3877 <property name="visible">True</property> 3769 <property name="visible">True</property>
3878 <property name="can_focus">False</property>
3879 <property name="left_padding">12</property> 3770 <property name="left_padding">12</property>
3880 <child> 3771 <child>
3881 <object class="GtkScrolledWindow" id="GNUNET_setup_vpn_dns_service_scrolledwindow"> 3772 <object class="GtkScrolledWindow" id="GNUNET_setup_vpn_dns_service_scrolledwindow">
@@ -3886,16 +3777,12 @@
3886 <child> 3777 <child>
3887 <object class="GtkViewport" id="GNUNET_setup_vpn_viewport"> 3778 <object class="GtkViewport" id="GNUNET_setup_vpn_viewport">
3888 <property name="visible">True</property> 3779 <property name="visible">True</property>
3889 <property name="can_focus">False</property>
3890 <child> 3780 <child>
3891 <object class="GtkTreeView" id="GNUNET_setup_vpn_dns_service_treeview"> 3781 <object class="GtkTreeView" id="GNUNET_setup_vpn_dns_service_treeview">
3892 <property name="visible">True</property> 3782 <property name="visible">True</property>
3893 <property name="can_focus">True</property> 3783 <property name="can_focus">True</property>
3894 <property name="model">vpn_dns_config_liststore</property> 3784 <property name="model">vpn_dns_config_liststore</property>
3895 <property name="search_column">0</property> 3785 <property name="search_column">0</property>
3896 <child internal-child="selection">
3897 <object class="GtkTreeSelection" id="treeview-selection2"/>
3898 </child>
3899 <child> 3786 <child>
3900 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_dnsname_treeviewcolumn"> 3787 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_dnsname_treeviewcolumn">
3901 <property name="sizing">autosize</property> 3788 <property name="sizing">autosize</property>
@@ -3983,7 +3870,6 @@
3983 <child type="label"> 3870 <child type="label">
3984 <object class="GtkLabel" id="GNUNET_setup_vpn_dns_service_configuration_frame_label"> 3871 <object class="GtkLabel" id="GNUNET_setup_vpn_dns_service_configuration_frame_label">
3985 <property name="visible">True</property> 3872 <property name="visible">True</property>
3986 <property name="can_focus">False</property>
3987 <property name="label" translatable="yes">&lt;b&gt;DNS Services Configuration&lt;/b&gt;</property> 3873 <property name="label" translatable="yes">&lt;b&gt;DNS Services Configuration&lt;/b&gt;</property>
3988 <property name="use_markup">True</property> 3874 <property name="use_markup">True</property>
3989 </object> 3875 </object>
@@ -4004,7 +3890,6 @@
4004 <child type="tab"> 3890 <child type="tab">
4005 <object class="GtkLabel" id="GNUNET_setup_vpn_label"> 3891 <object class="GtkLabel" id="GNUNET_setup_vpn_label">
4006 <property name="visible">True</property> 3892 <property name="visible">True</property>
4007 <property name="can_focus">False</property>
4008 <property name="label" translatable="yes">_VPN</property> 3893 <property name="label" translatable="yes">_VPN</property>
4009 <property name="use_underline">True</property> 3894 <property name="use_underline">True</property>
4010 </object> 3895 </object>
@@ -4037,6 +3922,59 @@
4037 <property name="position">2</property> 3922 <property name="position">2</property>
4038 </packing> 3923 </packing>
4039 </child> 3924 </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>
4040 </object> 3978 </object>
4041 </child> 3979 </child>
4042 <action-widgets> 3980 <action-widgets>
@@ -4045,183 +3983,18 @@
4045 <action-widget response="-3">GNUNET_setup_save_button</action-widget> 3983 <action-widget response="-3">GNUNET_setup_save_button</action-widget>
4046 </action-widgets> 3984 </action-widgets>
4047 </object> 3985 </object>
4048 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_mysql_port_adjustment"> 3986 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment">
4049 <property name="lower">1</property> 3987 <property name="lower">1024</property>
4050 <property name="upper">65535</property> 3988 <property name="upper">999999999</property>
4051 <property name="value">3306</property> 3989 <property name="value">65536</property>
4052 <property name="step_increment">1</property>
4053 <property name="page_increment">10</property>
4054 </object>
4055 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment">
4056 <property name="lower">65536</property>
4057 <property name="upper">9999999999</property>
4058 <property name="value">1024000</property>
4059 <property name="step_increment">65536</property>
4060 <property name="page_increment">1024000</property>
4061 </object>
4062 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_mysql_port_adjustment">
4063 <property name="lower">1</property>
4064 <property name="upper">65535</property>
4065 <property name="value">3306</property>
4066 <property name="step_increment">1</property>
4067 <property name="page_increment">10</property>
4068 </object>
4069 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_quota_adjustment">
4070 <property name="lower">1000000</property>
4071 <property name="upper">999999999999</property>
4072 <property name="value">100000000</property>
4073 <property name="step_increment">1000000</property>
4074 <property name="page_increment">1000000000</property>
4075 </object>
4076 <object class="GtkAdjustment" id="GNUNET_setup_hostlist_server_port_adjustment">
4077 <property name="lower">1</property>
4078 <property name="upper">65535</property>
4079 <property name="value">8080</property>
4080 <property name="step_increment">1</property>
4081 <property name="page_increment">10</property>
4082 </object>
4083 <object class="GtkListStore" id="GNUNET_setup_hostlist_url_liststore">
4084 <columns>
4085 <!-- column-name url -->
4086 <column type="gchararray"/>
4087 <!-- column-name editable -->
4088 <column type="gboolean"/>
4089 </columns>
4090 </object>
4091 <object class="GtkAdjustment" id="GNUNET_setup_min_friends_adjustment">
4092 <property name="upper">9999</property>
4093 <property name="step_increment">1</property>
4094 <property name="page_increment">10</property>
4095 </object>
4096 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_advertised_port_adjustment">
4097 <property name="lower">1</property>
4098 <property name="upper">65535</property>
4099 <property name="value">1080</property>
4100 <property name="step_increment">1</property>
4101 <property name="page_increment">10</property>
4102 </object>
4103 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_port_adjustment">
4104 <property name="lower">1</property>
4105 <property name="upper">65535</property>
4106 <property name="value">1080</property>
4107 <property name="step_increment">1</property>
4108 <property name="page_increment">10</property>
4109 </object>
4110 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_advertised_port_adjustment">
4111 <property name="lower">1</property>
4112 <property name="upper">65535</property>
4113 <property name="value">443</property>
4114 <property name="step_increment">1</property>
4115 <property name="page_increment">10</property>
4116 </object>
4117 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_port_adjustment">
4118 <property name="lower">1</property>
4119 <property name="upper">65535</property>
4120 <property name="value">443</property>
4121 <property name="step_increment">1</property>
4122 <property name="page_increment">10</property>
4123 </object>
4124 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_adv_port_adjustment">
4125 <property name="lower">1</property>
4126 <property name="upper">65535</property>
4127 <property name="value">2086</property>
4128 <property name="step_increment">1</property>
4129 <property name="page_increment">10</property>
4130 </object>
4131 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_port_adjustment">
4132 <property name="upper">65535</property>
4133 <property name="value">2086</property>
4134 <property name="step_increment">1</property>
4135 <property name="page_increment">10</property>
4136 </object>
4137 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_advertised_port_adjustment">
4138 <property name="lower">1</property>
4139 <property name="upper">65535</property>
4140 <property name="value">2086</property>
4141 <property name="step_increment">1</property>
4142 <property name="page_increment">10</property>
4143 </object>
4144 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_port_adjustment">
4145 <property name="lower">1</property>
4146 <property name="upper">65535</property>
4147 <property name="value">2086</property>
4148 <property name="step_increment">1</property>
4149 <property name="page_increment">10</property>
4150 </object>
4151 <object class="GtkAdjustment" id="GNUNET_vpn_exit_interface_mask_adjustment">
4152 <property name="lower">1</property>
4153 <property name="upper">127</property>
4154 <property name="value">48</property>
4155 <property name="step_increment">1</property>
4156 <property name="page_increment">10</property>
4157 </object>
4158 <object class="GtkAdjustment" id="GNUNET_vpn_master_interface_mask_adjustment">
4159 <property name="lower">1</property>
4160 <property name="upper">127</property>
4161 <property name="value">48</property>
4162 <property name="step_increment">1</property>
4163 <property name="page_increment">10</property>
4164 </object>
4165 <object class="GtkAdjustment" id="adjustment1">
4166 <property name="upper">100</property>
4167 <property name="step_increment">1</property>
4168 <property name="page_increment">10</property>
4169 <property name="page_size">10</property>
4170 </object>
4171 <object class="GtkAdjustment" id="adjustment2">
4172 <property name="upper">100</property>
4173 <property name="step_increment">1</property>
4174 <property name="page_increment">10</property>
4175 <property name="page_size">10</property>
4176 </object>
4177 <object class="GtkAdjustment" id="adjustment3">
4178 <property name="upper">100</property>
4179 <property name="step_increment">1</property>
4180 <property name="page_increment">10</property>
4181 <property name="page_size">10</property>
4182 </object>
4183 <object class="GtkAdjustment" id="adjustment4">
4184 <property name="upper">100</property>
4185 <property name="step_increment">1</property>
4186 <property name="page_increment">10</property>
4187 <property name="page_size">10</property>
4188 </object>
4189 <object class="GtkAdjustment" id="adjustment5">
4190 <property name="upper">100</property>
4191 <property name="step_increment">1</property>
4192 <property name="page_increment">10</property>
4193 <property name="page_size">10</property>
4194 </object>
4195 <object class="GtkAdjustment" id="adjustment6">
4196 <property name="upper">100</property>
4197 <property name="step_increment">1</property>
4198 <property name="page_increment">10</property>
4199 <property name="page_size">10</property>
4200 </object>
4201 <object class="GtkAdjustment" id="adjustment7">
4202 <property name="upper">100</property>
4203 <property name="step_increment">1</property> 3990 <property name="step_increment">1</property>
4204 <property name="page_increment">10</property> 3991 <property name="page_increment">10</property>
4205 <property name="page_size">10</property>
4206 </object> 3992 </object>
4207 <object class="GtkAdjustment" id="adjustment8"> 3993 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment">
4208 <property name="upper">100</property> 3994 <property name="lower">5000</property>
3995 <property name="upper">999999999</property>
3996 <property name="value">65536</property>
4209 <property name="step_increment">1</property> 3997 <property name="step_increment">1</property>
4210 <property name="page_increment">10</property> 3998 <property name="page_increment">10</property>
4211 <property name="page_size">10</property>
4212 </object>
4213 <object class="GtkListStore" id="vpn_dns_config_liststore">
4214 <columns>
4215 <!-- column-name hostname -->
4216 <column type="gchararray"/>
4217 <!-- column-name sourceport -->
4218 <column type="guint"/>
4219 <!-- column-name targetport -->
4220 <column type="guint"/>
4221 <!-- column-name targethostname -->
4222 <column type="gchararray"/>
4223 <!-- column-name isudp -->
4224 <column type="gchararray"/>
4225 </columns>
4226 </object> 3999 </object>
4227</interface> 4000</interface>