aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_setup_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_setup_gtk_main_window.glade1473
1 files changed, 1098 insertions, 375 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index 87762fc3..20a6576d 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -1,55 +1,243 @@
1<?xml version="1.0"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy toplevel-contextual --> 4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkMenu" id="GNUNET_GNS_GTK_delete_popup_menu">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <child>
9 <object class="GtkMenuItem" id="GNUNET_GNS_GTK_delete_button">
10 <property name="use_action_appearance">False</property>
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="tooltip_text" translatable="yes">Delete GNS entry</property>
14 <property name="label" translatable="yes">Delete</property>
15 </object>
16 </child>
17 <child>
18 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_delete_sep">
19 <property name="use_action_appearance">False</property>
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 </object>
23 </child>
24 <child>
25 <object class="GtkMenuItem" id="1d_exp">
26 <property name="use_action_appearance">False</property>
27 <property name="visible">True</property>
28 <property name="can_focus">False</property>
29 <property name="label" translatable="yes">1 day</property>
30 </object>
31 </child>
32 <child>
33 <object class="GtkMenuItem" id="1w_exp">
34 <property name="use_action_appearance">False</property>
35 <property name="visible">True</property>
36 <property name="can_focus">False</property>
37 <property name="label" translatable="yes">1 week</property>
38 </object>
39 </child>
40 <child>
41 <object class="GtkMenuItem" id="1y_exp">
42 <property name="use_action_appearance">False</property>
43 <property name="visible">True</property>
44 <property name="can_focus">False</property>
45 <property name="label" translatable="yes">1 year</property>
46 </object>
47 </child>
48 <child>
49 <object class="GtkMenuItem" id="exp_inf">
50 <property name="use_action_appearance">False</property>
51 <property name="visible">True</property>
52 <property name="can_focus">False</property>
53 <property name="label" translatable="yes">never</property>
54 </object>
55 </child>
56 </object>
57 <object class="GtkTreeStore" id="GNUNET_GNS_GTK_treestore">
58 <columns>
59 <!-- column-name name -->
60 <column type="gchararray"/>
61 <!-- column-name is_public -->
62 <column type="gboolean"/>
63 <!-- column-name record_type -->
64 <column type="guint"/>
65 <!-- column-name record_type_as_string -->
66 <column type="gchararray"/>
67 <!-- column-name expiration_time -->
68 <column type="guint64"/>
69 <!-- column-name expiration_time_is_relative -->
70 <column type="gboolean"/>
71 <!-- column-name expiration_time_as_string -->
72 <column type="gchararray"/>
73 <!-- column-name value_as_string -->
74 <column type="gchararray"/>
75 <!-- column-name value_color -->
76 <column type="gchararray"/>
77 <!-- column-name name_is_editable -->
78 <column type="gboolean"/>
79 <!-- column-name name_is_row -->
80 <column type="gboolean"/>
81 <!-- column-name not_dummy_row -->
82 <column type="gboolean"/>
83 <!-- column-name expiration_time_as_color -->
84 <column type="gchararray"/>
85 <!-- column-name name_color -->
86 <column type="gchararray"/>
87 </columns>
88 </object>
89 <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore">
90 <columns>
91 <!-- column-name type -->
92 <column type="guint"/>
93 <!-- column-name typename -->
94 <column type="gchararray"/>
95 </columns>
96 <data>
97 <row>
98 <col id="0">1</col>
99 <col id="1" translatable="yes">A</col>
100 </row>
101 <row>
102 <col id="0">2</col>
103 <col id="1" translatable="yes">NS</col>
104 </row>
105 <row>
106 <col id="0">5</col>
107 <col id="1" translatable="yes">CNAME</col>
108 </row>
109 <row>
110 <col id="0">6</col>
111 <col id="1" translatable="yes">SOA</col>
112 </row>
113 <row>
114 <col id="0">12</col>
115 <col id="1" translatable="yes">PTR</col>
116 </row>
117 <row>
118 <col id="0">15</col>
119 <col id="1" translatable="yes">MX</col>
120 </row>
121 <row>
122 <col id="0">16</col>
123 <col id="1" translatable="yes">TXT</col>
124 </row>
125 <row>
126 <col id="0">28</col>
127 <col id="1" translatable="yes">AAAA</col>
128 </row>
129 <row>
130 <col id="0">65536</col>
131 <col id="1" translatable="yes">PKEY</col>
132 </row>
133 <row>
134 <col id="0">65538</col>
135 <col id="1" translatable="yes">LEHO</col>
136 </row>
137 </data>
138 </object>
5 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment"> 139 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment">
6 <property name="value">65536</property>
7 <property name="lower">5000</property> 140 <property name="lower">5000</property>
8 <property name="upper">999999999</property> 141 <property name="upper">999999999</property>
142 <property name="value">65536</property>
9 <property name="step_increment">1</property> 143 <property name="step_increment">1</property>
10 <property name="page_increment">10</property> 144 <property name="page_increment">10</property>
11 </object> 145 </object>
12 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment"> 146 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment">
13 <property name="value">65536</property>
14 <property name="lower">1024</property> 147 <property name="lower">1024</property>
15 <property name="upper">999999999</property> 148 <property name="upper">999999999</property>
149 <property name="value">65536</property>
16 <property name="step_increment">1</property> 150 <property name="step_increment">1</property>
17 <property name="page_increment">10</property> 151 <property name="page_increment">10</property>
18 </object> 152 </object>
19 <object class="GtkListStore" id="GNUNET_setup_gns_liststore"> 153 <object class="GtkAdjustment" id="GNUNET_setup_exit_interface_mask_adjustment">
20 <columns> 154 <property name="lower">1</property>
21 <!-- column-name hostname --> 155 <property name="upper">127</property>
22 <column type="gchararray"/> 156 <property name="value">48</property>
23 <!-- column-name sourceport --> 157 <property name="step_increment">1</property>
24 <column type="guint"/> 158 <property name="page_increment">10</property>
25 <!-- column-name targetport -->
26 <column type="guint"/>
27 <!-- column-name targethostname -->
28 <column type="gchararray"/>
29 <!-- column-name isudp -->
30 <column type="gchararray"/>
31 </columns>
32 </object> 159 </object>
33 <object class="GtkListStore" id="GNUNET_setup_hostlist_url_liststore"> 160 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_mysql_port_adjustment">
34 <columns> 161 <property name="lower">1</property>
35 <!-- column-name url --> 162 <property name="upper">65535</property>
36 <column type="gchararray"/> 163 <property name="value">3306</property>
37 <!-- column-name editable --> 164 <property name="step_increment">1</property>
38 <column type="gboolean"/> 165 <property name="page_increment">10</property>
39 </columns> 166 </object>
167 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment">
168 <property name="lower">65536</property>
169 <property name="upper">9999999999</property>
170 <property name="value">1024000</property>
171 <property name="step_increment">65536</property>
172 <property name="page_increment">1024000</property>
40 </object> 173 </object>
41 <object class="GtkDialog" id="GNUNET_setup_dialog"> 174 <object class="GtkDialog" id="GNUNET_setup_dialog">
175 <property name="can_focus">False</property>
42 <property name="border_width">5</property> 176 <property name="border_width">5</property>
43 <property name="title" translatable="yes">gnunet-setup</property> 177 <property name="title" translatable="yes">gnunet-setup</property>
44 <property name="window_position">center</property> 178 <property name="window_position">center</property>
45 <property name="icon_name">preferences-system</property> 179 <property name="icon_name">preferences-system</property>
46 <property name="type_hint">dialog</property> 180 <property name="type_hint">dialog</property>
47 <signal name="destroy" handler="GNUNET_SETUP_quit_cb"/> 181 <signal name="destroy" handler="GNUNET_SETUP_quit_cb" swapped="no"/>
48 <child internal-child="vbox"> 182 <child internal-child="vbox">
49 <object class="GtkVBox" id="GNUNET_setup_dialog-vbox"> 183 <object class="GtkVBox" id="GNUNET_setup_dialog-vbox">
50 <property name="visible">True</property> 184 <property name="visible">True</property>
51 <property name="orientation">vertical</property> 185 <property name="can_focus">False</property>
52 <property name="spacing">2</property> 186 <property name="spacing">2</property>
187 <child internal-child="action_area">
188 <object class="GtkHButtonBox" id="GNUNET_setup_dialog-action_area">
189 <property name="can_focus">False</property>
190 <property name="layout_style">end</property>
191 <child>
192 <object class="GtkButton" id="GNUNET_setup_cancel_button">
193 <property name="label">gtk-cancel</property>
194 <property name="use_action_appearance">False</property>
195 <property name="can_focus">True</property>
196 <property name="receives_default">True</property>
197 <property name="use_stock">True</property>
198 </object>
199 <packing>
200 <property name="expand">False</property>
201 <property name="fill">False</property>
202 <property name="position">0</property>
203 </packing>
204 </child>
205 <child>
206 <object class="GtkButton" id="GNUNET_setup_save_as_button">
207 <property name="label">gtk-save-as</property>
208 <property name="use_action_appearance">False</property>
209 <property name="can_focus">True</property>
210 <property name="receives_default">True</property>
211 <property name="use_stock">True</property>
212 </object>
213 <packing>
214 <property name="expand">False</property>
215 <property name="fill">False</property>
216 <property name="position">1</property>
217 </packing>
218 </child>
219 <child>
220 <object class="GtkButton" id="GNUNET_setup_save_button">
221 <property name="label">gtk-save</property>
222 <property name="use_action_appearance">False</property>
223 <property name="can_focus">True</property>
224 <property name="receives_default">True</property>
225 <property name="use_stock">True</property>
226 </object>
227 <packing>
228 <property name="expand">False</property>
229 <property name="fill">False</property>
230 <property name="position">2</property>
231 </packing>
232 </child>
233 </object>
234 <packing>
235 <property name="expand">False</property>
236 <property name="fill">True</property>
237 <property name="pack_type">end</property>
238 <property name="position">0</property>
239 </packing>
240 </child>
53 <child> 241 <child>
54 <object class="GtkNotebook" id="GNUNET_setup_notebook"> 242 <object class="GtkNotebook" id="GNUNET_setup_notebook">
55 <property name="visible">True</property> 243 <property name="visible">True</property>
@@ -57,22 +245,26 @@
57 <child> 245 <child>
58 <object class="GtkVBox" id="GNUNET_setup_general_vbox"> 246 <object class="GtkVBox" id="GNUNET_setup_general_vbox">
59 <property name="visible">True</property> 247 <property name="visible">True</property>
60 <property name="orientation">vertical</property> 248 <property name="can_focus">False</property>
61 <child> 249 <child>
62 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame"> 250 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame">
63 <property name="visible">True</property> 251 <property name="visible">True</property>
252 <property name="can_focus">False</property>
64 <property name="label_xalign">0</property> 253 <property name="label_xalign">0</property>
65 <property name="shadow_type">none</property> 254 <property name="shadow_type">none</property>
66 <child> 255 <child>
67 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment"> 256 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment">
68 <property name="visible">True</property> 257 <property name="visible">True</property>
258 <property name="can_focus">False</property>
69 <property name="left_padding">12</property> 259 <property name="left_padding">12</property>
70 <child> 260 <child>
71 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox"> 261 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox">
72 <property name="visible">True</property> 262 <property name="visible">True</property>
263 <property name="can_focus">False</property>
73 <child> 264 <child>
74 <object class="GtkLabel" id="GNUNET_setup_general_services_label"> 265 <object class="GtkLabel" id="GNUNET_setup_general_services_label">
75 <property name="visible">True</property> 266 <property name="visible">True</property>
267 <property name="can_focus">False</property>
76 <property name="label" translatable="yes">Services:</property> 268 <property name="label" translatable="yes">Services:</property>
77 </object> 269 </object>
78 <packing> 270 <packing>
@@ -85,6 +277,7 @@
85 <child> 277 <child>
86 <object class="GtkCheckButton" id="GNUNET_setup_general_services_topology_checkbutton"> 278 <object class="GtkCheckButton" id="GNUNET_setup_general_services_topology_checkbutton">
87 <property name="label" translatable="yes">Topology</property> 279 <property name="label" translatable="yes">Topology</property>
280 <property name="use_action_appearance">False</property>
88 <property name="visible">True</property> 281 <property name="visible">True</property>
89 <property name="sensitive">False</property> 282 <property name="sensitive">False</property>
90 <property name="can_focus">True</property> 283 <property name="can_focus">True</property>
@@ -104,6 +297,7 @@
104 <child> 297 <child>
105 <object class="GtkCheckButton" id="GNUNET_setup_general_services_hostlist_checkbutton"> 298 <object class="GtkCheckButton" id="GNUNET_setup_general_services_hostlist_checkbutton">
106 <property name="label" translatable="yes">Hostlist</property> 299 <property name="label" translatable="yes">Hostlist</property>
300 <property name="use_action_appearance">False</property>
107 <property name="visible">True</property> 301 <property name="visible">True</property>
108 <property name="can_focus">True</property> 302 <property name="can_focus">True</property>
109 <property name="receives_default">False</property> 303 <property name="receives_default">False</property>
@@ -122,6 +316,7 @@
122 <child> 316 <child>
123 <object class="GtkCheckButton" id="GNUNET_setup_general_services_fs_checkbutton"> 317 <object class="GtkCheckButton" id="GNUNET_setup_general_services_fs_checkbutton">
124 <property name="label" translatable="yes">File _Sharing</property> 318 <property name="label" translatable="yes">File _Sharing</property>
319 <property name="use_action_appearance">False</property>
125 <property name="visible">True</property> 320 <property name="visible">True</property>
126 <property name="can_focus">True</property> 321 <property name="can_focus">True</property>
127 <property name="receives_default">False</property> 322 <property name="receives_default">False</property>
@@ -141,6 +336,7 @@
141 <child> 336 <child>
142 <object class="GtkCheckButton" id="GNUNET_setup_general_services_pt_checkbutton"> 337 <object class="GtkCheckButton" id="GNUNET_setup_general_services_pt_checkbutton">
143 <property name="label" translatable="yes">PT/VPN</property> 338 <property name="label" translatable="yes">PT/VPN</property>
339 <property name="use_action_appearance">False</property>
144 <property name="visible">True</property> 340 <property name="visible">True</property>
145 <property name="can_focus">True</property> 341 <property name="can_focus">True</property>
146 <property name="receives_default">False</property> 342 <property name="receives_default">False</property>
@@ -151,6 +347,7 @@
151 </object> 347 </object>
152 <packing> 348 <packing>
153 <property name="expand">False</property> 349 <property name="expand">False</property>
350 <property name="fill">True</property>
154 <property name="padding">5</property> 351 <property name="padding">5</property>
155 <property name="position">4</property> 352 <property name="position">4</property>
156 </packing> 353 </packing>
@@ -158,6 +355,7 @@
158 <child> 355 <child>
159 <object class="GtkCheckButton" id="GNUNET_setup_general_services_exit_checkbutton"> 356 <object class="GtkCheckButton" id="GNUNET_setup_general_services_exit_checkbutton">
160 <property name="label" translatable="yes">EXIT</property> 357 <property name="label" translatable="yes">EXIT</property>
358 <property name="use_action_appearance">False</property>
161 <property name="visible">True</property> 359 <property name="visible">True</property>
162 <property name="can_focus">True</property> 360 <property name="can_focus">True</property>
163 <property name="receives_default">False</property> 361 <property name="receives_default">False</property>
@@ -168,6 +366,7 @@
168 </object> 366 </object>
169 <packing> 367 <packing>
170 <property name="expand">False</property> 368 <property name="expand">False</property>
369 <property name="fill">True</property>
171 <property name="padding">5</property> 370 <property name="padding">5</property>
172 <property name="position">5</property> 371 <property name="position">5</property>
173 </packing> 372 </packing>
@@ -175,6 +374,7 @@
175 <child> 374 <child>
176 <object class="GtkCheckButton" id="GNUNET_setup_general_services_gns_checkbutton"> 375 <object class="GtkCheckButton" id="GNUNET_setup_general_services_gns_checkbutton">
177 <property name="label" translatable="yes">GNS</property> 376 <property name="label" translatable="yes">GNS</property>
377 <property name="use_action_appearance">False</property>
178 <property name="visible">True</property> 378 <property name="visible">True</property>
179 <property name="can_focus">True</property> 379 <property name="can_focus">True</property>
180 <property name="receives_default">False</property> 380 <property name="receives_default">False</property>
@@ -185,6 +385,7 @@
185 </object> 385 </object>
186 <packing> 386 <packing>
187 <property name="expand">False</property> 387 <property name="expand">False</property>
388 <property name="fill">True</property>
188 <property name="padding">5</property> 389 <property name="padding">5</property>
189 <property name="position">6</property> 390 <property name="position">6</property>
190 </packing> 391 </packing>
@@ -196,6 +397,7 @@
196 <child type="label"> 397 <child type="label">
197 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label"> 398 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label">
198 <property name="visible">True</property> 399 <property name="visible">True</property>
400 <property name="can_focus">False</property>
199 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property> 401 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property>
200 <property name="use_markup">True</property> 402 <property name="use_markup">True</property>
201 </object> 403 </object>
@@ -211,18 +413,22 @@
211 <child> 413 <child>
212 <object class="GtkFrame" id="GNUNET_setup_topology_frame"> 414 <object class="GtkFrame" id="GNUNET_setup_topology_frame">
213 <property name="visible">True</property> 415 <property name="visible">True</property>
416 <property name="can_focus">False</property>
214 <property name="label_xalign">0</property> 417 <property name="label_xalign">0</property>
215 <property name="shadow_type">none</property> 418 <property name="shadow_type">none</property>
216 <child> 419 <child>
217 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment"> 420 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment">
218 <property name="visible">True</property> 421 <property name="visible">True</property>
422 <property name="can_focus">False</property>
219 <property name="left_padding">12</property> 423 <property name="left_padding">12</property>
220 <child> 424 <child>
221 <object class="GtkHBox" id="GNUNET_setup_topology_hbox"> 425 <object class="GtkHBox" id="GNUNET_setup_topology_hbox">
222 <property name="visible">True</property> 426 <property name="visible">True</property>
427 <property name="can_focus">False</property>
223 <child> 428 <child>
224 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton"> 429 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton">
225 <property name="label" translatable="yes">F_2F only</property> 430 <property name="label" translatable="yes">F_2F only</property>
431 <property name="use_action_appearance">False</property>
226 <property name="visible">True</property> 432 <property name="visible">True</property>
227 <property name="can_focus">True</property> 433 <property name="can_focus">True</property>
228 <property name="receives_default">False</property> 434 <property name="receives_default">False</property>
@@ -239,9 +445,11 @@
239 <child> 445 <child>
240 <object class="GtkVSeparator" id="vseparator2"> 446 <object class="GtkVSeparator" id="vseparator2">
241 <property name="visible">True</property> 447 <property name="visible">True</property>
448 <property name="can_focus">False</property>
242 </object> 449 </object>
243 <packing> 450 <packing>
244 <property name="expand">False</property> 451 <property name="expand">False</property>
452 <property name="fill">True</property>
245 <property name="padding">5</property> 453 <property name="padding">5</property>
246 <property name="position">1</property> 454 <property name="position">1</property>
247 </packing> 455 </packing>
@@ -249,6 +457,7 @@
249 <child> 457 <child>
250 <object class="GtkLabel" id="GNUNET_setup_friends_file_label"> 458 <object class="GtkLabel" id="GNUNET_setup_friends_file_label">
251 <property name="visible">True</property> 459 <property name="visible">True</property>
460 <property name="can_focus">False</property>
252 <property name="label" translatable="yes">Friends file:</property> 461 <property name="label" translatable="yes">Friends file:</property>
253 </object> 462 </object>
254 <packing> 463 <packing>
@@ -260,17 +469,22 @@
260 <child> 469 <child>
261 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton"> 470 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton">
262 <property name="visible">True</property> 471 <property name="visible">True</property>
472 <property name="can_focus">False</property>
263 </object> 473 </object>
264 <packing> 474 <packing>
475 <property name="expand">True</property>
476 <property name="fill">True</property>
265 <property name="position">3</property> 477 <property name="position">3</property>
266 </packing> 478 </packing>
267 </child> 479 </child>
268 <child> 480 <child>
269 <object class="GtkVSeparator" id="vseparator1"> 481 <object class="GtkVSeparator" id="vseparator1">
270 <property name="visible">True</property> 482 <property name="visible">True</property>
483 <property name="can_focus">False</property>
271 </object> 484 </object>
272 <packing> 485 <packing>
273 <property name="expand">False</property> 486 <property name="expand">False</property>
487 <property name="fill">True</property>
274 <property name="padding">5</property> 488 <property name="padding">5</property>
275 <property name="position">4</property> 489 <property name="position">4</property>
276 </packing> 490 </packing>
@@ -278,6 +492,7 @@
278 <child> 492 <child>
279 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label"> 493 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label">
280 <property name="visible">True</property> 494 <property name="visible">True</property>
495 <property name="can_focus">False</property>
281 <property name="label" translatable="yes">Min. connected friends:</property> 496 <property name="label" translatable="yes">Min. connected friends:</property>
282 </object> 497 </object>
283 <packing> 498 <packing>
@@ -290,8 +505,12 @@
290 <object class="GtkSpinButton" id="GNUNET_setup_minimum_friends_spinbutton"> 505 <object class="GtkSpinButton" id="GNUNET_setup_minimum_friends_spinbutton">
291 <property name="visible">True</property> 506 <property name="visible">True</property>
292 <property name="can_focus">True</property> 507 <property name="can_focus">True</property>
293 <property name="invisible_char">&#x2022;</property> 508 <property name="invisible_char"></property>
294 <property name="invisible_char_set">True</property> 509 <property name="invisible_char_set">True</property>
510 <property name="primary_icon_activatable">False</property>
511 <property name="secondary_icon_activatable">False</property>
512 <property name="primary_icon_sensitive">True</property>
513 <property name="secondary_icon_sensitive">True</property>
295 <property name="adjustment">GNUNET_setup_min_friends_adjustment</property> 514 <property name="adjustment">GNUNET_setup_min_friends_adjustment</property>
296 <property name="numeric">True</property> 515 <property name="numeric">True</property>
297 </object> 516 </object>
@@ -308,6 +527,7 @@
308 <child type="label"> 527 <child type="label">
309 <object class="GtkLabel" id="GNUNET_setup_topology_label"> 528 <object class="GtkLabel" id="GNUNET_setup_topology_label">
310 <property name="visible">True</property> 529 <property name="visible">True</property>
530 <property name="can_focus">False</property>
311 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property> 531 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property>
312 <property name="use_markup">True</property> 532 <property name="use_markup">True</property>
313 </object> 533 </object>
@@ -323,21 +543,26 @@
323 <child> 543 <child>
324 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame"> 544 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame">
325 <property name="visible">True</property> 545 <property name="visible">True</property>
546 <property name="can_focus">False</property>
326 <property name="label_xalign">0</property> 547 <property name="label_xalign">0</property>
327 <property name="shadow_type">none</property> 548 <property name="shadow_type">none</property>
328 <child> 549 <child>
329 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment"> 550 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment">
330 <property name="visible">True</property> 551 <property name="visible">True</property>
552 <property name="can_focus">False</property>
331 <property name="left_padding">12</property> 553 <property name="left_padding">12</property>
332 <child> 554 <child>
333 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox"> 555 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox">
334 <property name="visible">True</property> 556 <property name="visible">True</property>
557 <property name="can_focus">False</property>
335 <child> 558 <child>
336 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox"> 559 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox">
337 <property name="visible">True</property> 560 <property name="visible">True</property>
561 <property name="can_focus">False</property>
338 <child> 562 <child>
339 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton"> 563 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton">
340 <property name="label" translatable="yes">Use Hostlists to bootstrap</property> 564 <property name="label" translatable="yes">Use Hostlists to bootstrap</property>
565 <property name="use_action_appearance">False</property>
341 <property name="visible">True</property> 566 <property name="visible">True</property>
342 <property name="can_focus">True</property> 567 <property name="can_focus">True</property>
343 <property name="receives_default">False</property> 568 <property name="receives_default">False</property>
@@ -354,6 +579,7 @@
354 <child> 579 <child>
355 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_learn_checkbutton"> 580 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_learn_checkbutton">
356 <property name="label" translatable="yes">Learn Servers from P2P Network</property> 581 <property name="label" translatable="yes">Learn Servers from P2P Network</property>
582 <property name="use_action_appearance">False</property>
357 <property name="visible">True</property> 583 <property name="visible">True</property>
358 <property name="can_focus">True</property> 584 <property name="can_focus">True</property>
359 <property name="receives_default">False</property> 585 <property name="receives_default">False</property>
@@ -377,19 +603,21 @@
377 <child> 603 <child>
378 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox"> 604 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox">
379 <property name="visible">True</property> 605 <property name="visible">True</property>
606 <property name="can_focus">False</property>
380 <child> 607 <child>
381 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox"> 608 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox">
382 <property name="visible">True</property> 609 <property name="visible">True</property>
383 <property name="orientation">vertical</property> 610 <property name="can_focus">False</property>
384 <child> 611 <child>
385 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton"> 612 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton">
386 <property name="label" translatable="yes">Run Hostlist Server</property> 613 <property name="label" translatable="yes">Run Hostlist Server</property>
614 <property name="use_action_appearance">False</property>
387 <property name="visible">True</property> 615 <property name="visible">True</property>
388 <property name="can_focus">True</property> 616 <property name="can_focus">True</property>
389 <property name="receives_default">False</property> 617 <property name="receives_default">False</property>
390 <property name="xalign">0</property> 618 <property name="xalign">0</property>
391 <property name="draw_indicator">True</property> 619 <property name="draw_indicator">True</property>
392 <signal name="realize" handler="GNUNET_setup_hostlist_offer_hostlist_checkbutton_realize_cb"/> 620 <signal name="realize" handler="GNUNET_setup_hostlist_offer_hostlist_checkbutton_realize_cb" swapped="no"/>
393 </object> 621 </object>
394 <packing> 622 <packing>
395 <property name="expand">False</property> 623 <property name="expand">False</property>
@@ -400,12 +628,13 @@
400 <child> 628 <child>
401 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_advertise_checkbutton"> 629 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_advertise_checkbutton">
402 <property name="label" translatable="yes">Advertise Hostlist Server</property> 630 <property name="label" translatable="yes">Advertise Hostlist Server</property>
631 <property name="use_action_appearance">False</property>
403 <property name="visible">True</property> 632 <property name="visible">True</property>
404 <property name="can_focus">True</property> 633 <property name="can_focus">True</property>
405 <property name="receives_default">False</property> 634 <property name="receives_default">False</property>
406 <property name="xalign">0</property> 635 <property name="xalign">0</property>
407 <property name="draw_indicator">True</property> 636 <property name="draw_indicator">True</property>
408 <signal name="realize" handler="GNUNET_setup_hostlist_advertise_checkbutton_realize_cb"/> 637 <signal name="realize" handler="GNUNET_setup_hostlist_advertise_checkbutton_realize_cb" swapped="no"/>
409 </object> 638 </object>
410 <packing> 639 <packing>
411 <property name="expand">False</property> 640 <property name="expand">False</property>
@@ -416,9 +645,11 @@
416 <child> 645 <child>
417 <object class="GtkHBox" id="hbox9"> 646 <object class="GtkHBox" id="hbox9">
418 <property name="visible">True</property> 647 <property name="visible">True</property>
648 <property name="can_focus">False</property>
419 <child> 649 <child>
420 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label"> 650 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label">
421 <property name="visible">True</property> 651 <property name="visible">True</property>
652 <property name="can_focus">False</property>
422 <property name="label" translatable="yes">Port:</property> 653 <property name="label" translatable="yes">Port:</property>
423 </object> 654 </object>
424 <packing> 655 <packing>
@@ -432,11 +663,15 @@
432 <object class="GtkSpinButton" id="GNUNET_setup_hostlist_server_port_spin_button"> 663 <object class="GtkSpinButton" id="GNUNET_setup_hostlist_server_port_spin_button">
433 <property name="visible">True</property> 664 <property name="visible">True</property>
434 <property name="can_focus">True</property> 665 <property name="can_focus">True</property>
435 <property name="invisible_char">&#x2022;</property> 666 <property name="invisible_char"></property>
436 <property name="invisible_char_set">True</property> 667 <property name="invisible_char_set">True</property>
668 <property name="primary_icon_activatable">False</property>
669 <property name="secondary_icon_activatable">False</property>
670 <property name="primary_icon_sensitive">True</property>
671 <property name="secondary_icon_sensitive">True</property>
437 <property name="adjustment">GNUNET_setup_hostlist_server_port_adjustment</property> 672 <property name="adjustment">GNUNET_setup_hostlist_server_port_adjustment</property>
438 <property name="numeric">True</property> 673 <property name="numeric">True</property>
439 <signal name="realize" handler="GNUNET_setup_hostlist_server_port_spin_button_realize_cb"/> 674 <signal name="realize" handler="GNUNET_setup_hostlist_server_port_spin_button_realize_cb" swapped="no"/>
440 </object> 675 </object>
441 <packing> 676 <packing>
442 <property name="expand">False</property> 677 <property name="expand">False</property>
@@ -463,10 +698,11 @@
463 <child> 698 <child>
464 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox "> 699 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox ">
465 <property name="visible">True</property> 700 <property name="visible">True</property>
466 <property name="orientation">vertical</property> 701 <property name="can_focus">False</property>
467 <child> 702 <child>
468 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label"> 703 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label">
469 <property name="visible">True</property> 704 <property name="visible">True</property>
705 <property name="can_focus">False</property>
470 <property name="label" translatable="yes">Known Hostlist Servers:</property> 706 <property name="label" translatable="yes">Known Hostlist Servers:</property>
471 </object> 707 </object>
472 <packing> 708 <packing>
@@ -491,7 +727,7 @@
491 <property name="hadjustment">adjustment7</property> 727 <property name="hadjustment">adjustment7</property>
492 <property name="vadjustment">adjustment8</property> 728 <property name="vadjustment">adjustment8</property>
493 <property name="search_column">0</property> 729 <property name="search_column">0</property>
494 <signal name="key_press_event" handler="GNUNET_setup_treeview_key_press_event_cb"/> 730 <signal name="key-press-event" handler="GNUNET_setup_treeview_key_press_event_cb" swapped="no"/>
495 <child> 731 <child>
496 <object class="GtkTreeViewColumn" id="GNUNET_setup_hostlist_url_treeviewcolumn"> 732 <object class="GtkTreeViewColumn" id="GNUNET_setup_hostlist_url_treeviewcolumn">
497 <property name="sizing">fixed</property> 733 <property name="sizing">fixed</property>
@@ -504,7 +740,7 @@
504 <child> 740 <child>
505 <object class="GtkCellRendererText" id="GNUNET_setup_hostlist_url_cellrenderertext"> 741 <object class="GtkCellRendererText" id="GNUNET_setup_hostlist_url_cellrenderertext">
506 <property name="editable">True</property> 742 <property name="editable">True</property>
507 <signal name="edited" handler="GNUNET_setup_hostlist_url_cellrenderertext_edited_cb"/> 743 <signal name="edited" handler="GNUNET_setup_hostlist_url_cellrenderertext_edited_cb" swapped="no"/>
508 </object> 744 </object>
509 <attributes> 745 <attributes>
510 <attribute name="text">0</attribute> 746 <attribute name="text">0</attribute>
@@ -516,16 +752,22 @@
516 </child> 752 </child>
517 </object> 753 </object>
518 <packing> 754 <packing>
755 <property name="expand">True</property>
756 <property name="fill">True</property>
519 <property name="position">1</property> 757 <property name="position">1</property>
520 </packing> 758 </packing>
521 </child> 759 </child>
522 </object> 760 </object>
523 <packing> 761 <packing>
762 <property name="expand">True</property>
763 <property name="fill">True</property>
524 <property name="position">1</property> 764 <property name="position">1</property>
525 </packing> 765 </packing>
526 </child> 766 </child>
527 </object> 767 </object>
528 <packing> 768 <packing>
769 <property name="expand">True</property>
770 <property name="fill">True</property>
529 <property name="position">1</property> 771 <property name="position">1</property>
530 </packing> 772 </packing>
531 </child> 773 </child>
@@ -536,12 +778,15 @@
536 <child type="label"> 778 <child type="label">
537 <object class="GtkLabel" id="GNUNET_setup_hostlist_label"> 779 <object class="GtkLabel" id="GNUNET_setup_hostlist_label">
538 <property name="visible">True</property> 780 <property name="visible">True</property>
781 <property name="can_focus">False</property>
539 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property> 782 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property>
540 <property name="use_markup">True</property> 783 <property name="use_markup">True</property>
541 </object> 784 </object>
542 </child> 785 </child>
543 </object> 786 </object>
544 <packing> 787 <packing>
788 <property name="expand">True</property>
789 <property name="fill">True</property>
545 <property name="padding">5</property> 790 <property name="padding">5</property>
546 <property name="position">2</property> 791 <property name="position">2</property>
547 </packing> 792 </packing>
@@ -551,6 +796,7 @@
551 <child type="tab"> 796 <child type="tab">
552 <object class="GtkLabel" id="GNUNET_setup_general_label"> 797 <object class="GtkLabel" id="GNUNET_setup_general_label">
553 <property name="visible">True</property> 798 <property name="visible">True</property>
799 <property name="can_focus">False</property>
554 <property name="label" translatable="yes">_General</property> 800 <property name="label" translatable="yes">_General</property>
555 <property name="use_underline">True</property> 801 <property name="use_underline">True</property>
556 </object> 802 </object>
@@ -561,26 +807,30 @@
561 <child> 807 <child>
562 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox"> 808 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox">
563 <property name="visible">True</property> 809 <property name="visible">True</property>
564 <property name="orientation">vertical</property> 810 <property name="can_focus">False</property>
565 <child> 811 <child>
566 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame"> 812 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame">
567 <property name="visible">True</property> 813 <property name="visible">True</property>
814 <property name="can_focus">False</property>
568 <property name="label_xalign">0</property> 815 <property name="label_xalign">0</property>
569 <property name="shadow_type">none</property> 816 <property name="shadow_type">none</property>
570 <child> 817 <child>
571 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment"> 818 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment">
572 <property name="visible">True</property> 819 <property name="visible">True</property>
820 <property name="can_focus">False</property>
573 <property name="left_padding">12</property> 821 <property name="left_padding">12</property>
574 <child> 822 <child>
575 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox"> 823 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox">
576 <property name="visible">True</property> 824 <property name="visible">True</property>
577 <property name="orientation">vertical</property> 825 <property name="can_focus">False</property>
578 <child> 826 <child>
579 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox"> 827 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox">
580 <property name="visible">True</property> 828 <property name="visible">True</property>
829 <property name="can_focus">False</property>
581 <child> 830 <child>
582 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label"> 831 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label">
583 <property name="visible">True</property> 832 <property name="visible">True</property>
833 <property name="can_focus">False</property>
584 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property> 834 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property>
585 </object> 835 </object>
586 <packing> 836 <packing>
@@ -594,8 +844,12 @@
594 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_in_spinbutton"> 844 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_in_spinbutton">
595 <property name="visible">True</property> 845 <property name="visible">True</property>
596 <property name="can_focus">True</property> 846 <property name="can_focus">True</property>
597 <property name="invisible_char">&#x2022;</property> 847 <property name="invisible_char"></property>
598 <property name="invisible_char_set">True</property> 848 <property name="invisible_char_set">True</property>
849 <property name="primary_icon_activatable">False</property>
850 <property name="secondary_icon_activatable">False</property>
851 <property name="primary_icon_sensitive">True</property>
852 <property name="secondary_icon_sensitive">True</property>
599 <property name="adjustment">GNUNET_setup_bandwidth_in_adjustment</property> 853 <property name="adjustment">GNUNET_setup_bandwidth_in_adjustment</property>
600 <property name="numeric">True</property> 854 <property name="numeric">True</property>
601 </object> 855 </object>
@@ -608,9 +862,12 @@
608 <child> 862 <child>
609 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label"> 863 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label">
610 <property name="visible">True</property> 864 <property name="visible">True</property>
865 <property name="can_focus">False</property>
611 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property> 866 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property>
612 </object> 867 </object>
613 <packing> 868 <packing>
869 <property name="expand">True</property>
870 <property name="fill">True</property>
614 <property name="position">2</property> 871 <property name="position">2</property>
615 </packing> 872 </packing>
616 </child> 873 </child>
@@ -618,12 +875,18 @@
618 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_out_spinbutton"> 875 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_out_spinbutton">
619 <property name="visible">True</property> 876 <property name="visible">True</property>
620 <property name="can_focus">True</property> 877 <property name="can_focus">True</property>
621 <property name="invisible_char">&#x2022;</property> 878 <property name="invisible_char"></property>
622 <property name="invisible_char_set">True</property> 879 <property name="invisible_char_set">True</property>
880 <property name="primary_icon_activatable">False</property>
881 <property name="secondary_icon_activatable">False</property>
882 <property name="primary_icon_sensitive">True</property>
883 <property name="secondary_icon_sensitive">True</property>
623 <property name="adjustment">GNUNET_setup_bandwidth_out_adjustment</property> 884 <property name="adjustment">GNUNET_setup_bandwidth_out_adjustment</property>
624 <property name="numeric">True</property> 885 <property name="numeric">True</property>
625 </object> 886 </object>
626 <packing> 887 <packing>
888 <property name="expand">True</property>
889 <property name="fill">True</property>
627 <property name="position">3</property> 890 <property name="position">3</property>
628 </packing> 891 </packing>
629 </child> 892 </child>
@@ -641,6 +904,7 @@
641 <child type="label"> 904 <child type="label">
642 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label"> 905 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label">
643 <property name="visible">True</property> 906 <property name="visible">True</property>
907 <property name="can_focus">False</property>
644 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property> 908 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property>
645 <property name="use_markup">True</property> 909 <property name="use_markup">True</property>
646 </object> 910 </object>
@@ -655,22 +919,26 @@
655 <child> 919 <child>
656 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame"> 920 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame">
657 <property name="visible">True</property> 921 <property name="visible">True</property>
922 <property name="can_focus">False</property>
658 <property name="label_xalign">0</property> 923 <property name="label_xalign">0</property>
659 <property name="shadow_type">none</property> 924 <property name="shadow_type">none</property>
660 <child> 925 <child>
661 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment"> 926 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment">
662 <property name="visible">True</property> 927 <property name="visible">True</property>
928 <property name="can_focus">False</property>
663 <property name="left_padding">12</property> 929 <property name="left_padding">12</property>
664 <child> 930 <child>
665 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox"> 931 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox">
666 <property name="visible">True</property> 932 <property name="visible">True</property>
667 <property name="orientation">vertical</property> 933 <property name="can_focus">False</property>
668 <child> 934 <child>
669 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox"> 935 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox">
670 <property name="visible">True</property> 936 <property name="visible">True</property>
937 <property name="can_focus">False</property>
671 <child> 938 <child>
672 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton"> 939 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton">
673 <property name="label" translatable="yes">Peer is behind _NAT</property> 940 <property name="label" translatable="yes">Peer is behind _NAT</property>
941 <property name="use_action_appearance">False</property>
674 <property name="visible">True</property> 942 <property name="visible">True</property>
675 <property name="can_focus">True</property> 943 <property name="can_focus">True</property>
676 <property name="receives_default">False</property> 944 <property name="receives_default">False</property>
@@ -689,10 +957,11 @@
689 <child> 957 <child>
690 <object class="GtkButton" id="GNUNET_setup_transport_autoconfig_button"> 958 <object class="GtkButton" id="GNUNET_setup_transport_autoconfig_button">
691 <property name="label" translatable="yes">Attempt automatic configuration</property> 959 <property name="label" translatable="yes">Attempt automatic configuration</property>
960 <property name="use_action_appearance">False</property>
692 <property name="visible">True</property> 961 <property name="visible">True</property>
693 <property name="can_focus">True</property> 962 <property name="can_focus">True</property>
694 <property name="receives_default">True</property> 963 <property name="receives_default">True</property>
695 <signal name="clicked" handler="GNUNET_setup_transport_autoconfig_button_clicked_cb"/> 964 <signal name="clicked" handler="GNUNET_setup_transport_autoconfig_button_clicked_cb" swapped="no"/>
696 </object> 965 </object>
697 <packing> 966 <packing>
698 <property name="expand">False</property> 967 <property name="expand">False</property>
@@ -704,6 +973,7 @@
704 <child> 973 <child>
705 <object class="GtkCheckButton" id="GNUNET_setup_transport_disable_ipv6_checkbutton"> 974 <object class="GtkCheckButton" id="GNUNET_setup_transport_disable_ipv6_checkbutton">
706 <property name="label" translatable="yes">Disable IPv_6 support</property> 975 <property name="label" translatable="yes">Disable IPv_6 support</property>
976 <property name="use_action_appearance">False</property>
707 <property name="visible">True</property> 977 <property name="visible">True</property>
708 <property name="can_focus">True</property> 978 <property name="can_focus">True</property>
709 <property name="receives_default">False</property> 979 <property name="receives_default">False</property>
@@ -730,10 +1000,12 @@
730 <child> 1000 <child>
731 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox"> 1001 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox">
732 <property name="visible">True</property> 1002 <property name="visible">True</property>
1003 <property name="can_focus">False</property>
733 <property name="spacing">20</property> 1004 <property name="spacing">20</property>
734 <child> 1005 <child>
735 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label"> 1006 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label">
736 <property name="visible">True</property> 1007 <property name="visible">True</property>
1008 <property name="can_focus">False</property>
737 </object> 1009 </object>
738 <packing> 1010 <packing>
739 <property name="expand">False</property> 1011 <property name="expand">False</property>
@@ -745,10 +1017,11 @@
745 <child> 1017 <child>
746 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox"> 1018 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox">
747 <property name="visible">True</property> 1019 <property name="visible">True</property>
748 <property name="orientation">vertical</property> 1020 <property name="can_focus">False</property>
749 <child> 1021 <child>
750 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton"> 1022 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton">
751 <property name="label" translatable="yes">NAT ports have been opened manually</property> 1023 <property name="label" translatable="yes">NAT ports have been opened manually</property>
1024 <property name="use_action_appearance">False</property>
752 <property name="visible">True</property> 1025 <property name="visible">True</property>
753 <property name="can_focus">True</property> 1026 <property name="can_focus">True</property>
754 <property name="receives_default">False</property> 1027 <property name="receives_default">False</property>
@@ -758,12 +1031,14 @@
758 </object> 1031 </object>
759 <packing> 1032 <packing>
760 <property name="expand">False</property> 1033 <property name="expand">False</property>
1034 <property name="fill">True</property>
761 <property name="position">0</property> 1035 <property name="position">0</property>
762 </packing> 1036 </packing>
763 </child> 1037 </child>
764 <child> 1038 <child>
765 <object class="GtkCheckButton" id="GNUNET_setup_transport_upnp_enable_checkbutton"> 1039 <object class="GtkCheckButton" id="GNUNET_setup_transport_upnp_enable_checkbutton">
766 <property name="label" translatable="yes">Enable NAT traversal via UPnP or PMP</property> 1040 <property name="label" translatable="yes">Enable NAT traversal via UPnP or PMP</property>
1041 <property name="use_action_appearance">False</property>
767 <property name="visible">True</property> 1042 <property name="visible">True</property>
768 <property name="can_focus">True</property> 1043 <property name="can_focus">True</property>
769 <property name="receives_default">False</property> 1044 <property name="receives_default">False</property>
@@ -780,6 +1055,7 @@
780 <child> 1055 <child>
781 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_server_enable_checkbutton"> 1056 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_server_enable_checkbutton">
782 <property name="label" translatable="yes">Enable NAT traversal using ICMP method</property> 1057 <property name="label" translatable="yes">Enable NAT traversal using ICMP method</property>
1058 <property name="use_action_appearance">False</property>
783 <property name="visible">True</property> 1059 <property name="visible">True</property>
784 <property name="can_focus">True</property> 1060 <property name="can_focus">True</property>
785 <property name="receives_default">False</property> 1061 <property name="receives_default">False</property>
@@ -796,9 +1072,11 @@
796 <child> 1072 <child>
797 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox"> 1073 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox">
798 <property name="visible">True</property> 1074 <property name="visible">True</property>
1075 <property name="can_focus">False</property>
799 <child> 1076 <child>
800 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label"> 1077 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label">
801 <property name="visible">True</property> 1078 <property name="visible">True</property>
1079 <property name="can_focus">False</property>
802 <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> 1080 <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>
803 <property name="label" translatable="yes">External (public) IPv4 address:</property> 1081 <property name="label" translatable="yes">External (public) IPv4 address:</property>
804 </object> 1082 </object>
@@ -814,10 +1092,16 @@
814 <property name="visible">True</property> 1092 <property name="visible">True</property>
815 <property name="can_focus">True</property> 1093 <property name="can_focus">True</property>
816 <property name="max_length">255</property> 1094 <property name="max_length">255</property>
817 <property name="invisible_char">&#x25CF;</property> 1095 <property name="invisible_char"></property>
818 <property name="invisible_char_set">True</property> 1096 <property name="invisible_char_set">True</property>
1097 <property name="primary_icon_activatable">False</property>
1098 <property name="secondary_icon_activatable">False</property>
1099 <property name="primary_icon_sensitive">True</property>
1100 <property name="secondary_icon_sensitive">True</property>
819 </object> 1101 </object>
820 <packing> 1102 <packing>
1103 <property name="expand">True</property>
1104 <property name="fill">True</property>
821 <property name="padding">5</property> 1105 <property name="padding">5</property>
822 <property name="position">1</property> 1106 <property name="position">1</property>
823 </packing> 1107 </packing>
@@ -832,6 +1116,7 @@
832 <child> 1116 <child>
833 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_client_enable_checkbutton"> 1117 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_client_enable_checkbutton">
834 <property name="label" translatable="yes">Enable connecting to NATed peers using ICMP method</property> 1118 <property name="label" translatable="yes">Enable connecting to NATed peers using ICMP method</property>
1119 <property name="use_action_appearance">False</property>
835 <property name="visible">True</property> 1120 <property name="visible">True</property>
836 <property name="can_focus">True</property> 1121 <property name="can_focus">True</property>
837 <property name="receives_default">False</property> 1122 <property name="receives_default">False</property>
@@ -849,9 +1134,11 @@
849 <child> 1134 <child>
850 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox"> 1135 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox">
851 <property name="visible">True</property> 1136 <property name="visible">True</property>
1137 <property name="can_focus">False</property>
852 <child> 1138 <child>
853 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label"> 1139 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label">
854 <property name="visible">True</property> 1140 <property name="visible">True</property>
1141 <property name="can_focus">False</property>
855 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property> 1142 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property>
856 <property name="label" translatable="yes">Internal (private) IPv4 address:</property> 1143 <property name="label" translatable="yes">Internal (private) IPv4 address:</property>
857 </object> 1144 </object>
@@ -867,20 +1154,30 @@
867 <property name="visible">True</property> 1154 <property name="visible">True</property>
868 <property name="can_focus">True</property> 1155 <property name="can_focus">True</property>
869 <property name="max_length">15</property> 1156 <property name="max_length">15</property>
870 <property name="invisible_char">&#x25CF;</property> 1157 <property name="invisible_char"></property>
871 <property name="width_chars">15</property> 1158 <property name="width_chars">15</property>
1159 <property name="primary_icon_activatable">False</property>
1160 <property name="secondary_icon_activatable">False</property>
1161 <property name="primary_icon_sensitive">True</property>
1162 <property name="secondary_icon_sensitive">True</property>
872 </object> 1163 </object>
873 <packing> 1164 <packing>
1165 <property name="expand">True</property>
1166 <property name="fill">True</property>
874 <property name="position">1</property> 1167 <property name="position">1</property>
875 </packing> 1168 </packing>
876 </child> 1169 </child>
877 </object> 1170 </object>
878 <packing> 1171 <packing>
1172 <property name="expand">True</property>
1173 <property name="fill">True</property>
879 <property name="position">5</property> 1174 <property name="position">5</property>
880 </packing> 1175 </packing>
881 </child> 1176 </child>
882 </object> 1177 </object>
883 <packing> 1178 <packing>
1179 <property name="expand">True</property>
1180 <property name="fill">True</property>
884 <property name="position">1</property> 1181 <property name="position">1</property>
885 </packing> 1182 </packing>
886 </child> 1183 </child>
@@ -899,12 +1196,15 @@
899 <child type="label"> 1196 <child type="label">
900 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label"> 1197 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label">
901 <property name="visible">True</property> 1198 <property name="visible">True</property>
1199 <property name="can_focus">False</property>
902 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property> 1200 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property>
903 <property name="use_markup">True</property> 1201 <property name="use_markup">True</property>
904 </object> 1202 </object>
905 </child> 1203 </child>
906 </object> 1204 </object>
907 <packing> 1205 <packing>
1206 <property name="expand">True</property>
1207 <property name="fill">True</property>
908 <property name="padding">5</property> 1208 <property name="padding">5</property>
909 <property name="position">1</property> 1209 <property name="position">1</property>
910 </packing> 1210 </packing>
@@ -917,6 +1217,7 @@
917 <child type="tab"> 1217 <child type="tab">
918 <object class="GtkLabel" id="GNUNET_setup_network_label"> 1218 <object class="GtkLabel" id="GNUNET_setup_network_label">
919 <property name="visible">True</property> 1219 <property name="visible">True</property>
1220 <property name="can_focus">False</property>
920 <property name="label" translatable="yes">_Network</property> 1221 <property name="label" translatable="yes">_Network</property>
921 <property name="use_underline">True</property> 1222 <property name="use_underline">True</property>
922 </object> 1223 </object>
@@ -928,23 +1229,27 @@
928 <child> 1229 <child>
929 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame"> 1230 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame">
930 <property name="visible">True</property> 1231 <property name="visible">True</property>
1232 <property name="can_focus">False</property>
931 <property name="label_xalign">0</property> 1233 <property name="label_xalign">0</property>
932 <property name="shadow_type">none</property> 1234 <property name="shadow_type">none</property>
933 <child> 1235 <child>
934 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment"> 1236 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment">
935 <property name="visible">True</property> 1237 <property name="visible">True</property>
1238 <property name="can_focus">False</property>
936 <property name="left_padding">12</property> 1239 <property name="left_padding">12</property>
937 <child> 1240 <child>
938 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox"> 1241 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox">
939 <property name="visible">True</property> 1242 <property name="visible">True</property>
940 <property name="orientation">vertical</property> 1243 <property name="can_focus">False</property>
941 <property name="spacing">5</property> 1244 <property name="spacing">5</property>
942 <child> 1245 <child>
943 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox"> 1246 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox">
944 <property name="visible">True</property> 1247 <property name="visible">True</property>
1248 <property name="can_focus">False</property>
945 <child> 1249 <child>
946 <object class="GtkLabel" id="GNUNET_setup_transportlabel"> 1250 <object class="GtkLabel" id="GNUNET_setup_transportlabel">
947 <property name="visible">True</property> 1251 <property name="visible">True</property>
1252 <property name="can_focus">False</property>
948 <property name="label" translatable="yes">Plugins to use:</property> 1253 <property name="label" translatable="yes">Plugins to use:</property>
949 </object> 1254 </object>
950 <packing> 1255 <packing>
@@ -957,6 +1262,7 @@
957 <child> 1262 <child>
958 <object class="GtkCheckButton" id="GNUNET_setup_transport_tcp_checkbutton"> 1263 <object class="GtkCheckButton" id="GNUNET_setup_transport_tcp_checkbutton">
959 <property name="label" translatable="yes">_TCP</property> 1264 <property name="label" translatable="yes">_TCP</property>
1265 <property name="use_action_appearance">False</property>
960 <property name="visible">True</property> 1266 <property name="visible">True</property>
961 <property name="can_focus">True</property> 1267 <property name="can_focus">True</property>
962 <property name="receives_default">False</property> 1268 <property name="receives_default">False</property>
@@ -964,7 +1270,7 @@
964 <property name="xalign">0</property> 1270 <property name="xalign">0</property>
965 <property name="active">True</property> 1271 <property name="active">True</property>
966 <property name="draw_indicator">True</property> 1272 <property name="draw_indicator">True</property>
967 <signal name="realize" handler="GNUNET_setup_transport_tcp_checkbutton_realize_cb"/> 1273 <signal name="realize" handler="GNUNET_setup_transport_tcp_checkbutton_realize_cb" swapped="no"/>
968 </object> 1274 </object>
969 <packing> 1275 <packing>
970 <property name="expand">False</property> 1276 <property name="expand">False</property>
@@ -976,13 +1282,14 @@
976 <child> 1282 <child>
977 <object class="GtkCheckButton" id="GNUNET_setup_transport_udp_checkbutton"> 1283 <object class="GtkCheckButton" id="GNUNET_setup_transport_udp_checkbutton">
978 <property name="label" translatable="yes">_UDP</property> 1284 <property name="label" translatable="yes">_UDP</property>
1285 <property name="use_action_appearance">False</property>
979 <property name="visible">True</property> 1286 <property name="visible">True</property>
980 <property name="can_focus">True</property> 1287 <property name="can_focus">True</property>
981 <property name="receives_default">False</property> 1288 <property name="receives_default">False</property>
982 <property name="use_underline">True</property> 1289 <property name="use_underline">True</property>
983 <property name="xalign">0</property> 1290 <property name="xalign">0</property>
984 <property name="draw_indicator">True</property> 1291 <property name="draw_indicator">True</property>
985 <signal name="realize" handler="GNUNET_setup_transport_udp_checkbutton_realize_cb"/> 1292 <signal name="realize" handler="GNUNET_setup_transport_udp_checkbutton_realize_cb" swapped="no"/>
986 </object> 1293 </object>
987 <packing> 1294 <packing>
988 <property name="expand">False</property> 1295 <property name="expand">False</property>
@@ -994,6 +1301,7 @@
994 <child> 1301 <child>
995 <object class="GtkCheckButton" id="GNUNET_setup_transport_http_checkbutton"> 1302 <object class="GtkCheckButton" id="GNUNET_setup_transport_http_checkbutton">
996 <property name="label" translatable="yes">_HTTP</property> 1303 <property name="label" translatable="yes">_HTTP</property>
1304 <property name="use_action_appearance">False</property>
997 <property name="visible">True</property> 1305 <property name="visible">True</property>
998 <property name="can_focus">True</property> 1306 <property name="can_focus">True</property>
999 <property name="receives_default">False</property> 1307 <property name="receives_default">False</property>
@@ -1001,7 +1309,7 @@
1001 <property name="xalign">0</property> 1309 <property name="xalign">0</property>
1002 <property name="active">True</property> 1310 <property name="active">True</property>
1003 <property name="draw_indicator">True</property> 1311 <property name="draw_indicator">True</property>
1004 <signal name="realize" handler="GNUNET_setup_transport_http_checkbutton_realize_cb"/> 1312 <signal name="realize" handler="GNUNET_setup_transport_http_checkbutton_realize_cb" swapped="no"/>
1005 </object> 1313 </object>
1006 <packing> 1314 <packing>
1007 <property name="expand">False</property> 1315 <property name="expand">False</property>
@@ -1013,6 +1321,7 @@
1013 <child> 1321 <child>
1014 <object class="GtkCheckButton" id="GNUNET_setup_transport_https_checkbutton"> 1322 <object class="GtkCheckButton" id="GNUNET_setup_transport_https_checkbutton">
1015 <property name="label" translatable="yes">HTTP_S</property> 1323 <property name="label" translatable="yes">HTTP_S</property>
1324 <property name="use_action_appearance">False</property>
1016 <property name="visible">True</property> 1325 <property name="visible">True</property>
1017 <property name="can_focus">True</property> 1326 <property name="can_focus">True</property>
1018 <property name="receives_default">False</property> 1327 <property name="receives_default">False</property>
@@ -1020,7 +1329,7 @@
1020 <property name="xalign">0</property> 1329 <property name="xalign">0</property>
1021 <property name="active">True</property> 1330 <property name="active">True</property>
1022 <property name="draw_indicator">True</property> 1331 <property name="draw_indicator">True</property>
1023 <signal name="realize" handler="GNUNET_setup_transport_https_checkbutton_realize_cb"/> 1332 <signal name="realize" handler="GNUNET_setup_transport_https_checkbutton_realize_cb" swapped="no"/>
1024 </object> 1333 </object>
1025 <packing> 1334 <packing>
1026 <property name="expand">False</property> 1335 <property name="expand">False</property>
@@ -1032,12 +1341,13 @@
1032 <child> 1341 <child>
1033 <object class="GtkCheckButton" id="GNUNET_setup_transport_dv_checkbutton"> 1342 <object class="GtkCheckButton" id="GNUNET_setup_transport_dv_checkbutton">
1034 <property name="label" translatable="yes">D_V</property> 1343 <property name="label" translatable="yes">D_V</property>
1344 <property name="use_action_appearance">False</property>
1035 <property name="can_focus">True</property> 1345 <property name="can_focus">True</property>
1036 <property name="receives_default">False</property> 1346 <property name="receives_default">False</property>
1037 <property name="use_underline">True</property> 1347 <property name="use_underline">True</property>
1038 <property name="xalign">0</property> 1348 <property name="xalign">0</property>
1039 <property name="draw_indicator">True</property> 1349 <property name="draw_indicator">True</property>
1040 <signal name="realize" handler="GNUNET_setup_transport_dv_checkbutton_realize_cb"/> 1350 <signal name="realize" handler="GNUNET_setup_transport_dv_checkbutton_realize_cb" swapped="no"/>
1041 </object> 1351 </object>
1042 <packing> 1352 <packing>
1043 <property name="expand">False</property> 1353 <property name="expand">False</property>
@@ -1049,13 +1359,14 @@
1049 <child> 1359 <child>
1050 <object class="GtkCheckButton" id="GNUNET_setup_transport_wlan_checkbutton"> 1360 <object class="GtkCheckButton" id="GNUNET_setup_transport_wlan_checkbutton">
1051 <property name="label" translatable="yes">_WLAN</property> 1361 <property name="label" translatable="yes">_WLAN</property>
1362 <property name="use_action_appearance">False</property>
1052 <property name="visible">True</property> 1363 <property name="visible">True</property>
1053 <property name="can_focus">True</property> 1364 <property name="can_focus">True</property>
1054 <property name="receives_default">False</property> 1365 <property name="receives_default">False</property>
1055 <property name="use_underline">True</property> 1366 <property name="use_underline">True</property>
1056 <property name="xalign">0</property> 1367 <property name="xalign">0</property>
1057 <property name="draw_indicator">True</property> 1368 <property name="draw_indicator">True</property>
1058 <signal name="realize" handler="GNUNET_setup_transport_wlan_checkbutton_realize_cb"/> 1369 <signal name="realize" handler="GNUNET_setup_transport_wlan_checkbutton_realize_cb" swapped="no"/>
1059 </object> 1370 </object>
1060 <packing> 1371 <packing>
1061 <property name="expand">False</property> 1372 <property name="expand">False</property>
@@ -1078,14 +1389,16 @@
1078 <child> 1389 <child>
1079 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox"> 1390 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox">
1080 <property name="visible">True</property> 1391 <property name="visible">True</property>
1081 <property name="orientation">vertical</property> 1392 <property name="can_focus">False</property>
1082 <property name="spacing">5</property> 1393 <property name="spacing">5</property>
1083 <child> 1394 <child>
1084 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox"> 1395 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox">
1085 <property name="visible">True</property> 1396 <property name="visible">True</property>
1397 <property name="can_focus">False</property>
1086 <child> 1398 <child>
1087 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label"> 1399 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label">
1088 <property name="visible">True</property> 1400 <property name="visible">True</property>
1401 <property name="can_focus">False</property>
1089 <property name="label" translatable="yes">Bind to port:</property> 1402 <property name="label" translatable="yes">Bind to port:</property>
1090 </object> 1403 </object>
1091 <packing> 1404 <packing>
@@ -1100,8 +1413,12 @@
1100 <property name="visible">True</property> 1413 <property name="visible">True</property>
1101 <property name="can_focus">True</property> 1414 <property name="can_focus">True</property>
1102 <property name="max_length">5</property> 1415 <property name="max_length">5</property>
1103 <property name="invisible_char">&#x2022;</property> 1416 <property name="invisible_char"></property>
1104 <property name="invisible_char_set">True</property> 1417 <property name="invisible_char_set">True</property>
1418 <property name="primary_icon_activatable">False</property>
1419 <property name="secondary_icon_activatable">False</property>
1420 <property name="primary_icon_sensitive">True</property>
1421 <property name="secondary_icon_sensitive">True</property>
1105 <property name="adjustment">GNUNET_setup_transport_tcp_port_adjustment</property> 1422 <property name="adjustment">GNUNET_setup_transport_tcp_port_adjustment</property>
1106 <property name="numeric">True</property> 1423 <property name="numeric">True</property>
1107 </object> 1424 </object>
@@ -1115,6 +1432,7 @@
1115 <child> 1432 <child>
1116 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label"> 1433 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label">
1117 <property name="visible">True</property> 1434 <property name="visible">True</property>
1435 <property name="can_focus">False</property>
1118 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property> 1436 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property>
1119 </object> 1437 </object>
1120 <packing> 1438 <packing>
@@ -1135,9 +1453,11 @@
1135 <child> 1453 <child>
1136 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox"> 1454 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox">
1137 <property name="visible">True</property> 1455 <property name="visible">True</property>
1456 <property name="can_focus">False</property>
1138 <child> 1457 <child>
1139 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label"> 1458 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label">
1140 <property name="visible">True</property> 1459 <property name="visible">True</property>
1460 <property name="can_focus">False</property>
1141 <property name="label" translatable="yes">Advertised port:</property> 1461 <property name="label" translatable="yes">Advertised port:</property>
1142 </object> 1462 </object>
1143 <packing> 1463 <packing>
@@ -1152,8 +1472,12 @@
1152 <property name="visible">True</property> 1472 <property name="visible">True</property>
1153 <property name="can_focus">True</property> 1473 <property name="can_focus">True</property>
1154 <property name="max_length">5</property> 1474 <property name="max_length">5</property>
1155 <property name="invisible_char">&#x25CF;</property> 1475 <property name="invisible_char"></property>
1156 <property name="invisible_char_set">True</property> 1476 <property name="invisible_char_set">True</property>
1477 <property name="primary_icon_activatable">False</property>
1478 <property name="secondary_icon_activatable">False</property>
1479 <property name="primary_icon_sensitive">True</property>
1480 <property name="secondary_icon_sensitive">True</property>
1157 <property name="adjustment">GNUNET_setup_transport_tcp_adv_port_adjustment</property> 1481 <property name="adjustment">GNUNET_setup_transport_tcp_adv_port_adjustment</property>
1158 <property name="numeric">True</property> 1482 <property name="numeric">True</property>
1159 </object> 1483 </object>
@@ -1167,6 +1491,7 @@
1167 <child> 1491 <child>
1168 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label"> 1492 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label">
1169 <property name="visible">True</property> 1493 <property name="visible">True</property>
1494 <property name="can_focus">False</property>
1170 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1495 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1171 </object> 1496 </object>
1172 <packing> 1497 <packing>
@@ -1186,22 +1511,27 @@
1186 <child> 1511 <child>
1187 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox"> 1512 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox">
1188 <property name="visible">True</property> 1513 <property name="visible">True</property>
1514 <property name="can_focus">False</property>
1189 <child> 1515 <child>
1190 <object class="GtkLabel" id="label3"> 1516 <object class="GtkLabel" id="label3">
1191 <property name="visible">True</property> 1517 <property name="visible">True</property>
1518 <property name="can_focus">False</property>
1192 </object> 1519 </object>
1193 <packing> 1520 <packing>
1521 <property name="expand">True</property>
1522 <property name="fill">True</property>
1194 <property name="position">0</property> 1523 <property name="position">0</property>
1195 </packing> 1524 </packing>
1196 </child> 1525 </child>
1197 <child> 1526 <child>
1198 <object class="GtkButton" id="GNUNET_setup_transport_tcp_test_button"> 1527 <object class="GtkButton" id="GNUNET_setup_transport_tcp_test_button">
1199 <property name="label" translatable="yes">Test configuration</property> 1528 <property name="label" translatable="yes">Test configuration</property>
1529 <property name="use_action_appearance">False</property>
1200 <property name="visible">True</property> 1530 <property name="visible">True</property>
1201 <property name="can_focus">True</property> 1531 <property name="can_focus">True</property>
1202 <property name="receives_default">True</property> 1532 <property name="receives_default">True</property>
1203 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property> 1533 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1204 <signal name="clicked" handler="GNUNET_setup_transport_tcp_test_button_clicked_cb"/> 1534 <signal name="clicked" handler="GNUNET_setup_transport_tcp_test_button_clicked_cb" swapped="no"/>
1205 </object> 1535 </object>
1206 <packing> 1536 <packing>
1207 <property name="expand">False</property> 1537 <property name="expand">False</property>
@@ -1212,6 +1542,7 @@
1212 </child> 1542 </child>
1213 <child> 1543 <child>
1214 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image"> 1544 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image">
1545 <property name="can_focus">False</property>
1215 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1546 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1216 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1547 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1217 </object> 1548 </object>
@@ -1224,6 +1555,7 @@
1224 </child> 1555 </child>
1225 <child> 1556 <child>
1226 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image"> 1557 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image">
1558 <property name="can_focus">False</property>
1227 <property name="tooltip_text" translatable="yes">Test failed!</property> 1559 <property name="tooltip_text" translatable="yes">Test failed!</property>
1228 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1560 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1229 </object> 1561 </object>
@@ -1237,8 +1569,11 @@
1237 <child> 1569 <child>
1238 <object class="GtkLabel" id="label5"> 1570 <object class="GtkLabel" id="label5">
1239 <property name="visible">True</property> 1571 <property name="visible">True</property>
1572 <property name="can_focus">False</property>
1240 </object> 1573 </object>
1241 <packing> 1574 <packing>
1575 <property name="expand">True</property>
1576 <property name="fill">True</property>
1242 <property name="position">4</property> 1577 <property name="position">4</property>
1243 </packing> 1578 </packing>
1244 </child> 1579 </child>
@@ -1255,6 +1590,7 @@
1255 <child type="tab"> 1590 <child type="tab">
1256 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label"> 1591 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label">
1257 <property name="visible">True</property> 1592 <property name="visible">True</property>
1593 <property name="can_focus">False</property>
1258 <property name="label" translatable="yes">TCP</property> 1594 <property name="label" translatable="yes">TCP</property>
1259 </object> 1595 </object>
1260 <packing> 1596 <packing>
@@ -1264,14 +1600,16 @@
1264 <child> 1600 <child>
1265 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox"> 1601 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox">
1266 <property name="visible">True</property> 1602 <property name="visible">True</property>
1267 <property name="orientation">vertical</property> 1603 <property name="can_focus">False</property>
1268 <child> 1604 <child>
1269 <object class="GtkHBox" id="GNUNET_setup_transport_udp_port_hbox"> 1605 <object class="GtkHBox" id="GNUNET_setup_transport_udp_port_hbox">
1270 <property name="visible">True</property> 1606 <property name="visible">True</property>
1607 <property name="can_focus">False</property>
1271 <property name="spacing">5</property> 1608 <property name="spacing">5</property>
1272 <child> 1609 <child>
1273 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label"> 1610 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label">
1274 <property name="visible">True</property> 1611 <property name="visible">True</property>
1612 <property name="can_focus">False</property>
1275 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1613 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
1276 <property name="label" translatable="yes">Bind to port:</property> 1614 <property name="label" translatable="yes">Bind to port:</property>
1277 </object> 1615 </object>
@@ -1287,8 +1625,12 @@
1287 <property name="visible">True</property> 1625 <property name="visible">True</property>
1288 <property name="can_focus">True</property> 1626 <property name="can_focus">True</property>
1289 <property name="max_length">5</property> 1627 <property name="max_length">5</property>
1290 <property name="invisible_char">&#x2022;</property> 1628 <property name="invisible_char"></property>
1291 <property name="invisible_char_set">True</property> 1629 <property name="invisible_char_set">True</property>
1630 <property name="primary_icon_activatable">False</property>
1631 <property name="secondary_icon_activatable">False</property>
1632 <property name="primary_icon_sensitive">True</property>
1633 <property name="secondary_icon_sensitive">True</property>
1292 <property name="adjustment">GNUNET_setup_transport_udp_port_adjustment</property> 1634 <property name="adjustment">GNUNET_setup_transport_udp_port_adjustment</property>
1293 <property name="numeric">True</property> 1635 <property name="numeric">True</property>
1294 </object> 1636 </object>
@@ -1310,14 +1652,17 @@
1310 <child> 1652 <child>
1311 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox"> 1653 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox">
1312 <property name="visible">True</property> 1654 <property name="visible">True</property>
1655 <property name="can_focus">False</property>
1313 <property name="spacing">5</property> 1656 <property name="spacing">5</property>
1314 <child> 1657 <child>
1315 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label"> 1658 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label">
1316 <property name="visible">True</property> 1659 <property name="visible">True</property>
1660 <property name="can_focus">False</property>
1317 <property name="label" translatable="yes">Advertised port:</property> 1661 <property name="label" translatable="yes">Advertised port:</property>
1318 </object> 1662 </object>
1319 <packing> 1663 <packing>
1320 <property name="expand">False</property> 1664 <property name="expand">False</property>
1665 <property name="fill">True</property>
1321 <property name="padding">5</property> 1666 <property name="padding">5</property>
1322 <property name="position">0</property> 1667 <property name="position">0</property>
1323 </packing> 1668 </packing>
@@ -1326,12 +1671,17 @@
1326 <object class="GtkSpinButton" id="GNUNET_setup_transport_udp_advertised_port_spinbutton"> 1671 <object class="GtkSpinButton" id="GNUNET_setup_transport_udp_advertised_port_spinbutton">
1327 <property name="visible">True</property> 1672 <property name="visible">True</property>
1328 <property name="can_focus">True</property> 1673 <property name="can_focus">True</property>
1329 <property name="invisible_char">&#x25CF;</property> 1674 <property name="invisible_char">●</property>
1675 <property name="primary_icon_activatable">False</property>
1676 <property name="secondary_icon_activatable">False</property>
1677 <property name="primary_icon_sensitive">True</property>
1678 <property name="secondary_icon_sensitive">True</property>
1330 <property name="adjustment">GNUNET_setup_transport_udp_advertised_port_adjustment</property> 1679 <property name="adjustment">GNUNET_setup_transport_udp_advertised_port_adjustment</property>
1331 <property name="numeric">True</property> 1680 <property name="numeric">True</property>
1332 </object> 1681 </object>
1333 <packing> 1682 <packing>
1334 <property name="expand">False</property> 1683 <property name="expand">False</property>
1684 <property name="fill">True</property>
1335 <property name="padding">5</property> 1685 <property name="padding">5</property>
1336 <property name="position">1</property> 1686 <property name="position">1</property>
1337 </packing> 1687 </packing>
@@ -1339,6 +1689,7 @@
1339 <child> 1689 <child>
1340 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label"> 1690 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label">
1341 <property name="visible">True</property> 1691 <property name="visible">True</property>
1692 <property name="can_focus">False</property>
1342 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1693 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1343 </object> 1694 </object>
1344 <packing> 1695 <packing>
@@ -1359,22 +1710,27 @@
1359 <child> 1710 <child>
1360 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox"> 1711 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox">
1361 <property name="visible">True</property> 1712 <property name="visible">True</property>
1713 <property name="can_focus">False</property>
1362 <child> 1714 <child>
1363 <object class="GtkLabel" id="label1"> 1715 <object class="GtkLabel" id="label1">
1364 <property name="visible">True</property> 1716 <property name="visible">True</property>
1717 <property name="can_focus">False</property>
1365 </object> 1718 </object>
1366 <packing> 1719 <packing>
1720 <property name="expand">True</property>
1721 <property name="fill">True</property>
1367 <property name="position">0</property> 1722 <property name="position">0</property>
1368 </packing> 1723 </packing>
1369 </child> 1724 </child>
1370 <child> 1725 <child>
1371 <object class="GtkButton" id="GNUNET_setup_transport_udp_test_button"> 1726 <object class="GtkButton" id="GNUNET_setup_transport_udp_test_button">
1372 <property name="label" translatable="yes">Test configuration</property> 1727 <property name="label" translatable="yes">Test configuration</property>
1728 <property name="use_action_appearance">False</property>
1373 <property name="visible">True</property> 1729 <property name="visible">True</property>
1374 <property name="can_focus">True</property> 1730 <property name="can_focus">True</property>
1375 <property name="receives_default">True</property> 1731 <property name="receives_default">True</property>
1376 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property> 1732 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1377 <signal name="clicked" handler="GNUNET_setup_transport_udp_test_button_clicked_cb"/> 1733 <signal name="clicked" handler="GNUNET_setup_transport_udp_test_button_clicked_cb" swapped="no"/>
1378 </object> 1734 </object>
1379 <packing> 1735 <packing>
1380 <property name="expand">False</property> 1736 <property name="expand">False</property>
@@ -1385,6 +1741,7 @@
1385 </child> 1741 </child>
1386 <child> 1742 <child>
1387 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image"> 1743 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image">
1744 <property name="can_focus">False</property>
1388 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1745 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1389 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1746 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1390 </object> 1747 </object>
@@ -1397,6 +1754,7 @@
1397 </child> 1754 </child>
1398 <child> 1755 <child>
1399 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image"> 1756 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image">
1757 <property name="can_focus">False</property>
1400 <property name="tooltip_text" translatable="yes">Test failed!</property> 1758 <property name="tooltip_text" translatable="yes">Test failed!</property>
1401 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1759 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1402 </object> 1760 </object>
@@ -1410,8 +1768,11 @@
1410 <child> 1768 <child>
1411 <object class="GtkLabel" id="label2"> 1769 <object class="GtkLabel" id="label2">
1412 <property name="visible">True</property> 1770 <property name="visible">True</property>
1771 <property name="can_focus">False</property>
1413 </object> 1772 </object>
1414 <packing> 1773 <packing>
1774 <property name="expand">True</property>
1775 <property name="fill">True</property>
1415 <property name="position">4</property> 1776 <property name="position">4</property>
1416 </packing> 1777 </packing>
1417 </child> 1778 </child>
@@ -1431,6 +1792,7 @@
1431 <child type="tab"> 1792 <child type="tab">
1432 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label"> 1793 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label">
1433 <property name="visible">True</property> 1794 <property name="visible">True</property>
1795 <property name="can_focus">False</property>
1434 <property name="label" translatable="yes">UDP</property> 1796 <property name="label" translatable="yes">UDP</property>
1435 </object> 1797 </object>
1436 <packing> 1798 <packing>
@@ -1441,14 +1803,16 @@
1441 <child> 1803 <child>
1442 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox"> 1804 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox">
1443 <property name="visible">True</property> 1805 <property name="visible">True</property>
1444 <property name="orientation">vertical</property> 1806 <property name="can_focus">False</property>
1445 <child> 1807 <child>
1446 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox"> 1808 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox">
1447 <property name="visible">True</property> 1809 <property name="visible">True</property>
1810 <property name="can_focus">False</property>
1448 <property name="spacing">5</property> 1811 <property name="spacing">5</property>
1449 <child> 1812 <child>
1450 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label"> 1813 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label">
1451 <property name="visible">True</property> 1814 <property name="visible">True</property>
1815 <property name="can_focus">False</property>
1452 <property name="has_tooltip">True</property> 1816 <property name="has_tooltip">True</property>
1453 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 1817 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1454 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1818 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
@@ -1466,8 +1830,12 @@
1466 <property name="visible">True</property> 1830 <property name="visible">True</property>
1467 <property name="can_focus">True</property> 1831 <property name="can_focus">True</property>
1468 <property name="max_length">5</property> 1832 <property name="max_length">5</property>
1469 <property name="invisible_char">&#x2022;</property> 1833 <property name="invisible_char"></property>
1470 <property name="invisible_char_set">True</property> 1834 <property name="invisible_char_set">True</property>
1835 <property name="primary_icon_activatable">False</property>
1836 <property name="secondary_icon_activatable">False</property>
1837 <property name="primary_icon_sensitive">True</property>
1838 <property name="secondary_icon_sensitive">True</property>
1471 <property name="adjustment">GNUNET_setup_transport_http_port_adjustment</property> 1839 <property name="adjustment">GNUNET_setup_transport_http_port_adjustment</property>
1472 <property name="numeric">True</property> 1840 <property name="numeric">True</property>
1473 </object> 1841 </object>
@@ -1489,14 +1857,17 @@
1489 <child> 1857 <child>
1490 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox"> 1858 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox">
1491 <property name="visible">True</property> 1859 <property name="visible">True</property>
1860 <property name="can_focus">False</property>
1492 <property name="spacing">5</property> 1861 <property name="spacing">5</property>
1493 <child> 1862 <child>
1494 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label"> 1863 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label">
1495 <property name="visible">True</property> 1864 <property name="visible">True</property>
1865 <property name="can_focus">False</property>
1496 <property name="label" translatable="yes">Advertised port:</property> 1866 <property name="label" translatable="yes">Advertised port:</property>
1497 </object> 1867 </object>
1498 <packing> 1868 <packing>
1499 <property name="expand">False</property> 1869 <property name="expand">False</property>
1870 <property name="fill">True</property>
1500 <property name="padding">5</property> 1871 <property name="padding">5</property>
1501 <property name="position">0</property> 1872 <property name="position">0</property>
1502 </packing> 1873 </packing>
@@ -1506,13 +1877,18 @@
1506 <property name="visible">True</property> 1877 <property name="visible">True</property>
1507 <property name="can_focus">True</property> 1878 <property name="can_focus">True</property>
1508 <property name="max_length">5</property> 1879 <property name="max_length">5</property>
1509 <property name="invisible_char">&#x25CF;</property> 1880 <property name="invisible_char"></property>
1510 <property name="invisible_char_set">True</property> 1881 <property name="invisible_char_set">True</property>
1882 <property name="primary_icon_activatable">False</property>
1883 <property name="secondary_icon_activatable">False</property>
1884 <property name="primary_icon_sensitive">True</property>
1885 <property name="secondary_icon_sensitive">True</property>
1511 <property name="adjustment">GNUNET_setup_transport_http_advertised_port_adjustment</property> 1886 <property name="adjustment">GNUNET_setup_transport_http_advertised_port_adjustment</property>
1512 <property name="numeric">True</property> 1887 <property name="numeric">True</property>
1513 </object> 1888 </object>
1514 <packing> 1889 <packing>
1515 <property name="expand">False</property> 1890 <property name="expand">False</property>
1891 <property name="fill">True</property>
1516 <property name="padding">5</property> 1892 <property name="padding">5</property>
1517 <property name="position">1</property> 1893 <property name="position">1</property>
1518 </packing> 1894 </packing>
@@ -1520,6 +1896,7 @@
1520 <child> 1896 <child>
1521 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label"> 1897 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label">
1522 <property name="visible">True</property> 1898 <property name="visible">True</property>
1899 <property name="can_focus">False</property>
1523 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1900 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1524 </object> 1901 </object>
1525 <packing> 1902 <packing>
@@ -1540,22 +1917,27 @@
1540 <child> 1917 <child>
1541 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox"> 1918 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox">
1542 <property name="visible">True</property> 1919 <property name="visible">True</property>
1920 <property name="can_focus">False</property>
1543 <child> 1921 <child>
1544 <object class="GtkLabel" id="label4"> 1922 <object class="GtkLabel" id="label4">
1545 <property name="visible">True</property> 1923 <property name="visible">True</property>
1924 <property name="can_focus">False</property>
1546 </object> 1925 </object>
1547 <packing> 1926 <packing>
1927 <property name="expand">True</property>
1928 <property name="fill">True</property>
1548 <property name="position">0</property> 1929 <property name="position">0</property>
1549 </packing> 1930 </packing>
1550 </child> 1931 </child>
1551 <child> 1932 <child>
1552 <object class="GtkButton" id="GNUNET_setup_transport_http_test_button"> 1933 <object class="GtkButton" id="GNUNET_setup_transport_http_test_button">
1553 <property name="label" translatable="yes">Test configuration</property> 1934 <property name="label" translatable="yes">Test configuration</property>
1935 <property name="use_action_appearance">False</property>
1554 <property name="visible">True</property> 1936 <property name="visible">True</property>
1555 <property name="can_focus">True</property> 1937 <property name="can_focus">True</property>
1556 <property name="receives_default">True</property> 1938 <property name="receives_default">True</property>
1557 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property> 1939 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1558 <signal name="clicked" handler="GNUNET_setup_transport_http_test_button_clicked_cb"/> 1940 <signal name="clicked" handler="GNUNET_setup_transport_http_test_button_clicked_cb" swapped="no"/>
1559 </object> 1941 </object>
1560 <packing> 1942 <packing>
1561 <property name="expand">False</property> 1943 <property name="expand">False</property>
@@ -1566,6 +1948,7 @@
1566 </child> 1948 </child>
1567 <child> 1949 <child>
1568 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image"> 1950 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image">
1951 <property name="can_focus">False</property>
1569 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1952 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1570 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1953 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1571 </object> 1954 </object>
@@ -1578,6 +1961,7 @@
1578 </child> 1961 </child>
1579 <child> 1962 <child>
1580 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image"> 1963 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image">
1964 <property name="can_focus">False</property>
1581 <property name="tooltip_text" translatable="yes">Test failed!</property> 1965 <property name="tooltip_text" translatable="yes">Test failed!</property>
1582 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1966 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1583 </object> 1967 </object>
@@ -1591,8 +1975,11 @@
1591 <child> 1975 <child>
1592 <object class="GtkLabel" id="label6"> 1976 <object class="GtkLabel" id="label6">
1593 <property name="visible">True</property> 1977 <property name="visible">True</property>
1978 <property name="can_focus">False</property>
1594 </object> 1979 </object>
1595 <packing> 1980 <packing>
1981 <property name="expand">True</property>
1982 <property name="fill">True</property>
1596 <property name="position">4</property> 1983 <property name="position">4</property>
1597 </packing> 1984 </packing>
1598 </child> 1985 </child>
@@ -1612,6 +1999,7 @@
1612 <child type="tab"> 1999 <child type="tab">
1613 <object class="GtkLabel" id="GNUNET_setup_transport_http_label"> 2000 <object class="GtkLabel" id="GNUNET_setup_transport_http_label">
1614 <property name="visible">True</property> 2001 <property name="visible">True</property>
2002 <property name="can_focus">False</property>
1615 <property name="label" translatable="yes">HTTP</property> 2003 <property name="label" translatable="yes">HTTP</property>
1616 </object> 2004 </object>
1617 <packing> 2005 <packing>
@@ -1622,14 +2010,16 @@
1622 <child> 2010 <child>
1623 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox"> 2011 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox">
1624 <property name="visible">True</property> 2012 <property name="visible">True</property>
1625 <property name="orientation">vertical</property> 2013 <property name="can_focus">False</property>
1626 <child> 2014 <child>
1627 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox"> 2015 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox">
1628 <property name="visible">True</property> 2016 <property name="visible">True</property>
2017 <property name="can_focus">False</property>
1629 <property name="spacing">5</property> 2018 <property name="spacing">5</property>
1630 <child> 2019 <child>
1631 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label"> 2020 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label">
1632 <property name="visible">True</property> 2021 <property name="visible">True</property>
2022 <property name="can_focus">False</property>
1633 <property name="has_tooltip">True</property> 2023 <property name="has_tooltip">True</property>
1634 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 2024 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1635 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 2025 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
@@ -1647,8 +2037,12 @@
1647 <property name="visible">True</property> 2037 <property name="visible">True</property>
1648 <property name="can_focus">True</property> 2038 <property name="can_focus">True</property>
1649 <property name="max_length">5</property> 2039 <property name="max_length">5</property>
1650 <property name="invisible_char">&#x2022;</property> 2040 <property name="invisible_char"></property>
1651 <property name="invisible_char_set">True</property> 2041 <property name="invisible_char_set">True</property>
2042 <property name="primary_icon_activatable">False</property>
2043 <property name="secondary_icon_activatable">False</property>
2044 <property name="primary_icon_sensitive">True</property>
2045 <property name="secondary_icon_sensitive">True</property>
1652 <property name="adjustment">GNUNET_setup_transport_https_port_adjustment</property> 2046 <property name="adjustment">GNUNET_setup_transport_https_port_adjustment</property>
1653 <property name="numeric">True</property> 2047 <property name="numeric">True</property>
1654 </object> 2048 </object>
@@ -1670,14 +2064,17 @@
1670 <child> 2064 <child>
1671 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox"> 2065 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox">
1672 <property name="visible">True</property> 2066 <property name="visible">True</property>
2067 <property name="can_focus">False</property>
1673 <property name="spacing">5</property> 2068 <property name="spacing">5</property>
1674 <child> 2069 <child>
1675 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label"> 2070 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label">
1676 <property name="visible">True</property> 2071 <property name="visible">True</property>
2072 <property name="can_focus">False</property>
1677 <property name="label" translatable="yes">Advertised port:</property> 2073 <property name="label" translatable="yes">Advertised port:</property>
1678 </object> 2074 </object>
1679 <packing> 2075 <packing>
1680 <property name="expand">False</property> 2076 <property name="expand">False</property>
2077 <property name="fill">True</property>
1681 <property name="padding">5</property> 2078 <property name="padding">5</property>
1682 <property name="position">0</property> 2079 <property name="position">0</property>
1683 </packing> 2080 </packing>
@@ -1687,13 +2084,18 @@
1687 <property name="visible">True</property> 2084 <property name="visible">True</property>
1688 <property name="can_focus">True</property> 2085 <property name="can_focus">True</property>
1689 <property name="max_length">5</property> 2086 <property name="max_length">5</property>
1690 <property name="invisible_char">&#x25CF;</property> 2087 <property name="invisible_char"></property>
1691 <property name="invisible_char_set">True</property> 2088 <property name="invisible_char_set">True</property>
2089 <property name="primary_icon_activatable">False</property>
2090 <property name="secondary_icon_activatable">False</property>
2091 <property name="primary_icon_sensitive">True</property>
2092 <property name="secondary_icon_sensitive">True</property>
1692 <property name="adjustment">GNUNET_setup_transport_https_advertised_port_adjustment</property> 2093 <property name="adjustment">GNUNET_setup_transport_https_advertised_port_adjustment</property>
1693 <property name="numeric">True</property> 2094 <property name="numeric">True</property>
1694 </object> 2095 </object>
1695 <packing> 2096 <packing>
1696 <property name="expand">False</property> 2097 <property name="expand">False</property>
2098 <property name="fill">True</property>
1697 <property name="padding">5</property> 2099 <property name="padding">5</property>
1698 <property name="position">1</property> 2100 <property name="position">1</property>
1699 </packing> 2101 </packing>
@@ -1701,6 +2103,7 @@
1701 <child> 2103 <child>
1702 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label"> 2104 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label">
1703 <property name="visible">True</property> 2105 <property name="visible">True</property>
2106 <property name="can_focus">False</property>
1704 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 2107 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1705 </object> 2108 </object>
1706 <packing> 2109 <packing>
@@ -1721,22 +2124,27 @@
1721 <child> 2124 <child>
1722 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox"> 2125 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox">
1723 <property name="visible">True</property> 2126 <property name="visible">True</property>
2127 <property name="can_focus">False</property>
1724 <child> 2128 <child>
1725 <object class="GtkLabel" id="label7"> 2129 <object class="GtkLabel" id="label7">
1726 <property name="visible">True</property> 2130 <property name="visible">True</property>
2131 <property name="can_focus">False</property>
1727 </object> 2132 </object>
1728 <packing> 2133 <packing>
2134 <property name="expand">True</property>
2135 <property name="fill">True</property>
1729 <property name="position">0</property> 2136 <property name="position">0</property>
1730 </packing> 2137 </packing>
1731 </child> 2138 </child>
1732 <child> 2139 <child>
1733 <object class="GtkButton" id="GNUNET_setup_transport_https_test_button"> 2140 <object class="GtkButton" id="GNUNET_setup_transport_https_test_button">
1734 <property name="label" translatable="yes">Test configuration</property> 2141 <property name="label" translatable="yes">Test configuration</property>
2142 <property name="use_action_appearance">False</property>
1735 <property name="visible">True</property> 2143 <property name="visible">True</property>
1736 <property name="can_focus">True</property> 2144 <property name="can_focus">True</property>
1737 <property name="receives_default">True</property> 2145 <property name="receives_default">True</property>
1738 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property> 2146 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1739 <signal name="clicked" handler="GNUNET_setup_transport_https_test_button_clicked_cb"/> 2147 <signal name="clicked" handler="GNUNET_setup_transport_https_test_button_clicked_cb" swapped="no"/>
1740 </object> 2148 </object>
1741 <packing> 2149 <packing>
1742 <property name="expand">False</property> 2150 <property name="expand">False</property>
@@ -1747,6 +2155,7 @@
1747 </child> 2155 </child>
1748 <child> 2156 <child>
1749 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image"> 2157 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image">
2158 <property name="can_focus">False</property>
1750 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2159 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1751 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2160 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1752 </object> 2161 </object>
@@ -1759,6 +2168,7 @@
1759 </child> 2168 </child>
1760 <child> 2169 <child>
1761 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image"> 2170 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image">
2171 <property name="can_focus">False</property>
1762 <property name="tooltip_text" translatable="yes">Test failed!</property> 2172 <property name="tooltip_text" translatable="yes">Test failed!</property>
1763 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2173 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1764 </object> 2174 </object>
@@ -1772,8 +2182,11 @@
1772 <child> 2182 <child>
1773 <object class="GtkLabel" id="label8"> 2183 <object class="GtkLabel" id="label8">
1774 <property name="visible">True</property> 2184 <property name="visible">True</property>
2185 <property name="can_focus">False</property>
1775 </object> 2186 </object>
1776 <packing> 2187 <packing>
2188 <property name="expand">True</property>
2189 <property name="fill">True</property>
1777 <property name="position">4</property> 2190 <property name="position">4</property>
1778 </packing> 2191 </packing>
1779 </child> 2192 </child>
@@ -1793,6 +2206,7 @@
1793 <child type="tab"> 2206 <child type="tab">
1794 <object class="GtkLabel" id="GNUNET_setup_transport_https_label"> 2207 <object class="GtkLabel" id="GNUNET_setup_transport_https_label">
1795 <property name="visible">True</property> 2208 <property name="visible">True</property>
2209 <property name="can_focus">False</property>
1796 <property name="label" translatable="yes">HTTPS</property> 2210 <property name="label" translatable="yes">HTTPS</property>
1797 </object> 2211 </object>
1798 <packing> 2212 <packing>
@@ -1803,7 +2217,7 @@
1803 <child> 2217 <child>
1804 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox"> 2218 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox">
1805 <property name="visible">True</property> 2219 <property name="visible">True</property>
1806 <property name="orientation">vertical</property> 2220 <property name="can_focus">False</property>
1807 <child> 2221 <child>
1808 <placeholder/> 2222 <placeholder/>
1809 </child> 2223 </child>
@@ -1815,6 +2229,7 @@
1815 <child type="tab"> 2229 <child type="tab">
1816 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label"> 2230 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label">
1817 <property name="visible">True</property> 2231 <property name="visible">True</property>
2232 <property name="can_focus">False</property>
1818 <property name="label" translatable="yes">DV</property> 2233 <property name="label" translatable="yes">DV</property>
1819 </object> 2234 </object>
1820 <packing> 2235 <packing>
@@ -1825,13 +2240,15 @@
1825 <child> 2240 <child>
1826 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox"> 2241 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox">
1827 <property name="visible">True</property> 2242 <property name="visible">True</property>
1828 <property name="orientation">vertical</property> 2243 <property name="can_focus">False</property>
1829 <child> 2244 <child>
1830 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox"> 2245 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox">
1831 <property name="visible">True</property> 2246 <property name="visible">True</property>
2247 <property name="can_focus">False</property>
1832 <child> 2248 <child>
1833 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label"> 2249 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label">
1834 <property name="visible">True</property> 2250 <property name="visible">True</property>
2251 <property name="can_focus">False</property>
1835 <property name="label" translatable="yes">Name of _Monitor Interface</property> 2252 <property name="label" translatable="yes">Name of _Monitor Interface</property>
1836 <property name="use_underline">True</property> 2253 <property name="use_underline">True</property>
1837 </object> 2254 </object>
@@ -1847,8 +2264,12 @@
1847 <property name="visible">True</property> 2264 <property name="visible">True</property>
1848 <property name="can_focus">True</property> 2265 <property name="can_focus">True</property>
1849 <property name="max_length">255</property> 2266 <property name="max_length">255</property>
1850 <property name="invisible_char">&#x25CF;</property> 2267 <property name="invisible_char"></property>
1851 <property name="invisible_char_set">True</property> 2268 <property name="invisible_char_set">True</property>
2269 <property name="primary_icon_activatable">False</property>
2270 <property name="secondary_icon_activatable">False</property>
2271 <property name="primary_icon_sensitive">True</property>
2272 <property name="secondary_icon_sensitive">True</property>
1852 </object> 2273 </object>
1853 <packing> 2274 <packing>
1854 <property name="expand">False</property> 2275 <property name="expand">False</property>
@@ -1873,6 +2294,7 @@
1873 <child type="tab"> 2294 <child type="tab">
1874 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label"> 2295 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label">
1875 <property name="visible">True</property> 2296 <property name="visible">True</property>
2297 <property name="can_focus">False</property>
1876 <property name="label" translatable="yes">WLAN</property> 2298 <property name="label" translatable="yes">WLAN</property>
1877 </object> 2299 </object>
1878 <packing> 2300 <packing>
@@ -1882,6 +2304,8 @@
1882 </child> 2304 </child>
1883 </object> 2305 </object>
1884 <packing> 2306 <packing>
2307 <property name="expand">True</property>
2308 <property name="fill">True</property>
1885 <property name="position">1</property> 2309 <property name="position">1</property>
1886 </packing> 2310 </packing>
1887 </child> 2311 </child>
@@ -1892,6 +2316,7 @@
1892 <child type="label"> 2316 <child type="label">
1893 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label"> 2317 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label">
1894 <property name="visible">True</property> 2318 <property name="visible">True</property>
2319 <property name="can_focus">False</property>
1895 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property> 2320 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property>
1896 <property name="use_markup">True</property> 2321 <property name="use_markup">True</property>
1897 </object> 2322 </object>
@@ -1904,6 +2329,7 @@
1904 <child type="tab"> 2329 <child type="tab">
1905 <object class="GtkLabel" id="GNUNET_setup_transport_label"> 2330 <object class="GtkLabel" id="GNUNET_setup_transport_label">
1906 <property name="visible">True</property> 2331 <property name="visible">True</property>
2332 <property name="can_focus">False</property>
1907 <property name="label" translatable="yes">_Transports</property> 2333 <property name="label" translatable="yes">_Transports</property>
1908 <property name="use_underline">True</property> 2334 <property name="use_underline">True</property>
1909 </object> 2335 </object>
@@ -1915,22 +2341,26 @@
1915 <child> 2341 <child>
1916 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox"> 2342 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox">
1917 <property name="visible">True</property> 2343 <property name="visible">True</property>
1918 <property name="orientation">vertical</property> 2344 <property name="can_focus">False</property>
1919 <child> 2345 <child>
1920 <object class="GtkFrame" id="GNUNET_setup_fs_frame"> 2346 <object class="GtkFrame" id="GNUNET_setup_fs_frame">
1921 <property name="visible">True</property> 2347 <property name="visible">True</property>
2348 <property name="can_focus">False</property>
1922 <property name="label_xalign">0</property> 2349 <property name="label_xalign">0</property>
1923 <property name="shadow_type">none</property> 2350 <property name="shadow_type">none</property>
1924 <child> 2351 <child>
1925 <object class="GtkAlignment" id="GNUNET_setup_fs_alignment"> 2352 <object class="GtkAlignment" id="GNUNET_setup_fs_alignment">
1926 <property name="visible">True</property> 2353 <property name="visible">True</property>
2354 <property name="can_focus">False</property>
1927 <property name="left_padding">12</property> 2355 <property name="left_padding">12</property>
1928 <child> 2356 <child>
1929 <object class="GtkHBox" id="GNUNET_setup_fs_migration_hbox"> 2357 <object class="GtkHBox" id="GNUNET_setup_fs_migration_hbox">
1930 <property name="visible">True</property> 2358 <property name="visible">True</property>
2359 <property name="can_focus">False</property>
1931 <child> 2360 <child>
1932 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_from_checkbutton"> 2361 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_from_checkbutton">
1933 <property name="label" translatable="yes">Enable unsolicited content transmission from this peer</property> 2362 <property name="label" translatable="yes">Enable unsolicited content transmission from this peer</property>
2363 <property name="use_action_appearance">False</property>
1934 <property name="visible">True</property> 2364 <property name="visible">True</property>
1935 <property name="can_focus">True</property> 2365 <property name="can_focus">True</property>
1936 <property name="receives_default">False</property> 2366 <property name="receives_default">False</property>
@@ -1948,6 +2378,7 @@
1948 <child> 2378 <child>
1949 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_to_checkbutton"> 2379 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_to_checkbutton">
1950 <property name="label" translatable="yes">Enable caching content at this peer</property> 2380 <property name="label" translatable="yes">Enable caching content at this peer</property>
2381 <property name="use_action_appearance">False</property>
1951 <property name="visible">True</property> 2382 <property name="visible">True</property>
1952 <property name="can_focus">True</property> 2383 <property name="can_focus">True</property>
1953 <property name="receives_default">False</property> 2384 <property name="receives_default">False</property>
@@ -1956,6 +2387,8 @@
1956 <property name="draw_indicator">True</property> 2387 <property name="draw_indicator">True</property>
1957 </object> 2388 </object>
1958 <packing> 2389 <packing>
2390 <property name="expand">True</property>
2391 <property name="fill">True</property>
1959 <property name="position">1</property> 2392 <property name="position">1</property>
1960 </packing> 2393 </packing>
1961 </child> 2394 </child>
@@ -1966,6 +2399,7 @@
1966 <child type="label"> 2399 <child type="label">
1967 <object class="GtkLabel" id="GNUNET_setup_fs_options_label"> 2400 <object class="GtkLabel" id="GNUNET_setup_fs_options_label">
1968 <property name="visible">True</property> 2401 <property name="visible">True</property>
2402 <property name="can_focus">False</property>
1969 <property name="label" translatable="yes">&lt;b&gt;File Sharing Options&lt;/b&gt;</property> 2403 <property name="label" translatable="yes">&lt;b&gt;File Sharing Options&lt;/b&gt;</property>
1970 <property name="use_markup">True</property> 2404 <property name="use_markup">True</property>
1971 </object> 2405 </object>
@@ -1980,22 +2414,26 @@
1980 <child> 2414 <child>
1981 <object class="GtkFrame" id="GNUNET_setup_datastore_frame"> 2415 <object class="GtkFrame" id="GNUNET_setup_datastore_frame">
1982 <property name="visible">True</property> 2416 <property name="visible">True</property>
2417 <property name="can_focus">False</property>
1983 <property name="label_xalign">0</property> 2418 <property name="label_xalign">0</property>
1984 <property name="shadow_type">none</property> 2419 <property name="shadow_type">none</property>
1985 <child> 2420 <child>
1986 <object class="GtkAlignment" id="GNUNET_setup_datastore_alignment"> 2421 <object class="GtkAlignment" id="GNUNET_setup_datastore_alignment">
1987 <property name="visible">True</property> 2422 <property name="visible">True</property>
2423 <property name="can_focus">False</property>
1988 <property name="left_padding">12</property> 2424 <property name="left_padding">12</property>
1989 <child> 2425 <child>
1990 <object class="GtkVBox" id="GNUNET_setup_datastore_vbox"> 2426 <object class="GtkVBox" id="GNUNET_setup_datastore_vbox">
1991 <property name="visible">True</property> 2427 <property name="visible">True</property>
1992 <property name="orientation">vertical</property> 2428 <property name="can_focus">False</property>
1993 <child> 2429 <child>
1994 <object class="GtkHBox" id="GNUNET_setup_datastore_hbox"> 2430 <object class="GtkHBox" id="GNUNET_setup_datastore_hbox">
1995 <property name="visible">True</property> 2431 <property name="visible">True</property>
2432 <property name="can_focus">False</property>
1996 <child> 2433 <child>
1997 <object class="GtkLabel" id="GNUNET_setup_datastore_label"> 2434 <object class="GtkLabel" id="GNUNET_setup_datastore_label">
1998 <property name="visible">True</property> 2435 <property name="visible">True</property>
2436 <property name="can_focus">False</property>
1999 <property name="label" translatable="yes">Database Backend to use:</property> 2437 <property name="label" translatable="yes">Database Backend to use:</property>
2000 </object> 2438 </object>
2001 <packing> 2439 <packing>
@@ -2008,17 +2446,19 @@
2008 <child> 2446 <child>
2009 <object class="GtkHButtonBox" id="GNUNET_setup_datastore_hbuttonbox"> 2447 <object class="GtkHButtonBox" id="GNUNET_setup_datastore_hbuttonbox">
2010 <property name="visible">True</property> 2448 <property name="visible">True</property>
2449 <property name="can_focus">False</property>
2011 <property name="layout_style">start</property> 2450 <property name="layout_style">start</property>
2012 <child> 2451 <child>
2013 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_sqlite_radiobutton"> 2452 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_sqlite_radiobutton">
2014 <property name="label" translatable="yes">sqLite</property> 2453 <property name="label" translatable="yes">sqLite</property>
2454 <property name="use_action_appearance">False</property>
2015 <property name="visible">True</property> 2455 <property name="visible">True</property>
2016 <property name="can_focus">True</property> 2456 <property name="can_focus">True</property>
2017 <property name="receives_default">False</property> 2457 <property name="receives_default">False</property>
2018 <property name="xalign">0</property> 2458 <property name="xalign">0</property>
2019 <property name="active">True</property> 2459 <property name="active">True</property>
2020 <property name="draw_indicator">True</property> 2460 <property name="draw_indicator">True</property>
2021 <signal name="realize" handler="GNUNET_setup_fs_datastore_sqlite_radiobutton_realize_cb"/> 2461 <signal name="realize" handler="GNUNET_setup_fs_datastore_sqlite_radiobutton_realize_cb" swapped="no"/>
2022 </object> 2462 </object>
2023 <packing> 2463 <packing>
2024 <property name="expand">False</property> 2464 <property name="expand">False</property>
@@ -2029,6 +2469,7 @@
2029 <child> 2469 <child>
2030 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_mysql_radiobutton"> 2470 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_mysql_radiobutton">
2031 <property name="label" translatable="yes">MySQL</property> 2471 <property name="label" translatable="yes">MySQL</property>
2472 <property name="use_action_appearance">False</property>
2032 <property name="visible">True</property> 2473 <property name="visible">True</property>
2033 <property name="can_focus">True</property> 2474 <property name="can_focus">True</property>
2034 <property name="receives_default">False</property> 2475 <property name="receives_default">False</property>
@@ -2036,7 +2477,7 @@
2036 <property name="yalign">0.50999999046325684</property> 2477 <property name="yalign">0.50999999046325684</property>
2037 <property name="draw_indicator">True</property> 2478 <property name="draw_indicator">True</property>
2038 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property> 2479 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property>
2039 <signal name="realize" handler="GNUNET_setup_fs_datastore_mysql_radiobutton_realize_cb"/> 2480 <signal name="realize" handler="GNUNET_setup_fs_datastore_mysql_radiobutton_realize_cb" swapped="no"/>
2040 </object> 2481 </object>
2041 <packing> 2482 <packing>
2042 <property name="expand">False</property> 2483 <property name="expand">False</property>
@@ -2047,13 +2488,14 @@
2047 <child> 2488 <child>
2048 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_postgres_radiobutton"> 2489 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_postgres_radiobutton">
2049 <property name="label" translatable="yes">Postgres</property> 2490 <property name="label" translatable="yes">Postgres</property>
2491 <property name="use_action_appearance">False</property>
2050 <property name="visible">True</property> 2492 <property name="visible">True</property>
2051 <property name="can_focus">True</property> 2493 <property name="can_focus">True</property>
2052 <property name="receives_default">False</property> 2494 <property name="receives_default">False</property>
2053 <property name="xalign">0</property> 2495 <property name="xalign">0</property>
2054 <property name="draw_indicator">True</property> 2496 <property name="draw_indicator">True</property>
2055 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property> 2497 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property>
2056 <signal name="realize" handler="GNUNET_setup_fs_datastore_postgres_radiobutton_realize_cb"/> 2498 <signal name="realize" handler="GNUNET_setup_fs_datastore_postgres_radiobutton_realize_cb" swapped="no"/>
2057 </object> 2499 </object>
2058 <packing> 2500 <packing>
2059 <property name="expand">False</property> 2501 <property name="expand">False</property>
@@ -2071,9 +2513,11 @@
2071 <child> 2513 <child>
2072 <object class="GtkVSeparator" id="GNUNET_setup_datastore_vseparator"> 2514 <object class="GtkVSeparator" id="GNUNET_setup_datastore_vseparator">
2073 <property name="visible">True</property> 2515 <property name="visible">True</property>
2516 <property name="can_focus">False</property>
2074 </object> 2517 </object>
2075 <packing> 2518 <packing>
2076 <property name="expand">False</property> 2519 <property name="expand">False</property>
2520 <property name="fill">True</property>
2077 <property name="padding">5</property> 2521 <property name="padding">5</property>
2078 <property name="position">2</property> 2522 <property name="position">2</property>
2079 </packing> 2523 </packing>
@@ -2081,6 +2525,7 @@
2081 <child> 2525 <child>
2082 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_quota_label"> 2526 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_quota_label">
2083 <property name="visible">True</property> 2527 <property name="visible">True</property>
2528 <property name="can_focus">False</property>
2084 <property name="label" translatable="yes">Quota (bytes):</property> 2529 <property name="label" translatable="yes">Quota (bytes):</property>
2085 </object> 2530 </object>
2086 <packing> 2531 <packing>
@@ -2094,8 +2539,12 @@
2094 <object class="GtkSpinButton" id="GNUNET_setup_fs_datastore_quota_spinbutton"> 2539 <object class="GtkSpinButton" id="GNUNET_setup_fs_datastore_quota_spinbutton">
2095 <property name="visible">True</property> 2540 <property name="visible">True</property>
2096 <property name="can_focus">True</property> 2541 <property name="can_focus">True</property>
2097 <property name="invisible_char">&#x2022;</property> 2542 <property name="invisible_char"></property>
2098 <property name="invisible_char_set">True</property> 2543 <property name="invisible_char_set">True</property>
2544 <property name="primary_icon_activatable">False</property>
2545 <property name="secondary_icon_activatable">False</property>
2546 <property name="primary_icon_sensitive">True</property>
2547 <property name="secondary_icon_sensitive">True</property>
2099 <property name="adjustment">GNUNET_setup_fs_datastore_quota_adjustment</property> 2548 <property name="adjustment">GNUNET_setup_fs_datastore_quota_adjustment</property>
2100 <property name="numeric">True</property> 2549 <property name="numeric">True</property>
2101 </object> 2550 </object>
@@ -2119,12 +2568,14 @@
2119 <child> 2568 <child>
2120 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_sqlite_label"> 2569 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_sqlite_label">
2121 <property name="visible">True</property> 2570 <property name="visible">True</property>
2571 <property name="can_focus">False</property>
2122 <property name="label" translatable="yes">No setup required.</property> 2572 <property name="label" translatable="yes">No setup required.</property>
2123 </object> 2573 </object>
2124 </child> 2574 </child>
2125 <child type="tab"> 2575 <child type="tab">
2126 <object class="GtkLabel" id="GNUNET_setup_datastore_sqlite_label"> 2576 <object class="GtkLabel" id="GNUNET_setup_datastore_sqlite_label">
2127 <property name="visible">True</property> 2577 <property name="visible">True</property>
2578 <property name="can_focus">False</property>
2128 <property name="label" translatable="yes">sqLite</property> 2579 <property name="label" translatable="yes">sqLite</property>
2129 </object> 2580 </object>
2130 <packing> 2581 <packing>
@@ -2134,13 +2585,15 @@
2134 <child> 2585 <child>
2135 <object class="GtkVBox" id="GNUNET_setup_datastore_mysql_vbox"> 2586 <object class="GtkVBox" id="GNUNET_setup_datastore_mysql_vbox">
2136 <property name="visible">True</property> 2587 <property name="visible">True</property>
2137 <property name="orientation">vertical</property> 2588 <property name="can_focus">False</property>
2138 <child> 2589 <child>
2139 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_database_name_hbox"> 2590 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_database_name_hbox">
2140 <property name="visible">True</property> 2591 <property name="visible">True</property>
2592 <property name="can_focus">False</property>
2141 <child> 2593 <child>
2142 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label"> 2594 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label">
2143 <property name="visible">True</property> 2595 <property name="visible">True</property>
2596 <property name="can_focus">False</property>
2144 <property name="label" translatable="yes">MySQL database name:</property> 2597 <property name="label" translatable="yes">MySQL database name:</property>
2145 </object> 2598 </object>
2146 <packing> 2599 <packing>
@@ -2154,27 +2607,37 @@
2154 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_database_name_entry"> 2607 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_database_name_entry">
2155 <property name="visible">True</property> 2608 <property name="visible">True</property>
2156 <property name="can_focus">True</property> 2609 <property name="can_focus">True</property>
2157 <property name="invisible_char">&#x2022;</property> 2610 <property name="invisible_char"></property>
2158 <property name="text" translatable="yes">gnunet</property> 2611 <property name="text" translatable="yes">gnunet</property>
2159 <property name="invisible_char_set">True</property> 2612 <property name="invisible_char_set">True</property>
2160 <signal name="changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb"/> 2613 <property name="primary_icon_activatable">False</property>
2614 <property name="secondary_icon_activatable">False</property>
2615 <property name="primary_icon_sensitive">True</property>
2616 <property name="secondary_icon_sensitive">True</property>
2617 <signal name="changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb" swapped="no"/>
2161 </object> 2618 </object>
2162 <packing> 2619 <packing>
2620 <property name="expand">True</property>
2621 <property name="fill">True</property>
2163 <property name="padding">5</property> 2622 <property name="padding">5</property>
2164 <property name="position">1</property> 2623 <property name="position">1</property>
2165 </packing> 2624 </packing>
2166 </child> 2625 </child>
2167 </object> 2626 </object>
2168 <packing> 2627 <packing>
2628 <property name="expand">True</property>
2629 <property name="fill">True</property>
2169 <property name="position">0</property> 2630 <property name="position">0</property>
2170 </packing> 2631 </packing>
2171 </child> 2632 </child>
2172 <child> 2633 <child>
2173 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_config_file_hbox"> 2634 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_config_file_hbox">
2174 <property name="visible">True</property> 2635 <property name="visible">True</property>
2636 <property name="can_focus">False</property>
2175 <child> 2637 <child>
2176 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label"> 2638 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label">
2177 <property name="visible">True</property> 2639 <property name="visible">True</property>
2640 <property name="can_focus">False</property>
2178 <property name="label" translatable="yes">Configuration file:</property> 2641 <property name="label" translatable="yes">Configuration file:</property>
2179 </object> 2642 </object>
2180 <packing> 2643 <packing>
@@ -2186,23 +2649,30 @@
2186 <child> 2649 <child>
2187 <object class="GtkFileChooserButton" id="GNUNET_setup_datastore_mysql_config_file_filechooserbutton"> 2650 <object class="GtkFileChooserButton" id="GNUNET_setup_datastore_mysql_config_file_filechooserbutton">
2188 <property name="visible">True</property> 2651 <property name="visible">True</property>
2652 <property name="can_focus">False</property>
2189 </object> 2653 </object>
2190 <packing> 2654 <packing>
2655 <property name="expand">True</property>
2656 <property name="fill">True</property>
2191 <property name="padding">5</property> 2657 <property name="padding">5</property>
2192 <property name="position">1</property> 2658 <property name="position">1</property>
2193 </packing> 2659 </packing>
2194 </child> 2660 </child>
2195 </object> 2661 </object>
2196 <packing> 2662 <packing>
2663 <property name="expand">True</property>
2664 <property name="fill">True</property>
2197 <property name="position">1</property> 2665 <property name="position">1</property>
2198 </packing> 2666 </packing>
2199 </child> 2667 </child>
2200 <child> 2668 <child>
2201 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_username_password_hbox"> 2669 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_username_password_hbox">
2202 <property name="visible">True</property> 2670 <property name="visible">True</property>
2671 <property name="can_focus">False</property>
2203 <child> 2672 <child>
2204 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label"> 2673 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label">
2205 <property name="visible">True</property> 2674 <property name="visible">True</property>
2675 <property name="can_focus">False</property>
2206 <property name="label" translatable="yes">Username:</property> 2676 <property name="label" translatable="yes">Username:</property>
2207 </object> 2677 </object>
2208 <packing> 2678 <packing>
@@ -2216,10 +2686,16 @@
2216 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_username_entry"> 2686 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_username_entry">
2217 <property name="visible">True</property> 2687 <property name="visible">True</property>
2218 <property name="can_focus">True</property> 2688 <property name="can_focus">True</property>
2219 <property name="invisible_char">&#x2022;</property> 2689 <property name="invisible_char"></property>
2220 <property name="invisible_char_set">True</property> 2690 <property name="invisible_char_set">True</property>
2691 <property name="primary_icon_activatable">False</property>
2692 <property name="secondary_icon_activatable">False</property>
2693 <property name="primary_icon_sensitive">True</property>
2694 <property name="secondary_icon_sensitive">True</property>
2221 </object> 2695 </object>
2222 <packing> 2696 <packing>
2697 <property name="expand">True</property>
2698 <property name="fill">True</property>
2223 <property name="padding">5</property> 2699 <property name="padding">5</property>
2224 <property name="position">1</property> 2700 <property name="position">1</property>
2225 </packing> 2701 </packing>
@@ -2227,6 +2703,7 @@
2227 <child> 2703 <child>
2228 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_password_label"> 2704 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_password_label">
2229 <property name="visible">True</property> 2705 <property name="visible">True</property>
2706 <property name="can_focus">False</property>
2230 <property name="label" translatable="yes">Password:</property> 2707 <property name="label" translatable="yes">Password:</property>
2231 </object> 2708 </object>
2232 <packing> 2709 <packing>
@@ -2239,25 +2716,35 @@
2239 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_password_entry"> 2716 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_password_entry">
2240 <property name="visible">True</property> 2717 <property name="visible">True</property>
2241 <property name="can_focus">True</property> 2718 <property name="can_focus">True</property>
2242 <property name="invisible_char">&#x2022;</property> 2719 <property name="invisible_char"></property>
2243 <property name="invisible_char_set">True</property> 2720 <property name="invisible_char_set">True</property>
2721 <property name="primary_icon_activatable">False</property>
2722 <property name="secondary_icon_activatable">False</property>
2723 <property name="primary_icon_sensitive">True</property>
2724 <property name="secondary_icon_sensitive">True</property>
2244 </object> 2725 </object>
2245 <packing> 2726 <packing>
2727 <property name="expand">True</property>
2728 <property name="fill">True</property>
2246 <property name="padding">5</property> 2729 <property name="padding">5</property>
2247 <property name="position">3</property> 2730 <property name="position">3</property>
2248 </packing> 2731 </packing>
2249 </child> 2732 </child>
2250 </object> 2733 </object>
2251 <packing> 2734 <packing>
2735 <property name="expand">True</property>
2736 <property name="fill">True</property>
2252 <property name="position">2</property> 2737 <property name="position">2</property>
2253 </packing> 2738 </packing>
2254 </child> 2739 </child>
2255 <child> 2740 <child>
2256 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hostname_hbox"> 2741 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hostname_hbox">
2257 <property name="visible">True</property> 2742 <property name="visible">True</property>
2743 <property name="can_focus">False</property>
2258 <child> 2744 <child>
2259 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_hostname_label"> 2745 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_hostname_label">
2260 <property name="visible">True</property> 2746 <property name="visible">True</property>
2747 <property name="can_focus">False</property>
2261 <property name="label" translatable="yes">MySQL Server Hostname:</property> 2748 <property name="label" translatable="yes">MySQL Server Hostname:</property>
2262 </object> 2749 </object>
2263 <packing> 2750 <packing>
@@ -2271,11 +2758,17 @@
2271 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_hostname_entry"> 2758 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_hostname_entry">
2272 <property name="visible">True</property> 2759 <property name="visible">True</property>
2273 <property name="can_focus">True</property> 2760 <property name="can_focus">True</property>
2274 <property name="invisible_char">&#x2022;</property> 2761 <property name="invisible_char"></property>
2275 <property name="text" translatable="yes">localhost</property> 2762 <property name="text" translatable="yes">localhost</property>
2276 <property name="invisible_char_set">True</property> 2763 <property name="invisible_char_set">True</property>
2764 <property name="primary_icon_activatable">False</property>
2765 <property name="secondary_icon_activatable">False</property>
2766 <property name="primary_icon_sensitive">True</property>
2767 <property name="secondary_icon_sensitive">True</property>
2277 </object> 2768 </object>
2278 <packing> 2769 <packing>
2770 <property name="expand">True</property>
2771 <property name="fill">True</property>
2279 <property name="padding">5</property> 2772 <property name="padding">5</property>
2280 <property name="position">1</property> 2773 <property name="position">1</property>
2281 </packing> 2774 </packing>
@@ -2283,6 +2776,7 @@
2283 <child> 2776 <child>
2284 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_port_label"> 2777 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_port_label">
2285 <property name="visible">True</property> 2778 <property name="visible">True</property>
2779 <property name="can_focus">False</property>
2286 <property name="label" translatable="yes">Port:</property> 2780 <property name="label" translatable="yes">Port:</property>
2287 </object> 2781 </object>
2288 <packing> 2782 <packing>
@@ -2296,11 +2790,15 @@
2296 <object class="GtkSpinButton" id="GNUNET_setup_datastore_mysql_port_spinbutton"> 2790 <object class="GtkSpinButton" id="GNUNET_setup_datastore_mysql_port_spinbutton">
2297 <property name="visible">True</property> 2791 <property name="visible">True</property>
2298 <property name="can_focus">True</property> 2792 <property name="can_focus">True</property>
2299 <property name="invisible_char">&#x2022;</property> 2793 <property name="invisible_char"></property>
2300 <property name="invisible_char_set">True</property> 2794 <property name="invisible_char_set">True</property>
2795 <property name="primary_icon_activatable">False</property>
2796 <property name="secondary_icon_activatable">False</property>
2797 <property name="primary_icon_sensitive">True</property>
2798 <property name="secondary_icon_sensitive">True</property>
2301 <property name="adjustment">GNUNET_setup_fs_datastore_mysql_port_adjustment</property> 2799 <property name="adjustment">GNUNET_setup_fs_datastore_mysql_port_adjustment</property>
2302 <property name="numeric">True</property> 2800 <property name="numeric">True</property>
2303 <signal name="value_changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb"/> 2801 <signal name="value-changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb" swapped="no"/>
2304 </object> 2802 </object>
2305 <packing> 2803 <packing>
2306 <property name="expand">False</property> 2804 <property name="expand">False</property>
@@ -2311,6 +2809,8 @@
2311 </child> 2809 </child>
2312 </object> 2810 </object>
2313 <packing> 2811 <packing>
2812 <property name="expand">True</property>
2813 <property name="fill">True</property>
2314 <property name="position">3</property> 2814 <property name="position">3</property>
2315 </packing> 2815 </packing>
2316 </child> 2816 </child>
@@ -2322,43 +2822,56 @@
2322 <child type="tab"> 2822 <child type="tab">
2323 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hbox"> 2823 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hbox">
2324 <property name="visible">True</property> 2824 <property name="visible">True</property>
2825 <property name="can_focus">False</property>
2325 <child> 2826 <child>
2326 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_tab_label"> 2827 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_tab_label">
2327 <property name="visible">True</property> 2828 <property name="visible">True</property>
2829 <property name="can_focus">False</property>
2328 <property name="label" translatable="yes">MySQL</property> 2830 <property name="label" translatable="yes">MySQL</property>
2329 </object> 2831 </object>
2330 <packing> 2832 <packing>
2833 <property name="expand">True</property>
2834 <property name="fill">True</property>
2331 <property name="position">0</property> 2835 <property name="position">0</property>
2332 </packing> 2836 </packing>
2333 </child> 2837 </child>
2334 <child> 2838 <child>
2335 <object class="GtkButton" id="GNUNET_setup_datastore_mysql_tab_test_button"> 2839 <object class="GtkButton" id="GNUNET_setup_datastore_mysql_tab_test_button">
2336 <property name="label" translatable="yes">Test configuration</property> 2840 <property name="label" translatable="yes">Test configuration</property>
2841 <property name="use_action_appearance">False</property>
2337 <property name="visible">True</property> 2842 <property name="visible">True</property>
2338 <property name="can_focus">True</property> 2843 <property name="can_focus">True</property>
2339 <property name="receives_default">True</property> 2844 <property name="receives_default">True</property>
2340 <signal name="clicked" handler="GNUNET_setup_datastore_mysql_tab_test_button_clicked_cb"/> 2845 <signal name="clicked" handler="GNUNET_setup_datastore_mysql_tab_test_button_clicked_cb" swapped="no"/>
2341 </object> 2846 </object>
2342 <packing> 2847 <packing>
2848 <property name="expand">True</property>
2849 <property name="fill">True</property>
2343 <property name="padding">5</property> 2850 <property name="padding">5</property>
2344 <property name="position">1</property> 2851 <property name="position">1</property>
2345 </packing> 2852 </packing>
2346 </child> 2853 </child>
2347 <child> 2854 <child>
2348 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_ok_image"> 2855 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_ok_image">
2856 <property name="can_focus">False</property>
2349 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2857 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2350 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2858 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2351 </object> 2859 </object>
2352 <packing> 2860 <packing>
2861 <property name="expand">True</property>
2862 <property name="fill">True</property>
2353 <property name="position">2</property> 2863 <property name="position">2</property>
2354 </packing> 2864 </packing>
2355 </child> 2865 </child>
2356 <child> 2866 <child>
2357 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_error_image"> 2867 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_error_image">
2868 <property name="can_focus">False</property>
2358 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2869 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2359 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2870 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2360 </object> 2871 </object>
2361 <packing> 2872 <packing>
2873 <property name="expand">True</property>
2874 <property name="fill">True</property>
2362 <property name="position">3</property> 2875 <property name="position">3</property>
2363 </packing> 2876 </packing>
2364 </child> 2877 </child>
@@ -2371,13 +2884,16 @@
2371 <child> 2884 <child>
2372 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox"> 2885 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox">
2373 <property name="visible">True</property> 2886 <property name="visible">True</property>
2887 <property name="can_focus">False</property>
2374 <child> 2888 <child>
2375 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_config_label"> 2889 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_config_label">
2376 <property name="visible">True</property> 2890 <property name="visible">True</property>
2891 <property name="can_focus">False</property>
2377 <property name="label" translatable="yes">Configuration:</property> 2892 <property name="label" translatable="yes">Configuration:</property>
2378 </object> 2893 </object>
2379 <packing> 2894 <packing>
2380 <property name="expand">False</property> 2895 <property name="expand">False</property>
2896 <property name="fill">True</property>
2381 <property name="padding">5</property> 2897 <property name="padding">5</property>
2382 <property name="position">0</property> 2898 <property name="position">0</property>
2383 </packing> 2899 </packing>
@@ -2386,11 +2902,17 @@
2386 <object class="GtkEntry" id="GNUNET_setup_datastore_postgres_config_entry"> 2902 <object class="GtkEntry" id="GNUNET_setup_datastore_postgres_config_entry">
2387 <property name="visible">True</property> 2903 <property name="visible">True</property>
2388 <property name="can_focus">True</property> 2904 <property name="can_focus">True</property>
2389 <property name="invisible_char">&#x2022;</property> 2905 <property name="invisible_char"></property>
2390 <property name="invisible_char_set">True</property> 2906 <property name="invisible_char_set">True</property>
2391 <signal name="changed" handler="GNUNET_setup_datastore_postgres_invalidate_cb"/> 2907 <property name="primary_icon_activatable">False</property>
2908 <property name="secondary_icon_activatable">False</property>
2909 <property name="primary_icon_sensitive">True</property>
2910 <property name="secondary_icon_sensitive">True</property>
2911 <signal name="changed" handler="GNUNET_setup_datastore_postgres_invalidate_cb" swapped="no"/>
2392 </object> 2912 </object>
2393 <packing> 2913 <packing>
2914 <property name="expand">True</property>
2915 <property name="fill">True</property>
2394 <property name="padding">5</property> 2916 <property name="padding">5</property>
2395 <property name="position">1</property> 2917 <property name="position">1</property>
2396 </packing> 2918 </packing>
@@ -2403,43 +2925,56 @@
2403 <child type="tab"> 2925 <child type="tab">
2404 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox "> 2926 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox ">
2405 <property name="visible">True</property> 2927 <property name="visible">True</property>
2928 <property name="can_focus">False</property>
2406 <child> 2929 <child>
2407 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_tab_label"> 2930 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_tab_label">
2408 <property name="visible">True</property> 2931 <property name="visible">True</property>
2932 <property name="can_focus">False</property>
2409 <property name="label" translatable="yes">Postgres</property> 2933 <property name="label" translatable="yes">Postgres</property>
2410 </object> 2934 </object>
2411 <packing> 2935 <packing>
2936 <property name="expand">True</property>
2937 <property name="fill">True</property>
2412 <property name="position">0</property> 2938 <property name="position">0</property>
2413 </packing> 2939 </packing>
2414 </child> 2940 </child>
2415 <child> 2941 <child>
2416 <object class="GtkButton" id="GNUNET_setup_datastore_postgres_tab_test_button"> 2942 <object class="GtkButton" id="GNUNET_setup_datastore_postgres_tab_test_button">
2417 <property name="label" translatable="yes">Test configuration</property> 2943 <property name="label" translatable="yes">Test configuration</property>
2944 <property name="use_action_appearance">False</property>
2418 <property name="visible">True</property> 2945 <property name="visible">True</property>
2419 <property name="can_focus">True</property> 2946 <property name="can_focus">True</property>
2420 <property name="receives_default">True</property> 2947 <property name="receives_default">True</property>
2421 <signal name="clicked" handler="GNUNET_setup_datastore_postgres_tab_test_button_clicked_cb"/> 2948 <signal name="clicked" handler="GNUNET_setup_datastore_postgres_tab_test_button_clicked_cb" swapped="no"/>
2422 </object> 2949 </object>
2423 <packing> 2950 <packing>
2951 <property name="expand">True</property>
2952 <property name="fill">True</property>
2424 <property name="padding">5</property> 2953 <property name="padding">5</property>
2425 <property name="position">1</property> 2954 <property name="position">1</property>
2426 </packing> 2955 </packing>
2427 </child> 2956 </child>
2428 <child> 2957 <child>
2429 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_ok_image"> 2958 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_ok_image">
2959 <property name="can_focus">False</property>
2430 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2960 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2431 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2961 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2432 </object> 2962 </object>
2433 <packing> 2963 <packing>
2964 <property name="expand">True</property>
2965 <property name="fill">True</property>
2434 <property name="position">2</property> 2966 <property name="position">2</property>
2435 </packing> 2967 </packing>
2436 </child> 2968 </child>
2437 <child> 2969 <child>
2438 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_error_image"> 2970 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_error_image">
2971 <property name="can_focus">False</property>
2439 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2972 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2440 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2973 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2441 </object> 2974 </object>
2442 <packing> 2975 <packing>
2976 <property name="expand">True</property>
2977 <property name="fill">True</property>
2443 <property name="position">3</property> 2978 <property name="position">3</property>
2444 </packing> 2979 </packing>
2445 </child> 2980 </child>
@@ -2451,6 +2986,8 @@
2451 </child> 2986 </child>
2452 </object> 2987 </object>
2453 <packing> 2988 <packing>
2989 <property name="expand">True</property>
2990 <property name="fill">True</property>
2454 <property name="position">1</property> 2991 <property name="position">1</property>
2455 </packing> 2992 </packing>
2456 </child> 2993 </child>
@@ -2461,34 +2998,41 @@
2461 <child type="label"> 2998 <child type="label">
2462 <object class="GtkLabel" id="GNUNET_setup_datastore_frame_label"> 2999 <object class="GtkLabel" id="GNUNET_setup_datastore_frame_label">
2463 <property name="visible">True</property> 3000 <property name="visible">True</property>
3001 <property name="can_focus">False</property>
2464 <property name="label" translatable="yes">&lt;b&gt;Configure Datastore (persistent storage)&lt;/b&gt;</property> 3002 <property name="label" translatable="yes">&lt;b&gt;Configure Datastore (persistent storage)&lt;/b&gt;</property>
2465 <property name="use_markup">True</property> 3003 <property name="use_markup">True</property>
2466 </object> 3004 </object>
2467 </child> 3005 </child>
2468 </object> 3006 </object>
2469 <packing> 3007 <packing>
3008 <property name="expand">True</property>
3009 <property name="fill">True</property>
2470 <property name="position">1</property> 3010 <property name="position">1</property>
2471 </packing> 3011 </packing>
2472 </child> 3012 </child>
2473 <child> 3013 <child>
2474 <object class="GtkFrame" id="GNUNET_setup_datacache_frame"> 3014 <object class="GtkFrame" id="GNUNET_setup_datacache_frame">
2475 <property name="visible">True</property> 3015 <property name="visible">True</property>
3016 <property name="can_focus">False</property>
2476 <property name="label_xalign">0</property> 3017 <property name="label_xalign">0</property>
2477 <property name="shadow_type">none</property> 3018 <property name="shadow_type">none</property>
2478 <child> 3019 <child>
2479 <object class="GtkAlignment" id="GNUNET_setup_datacache_alignment"> 3020 <object class="GtkAlignment" id="GNUNET_setup_datacache_alignment">
2480 <property name="visible">True</property> 3021 <property name="visible">True</property>
3022 <property name="can_focus">False</property>
2481 <property name="left_padding">12</property> 3023 <property name="left_padding">12</property>
2482 <child> 3024 <child>
2483 <object class="GtkVBox" id="GNUNET_setup_datacache_vbox"> 3025 <object class="GtkVBox" id="GNUNET_setup_datacache_vbox">
2484 <property name="visible">True</property> 3026 <property name="visible">True</property>
2485 <property name="orientation">vertical</property> 3027 <property name="can_focus">False</property>
2486 <child> 3028 <child>
2487 <object class="GtkHBox" id="GNUNET_setup_datacache_hbox"> 3029 <object class="GtkHBox" id="GNUNET_setup_datacache_hbox">
2488 <property name="visible">True</property> 3030 <property name="visible">True</property>
3031 <property name="can_focus">False</property>
2489 <child> 3032 <child>
2490 <object class="GtkLabel" id="GNUNET_setup_datacache_label1"> 3033 <object class="GtkLabel" id="GNUNET_setup_datacache_label1">
2491 <property name="visible">True</property> 3034 <property name="visible">True</property>
3035 <property name="can_focus">False</property>
2492 <property name="label" translatable="yes">Datacache:</property> 3036 <property name="label" translatable="yes">Datacache:</property>
2493 </object> 3037 </object>
2494 <packing> 3038 <packing>
@@ -2501,17 +3045,19 @@
2501 <child> 3045 <child>
2502 <object class="GtkHButtonBox" id="GNUNET_setup_datacache_hbuttonbox"> 3046 <object class="GtkHButtonBox" id="GNUNET_setup_datacache_hbuttonbox">
2503 <property name="visible">True</property> 3047 <property name="visible">True</property>
3048 <property name="can_focus">False</property>
2504 <property name="layout_style">start</property> 3049 <property name="layout_style">start</property>
2505 <child> 3050 <child>
2506 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_sqlite_radiobutton"> 3051 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_sqlite_radiobutton">
2507 <property name="label" translatable="yes">sqLite</property> 3052 <property name="label" translatable="yes">sqLite</property>
3053 <property name="use_action_appearance">False</property>
2508 <property name="visible">True</property> 3054 <property name="visible">True</property>
2509 <property name="can_focus">True</property> 3055 <property name="can_focus">True</property>
2510 <property name="receives_default">False</property> 3056 <property name="receives_default">False</property>
2511 <property name="xalign">0</property> 3057 <property name="xalign">0</property>
2512 <property name="active">True</property> 3058 <property name="active">True</property>
2513 <property name="draw_indicator">True</property> 3059 <property name="draw_indicator">True</property>
2514 <signal name="realize" handler="GNUNET_setup_fs_datacache_sqlite_radiobutton_realize_cb"/> 3060 <signal name="realize" handler="GNUNET_setup_fs_datacache_sqlite_radiobutton_realize_cb" swapped="no"/>
2515 </object> 3061 </object>
2516 <packing> 3062 <packing>
2517 <property name="expand">False</property> 3063 <property name="expand">False</property>
@@ -2522,6 +3068,7 @@
2522 <child> 3068 <child>
2523 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_mysql_radiobutton"> 3069 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_mysql_radiobutton">
2524 <property name="label" translatable="yes">MySQL</property> 3070 <property name="label" translatable="yes">MySQL</property>
3071 <property name="use_action_appearance">False</property>
2525 <property name="visible">True</property> 3072 <property name="visible">True</property>
2526 <property name="can_focus">True</property> 3073 <property name="can_focus">True</property>
2527 <property name="receives_default">False</property> 3074 <property name="receives_default">False</property>
@@ -2529,7 +3076,7 @@
2529 <property name="yalign">0.50999999046325684</property> 3076 <property name="yalign">0.50999999046325684</property>
2530 <property name="draw_indicator">True</property> 3077 <property name="draw_indicator">True</property>
2531 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property> 3078 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property>
2532 <signal name="realize" handler="GNUNET_setup_fs_datacache_mysql_radiobutton_realize_cb"/> 3079 <signal name="realize" handler="GNUNET_setup_fs_datacache_mysql_radiobutton_realize_cb" swapped="no"/>
2533 </object> 3080 </object>
2534 <packing> 3081 <packing>
2535 <property name="expand">False</property> 3082 <property name="expand">False</property>
@@ -2540,13 +3087,14 @@
2540 <child> 3087 <child>
2541 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_postgres_radiobutton"> 3088 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_postgres_radiobutton">
2542 <property name="label" translatable="yes">Postgres</property> 3089 <property name="label" translatable="yes">Postgres</property>
3090 <property name="use_action_appearance">False</property>
2543 <property name="visible">True</property> 3091 <property name="visible">True</property>
2544 <property name="can_focus">True</property> 3092 <property name="can_focus">True</property>
2545 <property name="receives_default">False</property> 3093 <property name="receives_default">False</property>
2546 <property name="xalign">0</property> 3094 <property name="xalign">0</property>
2547 <property name="draw_indicator">True</property> 3095 <property name="draw_indicator">True</property>
2548 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property> 3096 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property>
2549 <signal name="realize" handler="GNUNET_setup_fs_datacache_postgres_radiobutton_realize_cb"/> 3097 <signal name="realize" handler="GNUNET_setup_fs_datacache_postgres_radiobutton_realize_cb" swapped="no"/>
2550 </object> 3098 </object>
2551 <packing> 3099 <packing>
2552 <property name="expand">False</property> 3100 <property name="expand">False</property>
@@ -2564,9 +3112,11 @@
2564 <child> 3112 <child>
2565 <object class="GtkVSeparator" id="GNUNET_setup_datacache_vseparator"> 3113 <object class="GtkVSeparator" id="GNUNET_setup_datacache_vseparator">
2566 <property name="visible">True</property> 3114 <property name="visible">True</property>
3115 <property name="can_focus">False</property>
2567 </object> 3116 </object>
2568 <packing> 3117 <packing>
2569 <property name="expand">False</property> 3118 <property name="expand">False</property>
3119 <property name="fill">True</property>
2570 <property name="padding">5</property> 3120 <property name="padding">5</property>
2571 <property name="position">2</property> 3121 <property name="position">2</property>
2572 </packing> 3122 </packing>
@@ -2574,6 +3124,7 @@
2574 <child> 3124 <child>
2575 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_quota_label"> 3125 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_quota_label">
2576 <property name="visible">True</property> 3126 <property name="visible">True</property>
3127 <property name="can_focus">False</property>
2577 <property name="label" translatable="yes">Quota (bytes):</property> 3128 <property name="label" translatable="yes">Quota (bytes):</property>
2578 </object> 3129 </object>
2579 <packing> 3130 <packing>
@@ -2587,8 +3138,12 @@
2587 <object class="GtkSpinButton" id="GNUNET_setup_fs_datacache_quota_spinbutton"> 3138 <object class="GtkSpinButton" id="GNUNET_setup_fs_datacache_quota_spinbutton">
2588 <property name="visible">True</property> 3139 <property name="visible">True</property>
2589 <property name="can_focus">True</property> 3140 <property name="can_focus">True</property>
2590 <property name="invisible_char">&#x2022;</property> 3141 <property name="invisible_char"></property>
2591 <property name="invisible_char_set">True</property> 3142 <property name="invisible_char_set">True</property>
3143 <property name="primary_icon_activatable">False</property>
3144 <property name="secondary_icon_activatable">False</property>
3145 <property name="primary_icon_sensitive">True</property>
3146 <property name="secondary_icon_sensitive">True</property>
2592 <property name="adjustment">GNUNET_setup_fs_datacache_quota_adjustment</property> 3147 <property name="adjustment">GNUNET_setup_fs_datacache_quota_adjustment</property>
2593 <property name="numeric">True</property> 3148 <property name="numeric">True</property>
2594 </object> 3149 </object>
@@ -2612,12 +3167,14 @@
2612 <child> 3167 <child>
2613 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_body_label"> 3168 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_body_label">
2614 <property name="visible">True</property> 3169 <property name="visible">True</property>
3170 <property name="can_focus">False</property>
2615 <property name="label" translatable="yes">No setup required.</property> 3171 <property name="label" translatable="yes">No setup required.</property>
2616 </object> 3172 </object>
2617 </child> 3173 </child>
2618 <child type="tab"> 3174 <child type="tab">
2619 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_tab_label"> 3175 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_tab_label">
2620 <property name="visible">True</property> 3176 <property name="visible">True</property>
3177 <property name="can_focus">False</property>
2621 <property name="label" translatable="yes">sqLite</property> 3178 <property name="label" translatable="yes">sqLite</property>
2622 </object> 3179 </object>
2623 <packing> 3180 <packing>
@@ -2627,13 +3184,15 @@
2627 <child> 3184 <child>
2628 <object class="GtkVBox" id="GNUNET_setup_datacache_mysql_vbox"> 3185 <object class="GtkVBox" id="GNUNET_setup_datacache_mysql_vbox">
2629 <property name="visible">True</property> 3186 <property name="visible">True</property>
2630 <property name="orientation">vertical</property> 3187 <property name="can_focus">False</property>
2631 <child> 3188 <child>
2632 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_database_name_hbox"> 3189 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_database_name_hbox">
2633 <property name="visible">True</property> 3190 <property name="visible">True</property>
3191 <property name="can_focus">False</property>
2634 <child> 3192 <child>
2635 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label"> 3193 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label">
2636 <property name="visible">True</property> 3194 <property name="visible">True</property>
3195 <property name="can_focus">False</property>
2637 <property name="label" translatable="yes">MySQL database name:</property> 3196 <property name="label" translatable="yes">MySQL database name:</property>
2638 </object> 3197 </object>
2639 <packing> 3198 <packing>
@@ -2647,27 +3206,37 @@
2647 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_database_name_entry"> 3206 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_database_name_entry">
2648 <property name="visible">True</property> 3207 <property name="visible">True</property>
2649 <property name="can_focus">True</property> 3208 <property name="can_focus">True</property>
2650 <property name="invisible_char">&#x2022;</property> 3209 <property name="invisible_char"></property>
2651 <property name="text" translatable="yes">gnunet</property> 3210 <property name="text" translatable="yes">gnunet</property>
2652 <property name="invisible_char_set">True</property> 3211 <property name="invisible_char_set">True</property>
2653 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/> 3212 <property name="primary_icon_activatable">False</property>
3213 <property name="secondary_icon_activatable">False</property>
3214 <property name="primary_icon_sensitive">True</property>
3215 <property name="secondary_icon_sensitive">True</property>
3216 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
2654 </object> 3217 </object>
2655 <packing> 3218 <packing>
3219 <property name="expand">True</property>
3220 <property name="fill">True</property>
2656 <property name="padding">5</property> 3221 <property name="padding">5</property>
2657 <property name="position">1</property> 3222 <property name="position">1</property>
2658 </packing> 3223 </packing>
2659 </child> 3224 </child>
2660 </object> 3225 </object>
2661 <packing> 3226 <packing>
3227 <property name="expand">True</property>
3228 <property name="fill">True</property>
2662 <property name="position">0</property> 3229 <property name="position">0</property>
2663 </packing> 3230 </packing>
2664 </child> 3231 </child>
2665 <child> 3232 <child>
2666 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_config_file_hbox"> 3233 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_config_file_hbox">
2667 <property name="visible">True</property> 3234 <property name="visible">True</property>
3235 <property name="can_focus">False</property>
2668 <child> 3236 <child>
2669 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label"> 3237 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label">
2670 <property name="visible">True</property> 3238 <property name="visible">True</property>
3239 <property name="can_focus">False</property>
2671 <property name="label" translatable="yes">Configuration file:</property> 3240 <property name="label" translatable="yes">Configuration file:</property>
2672 </object> 3241 </object>
2673 <packing> 3242 <packing>
@@ -2679,24 +3248,31 @@
2679 <child> 3248 <child>
2680 <object class="GtkFileChooserButton" id="GNUNET_setup_datacache_mysql_config_file_filechooserbutton"> 3249 <object class="GtkFileChooserButton" id="GNUNET_setup_datacache_mysql_config_file_filechooserbutton">
2681 <property name="visible">True</property> 3250 <property name="visible">True</property>
2682 <signal name="file_set" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/> 3251 <property name="can_focus">False</property>
3252 <signal name="file-set" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
2683 </object> 3253 </object>
2684 <packing> 3254 <packing>
3255 <property name="expand">True</property>
3256 <property name="fill">True</property>
2685 <property name="padding">5</property> 3257 <property name="padding">5</property>
2686 <property name="position">1</property> 3258 <property name="position">1</property>
2687 </packing> 3259 </packing>
2688 </child> 3260 </child>
2689 </object> 3261 </object>
2690 <packing> 3262 <packing>
3263 <property name="expand">True</property>
3264 <property name="fill">True</property>
2691 <property name="position">1</property> 3265 <property name="position">1</property>
2692 </packing> 3266 </packing>
2693 </child> 3267 </child>
2694 <child> 3268 <child>
2695 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_username_password_hbox"> 3269 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_username_password_hbox">
2696 <property name="visible">True</property> 3270 <property name="visible">True</property>
3271 <property name="can_focus">False</property>
2697 <child> 3272 <child>
2698 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label"> 3273 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label">
2699 <property name="visible">True</property> 3274 <property name="visible">True</property>
3275 <property name="can_focus">False</property>
2700 <property name="label" translatable="yes">Username:</property> 3276 <property name="label" translatable="yes">Username:</property>
2701 </object> 3277 </object>
2702 <packing> 3278 <packing>
@@ -2710,11 +3286,17 @@
2710 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_username_entry"> 3286 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_username_entry">
2711 <property name="visible">True</property> 3287 <property name="visible">True</property>
2712 <property name="can_focus">True</property> 3288 <property name="can_focus">True</property>
2713 <property name="invisible_char">&#x2022;</property> 3289 <property name="invisible_char"></property>
2714 <property name="invisible_char_set">True</property> 3290 <property name="invisible_char_set">True</property>
2715 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/> 3291 <property name="primary_icon_activatable">False</property>
3292 <property name="secondary_icon_activatable">False</property>
3293 <property name="primary_icon_sensitive">True</property>
3294 <property name="secondary_icon_sensitive">True</property>
3295 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
2716 </object> 3296 </object>
2717 <packing> 3297 <packing>
3298 <property name="expand">True</property>
3299 <property name="fill">True</property>
2718 <property name="padding">5</property> 3300 <property name="padding">5</property>
2719 <property name="position">1</property> 3301 <property name="position">1</property>
2720 </packing> 3302 </packing>
@@ -2722,6 +3304,7 @@
2722 <child> 3304 <child>
2723 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_password_label"> 3305 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_password_label">
2724 <property name="visible">True</property> 3306 <property name="visible">True</property>
3307 <property name="can_focus">False</property>
2725 <property name="label" translatable="yes">Password:</property> 3308 <property name="label" translatable="yes">Password:</property>
2726 </object> 3309 </object>
2727 <packing> 3310 <packing>
@@ -2734,26 +3317,36 @@
2734 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_password_entry"> 3317 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_password_entry">
2735 <property name="visible">True</property> 3318 <property name="visible">True</property>
2736 <property name="can_focus">True</property> 3319 <property name="can_focus">True</property>
2737 <property name="invisible_char">&#x2022;</property> 3320 <property name="invisible_char"></property>
2738 <property name="invisible_char_set">True</property> 3321 <property name="invisible_char_set">True</property>
2739 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/> 3322 <property name="primary_icon_activatable">False</property>
3323 <property name="secondary_icon_activatable">False</property>
3324 <property name="primary_icon_sensitive">True</property>
3325 <property name="secondary_icon_sensitive">True</property>
3326 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
2740 </object> 3327 </object>
2741 <packing> 3328 <packing>
3329 <property name="expand">True</property>
3330 <property name="fill">True</property>
2742 <property name="padding">5</property> 3331 <property name="padding">5</property>
2743 <property name="position">3</property> 3332 <property name="position">3</property>
2744 </packing> 3333 </packing>
2745 </child> 3334 </child>
2746 </object> 3335 </object>
2747 <packing> 3336 <packing>
3337 <property name="expand">True</property>
3338 <property name="fill">True</property>
2748 <property name="position">2</property> 3339 <property name="position">2</property>
2749 </packing> 3340 </packing>
2750 </child> 3341 </child>
2751 <child> 3342 <child>
2752 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_hostname_hbox"> 3343 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_hostname_hbox">
2753 <property name="visible">True</property> 3344 <property name="visible">True</property>
3345 <property name="can_focus">False</property>
2754 <child> 3346 <child>
2755 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_hostname_label"> 3347 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_hostname_label">
2756 <property name="visible">True</property> 3348 <property name="visible">True</property>
3349 <property name="can_focus">False</property>
2757 <property name="label" translatable="yes">MySQL Server Hostname:</property> 3350 <property name="label" translatable="yes">MySQL Server Hostname:</property>
2758 </object> 3351 </object>
2759 <packing> 3352 <packing>
@@ -2767,12 +3360,18 @@
2767 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_hostname_entry"> 3360 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_hostname_entry">
2768 <property name="visible">True</property> 3361 <property name="visible">True</property>
2769 <property name="can_focus">True</property> 3362 <property name="can_focus">True</property>
2770 <property name="invisible_char">&#x2022;</property> 3363 <property name="invisible_char"></property>
2771 <property name="text" translatable="yes">localhost</property> 3364 <property name="text" translatable="yes">localhost</property>
2772 <property name="invisible_char_set">True</property> 3365 <property name="invisible_char_set">True</property>
2773 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/> 3366 <property name="primary_icon_activatable">False</property>
3367 <property name="secondary_icon_activatable">False</property>
3368 <property name="primary_icon_sensitive">True</property>
3369 <property name="secondary_icon_sensitive">True</property>
3370 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
2774 </object> 3371 </object>
2775 <packing> 3372 <packing>
3373 <property name="expand">True</property>
3374 <property name="fill">True</property>
2776 <property name="padding">5</property> 3375 <property name="padding">5</property>
2777 <property name="position">1</property> 3376 <property name="position">1</property>
2778 </packing> 3377 </packing>
@@ -2780,6 +3379,7 @@
2780 <child> 3379 <child>
2781 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_port_label"> 3380 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_port_label">
2782 <property name="visible">True</property> 3381 <property name="visible">True</property>
3382 <property name="can_focus">False</property>
2783 <property name="label" translatable="yes">Port:</property> 3383 <property name="label" translatable="yes">Port:</property>
2784 </object> 3384 </object>
2785 <packing> 3385 <packing>
@@ -2793,11 +3393,15 @@
2793 <object class="GtkSpinButton" id="GNUNET_setup_datacache_mysql_port_spinbutton"> 3393 <object class="GtkSpinButton" id="GNUNET_setup_datacache_mysql_port_spinbutton">
2794 <property name="visible">True</property> 3394 <property name="visible">True</property>
2795 <property name="can_focus">True</property> 3395 <property name="can_focus">True</property>
2796 <property name="invisible_char">&#x2022;</property> 3396 <property name="invisible_char"></property>
2797 <property name="invisible_char_set">True</property> 3397 <property name="invisible_char_set">True</property>
3398 <property name="primary_icon_activatable">False</property>
3399 <property name="secondary_icon_activatable">False</property>
3400 <property name="primary_icon_sensitive">True</property>
3401 <property name="secondary_icon_sensitive">True</property>
2798 <property name="adjustment">GNUNET_setup_fs_datacache_mysql_port_adjustment</property> 3402 <property name="adjustment">GNUNET_setup_fs_datacache_mysql_port_adjustment</property>
2799 <property name="numeric">True</property> 3403 <property name="numeric">True</property>
2800 <signal name="value_changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/> 3404 <signal name="value-changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
2801 </object> 3405 </object>
2802 <packing> 3406 <packing>
2803 <property name="expand">False</property> 3407 <property name="expand">False</property>
@@ -2808,6 +3412,8 @@
2808 </child> 3412 </child>
2809 </object> 3413 </object>
2810 <packing> 3414 <packing>
3415 <property name="expand">True</property>
3416 <property name="fill">True</property>
2811 <property name="position">3</property> 3417 <property name="position">3</property>
2812 </packing> 3418 </packing>
2813 </child> 3419 </child>
@@ -2819,44 +3425,56 @@
2819 <child type="tab"> 3425 <child type="tab">
2820 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_tab_hbox"> 3426 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_tab_hbox">
2821 <property name="visible">True</property> 3427 <property name="visible">True</property>
3428 <property name="can_focus">False</property>
2822 <child> 3429 <child>
2823 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label"> 3430 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label">
2824 <property name="visible">True</property> 3431 <property name="visible">True</property>
3432 <property name="can_focus">False</property>
2825 <property name="label" translatable="yes">MySQL</property> 3433 <property name="label" translatable="yes">MySQL</property>
2826 </object> 3434 </object>
2827 <packing> 3435 <packing>
3436 <property name="expand">True</property>
3437 <property name="fill">True</property>
2828 <property name="position">0</property> 3438 <property name="position">0</property>
2829 </packing> 3439 </packing>
2830 </child> 3440 </child>
2831 <child> 3441 <child>
2832 <object class="GtkButton" id="GNUNET_setup_datacache_mysql_tab_test_button"> 3442 <object class="GtkButton" id="GNUNET_setup_datacache_mysql_tab_test_button">
2833 <property name="label" translatable="yes">Test configuration</property> 3443 <property name="label" translatable="yes">Test configuration</property>
3444 <property name="use_action_appearance">False</property>
2834 <property name="visible">True</property> 3445 <property name="visible">True</property>
2835 <property name="can_focus">True</property> 3446 <property name="can_focus">True</property>
2836 <property name="receives_default">True</property> 3447 <property name="receives_default">True</property>
2837 <signal name="clicked" handler="GNUNET_setup_datacache_mysql_tab_test_button_clicked_cb"/> 3448 <signal name="clicked" handler="GNUNET_setup_datacache_mysql_tab_test_button_clicked_cb" swapped="no"/>
2838 </object> 3449 </object>
2839 <packing> 3450 <packing>
3451 <property name="expand">True</property>
3452 <property name="fill">True</property>
2840 <property name="padding">5</property> 3453 <property name="padding">5</property>
2841 <property name="position">1</property> 3454 <property name="position">1</property>
2842 </packing> 3455 </packing>
2843 </child> 3456 </child>
2844 <child> 3457 <child>
2845 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_ok_image"> 3458 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_ok_image">
3459 <property name="can_focus">False</property>
2846 <property name="tooltip_text" translatable="yes">Configuration works!</property> 3460 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2847 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 3461 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2848 </object> 3462 </object>
2849 <packing> 3463 <packing>
2850 <property name="expand">False</property> 3464 <property name="expand">False</property>
3465 <property name="fill">True</property>
2851 <property name="position">2</property> 3466 <property name="position">2</property>
2852 </packing> 3467 </packing>
2853 </child> 3468 </child>
2854 <child> 3469 <child>
2855 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_error_image"> 3470 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_error_image">
3471 <property name="can_focus">False</property>
2856 <property name="tooltip_text" translatable="yes">Configuration error!</property> 3472 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2857 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 3473 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2858 </object> 3474 </object>
2859 <packing> 3475 <packing>
3476 <property name="expand">True</property>
3477 <property name="fill">True</property>
2860 <property name="position">3</property> 3478 <property name="position">3</property>
2861 </packing> 3479 </packing>
2862 </child> 3480 </child>
@@ -2869,13 +3487,16 @@
2869 <child> 3487 <child>
2870 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_hbox"> 3488 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_hbox">
2871 <property name="visible">True</property> 3489 <property name="visible">True</property>
3490 <property name="can_focus">False</property>
2872 <child> 3491 <child>
2873 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_config_label"> 3492 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_config_label">
2874 <property name="visible">True</property> 3493 <property name="visible">True</property>
3494 <property name="can_focus">False</property>
2875 <property name="label" translatable="yes">Configuration:</property> 3495 <property name="label" translatable="yes">Configuration:</property>
2876 </object> 3496 </object>
2877 <packing> 3497 <packing>
2878 <property name="expand">False</property> 3498 <property name="expand">False</property>
3499 <property name="fill">True</property>
2879 <property name="padding">5</property> 3500 <property name="padding">5</property>
2880 <property name="position">0</property> 3501 <property name="position">0</property>
2881 </packing> 3502 </packing>
@@ -2884,11 +3505,17 @@
2884 <object class="GtkEntry" id="GNUNET_setup_datacache_postgres_config_entry"> 3505 <object class="GtkEntry" id="GNUNET_setup_datacache_postgres_config_entry">
2885 <property name="visible">True</property> 3506 <property name="visible">True</property>
2886 <property name="can_focus">True</property> 3507 <property name="can_focus">True</property>
2887 <property name="invisible_char">&#x2022;</property> 3508 <property name="invisible_char"></property>
2888 <property name="invisible_char_set">True</property> 3509 <property name="invisible_char_set">True</property>
2889 <signal name="changed" handler="GNUNET_setup_datacache_postgres_invalidate_cb"/> 3510 <property name="primary_icon_activatable">False</property>
3511 <property name="secondary_icon_activatable">False</property>
3512 <property name="primary_icon_sensitive">True</property>
3513 <property name="secondary_icon_sensitive">True</property>
3514 <signal name="changed" handler="GNUNET_setup_datacache_postgres_invalidate_cb" swapped="no"/>
2890 </object> 3515 </object>
2891 <packing> 3516 <packing>
3517 <property name="expand">True</property>
3518 <property name="fill">True</property>
2892 <property name="padding">5</property> 3519 <property name="padding">5</property>
2893 <property name="position">1</property> 3520 <property name="position">1</property>
2894 </packing> 3521 </packing>
@@ -2902,43 +3529,56 @@
2902 <child type="tab"> 3529 <child type="tab">
2903 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_tab_hbox"> 3530 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_tab_hbox">
2904 <property name="visible">True</property> 3531 <property name="visible">True</property>
3532 <property name="can_focus">False</property>
2905 <child> 3533 <child>
2906 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label"> 3534 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label">
2907 <property name="visible">True</property> 3535 <property name="visible">True</property>
3536 <property name="can_focus">False</property>
2908 <property name="label" translatable="yes">Postgres</property> 3537 <property name="label" translatable="yes">Postgres</property>
2909 </object> 3538 </object>
2910 <packing> 3539 <packing>
3540 <property name="expand">True</property>
3541 <property name="fill">True</property>
2911 <property name="position">0</property> 3542 <property name="position">0</property>
2912 </packing> 3543 </packing>
2913 </child> 3544 </child>
2914 <child> 3545 <child>
2915 <object class="GtkButton" id="GNUNET_setup_datacache_postgres_tab_test_button"> 3546 <object class="GtkButton" id="GNUNET_setup_datacache_postgres_tab_test_button">
2916 <property name="label" translatable="yes">Test configuration</property> 3547 <property name="label" translatable="yes">Test configuration</property>
3548 <property name="use_action_appearance">False</property>
2917 <property name="visible">True</property> 3549 <property name="visible">True</property>
2918 <property name="can_focus">True</property> 3550 <property name="can_focus">True</property>
2919 <property name="receives_default">True</property> 3551 <property name="receives_default">True</property>
2920 <signal name="clicked" handler="GNUNET_setup_datacache_postgres_tab_test_button_clicked_cb"/> 3552 <signal name="clicked" handler="GNUNET_setup_datacache_postgres_tab_test_button_clicked_cb" swapped="no"/>
2921 </object> 3553 </object>
2922 <packing> 3554 <packing>
3555 <property name="expand">True</property>
3556 <property name="fill">True</property>
2923 <property name="padding">5</property> 3557 <property name="padding">5</property>
2924 <property name="position">1</property> 3558 <property name="position">1</property>
2925 </packing> 3559 </packing>
2926 </child> 3560 </child>
2927 <child> 3561 <child>
2928 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_ok_image"> 3562 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_ok_image">
3563 <property name="can_focus">False</property>
2929 <property name="tooltip_text" translatable="yes">Configuration works!</property> 3564 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2930 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 3565 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2931 </object> 3566 </object>
2932 <packing> 3567 <packing>
3568 <property name="expand">True</property>
3569 <property name="fill">True</property>
2933 <property name="position">2</property> 3570 <property name="position">2</property>
2934 </packing> 3571 </packing>
2935 </child> 3572 </child>
2936 <child> 3573 <child>
2937 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_error_image"> 3574 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_error_image">
3575 <property name="can_focus">False</property>
2938 <property name="tooltip_text" translatable="yes">Configuration error!</property> 3576 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2939 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 3577 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2940 </object> 3578 </object>
2941 <packing> 3579 <packing>
3580 <property name="expand">True</property>
3581 <property name="fill">True</property>
2942 <property name="position">3</property> 3582 <property name="position">3</property>
2943 </packing> 3583 </packing>
2944 </child> 3584 </child>
@@ -2951,6 +3591,7 @@
2951 </object> 3591 </object>
2952 <packing> 3592 <packing>
2953 <property name="expand">False</property> 3593 <property name="expand">False</property>
3594 <property name="fill">True</property>
2954 <property name="position">1</property> 3595 <property name="position">1</property>
2955 </packing> 3596 </packing>
2956 </child> 3597 </child>
@@ -2961,12 +3602,15 @@
2961 <child type="label"> 3602 <child type="label">
2962 <object class="GtkLabel" id="GNUNET_setup_datacache_frame_label"> 3603 <object class="GtkLabel" id="GNUNET_setup_datacache_frame_label">
2963 <property name="visible">True</property> 3604 <property name="visible">True</property>
3605 <property name="can_focus">False</property>
2964 <property name="label" translatable="yes">&lt;b&gt;Configure Datacache (temporary storage)&lt;/b&gt;</property> 3606 <property name="label" translatable="yes">&lt;b&gt;Configure Datacache (temporary storage)&lt;/b&gt;</property>
2965 <property name="use_markup">True</property> 3607 <property name="use_markup">True</property>
2966 </object> 3608 </object>
2967 </child> 3609 </child>
2968 </object> 3610 </object>
2969 <packing> 3611 <packing>
3612 <property name="expand">True</property>
3613 <property name="fill">True</property>
2970 <property name="position">2</property> 3614 <property name="position">2</property>
2971 </packing> 3615 </packing>
2972 </child> 3616 </child>
@@ -2978,6 +3622,7 @@
2978 <child type="tab"> 3622 <child type="tab">
2979 <object class="GtkLabel" id="GNUNET_setup_fs_label"> 3623 <object class="GtkLabel" id="GNUNET_setup_fs_label">
2980 <property name="visible">True</property> 3624 <property name="visible">True</property>
3625 <property name="can_focus">False</property>
2981 <property name="label" translatable="yes">_File Sharing</property> 3626 <property name="label" translatable="yes">_File Sharing</property>
2982 <property name="use_underline">True</property> 3627 <property name="use_underline">True</property>
2983 </object> 3628 </object>
@@ -2989,26 +3634,30 @@
2989 <child> 3634 <child>
2990 <object class="GtkVBox" id="GNUNET_setup_vpn_vbox"> 3635 <object class="GtkVBox" id="GNUNET_setup_vpn_vbox">
2991 <property name="visible">True</property> 3636 <property name="visible">True</property>
2992 <property name="orientation">vertical</property> 3637 <property name="can_focus">False</property>
2993 <child> 3638 <child>
2994 <object class="GtkFrame" id="GNUNET_setup_pt_frame"> 3639 <object class="GtkFrame" id="GNUNET_setup_pt_frame">
2995 <property name="visible">True</property> 3640 <property name="visible">True</property>
3641 <property name="can_focus">False</property>
2996 <property name="label_xalign">0</property> 3642 <property name="label_xalign">0</property>
2997 <property name="shadow_type">none</property> 3643 <property name="shadow_type">none</property>
2998 <child> 3644 <child>
2999 <object class="GtkAlignment" id="GNUNET_setup_pt_alignment"> 3645 <object class="GtkAlignment" id="GNUNET_setup_pt_alignment">
3000 <property name="visible">True</property> 3646 <property name="visible">True</property>
3647 <property name="can_focus">False</property>
3001 <property name="left_padding">12</property> 3648 <property name="left_padding">12</property>
3002 <child> 3649 <child>
3003 <object class="GtkVBox" id="GNUNET_setup_pt_vbox"> 3650 <object class="GtkVBox" id="GNUNET_setup_pt_vbox">
3004 <property name="visible">True</property> 3651 <property name="visible">True</property>
3005 <property name="orientation">vertical</property> 3652 <property name="can_focus">False</property>
3006 <child> 3653 <child>
3007 <object class="GtkHBox" id="GNUNET_setup_pt_hbox"> 3654 <object class="GtkHBox" id="GNUNET_setup_pt_hbox">
3008 <property name="visible">True</property> 3655 <property name="visible">True</property>
3656 <property name="can_focus">False</property>
3009 <child> 3657 <child>
3010 <object class="GtkCheckButton" id="GNUNET_setup_pt_ipv4_checkbutton"> 3658 <object class="GtkCheckButton" id="GNUNET_setup_pt_ipv4_checkbutton">
3011 <property name="label" translatable="yes">Tunnel IPv4 Traffic</property> 3659 <property name="label" translatable="yes">Tunnel IPv4 Traffic</property>
3660 <property name="use_action_appearance">False</property>
3012 <property name="visible">True</property> 3661 <property name="visible">True</property>
3013 <property name="can_focus">True</property> 3662 <property name="can_focus">True</property>
3014 <property name="receives_default">False</property> 3663 <property name="receives_default">False</property>
@@ -3025,6 +3674,7 @@
3025 <child> 3674 <child>
3026 <object class="GtkCheckButton" id="GNUNET_setup_pt_ipv6_checkbutton"> 3675 <object class="GtkCheckButton" id="GNUNET_setup_pt_ipv6_checkbutton">
3027 <property name="label" translatable="yes">Tunnel IPv6 Traffic</property> 3676 <property name="label" translatable="yes">Tunnel IPv6 Traffic</property>
3677 <property name="use_action_appearance">False</property>
3028 <property name="visible">True</property> 3678 <property name="visible">True</property>
3029 <property name="can_focus">True</property> 3679 <property name="can_focus">True</property>
3030 <property name="receives_default">False</property> 3680 <property name="receives_default">False</property>
@@ -3041,6 +3691,7 @@
3041 <child> 3691 <child>
3042 <object class="GtkCheckButton" id="GNUNET_setup_pt_dns_checkbutton"> 3692 <object class="GtkCheckButton" id="GNUNET_setup_pt_dns_checkbutton">
3043 <property name="label" translatable="yes">Tunnel DNS Traffic</property> 3693 <property name="label" translatable="yes">Tunnel DNS Traffic</property>
3694 <property name="use_action_appearance">False</property>
3044 <property name="visible">True</property> 3695 <property name="visible">True</property>
3045 <property name="can_focus">True</property> 3696 <property name="can_focus">True</property>
3046 <property name="receives_default">False</property> 3697 <property name="receives_default">False</property>
@@ -3069,6 +3720,7 @@
3069 <child type="label"> 3720 <child type="label">
3070 <object class="GtkLabel" id="GNUNET_setup_pt_label"> 3721 <object class="GtkLabel" id="GNUNET_setup_pt_label">
3071 <property name="visible">True</property> 3722 <property name="visible">True</property>
3723 <property name="can_focus">False</property>
3072 <property name="label" translatable="yes">&lt;b&gt;Protocol Translation and Tunneling Configuration&lt;/b&gt;</property> 3724 <property name="label" translatable="yes">&lt;b&gt;Protocol Translation and Tunneling Configuration&lt;/b&gt;</property>
3073 <property name="use_markup">True</property> 3725 <property name="use_markup">True</property>
3074 </object> 3726 </object>
@@ -3084,26 +3736,31 @@
3084 <child> 3736 <child>
3085 <object class="GtkFrame" id="GNUNET_setup_vpn_interface_configuration_frame"> 3737 <object class="GtkFrame" id="GNUNET_setup_vpn_interface_configuration_frame">
3086 <property name="visible">True</property> 3738 <property name="visible">True</property>
3739 <property name="can_focus">False</property>
3087 <property name="label_xalign">0</property> 3740 <property name="label_xalign">0</property>
3088 <property name="shadow_type">none</property> 3741 <property name="shadow_type">none</property>
3089 <child> 3742 <child>
3090 <object class="GtkAlignment" id="GNUNET_setup_vpn_interface_configuration_frame_alignment"> 3743 <object class="GtkAlignment" id="GNUNET_setup_vpn_interface_configuration_frame_alignment">
3091 <property name="visible">True</property> 3744 <property name="visible">True</property>
3745 <property name="can_focus">False</property>
3092 <property name="left_padding">12</property> 3746 <property name="left_padding">12</property>
3093 <child> 3747 <child>
3094 <object class="GtkVBox" id="GNUNET_setup_vpn__vbox"> 3748 <object class="GtkVBox" id="GNUNET_setup_vpn__vbox">
3095 <property name="visible">True</property> 3749 <property name="visible">True</property>
3096 <property name="orientation">vertical</property> 3750 <property name="can_focus">False</property>
3097 <child> 3751 <child>
3098 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_hbox"> 3752 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_hbox">
3753 <property name="can_focus">False</property>
3099 <child> 3754 <child>
3100 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_label"> 3755 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_label">
3101 <property name="visible">True</property> 3756 <property name="visible">True</property>
3757 <property name="can_focus">False</property>
3102 <property name="label" translatable="yes">_Interface name:</property> 3758 <property name="label" translatable="yes">_Interface name:</property>
3103 <property name="use_underline">True</property> 3759 <property name="use_underline">True</property>
3104 </object> 3760 </object>
3105 <packing> 3761 <packing>
3106 <property name="expand">False</property> 3762 <property name="expand">False</property>
3763 <property name="fill">True</property>
3107 <property name="padding">5</property> 3764 <property name="padding">5</property>
3108 <property name="position">0</property> 3765 <property name="position">0</property>
3109 </packing> 3766 </packing>
@@ -3113,29 +3770,38 @@
3113 <property name="visible">True</property> 3770 <property name="visible">True</property>
3114 <property name="can_focus">True</property> 3771 <property name="can_focus">True</property>
3115 <property name="tooltip_text" translatable="yes">Name of the TUN interface GNUnet will create for intercepting outgoing Internet traffic from your machine. The default "gnunet-vpn" is almost always fine.</property> 3772 <property name="tooltip_text" translatable="yes">Name of the TUN interface GNUnet will create for intercepting outgoing Internet traffic from your machine. The default "gnunet-vpn" is almost always fine.</property>
3116 <property name="invisible_char">&#x25CF;</property> 3773 <property name="invisible_char">●</property>
3774 <property name="primary_icon_activatable">False</property>
3775 <property name="secondary_icon_activatable">False</property>
3776 <property name="primary_icon_sensitive">True</property>
3777 <property name="secondary_icon_sensitive">True</property>
3117 </object> 3778 </object>
3118 <packing> 3779 <packing>
3119 <property name="expand">False</property> 3780 <property name="expand">False</property>
3781 <property name="fill">True</property>
3120 <property name="position">1</property> 3782 <property name="position">1</property>
3121 </packing> 3783 </packing>
3122 </child> 3784 </child>
3123 </object> 3785 </object>
3124 <packing> 3786 <packing>
3125 <property name="expand">False</property> 3787 <property name="expand">False</property>
3788 <property name="fill">True</property>
3126 <property name="position">0</property> 3789 <property name="position">0</property>
3127 </packing> 3790 </packing>
3128 </child> 3791 </child>
3129 <child> 3792 <child>
3130 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_v4_hbox"> 3793 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_v4_hbox">
3131 <property name="visible">True</property> 3794 <property name="visible">True</property>
3795 <property name="can_focus">False</property>
3132 <child> 3796 <child>
3133 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v4_label"> 3797 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v4_label">
3134 <property name="visible">True</property> 3798 <property name="visible">True</property>
3799 <property name="can_focus">False</property>
3135 <property name="label" translatable="yes">IPv4 address for interface:</property> 3800 <property name="label" translatable="yes">IPv4 address for interface:</property>
3136 </object> 3801 </object>
3137 <packing> 3802 <packing>
3138 <property name="expand">False</property> 3803 <property name="expand">False</property>
3804 <property name="fill">True</property>
3139 <property name="padding">5</property> 3805 <property name="padding">5</property>
3140 <property name="position">0</property> 3806 <property name="position">0</property>
3141 </packing> 3807 </packing>
@@ -3144,20 +3810,27 @@
3144 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v4_ip_entry"> 3810 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v4_ip_entry">
3145 <property name="visible">True</property> 3811 <property name="visible">True</property>
3146 <property name="can_focus">True</property> 3812 <property name="can_focus">True</property>
3147 <property name="invisible_char">&#x25CF;</property> 3813 <property name="invisible_char">●</property>
3814 <property name="primary_icon_activatable">False</property>
3815 <property name="secondary_icon_activatable">False</property>
3816 <property name="primary_icon_sensitive">True</property>
3817 <property name="secondary_icon_sensitive">True</property>
3148 </object> 3818 </object>
3149 <packing> 3819 <packing>
3150 <property name="expand">False</property> 3820 <property name="expand">False</property>
3821 <property name="fill">True</property>
3151 <property name="position">1</property> 3822 <property name="position">1</property>
3152 </packing> 3823 </packing>
3153 </child> 3824 </child>
3154 <child> 3825 <child>
3155 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v4_slash_label"> 3826 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v4_slash_label">
3156 <property name="visible">True</property> 3827 <property name="visible">True</property>
3828 <property name="can_focus">False</property>
3157 <property name="label" translatable="yes">/</property> 3829 <property name="label" translatable="yes">/</property>
3158 </object> 3830 </object>
3159 <packing> 3831 <packing>
3160 <property name="expand">False</property> 3832 <property name="expand">False</property>
3833 <property name="fill">True</property>
3161 <property name="position">2</property> 3834 <property name="position">2</property>
3162 </packing> 3835 </packing>
3163 </child> 3836 </child>
@@ -3165,29 +3838,38 @@
3165 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v4_mask_entry"> 3838 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v4_mask_entry">
3166 <property name="visible">True</property> 3839 <property name="visible">True</property>
3167 <property name="can_focus">True</property> 3840 <property name="can_focus">True</property>
3168 <property name="invisible_char">&#x25CF;</property> 3841 <property name="invisible_char">●</property>
3842 <property name="primary_icon_activatable">False</property>
3843 <property name="secondary_icon_activatable">False</property>
3844 <property name="primary_icon_sensitive">True</property>
3845 <property name="secondary_icon_sensitive">True</property>
3169 </object> 3846 </object>
3170 <packing> 3847 <packing>
3171 <property name="expand">False</property> 3848 <property name="expand">False</property>
3849 <property name="fill">True</property>
3172 <property name="position">3</property> 3850 <property name="position">3</property>
3173 </packing> 3851 </packing>
3174 </child> 3852 </child>
3175 </object> 3853 </object>
3176 <packing> 3854 <packing>
3177 <property name="expand">False</property> 3855 <property name="expand">False</property>
3856 <property name="fill">True</property>
3178 <property name="position">1</property> 3857 <property name="position">1</property>
3179 </packing> 3858 </packing>
3180 </child> 3859 </child>
3181 <child> 3860 <child>
3182 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_v6_hbox"> 3861 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_v6_hbox">
3183 <property name="visible">True</property> 3862 <property name="visible">True</property>
3863 <property name="can_focus">False</property>
3184 <child> 3864 <child>
3185 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v6_label"> 3865 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v6_label">
3186 <property name="visible">True</property> 3866 <property name="visible">True</property>
3867 <property name="can_focus">False</property>
3187 <property name="label" translatable="yes">IPv6 address for interface: </property> 3868 <property name="label" translatable="yes">IPv6 address for interface: </property>
3188 </object> 3869 </object>
3189 <packing> 3870 <packing>
3190 <property name="expand">False</property> 3871 <property name="expand">False</property>
3872 <property name="fill">True</property>
3191 <property name="padding">5</property> 3873 <property name="padding">5</property>
3192 <property name="position">0</property> 3874 <property name="position">0</property>
3193 </packing> 3875 </packing>
@@ -3196,20 +3878,27 @@
3196 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v6_ip_entry"> 3878 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v6_ip_entry">
3197 <property name="visible">True</property> 3879 <property name="visible">True</property>
3198 <property name="can_focus">True</property> 3880 <property name="can_focus">True</property>
3199 <property name="invisible_char">&#x25CF;</property> 3881 <property name="invisible_char">●</property>
3882 <property name="primary_icon_activatable">False</property>
3883 <property name="secondary_icon_activatable">False</property>
3884 <property name="primary_icon_sensitive">True</property>
3885 <property name="secondary_icon_sensitive">True</property>
3200 </object> 3886 </object>
3201 <packing> 3887 <packing>
3202 <property name="expand">False</property> 3888 <property name="expand">False</property>
3889 <property name="fill">True</property>
3203 <property name="position">1</property> 3890 <property name="position">1</property>
3204 </packing> 3891 </packing>
3205 </child> 3892 </child>
3206 <child> 3893 <child>
3207 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v6_slash_label"> 3894 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v6_slash_label">
3208 <property name="visible">True</property> 3895 <property name="visible">True</property>
3896 <property name="can_focus">False</property>
3209 <property name="label" translatable="yes">/</property> 3897 <property name="label" translatable="yes">/</property>
3210 </object> 3898 </object>
3211 <packing> 3899 <packing>
3212 <property name="expand">False</property> 3900 <property name="expand">False</property>
3901 <property name="fill">True</property>
3213 <property name="position">2</property> 3902 <property name="position">2</property>
3214 </packing> 3903 </packing>
3215 </child> 3904 </child>
@@ -3217,17 +3906,23 @@
3217 <object class="GtkSpinButton" id="GNUNET_setup_vpn_interface_v6_mask_spinbutton"> 3906 <object class="GtkSpinButton" id="GNUNET_setup_vpn_interface_v6_mask_spinbutton">
3218 <property name="visible">True</property> 3907 <property name="visible">True</property>
3219 <property name="can_focus">True</property> 3908 <property name="can_focus">True</property>
3220 <property name="invisible_char">&#x25CF;</property> 3909 <property name="invisible_char">●</property>
3910 <property name="primary_icon_activatable">False</property>
3911 <property name="secondary_icon_activatable">False</property>
3912 <property name="primary_icon_sensitive">True</property>
3913 <property name="secondary_icon_sensitive">True</property>
3221 <property name="adjustment">GNUNET_setup_vpn_interface_mask_adjustment</property> 3914 <property name="adjustment">GNUNET_setup_vpn_interface_mask_adjustment</property>
3222 </object> 3915 </object>
3223 <packing> 3916 <packing>
3224 <property name="expand">False</property> 3917 <property name="expand">False</property>
3918 <property name="fill">True</property>
3225 <property name="position">3</property> 3919 <property name="position">3</property>
3226 </packing> 3920 </packing>
3227 </child> 3921 </child>
3228 </object> 3922 </object>
3229 <packing> 3923 <packing>
3230 <property name="expand">False</property> 3924 <property name="expand">False</property>
3925 <property name="fill">True</property>
3231 <property name="position">2</property> 3926 <property name="position">2</property>
3232 </packing> 3927 </packing>
3233 </child> 3928 </child>
@@ -3238,6 +3933,7 @@
3238 <child type="label"> 3933 <child type="label">
3239 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_configuration_frame_label"> 3934 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_configuration_frame_label">
3240 <property name="visible">True</property> 3935 <property name="visible">True</property>
3936 <property name="can_focus">False</property>
3241 <property name="label" translatable="yes">&lt;b&gt;VPN Interface Configuration&lt;/b&gt;</property> 3937 <property name="label" translatable="yes">&lt;b&gt;VPN Interface Configuration&lt;/b&gt;</property>
3242 <property name="use_markup">True</property> 3938 <property name="use_markup">True</property>
3243 </object> 3939 </object>
@@ -3245,6 +3941,7 @@
3245 </object> 3941 </object>
3246 <packing> 3942 <packing>
3247 <property name="expand">False</property> 3943 <property name="expand">False</property>
3944 <property name="fill">True</property>
3248 <property name="padding">5</property> 3945 <property name="padding">5</property>
3249 <property name="position">1</property> 3946 <property name="position">1</property>
3250 </packing> 3947 </packing>
@@ -3257,6 +3954,7 @@
3257 <child type="tab"> 3954 <child type="tab">
3258 <object class="GtkLabel" id="GNUNET_setup_vpn_label"> 3955 <object class="GtkLabel" id="GNUNET_setup_vpn_label">
3259 <property name="visible">True</property> 3956 <property name="visible">True</property>
3957 <property name="can_focus">False</property>
3260 <property name="tooltip_text" translatable="yes">Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, 6over4, 4over6) facilities</property> 3958 <property name="tooltip_text" translatable="yes">Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, 6over4, 4over6) facilities</property>
3261 <property name="label" translatable="yes">_VPN</property> 3959 <property name="label" translatable="yes">_VPN</property>
3262 <property name="use_underline">True</property> 3960 <property name="use_underline">True</property>
@@ -3269,26 +3967,30 @@
3269 <child> 3967 <child>
3270 <object class="GtkVBox" id="GNUNET_setup_exit_vbox"> 3968 <object class="GtkVBox" id="GNUNET_setup_exit_vbox">
3271 <property name="visible">True</property> 3969 <property name="visible">True</property>
3272 <property name="orientation">vertical</property> 3970 <property name="can_focus">False</property>
3273 <child> 3971 <child>
3274 <object class="GtkFrame" id="GNUNET_setup_exit_frame"> 3972 <object class="GtkFrame" id="GNUNET_setup_exit_frame">
3275 <property name="visible">True</property> 3973 <property name="visible">True</property>
3974 <property name="can_focus">False</property>
3276 <property name="label_xalign">0</property> 3975 <property name="label_xalign">0</property>
3277 <property name="shadow_type">none</property> 3976 <property name="shadow_type">none</property>
3278 <child> 3977 <child>
3279 <object class="GtkAlignment" id="GNUNET_setup_exit_frame_alignment"> 3978 <object class="GtkAlignment" id="GNUNET_setup_exit_frame_alignment">
3280 <property name="visible">True</property> 3979 <property name="visible">True</property>
3980 <property name="can_focus">False</property>
3281 <property name="left_padding">12</property> 3981 <property name="left_padding">12</property>
3282 <child> 3982 <child>
3283 <object class="GtkVBox" id="GNUNET_setup_exit_frame_vbox"> 3983 <object class="GtkVBox" id="GNUNET_setup_exit_frame_vbox">
3284 <property name="visible">True</property> 3984 <property name="visible">True</property>
3285 <property name="orientation">vertical</property> 3985 <property name="can_focus">False</property>
3286 <child> 3986 <child>
3287 <object class="GtkHBox" id="GNUNET_setup_exit_master_hbox"> 3987 <object class="GtkHBox" id="GNUNET_setup_exit_master_hbox">
3288 <property name="visible">True</property> 3988 <property name="visible">True</property>
3989 <property name="can_focus">False</property>
3289 <child> 3990 <child>
3290 <object class="GtkCheckButton" id="GNUNET_setup_dns_enable_exit_checkbutton"> 3991 <object class="GtkCheckButton" id="GNUNET_setup_dns_enable_exit_checkbutton">
3291 <property name="label" translatable="yes">Enable DNS Exit</property> 3992 <property name="label" translatable="yes">Enable DNS Exit</property>
3993 <property name="use_action_appearance">False</property>
3292 <property name="visible">True</property> 3994 <property name="visible">True</property>
3293 <property name="can_focus">True</property> 3995 <property name="can_focus">True</property>
3294 <property name="receives_default">False</property> 3996 <property name="receives_default">False</property>
@@ -3297,6 +3999,7 @@
3297 </object> 3999 </object>
3298 <packing> 4000 <packing>
3299 <property name="expand">False</property> 4001 <property name="expand">False</property>
4002 <property name="fill">True</property>
3300 <property name="padding">5</property> 4003 <property name="padding">5</property>
3301 <property name="position">0</property> 4004 <property name="position">0</property>
3302 </packing> 4005 </packing>
@@ -3304,6 +4007,7 @@
3304 <child> 4007 <child>
3305 <object class="GtkCheckButton" id="GNUNET_setup_exit_enable_ipv4_exit_checkbutton"> 4008 <object class="GtkCheckButton" id="GNUNET_setup_exit_enable_ipv4_exit_checkbutton">
3306 <property name="label" translatable="yes">Enable IPv4 Exit</property> 4009 <property name="label" translatable="yes">Enable IPv4 Exit</property>
4010 <property name="use_action_appearance">False</property>
3307 <property name="visible">True</property> 4011 <property name="visible">True</property>
3308 <property name="can_focus">True</property> 4012 <property name="can_focus">True</property>
3309 <property name="receives_default">False</property> 4013 <property name="receives_default">False</property>
@@ -3313,6 +4017,7 @@
3313 </object> 4017 </object>
3314 <packing> 4018 <packing>
3315 <property name="expand">False</property> 4019 <property name="expand">False</property>
4020 <property name="fill">True</property>
3316 <property name="padding">5</property> 4021 <property name="padding">5</property>
3317 <property name="position">1</property> 4022 <property name="position">1</property>
3318 </packing> 4023 </packing>
@@ -3320,6 +4025,7 @@
3320 <child> 4025 <child>
3321 <object class="GtkCheckButton" id="GNUNET_setup_exit_enable_ipv6_exit_checkbutton"> 4026 <object class="GtkCheckButton" id="GNUNET_setup_exit_enable_ipv6_exit_checkbutton">
3322 <property name="label" translatable="yes">Enable IPv6 Exit</property> 4027 <property name="label" translatable="yes">Enable IPv6 Exit</property>
4028 <property name="use_action_appearance">False</property>
3323 <property name="visible">True</property> 4029 <property name="visible">True</property>
3324 <property name="can_focus">True</property> 4030 <property name="can_focus">True</property>
3325 <property name="receives_default">False</property> 4031 <property name="receives_default">False</property>
@@ -3329,6 +4035,7 @@
3329 </object> 4035 </object>
3330 <packing> 4036 <packing>
3331 <property name="expand">False</property> 4037 <property name="expand">False</property>
4038 <property name="fill">True</property>
3332 <property name="padding">5</property> 4039 <property name="padding">5</property>
3333 <property name="position">2</property> 4040 <property name="position">2</property>
3334 </packing> 4041 </packing>
@@ -3336,6 +4043,7 @@
3336 </object> 4043 </object>
3337 <packing> 4044 <packing>
3338 <property name="expand">False</property> 4045 <property name="expand">False</property>
4046 <property name="fill">True</property>
3339 <property name="padding">5</property> 4047 <property name="padding">5</property>
3340 <property name="position">0</property> 4048 <property name="position">0</property>
3341 </packing> 4049 </packing>
@@ -3343,13 +4051,16 @@
3343 <child> 4051 <child>
3344 <object class="GtkHBox" id="GNUNET_setup_dns_resolver_hbox"> 4052 <object class="GtkHBox" id="GNUNET_setup_dns_resolver_hbox">
3345 <property name="visible">True</property> 4053 <property name="visible">True</property>
4054 <property name="can_focus">False</property>
3346 <child> 4055 <child>
3347 <object class="GtkLabel" id="GNUNET_setup_dns_resolver_label"> 4056 <object class="GtkLabel" id="GNUNET_setup_dns_resolver_label">
3348 <property name="visible">True</property> 4057 <property name="visible">True</property>
4058 <property name="can_focus">False</property>
3349 <property name="label" translatable="yes">IP Address of external DNS Resolver:</property> 4059 <property name="label" translatable="yes">IP Address of external DNS Resolver:</property>
3350 </object> 4060 </object>
3351 <packing> 4061 <packing>
3352 <property name="expand">False</property> 4062 <property name="expand">False</property>
4063 <property name="fill">True</property>
3353 <property name="padding">5</property> 4064 <property name="padding">5</property>
3354 <property name="position">0</property> 4065 <property name="position">0</property>
3355 </packing> 4066 </packing>
@@ -3358,30 +4069,39 @@
3358 <object class="GtkEntry" id="GNUNET_setup_dns_resolver_ip_entry"> 4069 <object class="GtkEntry" id="GNUNET_setup_dns_resolver_ip_entry">
3359 <property name="visible">True</property> 4070 <property name="visible">True</property>
3360 <property name="can_focus">True</property> 4071 <property name="can_focus">True</property>
3361 <property name="invisible_char">&#x25CF;</property> 4072 <property name="invisible_char">●</property>
4073 <property name="primary_icon_activatable">False</property>
4074 <property name="secondary_icon_activatable">False</property>
4075 <property name="primary_icon_sensitive">True</property>
4076 <property name="secondary_icon_sensitive">True</property>
3362 </object> 4077 </object>
3363 <packing> 4078 <packing>
3364 <property name="expand">False</property> 4079 <property name="expand">False</property>
4080 <property name="fill">True</property>
3365 <property name="position">1</property> 4081 <property name="position">1</property>
3366 </packing> 4082 </packing>
3367 </child> 4083 </child>
3368 </object> 4084 </object>
3369 <packing> 4085 <packing>
3370 <property name="expand">False</property> 4086 <property name="expand">False</property>
4087 <property name="fill">True</property>
3371 <property name="padding">5</property> 4088 <property name="padding">5</property>
3372 <property name="position">1</property> 4089 <property name="position">1</property>
3373 </packing> 4090 </packing>
3374 </child> 4091 </child>
3375 <child> 4092 <child>
3376 <object class="GtkHBox" id="GNUNET_setup_exit_frame_hbox"> 4093 <object class="GtkHBox" id="GNUNET_setup_exit_frame_hbox">
4094 <property name="can_focus">False</property>
3377 <property name="spacing">5</property> 4095 <property name="spacing">5</property>
3378 <child> 4096 <child>
3379 <object class="GtkLabel" id="GNUNET_setup_exit_interface_name_label"> 4097 <object class="GtkLabel" id="GNUNET_setup_exit_interface_name_label">
3380 <property name="visible">True</property> 4098 <property name="visible">True</property>
4099 <property name="can_focus">False</property>
3381 <property name="label" translatable="yes">Exit interface name: </property> 4100 <property name="label" translatable="yes">Exit interface name: </property>
3382 </object> 4101 </object>
3383 <packing> 4102 <packing>
3384 <property name="expand">False</property> 4103 <property name="expand">False</property>
4104 <property name="fill">True</property>
3385 <property name="padding">5</property> 4105 <property name="padding">5</property>
3386 <property name="position">0</property> 4106 <property name="position">0</property>
3387 </packing> 4107 </packing>
@@ -3391,7 +4111,11 @@
3391 <property name="visible">True</property> 4111 <property name="visible">True</property>
3392 <property name="can_focus">True</property> 4112 <property name="can_focus">True</property>
3393 <property name="tooltip_text" translatable="yes">Name of the TUN interface GNUnet will create for Internet traffic exiting GNUnet via your machine. The default "gnunet-exit" is almost always fine.</property> 4113 <property name="tooltip_text" translatable="yes">Name of the TUN interface GNUnet will create for Internet traffic exiting GNUnet via your machine. The default "gnunet-exit" is almost always fine.</property>
3394 <property name="invisible_char">&#x25CF;</property> 4114 <property name="invisible_char">●</property>
4115 <property name="primary_icon_activatable">False</property>
4116 <property name="secondary_icon_activatable">False</property>
4117 <property name="primary_icon_sensitive">True</property>
4118 <property name="secondary_icon_sensitive">True</property>
3395 </object> 4119 </object>
3396 <packing> 4120 <packing>
3397 <property name="expand">False</property> 4121 <property name="expand">False</property>
@@ -3410,13 +4134,16 @@
3410 <child> 4134 <child>
3411 <object class="GtkHBox" id="GNUNET_setup_exit_ipv4_address_hbox"> 4135 <object class="GtkHBox" id="GNUNET_setup_exit_ipv4_address_hbox">
3412 <property name="visible">True</property> 4136 <property name="visible">True</property>
4137 <property name="can_focus">False</property>
3413 <child> 4138 <child>
3414 <object class="GtkLabel" id="GNUNET_setup_exit_ipv4_address_label"> 4139 <object class="GtkLabel" id="GNUNET_setup_exit_ipv4_address_label">
3415 <property name="visible">True</property> 4140 <property name="visible">True</property>
4141 <property name="can_focus">False</property>
3416 <property name="label" translatable="yes">IPv4 address for Exit interface: </property> 4142 <property name="label" translatable="yes">IPv4 address for Exit interface: </property>
3417 </object> 4143 </object>
3418 <packing> 4144 <packing>
3419 <property name="expand">False</property> 4145 <property name="expand">False</property>
4146 <property name="fill">True</property>
3420 <property name="padding">5</property> 4147 <property name="padding">5</property>
3421 <property name="position">0</property> 4148 <property name="position">0</property>
3422 </packing> 4149 </packing>
@@ -3426,20 +4153,27 @@
3426 <property name="visible">True</property> 4153 <property name="visible">True</property>
3427 <property name="can_focus">True</property> 4154 <property name="can_focus">True</property>
3428 <property name="tooltip_text" translatable="yes">Use a private IPv4 network here that does not conflict with your existing setup (i.e. something like 10.53.0.1/255.255.0.0 or 192.168.0.1/255.255.0.0). </property> 4155 <property name="tooltip_text" translatable="yes">Use a private IPv4 network here that does not conflict with your existing setup (i.e. something like 10.53.0.1/255.255.0.0 or 192.168.0.1/255.255.0.0). </property>
3429 <property name="invisible_char">&#x25CF;</property> 4156 <property name="invisible_char">●</property>
4157 <property name="primary_icon_activatable">False</property>
4158 <property name="secondary_icon_activatable">False</property>
4159 <property name="primary_icon_sensitive">True</property>
4160 <property name="secondary_icon_sensitive">True</property>
3430 </object> 4161 </object>
3431 <packing> 4162 <packing>
3432 <property name="expand">False</property> 4163 <property name="expand">False</property>
4164 <property name="fill">True</property>
3433 <property name="position">1</property> 4165 <property name="position">1</property>
3434 </packing> 4166 </packing>
3435 </child> 4167 </child>
3436 <child> 4168 <child>
3437 <object class="GtkLabel" id="GNUNET_setup_exit_ipv4_address_slash_label"> 4169 <object class="GtkLabel" id="GNUNET_setup_exit_ipv4_address_slash_label">
3438 <property name="visible">True</property> 4170 <property name="visible">True</property>
4171 <property name="can_focus">False</property>
3439 <property name="label" translatable="yes">/</property> 4172 <property name="label" translatable="yes">/</property>
3440 </object> 4173 </object>
3441 <packing> 4174 <packing>
3442 <property name="expand">False</property> 4175 <property name="expand">False</property>
4176 <property name="fill">True</property>
3443 <property name="position">2</property> 4177 <property name="position">2</property>
3444 </packing> 4178 </packing>
3445 </child> 4179 </child>
@@ -3447,16 +4181,22 @@
3447 <object class="GtkEntry" id="GNUNET_setup_exit_interface_v4_mask_entry"> 4181 <object class="GtkEntry" id="GNUNET_setup_exit_interface_v4_mask_entry">
3448 <property name="visible">True</property> 4182 <property name="visible">True</property>
3449 <property name="can_focus">True</property> 4183 <property name="can_focus">True</property>
3450 <property name="invisible_char">&#x25CF;</property> 4184 <property name="invisible_char">●</property>
4185 <property name="primary_icon_activatable">False</property>
4186 <property name="secondary_icon_activatable">False</property>
4187 <property name="primary_icon_sensitive">True</property>
4188 <property name="secondary_icon_sensitive">True</property>
3451 </object> 4189 </object>
3452 <packing> 4190 <packing>
3453 <property name="expand">False</property> 4191 <property name="expand">False</property>
4192 <property name="fill">True</property>
3454 <property name="position">3</property> 4193 <property name="position">3</property>
3455 </packing> 4194 </packing>
3456 </child> 4195 </child>
3457 </object> 4196 </object>
3458 <packing> 4197 <packing>
3459 <property name="expand">False</property> 4198 <property name="expand">False</property>
4199 <property name="fill">True</property>
3460 <property name="padding">5</property> 4200 <property name="padding">5</property>
3461 <property name="position">3</property> 4201 <property name="position">3</property>
3462 </packing> 4202 </packing>
@@ -3464,13 +4204,16 @@
3464 <child> 4204 <child>
3465 <object class="GtkHBox" id="GNUNET_setup_exit_ipv6_address_hbox"> 4205 <object class="GtkHBox" id="GNUNET_setup_exit_ipv6_address_hbox">
3466 <property name="visible">True</property> 4206 <property name="visible">True</property>
4207 <property name="can_focus">False</property>
3467 <child> 4208 <child>
3468 <object class="GtkLabel" id="GNUNET_setup_exit_ipv6_address_label"> 4209 <object class="GtkLabel" id="GNUNET_setup_exit_ipv6_address_label">
3469 <property name="visible">True</property> 4210 <property name="visible">True</property>
4211 <property name="can_focus">False</property>
3470 <property name="label" translatable="yes">IPv6 address for Exit interface: </property> 4212 <property name="label" translatable="yes">IPv6 address for Exit interface: </property>
3471 </object> 4213 </object>
3472 <packing> 4214 <packing>
3473 <property name="expand">False</property> 4215 <property name="expand">False</property>
4216 <property name="fill">True</property>
3474 <property name="padding">5</property> 4217 <property name="padding">5</property>
3475 <property name="position">0</property> 4218 <property name="position">0</property>
3476 </packing> 4219 </packing>
@@ -3480,20 +4223,27 @@
3480 <property name="visible">True</property> 4223 <property name="visible">True</property>
3481 <property name="can_focus">True</property> 4224 <property name="can_focus">True</property>
3482 <property name="tooltip_text" translatable="yes">This should be a globally routed IPv6 subnet of your host. Alternatively, if your kernel supports IPv6-NAT, you can pick any site-local prefix and manually configure IPv6-NAT.</property> 4225 <property name="tooltip_text" translatable="yes">This should be a globally routed IPv6 subnet of your host. Alternatively, if your kernel supports IPv6-NAT, you can pick any site-local prefix and manually configure IPv6-NAT.</property>
3483 <property name="invisible_char">&#x25CF;</property> 4226 <property name="invisible_char">●</property>
4227 <property name="primary_icon_activatable">False</property>
4228 <property name="secondary_icon_activatable">False</property>
4229 <property name="primary_icon_sensitive">True</property>
4230 <property name="secondary_icon_sensitive">True</property>
3484 </object> 4231 </object>
3485 <packing> 4232 <packing>
3486 <property name="expand">False</property> 4233 <property name="expand">False</property>
4234 <property name="fill">True</property>
3487 <property name="position">1</property> 4235 <property name="position">1</property>
3488 </packing> 4236 </packing>
3489 </child> 4237 </child>
3490 <child> 4238 <child>
3491 <object class="GtkLabel" id="GNUNET_setup_exit_ipv6_address_slash_label"> 4239 <object class="GtkLabel" id="GNUNET_setup_exit_ipv6_address_slash_label">
3492 <property name="visible">True</property> 4240 <property name="visible">True</property>
4241 <property name="can_focus">False</property>
3493 <property name="label" translatable="yes">/</property> 4242 <property name="label" translatable="yes">/</property>
3494 </object> 4243 </object>
3495 <packing> 4244 <packing>
3496 <property name="expand">False</property> 4245 <property name="expand">False</property>
4246 <property name="fill">True</property>
3497 <property name="position">2</property> 4247 <property name="position">2</property>
3498 </packing> 4248 </packing>
3499 </child> 4249 </child>
@@ -3501,17 +4251,23 @@
3501 <object class="GtkSpinButton" id="GNUNET_setup_exit_interface_v6_mask_spinbutton"> 4251 <object class="GtkSpinButton" id="GNUNET_setup_exit_interface_v6_mask_spinbutton">
3502 <property name="visible">True</property> 4252 <property name="visible">True</property>
3503 <property name="can_focus">True</property> 4253 <property name="can_focus">True</property>
3504 <property name="invisible_char">&#x25CF;</property> 4254 <property name="invisible_char">●</property>
4255 <property name="primary_icon_activatable">False</property>
4256 <property name="secondary_icon_activatable">False</property>
4257 <property name="primary_icon_sensitive">True</property>
4258 <property name="secondary_icon_sensitive">True</property>
3505 <property name="adjustment">GNUNET_setup_exit_interface_mask_adjustment</property> 4259 <property name="adjustment">GNUNET_setup_exit_interface_mask_adjustment</property>
3506 </object> 4260 </object>
3507 <packing> 4261 <packing>
3508 <property name="expand">False</property> 4262 <property name="expand">False</property>
4263 <property name="fill">True</property>
3509 <property name="position">3</property> 4264 <property name="position">3</property>
3510 </packing> 4265 </packing>
3511 </child> 4266 </child>
3512 </object> 4267 </object>
3513 <packing> 4268 <packing>
3514 <property name="expand">False</property> 4269 <property name="expand">False</property>
4270 <property name="fill">True</property>
3515 <property name="position">4</property> 4271 <property name="position">4</property>
3516 </packing> 4272 </packing>
3517 </child> 4273 </child>
@@ -3522,6 +4278,7 @@
3522 <child type="label"> 4278 <child type="label">
3523 <object class="GtkLabel" id="GNUNET_setup_exit_frame_label"> 4279 <object class="GtkLabel" id="GNUNET_setup_exit_frame_label">
3524 <property name="visible">True</property> 4280 <property name="visible">True</property>
4281 <property name="can_focus">False</property>
3525 <property name="label" translatable="yes">&lt;b&gt;GNUnet Exit Configuration&lt;/b&gt;</property> 4282 <property name="label" translatable="yes">&lt;b&gt;GNUnet Exit Configuration&lt;/b&gt;</property>
3526 <property name="use_markup">True</property> 4283 <property name="use_markup">True</property>
3527 </object> 4284 </object>
@@ -3529,6 +4286,7 @@
3529 </object> 4286 </object>
3530 <packing> 4287 <packing>
3531 <property name="expand">False</property> 4288 <property name="expand">False</property>
4289 <property name="fill">True</property>
3532 <property name="padding">5</property> 4290 <property name="padding">5</property>
3533 <property name="position">0</property> 4291 <property name="position">0</property>
3534 </packing> 4292 </packing>
@@ -3541,6 +4299,7 @@
3541 <child type="tab"> 4299 <child type="tab">
3542 <object class="GtkLabel" id="GNUNET_setup_exit_label"> 4300 <object class="GtkLabel" id="GNUNET_setup_exit_label">
3543 <property name="visible">True</property> 4301 <property name="visible">True</property>
4302 <property name="can_focus">False</property>
3544 <property name="label" translatable="yes">_Exit</property> 4303 <property name="label" translatable="yes">_Exit</property>
3545 <property name="use_underline">True</property> 4304 <property name="use_underline">True</property>
3546 </object> 4305 </object>
@@ -3551,50 +4310,27 @@
3551 </child> 4310 </child>
3552 <child> 4311 <child>
3553 <object class="GtkVBox" id="GNUNET_setup_gns_vbox"> 4312 <object class="GtkVBox" id="GNUNET_setup_gns_vbox">
3554 <property name="orientation">vertical</property> 4313 <property name="can_focus">False</property>
3555 <child> 4314 <child>
3556 <object class="GtkFrame" id="GNUNET_setup_gns_basics_frame"> 4315 <object class="GtkFrame" id="GNUNET_setup_gns_key_frame">
3557 <property name="visible">True</property> 4316 <property name="visible">True</property>
4317 <property name="can_focus">False</property>
3558 <property name="label_xalign">0</property> 4318 <property name="label_xalign">0</property>
3559 <property name="shadow_type">none</property> 4319 <property name="shadow_type">none</property>
3560 <child> 4320 <child>
3561 <object class="GtkAlignment" id="GNUNET_setup_gns_basics_alignment"> 4321 <object class="GtkAlignment" id="GNUNET_setup_gns_key_alignment">
3562 <property name="visible">True</property> 4322 <property name="visible">True</property>
4323 <property name="can_focus">False</property>
3563 <property name="left_padding">12</property> 4324 <property name="left_padding">12</property>
3564 <child> 4325 <child>
3565 <object class="GtkVBox" id="GNUNET_setup_gns_basics_vbox"> 4326 <object class="GtkHBox" id="GNUNET_setup_gns_pseu_hbox">
3566 <property name="visible">True</property> 4327 <property name="visible">True</property>
3567 <property name="orientation">vertical</property> 4328 <property name="can_focus">False</property>
3568 <child> 4329 <child>
3569 <object class="GtkHBox" id="GNUNET_setup_gns_basics_hbox"> 4330 <object class="GtkLabel" id="GNUNET_setup_gns_pseu_label">
3570 <property name="visible">True</property> 4331 <property name="visible">True</property>
3571 <child> 4332 <property name="can_focus">False</property>
3572 <object class="GtkLabel" id="GNUNET_setup_gns_basics_preferred_name_label"> 4333 <property name="label" translatable="yes">Preferred zone name (PSEU):</property>
3573 <property name="visible">True</property>
3574 <property name="label" translatable="yes">_Preferred Name:</property>
3575 <property name="use_underline">True</property>
3576 </object>
3577 <packing>
3578 <property name="expand">False</property>
3579 <property name="fill">False</property>
3580 <property name="padding">5</property>
3581 <property name="position">0</property>
3582 </packing>
3583 </child>
3584 <child>
3585 <object class="GtkEntry" id="GNUNET_setup_gns_basics_preferred_name_entry">
3586 <property name="visible">True</property>
3587 <property name="can_focus">True</property>
3588 <property name="max_length">63</property>
3589 <property name="invisible_char">&#x25CF;</property>
3590 </object>
3591 <packing>
3592 <property name="expand">False</property>
3593 <property name="fill">False</property>
3594 <property name="padding">5</property>
3595 <property name="position">1</property>
3596 </packing>
3597 </child>
3598 </object> 4334 </object>
3599 <packing> 4335 <packing>
3600 <property name="expand">False</property> 4336 <property name="expand">False</property>
@@ -3604,46 +4340,16 @@
3604 </packing> 4340 </packing>
3605 </child> 4341 </child>
3606 <child> 4342 <child>
3607 <object class="GtkHBox" id="GNUNET_setup_gns_basics_identity_hbox"> 4343 <object class="GtkEntry" id="GNUNET_setup_gns_pseu_entry">
3608 <property name="visible">True</property> 4344 <property name="visible">True</property>
3609 <child> 4345 <property name="can_focus">True</property>
3610 <object class="GtkLabel" id="GNUNET_setup_gns_basics_identity_label"> 4346 <property name="max_length">63</property>
3611 <property name="visible">True</property> 4347 <property name="invisible_char">●</property>
3612 <property name="label" translatable="yes">Cryptographic Identity:</property> 4348 <property name="invisible_char_set">True</property>
3613 </object> 4349 <property name="primary_icon_activatable">False</property>
3614 <packing> 4350 <property name="secondary_icon_activatable">False</property>
3615 <property name="expand">False</property> 4351 <property name="primary_icon_sensitive">True</property>
3616 <property name="fill">False</property> 4352 <property name="secondary_icon_sensitive">True</property>
3617 <property name="padding">5</property>
3618 <property name="position">0</property>
3619 </packing>
3620 </child>
3621 <child>
3622 <object class="GtkLabel" id="GNUNET_setup_gns_basics_identity_value_label">
3623 <property name="visible">True</property>
3624 <property name="label">---set dynamically---</property>
3625 </object>
3626 <packing>
3627 <property name="expand">False</property>
3628 <property name="padding">5</property>
3629 <property name="position">1</property>
3630 </packing>
3631 </child>
3632 <child>
3633 <object class="GtkButton" id="GNUNET_setup_gns_basics_copy_id_button">
3634 <property name="label">gtk-copy</property>
3635 <property name="visible">True</property>
3636 <property name="can_focus">True</property>
3637 <property name="receives_default">True</property>
3638 <property name="use_stock">True</property>
3639 </object>
3640 <packing>
3641 <property name="expand">False</property>
3642 <property name="fill">False</property>
3643 <property name="padding">5</property>
3644 <property name="position">2</property>
3645 </packing>
3646 </child>
3647 </object> 4353 </object>
3648 <packing> 4354 <packing>
3649 <property name="expand">False</property> 4355 <property name="expand">False</property>
@@ -3652,14 +4358,72 @@
3652 <property name="position">1</property> 4358 <property name="position">1</property>
3653 </packing> 4359 </packing>
3654 </child> 4360 </child>
4361 <child>
4362 <object class="GtkButton" id="GNUNET_setup_gns_public_key_copy_button">
4363 <property name="label">gtk-copy</property>
4364 <property name="use_action_appearance">False</property>
4365 <property name="visible">True</property>
4366 <property name="can_focus">True</property>
4367 <property name="receives_default">True</property>
4368 <property name="use_stock">True</property>
4369 </object>
4370 <packing>
4371 <property name="expand">False</property>
4372 <property name="fill">False</property>
4373 <property name="padding">5</property>
4374 <property name="position">2</property>
4375 </packing>
4376 </child>
4377 <child>
4378 <object class="GtkVSeparator" id="vseparator3">
4379 <property name="visible">True</property>
4380 <property name="can_focus">False</property>
4381 </object>
4382 <packing>
4383 <property name="expand">True</property>
4384 <property name="fill">True</property>
4385 <property name="position">3</property>
4386 </packing>
4387 </child>
4388 <child>
4389 <object class="GtkImage" id="GNUNET_setup_gns_qr_image">
4390 <property name="visible">True</property>
4391 <property name="can_focus">False</property>
4392 <property name="tooltip_text" translatable="yes">QR code for the selected zone</property>
4393 <property name="stock">gtk-missing-image</property>
4394 </object>
4395 <packing>
4396 <property name="expand">False</property>
4397 <property name="fill">False</property>
4398 <property name="position">4</property>
4399 </packing>
4400 </child>
4401 <child>
4402 <object class="GtkButton" id="GNUNET_setup_gns_qr_saveas_button">
4403 <property name="label">gtk-save-as</property>
4404 <property name="use_action_appearance">False</property>
4405 <property name="visible">True</property>
4406 <property name="can_focus">True</property>
4407 <property name="receives_default">True</property>
4408 <property name="tooltip_text" translatable="yes">Save QR code to file</property>
4409 <property name="use_stock">True</property>
4410 </object>
4411 <packing>
4412 <property name="expand">False</property>
4413 <property name="fill">False</property>
4414 <property name="padding">5</property>
4415 <property name="position">5</property>
4416 </packing>
4417 </child>
3655 </object> 4418 </object>
3656 </child> 4419 </child>
3657 </object> 4420 </object>
3658 </child> 4421 </child>
3659 <child type="label"> 4422 <child type="label">
3660 <object class="GtkLabel" id="GNUNET_setup_gns_basics_label"> 4423 <object class="GtkLabel" id="GNUNET_GNS_GTK_zone_label">
3661 <property name="visible">True</property> 4424 <property name="visible">True</property>
3662 <property name="label" translatable="yes">&lt;b&gt;Domain Owner Information&lt;/b&gt;</property> 4425 <property name="can_focus">False</property>
4426 <property name="label" translatable="yes">&lt;b&gt;SET TO PUBLIC KEY OF THE ZONE&lt;/b&gt;</property>
3663 <property name="use_markup">True</property> 4427 <property name="use_markup">True</property>
3664 </object> 4428 </object>
3665 </child> 4429 </child>
@@ -3672,113 +4436,116 @@
3672 </packing> 4436 </packing>
3673 </child> 4437 </child>
3674 <child> 4438 <child>
3675 <object class="GtkFrame" id="GNUNET_setup_gns_configuration_frame"> 4439 <object class="GtkScrolledWindow" id="GNUNET_setup_gns_main_scrolledwindow">
3676 <property name="visible">True</property> 4440 <property name="visible">True</property>
3677 <property name="label_xalign">0</property> 4441 <property name="can_focus">True</property>
3678 <property name="shadow_type">none</property> 4442 <property name="hscrollbar_policy">automatic</property>
4443 <property name="vscrollbar_policy">automatic</property>
3679 <child> 4444 <child>
3680 <object class="GtkAlignment" id="GNUNET_setup_gns_configuration_frame_alignment"> 4445 <object class="GtkTreeView" id="GNUNET_setup_gns_main_treeview">
3681 <property name="visible">True</property> 4446 <property name="visible">True</property>
3682 <property name="left_padding">12</property> 4447 <property name="can_focus">True</property>
4448 <property name="model"></property>
4449 <property name="search_column">0</property>
3683 <child> 4450 <child>
3684 <object class="GtkScrolledWindow" id="GNUNET_setup_gns_scrolledwindow"> 4451 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_name_treeviewcolumn">
3685 <property name="visible">True</property> 4452 <property name="title">Name</property>
3686 <property name="can_focus">True</property> 4453 <property name="clickable">True</property>
3687 <property name="hscrollbar_policy">never</property> 4454 <property name="reorderable">True</property>
3688 <property name="shadow_type">in</property> 4455 <property name="sort_indicator">True</property>
4456 <property name="sort_column_id">0</property>
3689 <child> 4457 <child>
3690 <object class="GtkViewport" id="GNUNET_setup_gns_viewport"> 4458 <object class="GtkCellRendererText" id="GNUNET_setup_gns_name_cellrenderertext"/>
3691 <property name="visible">True</property> 4459 <attributes>
3692 <property name="resize_mode">queue</property> 4460 <attribute name="visible">9</attribute>
3693 <child> 4461 <attribute name="background">13</attribute>
3694 <object class="GtkTreeView" id="GNUNET_setup_gns_treeview"> 4462 <attribute name="editable">9</attribute>
3695 <property name="visible">True</property> 4463 <attribute name="text">0</attribute>
3696 <property name="can_focus">True</property> 4464 </attributes>
3697 <property name="model">GNUNET_setup_gns_liststore</property> 4465 </child>
3698 <property name="headers_clickable">False</property> 4466 </object>
3699 <property name="search_column">0</property> 4467 </child>
3700 <child> 4468 <child>
3701 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_name_treeviewcolumn"> 4469 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_ispublic_treeviewcolumn">
3702 <property name="sizing">autosize</property> 4470 <property name="sizing">fixed</property>
3703 <property name="title">Hostname</property> 4471 <property name="fixed_width">50</property>
3704 <property name="clickable">True</property> 4472 <property name="title">Public</property>
3705 <property name="reorderable">True</property> 4473 <property name="clickable">True</property>
3706 <property name="sort_indicator">True</property> 4474 <child>
3707 <property name="sort_column_id">0</property> 4475 <object class="GtkCellRendererToggle" id="GNUNET_setup_gns_ispublic_cellrenderertoggle"/>
3708 <child> 4476 <attributes>
3709 <object class="GtkCellRendererText" id="GNUNET_setup_gns_name_cellrenderertext"> 4477 <attribute name="visible">10</attribute>
3710 <property name="editable">True</property> 4478 <attribute name="active">1</attribute>
3711 </object> 4479 </attributes>
3712 <attributes> 4480 </child>
3713 <attribute name="text">0</attribute> 4481 </object>
3714 </attributes> 4482 </child>
3715 </child> 4483 <child>
3716 </object> 4484 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_type_treeviewcolumn">
3717 </child> 4485 <property name="sizing">autosize</property>
3718 <child> 4486 <property name="fixed_width">90</property>
3719 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_type_treeviewcolumn"> 4487 <property name="title">Type</property>
3720 <property name="sizing">autosize</property> 4488 <property name="clickable">True</property>
3721 <property name="title">Type</property> 4489 <property name="reorderable">True</property>
3722 <child> 4490 <property name="sort_indicator">True</property>
3723 <object class="GtkCellRendererText" id="GNUNET_setup_gns_type_cellrenderertext"> 4491 <property name="sort_column_id">3</property>
3724 <property name="editable">True</property> 4492 <child>
3725 </object> 4493 <object class="GtkCellRendererCombo" id="GNUNET_setup_gns_type_cellrenderercombo">
3726 <attributes> 4494 <property name="editable">True</property>
3727 <attribute name="text">4</attribute> 4495 <property name="model"></property>
3728 </attributes> 4496 <property name="text_column">1</property>
3729 </child>
3730 </object>
3731 </child>
3732 <child>
3733 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_ttl_treeviewcolumn">
3734 <property name="sizing">autosize</property>
3735 <property name="title">TTL</property>
3736 <child>
3737 <object class="GtkCellRendererText" id="GNUNET_setup_gns_ttl_cellrenderertext">
3738 <property name="editable">True</property>
3739 </object>
3740 <attributes>
3741 <attribute name="text">1</attribute>
3742 </attributes>
3743 </child>
3744 </object>
3745 </child>
3746 <child>
3747 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_value_treeviewcolumn">
3748 <property name="resizable">True</property>
3749 <property name="title">Value</property>
3750 <property name="clickable">True</property>
3751 <property name="reorderable">True</property>
3752 <property name="sort_indicator">True</property>
3753 <property name="sort_column_id">2</property>
3754 <child>
3755 <object class="GtkCellRendererText" id="GNUNET_setup_gns_value_cellrenderertext">
3756 <property name="editable">True</property>
3757 </object>
3758 <attributes>
3759 <attribute name="text">3</attribute>
3760 </attributes>
3761 </child>
3762 </object>
3763 </child>
3764 </object>
3765 </child>
3766 </object> 4497 </object>
4498 <attributes>
4499 <attribute name="visible">11</attribute>
4500 <attribute name="text">3</attribute>
4501 </attributes>
4502 </child>
4503 </object>
4504 </child>
4505 <child>
4506 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_expiration_treeviewcolumn">
4507 <property name="title">Expiration</property>
4508 <property name="clickable">True</property>
4509 <property name="reorderable">True</property>
4510 <property name="sort_indicator">True</property>
4511 <property name="sort_column_id">4</property>
4512 <child>
4513 <object class="GtkCellRendererText" id="GNUNET_setup_gns_expiration_cellrenderertext">
4514 <property name="editable">True</property>
4515 </object>
4516 <attributes>
4517 <attribute name="visible">10</attribute>
4518 <attribute name="background">12</attribute>
4519 <attribute name="text">6</attribute>
4520 </attributes>
4521 </child>
4522 </object>
4523 </child>
4524 <child>
4525 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_value_treeviewcolumn">
4526 <property name="sizing">autosize</property>
4527 <property name="title">Value</property>
4528 <property name="expand">True</property>
4529 <property name="clickable">True</property>
4530 <property name="sort_column_id">7</property>
4531 <child>
4532 <object class="GtkCellRendererText" id="GNUNET_setup_gns_value_cellrenderertext">
4533 <property name="editable">True</property>
4534 </object>
4535 <attributes>
4536 <attribute name="visible">10</attribute>
4537 <attribute name="background">8</attribute>
4538 <attribute name="text">7</attribute>
4539 </attributes>
3767 </child> 4540 </child>
3768 </object> 4541 </object>
3769 </child> 4542 </child>
3770 </object>
3771 </child>
3772 <child type="label">
3773 <object class="GtkLabel" id="GNUNET_setup_gns_configuration_frame_label">
3774 <property name="visible">True</property>
3775 <property name="label" translatable="yes">&lt;b&gt;GNS Database&lt;/b&gt;</property>
3776 <property name="use_markup">True</property>
3777 </object> 4543 </object>
3778 </child> 4544 </child>
3779 </object> 4545 </object>
3780 <packing> 4546 <packing>
3781 <property name="padding">5</property> 4547 <property name="expand">True</property>
4548 <property name="fill">True</property>
3782 <property name="position">1</property> 4549 <property name="position">1</property>
3783 </packing> 4550 </packing>
3784 </child> 4551 </child>
@@ -3791,6 +4558,7 @@
3791 <child type="tab"> 4558 <child type="tab">
3792 <object class="GtkLabel" id="GNUNET_setup_gns_label"> 4559 <object class="GtkLabel" id="GNUNET_setup_gns_label">
3793 <property name="visible">True</property> 4560 <property name="visible">True</property>
4561 <property name="can_focus">False</property>
3794 <property name="label" translatable="yes">GN_S</property> 4562 <property name="label" translatable="yes">GN_S</property>
3795 <property name="use_underline">True</property> 4563 <property name="use_underline">True</property>
3796 </object> 4564 </object>
@@ -3802,12 +4570,14 @@
3802 </object> 4570 </object>
3803 <packing> 4571 <packing>
3804 <property name="expand">False</property> 4572 <property name="expand">False</property>
4573 <property name="fill">True</property>
3805 <property name="position">1</property> 4574 <property name="position">1</property>
3806 </packing> 4575 </packing>
3807 </child> 4576 </child>
3808 <child> 4577 <child>
3809 <object class="GtkLinkButton" id="GNUNET_setup_help_text"> 4578 <object class="GtkLinkButton" id="GNUNET_setup_help_text">
3810 <property name="label" translatable="yes">Welcome to gnunet-setup.</property> 4579 <property name="label" translatable="yes">Welcome to gnunet-setup.</property>
4580 <property name="use_action_appearance">False</property>
3811 <property name="visible">True</property> 4581 <property name="visible">True</property>
3812 <property name="can_focus">True</property> 4582 <property name="can_focus">True</property>
3813 <property name="receives_default">True</property> 4583 <property name="receives_default">True</property>
@@ -3817,58 +4587,10 @@
3817 </object> 4587 </object>
3818 <packing> 4588 <packing>
3819 <property name="expand">False</property> 4589 <property name="expand">False</property>
4590 <property name="fill">True</property>
3820 <property name="position">2</property> 4591 <property name="position">2</property>
3821 </packing> 4592 </packing>
3822 </child> 4593 </child>
3823 <child internal-child="action_area">
3824 <object class="GtkHButtonBox" id="GNUNET_setup_dialog-action_area">
3825 <property name="layout_style">end</property>
3826 <child>
3827 <object class="GtkButton" id="GNUNET_setup_cancel_button">
3828 <property name="label">gtk-cancel</property>
3829 <property name="can_focus">True</property>
3830 <property name="receives_default">True</property>
3831 <property name="use_stock">True</property>
3832 </object>
3833 <packing>
3834 <property name="expand">False</property>
3835 <property name="fill">False</property>
3836 <property name="position">0</property>
3837 </packing>
3838 </child>
3839 <child>
3840 <object class="GtkButton" id="GNUNET_setup_save_as_button">
3841 <property name="label">gtk-save-as</property>
3842 <property name="can_focus">True</property>
3843 <property name="receives_default">True</property>
3844 <property name="use_stock">True</property>
3845 </object>
3846 <packing>
3847 <property name="expand">False</property>
3848 <property name="fill">False</property>
3849 <property name="position">1</property>
3850 </packing>
3851 </child>
3852 <child>
3853 <object class="GtkButton" id="GNUNET_setup_save_button">
3854 <property name="label">gtk-save</property>
3855 <property name="can_focus">True</property>
3856 <property name="receives_default">True</property>
3857 <property name="use_stock">True</property>
3858 </object>
3859 <packing>
3860 <property name="expand">False</property>
3861 <property name="fill">False</property>
3862 <property name="position">2</property>
3863 </packing>
3864 </child>
3865 </object>
3866 <packing>
3867 <property name="expand">False</property>
3868 <property name="pack_type">end</property>
3869 <property name="position">0</property>
3870 </packing>
3871 </child>
3872 </object> 4594 </object>
3873 </child> 4595 </child>
3874 <action-widgets> 4596 <action-widgets>
@@ -3877,112 +4599,113 @@
3877 <action-widget response="-3">GNUNET_setup_save_button</action-widget> 4599 <action-widget response="-3">GNUNET_setup_save_button</action-widget>
3878 </action-widgets> 4600 </action-widgets>
3879 </object> 4601 </object>
3880 <object class="GtkAdjustment" id="GNUNET_setup_exit_interface_mask_adjustment">
3881 <property name="value">48</property>
3882 <property name="lower">1</property>
3883 <property name="upper">127</property>
3884 <property name="step_increment">1</property>
3885 <property name="page_increment">10</property>
3886 </object>
3887 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_mysql_port_adjustment">
3888 <property name="value">3306</property>
3889 <property name="lower">1</property>
3890 <property name="upper">65535</property>
3891 <property name="step_increment">1</property>
3892 <property name="page_increment">10</property>
3893 </object>
3894 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment">
3895 <property name="value">1024000</property>
3896 <property name="lower">65536</property>
3897 <property name="upper">9999999999</property>
3898 <property name="step_increment">65536</property>
3899 <property name="page_increment">1024000</property>
3900 </object>
3901 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_mysql_port_adjustment"> 4602 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_mysql_port_adjustment">
3902 <property name="value">3306</property>
3903 <property name="lower">1</property> 4603 <property name="lower">1</property>
3904 <property name="upper">65535</property> 4604 <property name="upper">65535</property>
4605 <property name="value">3306</property>
3905 <property name="step_increment">1</property> 4606 <property name="step_increment">1</property>
3906 <property name="page_increment">10</property> 4607 <property name="page_increment">10</property>
3907 </object> 4608 </object>
3908 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_quota_adjustment"> 4609 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_quota_adjustment">
3909 <property name="value">100000000</property>
3910 <property name="lower">1000000</property> 4610 <property name="lower">1000000</property>
3911 <property name="upper">999999999999</property> 4611 <property name="upper">999999999999</property>
4612 <property name="value">100000000</property>
3912 <property name="step_increment">1000000</property> 4613 <property name="step_increment">1000000</property>
3913 <property name="page_increment">1000000000</property> 4614 <property name="page_increment">1000000000</property>
3914 </object> 4615 </object>
4616 <object class="GtkListStore" id="GNUNET_setup_gns_liststore">
4617 <columns>
4618 <!-- column-name hostname -->
4619 <column type="gchararray"/>
4620 <!-- column-name sourceport -->
4621 <column type="guint"/>
4622 <!-- column-name targetport -->
4623 <column type="guint"/>
4624 <!-- column-name targethostname -->
4625 <column type="gchararray"/>
4626 <!-- column-name isudp -->
4627 <column type="gchararray"/>
4628 </columns>
4629 </object>
3915 <object class="GtkAdjustment" id="GNUNET_setup_hostlist_server_port_adjustment"> 4630 <object class="GtkAdjustment" id="GNUNET_setup_hostlist_server_port_adjustment">
3916 <property name="value">8080</property>
3917 <property name="lower">1</property> 4631 <property name="lower">1</property>
3918 <property name="upper">65535</property> 4632 <property name="upper">65535</property>
4633 <property name="value">8080</property>
3919 <property name="step_increment">1</property> 4634 <property name="step_increment">1</property>
3920 <property name="page_increment">10</property> 4635 <property name="page_increment">10</property>
3921 </object> 4636 </object>
4637 <object class="GtkListStore" id="GNUNET_setup_hostlist_url_liststore">
4638 <columns>
4639 <!-- column-name url -->
4640 <column type="gchararray"/>
4641 <!-- column-name editable -->
4642 <column type="gboolean"/>
4643 </columns>
4644 </object>
3922 <object class="GtkAdjustment" id="GNUNET_setup_min_friends_adjustment"> 4645 <object class="GtkAdjustment" id="GNUNET_setup_min_friends_adjustment">
3923 <property name="upper">9999</property> 4646 <property name="upper">9999</property>
3924 <property name="step_increment">1</property> 4647 <property name="step_increment">1</property>
3925 <property name="page_increment">10</property> 4648 <property name="page_increment">10</property>
3926 </object> 4649 </object>
3927 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_advertised_port_adjustment"> 4650 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_advertised_port_adjustment">
3928 <property name="value">1080</property>
3929 <property name="lower">1</property> 4651 <property name="lower">1</property>
3930 <property name="upper">65535</property> 4652 <property name="upper">65535</property>
4653 <property name="value">1080</property>
3931 <property name="step_increment">1</property> 4654 <property name="step_increment">1</property>
3932 <property name="page_increment">10</property> 4655 <property name="page_increment">10</property>
3933 </object> 4656 </object>
3934 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_port_adjustment"> 4657 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_port_adjustment">
3935 <property name="value">1080</property>
3936 <property name="lower">1</property> 4658 <property name="lower">1</property>
3937 <property name="upper">65535</property> 4659 <property name="upper">65535</property>
4660 <property name="value">1080</property>
3938 <property name="step_increment">1</property> 4661 <property name="step_increment">1</property>
3939 <property name="page_increment">10</property> 4662 <property name="page_increment">10</property>
3940 </object> 4663 </object>
3941 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_advertised_port_adjustment"> 4664 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_advertised_port_adjustment">
3942 <property name="value">443</property>
3943 <property name="lower">1</property> 4665 <property name="lower">1</property>
3944 <property name="upper">65535</property> 4666 <property name="upper">65535</property>
4667 <property name="value">443</property>
3945 <property name="step_increment">1</property> 4668 <property name="step_increment">1</property>
3946 <property name="page_increment">10</property> 4669 <property name="page_increment">10</property>
3947 </object> 4670 </object>
3948 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_port_adjustment"> 4671 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_port_adjustment">
3949 <property name="value">443</property>
3950 <property name="lower">1</property> 4672 <property name="lower">1</property>
3951 <property name="upper">65535</property> 4673 <property name="upper">65535</property>
4674 <property name="value">443</property>
3952 <property name="step_increment">1</property> 4675 <property name="step_increment">1</property>
3953 <property name="page_increment">10</property> 4676 <property name="page_increment">10</property>
3954 </object> 4677 </object>
3955 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_adv_port_adjustment"> 4678 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_adv_port_adjustment">
3956 <property name="value">2086</property>
3957 <property name="lower">1</property> 4679 <property name="lower">1</property>
3958 <property name="upper">65535</property> 4680 <property name="upper">65535</property>
4681 <property name="value">2086</property>
3959 <property name="step_increment">1</property> 4682 <property name="step_increment">1</property>
3960 <property name="page_increment">10</property> 4683 <property name="page_increment">10</property>
3961 </object> 4684 </object>
3962 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_port_adjustment"> 4685 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_port_adjustment">
3963 <property name="value">2086</property>
3964 <property name="upper">65535</property> 4686 <property name="upper">65535</property>
4687 <property name="value">2086</property>
3965 <property name="step_increment">1</property> 4688 <property name="step_increment">1</property>
3966 <property name="page_increment">10</property> 4689 <property name="page_increment">10</property>
3967 </object> 4690 </object>
3968 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_advertised_port_adjustment"> 4691 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_advertised_port_adjustment">
3969 <property name="value">2086</property>
3970 <property name="lower">1</property> 4692 <property name="lower">1</property>
3971 <property name="upper">65535</property> 4693 <property name="upper">65535</property>
4694 <property name="value">2086</property>
3972 <property name="step_increment">1</property> 4695 <property name="step_increment">1</property>
3973 <property name="page_increment">10</property> 4696 <property name="page_increment">10</property>
3974 </object> 4697 </object>
3975 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_port_adjustment"> 4698 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_port_adjustment">
3976 <property name="value">2086</property>
3977 <property name="lower">1</property> 4699 <property name="lower">1</property>
3978 <property name="upper">65535</property> 4700 <property name="upper">65535</property>
4701 <property name="value">2086</property>
3979 <property name="step_increment">1</property> 4702 <property name="step_increment">1</property>
3980 <property name="page_increment">10</property> 4703 <property name="page_increment">10</property>
3981 </object> 4704 </object>
3982 <object class="GtkAdjustment" id="GNUNET_setup_vpn_interface_mask_adjustment"> 4705 <object class="GtkAdjustment" id="GNUNET_setup_vpn_interface_mask_adjustment">
3983 <property name="value">48</property>
3984 <property name="lower">1</property> 4706 <property name="lower">1</property>
3985 <property name="upper">127</property> 4707 <property name="upper">127</property>
4708 <property name="value">48</property>
3986 <property name="step_increment">1</property> 4709 <property name="step_increment">1</property>
3987 <property name="page_increment">10</property> 4710 <property name="page_increment">10</property>
3988 </object> 4711 </object>