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.glade863
1 files changed, 170 insertions, 693 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index fd11638d..9463408c 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -1,22 +1,44 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy toplevel-contextual -->
4 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment"> 5 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment">
6 <property name="value">65536</property>
5 <property name="lower">5000</property> 7 <property name="lower">5000</property>
6 <property name="upper">999999999</property> 8 <property name="upper">999999999</property>
7 <property name="value">65536</property>
8 <property name="step_increment">1</property> 9 <property name="step_increment">1</property>
9 <property name="page_increment">10</property> 10 <property name="page_increment">10</property>
10 </object> 11 </object>
11 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment"> 12 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_out_adjustment">
13 <property name="value">65536</property>
12 <property name="lower">1024</property> 14 <property name="lower">1024</property>
13 <property name="upper">999999999</property> 15 <property name="upper">999999999</property>
14 <property name="value">65536</property>
15 <property name="step_increment">1</property> 16 <property name="step_increment">1</property>
16 <property name="page_increment">10</property> 17 <property name="page_increment">10</property>
17 </object> 18 </object>
19 <object class="GtkListStore" id="GNUNET_setup_gns_liststore">
20 <columns>
21 <!-- column-name hostname -->
22 <column type="gchararray"/>
23 <!-- column-name sourceport -->
24 <column type="guint"/>
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>
33 <object class="GtkListStore" id="GNUNET_setup_hostlist_url_liststore">
34 <columns>
35 <!-- column-name url -->
36 <column type="gchararray"/>
37 <!-- column-name editable -->
38 <column type="gboolean"/>
39 </columns>
40 </object>
18 <object class="GtkDialog" id="GNUNET_setup_dialog"> 41 <object class="GtkDialog" id="GNUNET_setup_dialog">
19 <property name="can_focus">False</property>
20 <property name="border_width">5</property> 42 <property name="border_width">5</property>
21 <property name="title" translatable="yes">gnunet-setup</property> 43 <property name="title" translatable="yes">gnunet-setup</property>
22 <property name="window_position">center</property> 44 <property name="window_position">center</property>
@@ -24,70 +46,12 @@
24 <property name="default_height">550</property> 46 <property name="default_height">550</property>
25 <property name="icon_name">preferences-system</property> 47 <property name="icon_name">preferences-system</property>
26 <property name="type_hint">dialog</property> 48 <property name="type_hint">dialog</property>
27 <signal name="destroy" handler="GNUNET_SETUP_quit_cb" swapped="no"/> 49 <signal name="destroy" handler="GNUNET_SETUP_quit_cb"/>
28 <child internal-child="vbox"> 50 <child internal-child="vbox">
29 <object class="GtkBox" id="GNUNET_setup_dialog-vbox"> 51 <object class="GtkVBox" id="GNUNET_setup_dialog-vbox">
30 <property name="visible">True</property> 52 <property name="visible">True</property>
31 <property name="can_focus">False</property>
32 <property name="orientation">vertical</property> 53 <property name="orientation">vertical</property>
33 <property name="spacing">2</property> 54 <property name="spacing">2</property>
34 <child internal-child="action_area">
35 <object class="GtkButtonBox" id="GNUNET_setup_dialog-action_area">
36 <property name="can_focus">False</property>
37 <property name="layout_style">end</property>
38 <child>
39 <object class="GtkButton" id="GNUNET_setup_cancel_button">
40 <property name="label">gtk-cancel</property>
41 <property name="use_action_appearance">False</property>
42 <property name="can_focus">True</property>
43 <property name="receives_default">True</property>
44 <property name="use_action_appearance">False</property>
45 <property name="use_stock">True</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">False</property>
50 <property name="position">0</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkButton" id="GNUNET_setup_save_as_button">
55 <property name="label">gtk-save-as</property>
56 <property name="use_action_appearance">False</property>
57 <property name="can_focus">True</property>
58 <property name="receives_default">True</property>
59 <property name="use_action_appearance">False</property>
60 <property name="use_stock">True</property>
61 </object>
62 <packing>
63 <property name="expand">False</property>
64 <property name="fill">False</property>
65 <property name="position">1</property>
66 </packing>
67 </child>
68 <child>
69 <object class="GtkButton" id="GNUNET_setup_save_button">
70 <property name="label">gtk-save</property>
71 <property name="use_action_appearance">False</property>
72 <property name="can_focus">True</property>
73 <property name="receives_default">True</property>
74 <property name="use_action_appearance">False</property>
75 <property name="use_stock">True</property>
76 </object>
77 <packing>
78 <property name="expand">False</property>
79 <property name="fill">False</property>
80 <property name="position">2</property>
81 </packing>
82 </child>
83 </object>
84 <packing>
85 <property name="expand">False</property>
86 <property name="fill">True</property>
87 <property name="pack_type">end</property>
88 <property name="position">0</property>
89 </packing>
90 </child>
91 <child> 55 <child>
92 <object class="GtkNotebook" id="GNUNET_setup_notebook"> 56 <object class="GtkNotebook" id="GNUNET_setup_notebook">
93 <property name="visible">True</property> 57 <property name="visible">True</property>
@@ -95,26 +59,21 @@
95 <child> 59 <child>
96 <object class="GtkVBox" id="GNUNET_setup_general_vbox"> 60 <object class="GtkVBox" id="GNUNET_setup_general_vbox">
97 <property name="visible">True</property> 61 <property name="visible">True</property>
98 <property name="can_focus">False</property>
99 <child> 62 <child>
100 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame"> 63 <object class="GtkFrame" id="GNUNET_setup_defaultservices_frame">
101 <property name="visible">True</property> 64 <property name="visible">True</property>
102 <property name="can_focus">False</property>
103 <property name="label_xalign">0</property> 65 <property name="label_xalign">0</property>
104 <property name="shadow_type">none</property> 66 <property name="shadow_type">none</property>
105 <child> 67 <child>
106 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment"> 68 <object class="GtkAlignment" id="GNUNET_setup_defaultservices_alignment">
107 <property name="visible">True</property> 69 <property name="visible">True</property>
108 <property name="can_focus">False</property>
109 <property name="left_padding">12</property> 70 <property name="left_padding">12</property>
110 <child> 71 <child>
111 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox"> 72 <object class="GtkHBox" id="GNUNET_setup_defaultservices_hbox">
112 <property name="visible">True</property> 73 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <child> 74 <child>
115 <object class="GtkLabel" id="GNUNET_setup_general_services_label"> 75 <object class="GtkLabel" id="GNUNET_setup_general_services_label">
116 <property name="visible">True</property> 76 <property name="visible">True</property>
117 <property name="can_focus">False</property>
118 <property name="label" translatable="yes">Services:</property> 77 <property name="label" translatable="yes">Services:</property>
119 </object> 78 </object>
120 <packing> 79 <packing>
@@ -127,13 +86,11 @@
127 <child> 86 <child>
128 <object class="GtkCheckButton" id="GNUNET_setup_general_services_topology_checkbutton"> 87 <object class="GtkCheckButton" id="GNUNET_setup_general_services_topology_checkbutton">
129 <property name="label" translatable="yes">Topology</property> 88 <property name="label" translatable="yes">Topology</property>
130 <property name="use_action_appearance">False</property>
131 <property name="visible">True</property> 89 <property name="visible">True</property>
132 <property name="sensitive">False</property> 90 <property name="sensitive">False</property>
133 <property name="can_focus">True</property> 91 <property name="can_focus">True</property>
134 <property name="receives_default">False</property> 92 <property name="receives_default">False</property>
135 <property name="tooltip_text" translatable="yes">The topology subsystem is required as it ensures that your peer connects to other peers.</property> 93 <property name="tooltip_text" translatable="yes">The topology subsystem is required as it ensures that your peer connects to other peers.</property>
136 <property name="use_action_appearance">False</property>
137 <property name="xalign">0</property> 94 <property name="xalign">0</property>
138 <property name="active">True</property> 95 <property name="active">True</property>
139 <property name="draw_indicator">True</property> 96 <property name="draw_indicator">True</property>
@@ -148,12 +105,10 @@
148 <child> 105 <child>
149 <object class="GtkCheckButton" id="GNUNET_setup_general_services_hostlist_checkbutton"> 106 <object class="GtkCheckButton" id="GNUNET_setup_general_services_hostlist_checkbutton">
150 <property name="label" translatable="yes">Hostlist</property> 107 <property name="label" translatable="yes">Hostlist</property>
151 <property name="use_action_appearance">False</property>
152 <property name="visible">True</property> 108 <property name="visible">True</property>
153 <property name="can_focus">True</property> 109 <property name="can_focus">True</property>
154 <property name="receives_default">False</property> 110 <property name="receives_default">False</property>
155 <property name="tooltip_text" translatable="yes">Hostlist servers are used to find other peers. Here you can choose to offer a hostlist or simply configure which hostlists by other peers you want to use.</property> 111 <property name="tooltip_text" translatable="yes">Hostlist servers are used to find other peers. Here you can choose to offer a hostlist or simply configure which hostlists by other peers you want to use.</property>
156 <property name="use_action_appearance">False</property>
157 <property name="xalign">0</property> 112 <property name="xalign">0</property>
158 <property name="active">True</property> 113 <property name="active">True</property>
159 <property name="draw_indicator">True</property> 114 <property name="draw_indicator">True</property>
@@ -168,12 +123,10 @@
168 <child> 123 <child>
169 <object class="GtkCheckButton" id="GNUNET_setup_general_services_fs_checkbutton"> 124 <object class="GtkCheckButton" id="GNUNET_setup_general_services_fs_checkbutton">
170 <property name="label" translatable="yes">File _Sharing</property> 125 <property name="label" translatable="yes">File _Sharing</property>
171 <property name="use_action_appearance">False</property>
172 <property name="visible">True</property> 126 <property name="visible">True</property>
173 <property name="can_focus">True</property> 127 <property name="can_focus">True</property>
174 <property name="receives_default">False</property> 128 <property name="receives_default">False</property>
175 <property name="tooltip_text" translatable="yes">Enable GNUnet's file-sharing subsystem.</property> 129 <property name="tooltip_text" translatable="yes">Enable GNUnet's file-sharing subsystem.</property>
176 <property name="use_action_appearance">False</property>
177 <property name="use_underline">True</property> 130 <property name="use_underline">True</property>
178 <property name="xalign">0</property> 131 <property name="xalign">0</property>
179 <property name="active">True</property> 132 <property name="active">True</property>
@@ -189,19 +142,16 @@
189 <child> 142 <child>
190 <object class="GtkCheckButton" id="GNUNET_setup_general_services_pt_checkbutton"> 143 <object class="GtkCheckButton" id="GNUNET_setup_general_services_pt_checkbutton">
191 <property name="label" translatable="yes">PT/VPN</property> 144 <property name="label" translatable="yes">PT/VPN</property>
192 <property name="use_action_appearance">False</property>
193 <property name="visible">True</property> 145 <property name="visible">True</property>
194 <property name="can_focus">True</property> 146 <property name="can_focus">True</property>
195 <property name="receives_default">False</property> 147 <property name="receives_default">False</property>
196 <property name="tooltip_text" translatable="yes">Using the PT/VPN subsystems you can tunnel your Internet traffic over GNUnet. This is useful if you want to access the IPv4-Internet if you only have IPv6-connectivity or vice versa. Furthermore, if you are only connected to other peers using WLAN, you could also get Internet access in the first place by routing IP traffic over GNUnet.</property> 148 <property name="tooltip_text" translatable="yes">Using the PT/VPN subsystems you can tunnel your Internet traffic over GNUnet. This is useful if you want to access the IPv4-Internet if you only have IPv6-connectivity or vice versa. Furthermore, if you are only connected to other peers using WLAN, you could also get Internet access in the first place by routing IP traffic over GNUnet.</property>
197 <property name="use_action_appearance">False</property>
198 <property name="use_underline">True</property> 149 <property name="use_underline">True</property>
199 <property name="xalign">0</property> 150 <property name="xalign">0</property>
200 <property name="draw_indicator">True</property> 151 <property name="draw_indicator">True</property>
201 </object> 152 </object>
202 <packing> 153 <packing>
203 <property name="expand">False</property> 154 <property name="expand">False</property>
204 <property name="fill">True</property>
205 <property name="padding">5</property> 155 <property name="padding">5</property>
206 <property name="position">4</property> 156 <property name="position">4</property>
207 </packing> 157 </packing>
@@ -209,19 +159,16 @@
209 <child> 159 <child>
210 <object class="GtkCheckButton" id="GNUNET_setup_general_services_exit_checkbutton"> 160 <object class="GtkCheckButton" id="GNUNET_setup_general_services_exit_checkbutton">
211 <property name="label" translatable="yes">EXIT</property> 161 <property name="label" translatable="yes">EXIT</property>
212 <property name="use_action_appearance">False</property>
213 <property name="visible">True</property> 162 <property name="visible">True</property>
214 <property name="can_focus">True</property> 163 <property name="can_focus">True</property>
215 <property name="receives_default">False</property> 164 <property name="receives_default">False</property>
216 <property name="tooltip_text" translatable="yes">By offering an EXIT service, you can allow other peers to use your Internet connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your machine will be seen as the origin of the traffic, this might be risky in some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN interception for IPv4 and IPv6 on the same machine will still give you 4to6 and 6to4 protocol translation, allowing you to access IPv4-only servers from IPv6-only clients and IPv6-only servers from IPv4-only clients.</property> 165 <property name="tooltip_text" translatable="yes">By offering an EXIT service, you can allow other peers to use your Internet connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your machine will be seen as the origin of the traffic, this might be risky in some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN interception for IPv4 and IPv6 on the same machine will still give you 4to6 and 6to4 protocol translation, allowing you to access IPv4-only servers from IPv6-only clients and IPv6-only servers from IPv4-only clients.</property>
217 <property name="use_action_appearance">False</property>
218 <property name="use_underline">True</property> 166 <property name="use_underline">True</property>
219 <property name="xalign">0</property> 167 <property name="xalign">0</property>
220 <property name="draw_indicator">True</property> 168 <property name="draw_indicator">True</property>
221 </object> 169 </object>
222 <packing> 170 <packing>
223 <property name="expand">False</property> 171 <property name="expand">False</property>
224 <property name="fill">True</property>
225 <property name="padding">5</property> 172 <property name="padding">5</property>
226 <property name="position">5</property> 173 <property name="position">5</property>
227 </packing> 174 </packing>
@@ -230,18 +177,15 @@
230 <object class="GtkCheckButton" id="GNUNET_setup_general_services_gns_checkbutton"> 177 <object class="GtkCheckButton" id="GNUNET_setup_general_services_gns_checkbutton">
231 <property name="label" translatable="yes">GNS</property> 178 <property name="label" translatable="yes">GNS</property>
232 <property name="visible">True</property> 179 <property name="visible">True</property>
233 <property name="use_action_appearance">False</property>
234 <property name="can_focus">True</property> 180 <property name="can_focus">True</property>
235 <property name="receives_default">False</property> 181 <property name="receives_default">False</property>
236 <property name="tooltip_text" translatable="yes">The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make the ".gnunet" TLD available on your system. You will be in charge of your ".gnunet" TLD.</property> 182 <property name="tooltip_text" translatable="yes">The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make the ".gnunet" TLD available on your system. You will be in charge of your ".gnunet" TLD.</property>
237 <property name="use_action_appearance">False</property>
238 <property name="use_underline">True</property> 183 <property name="use_underline">True</property>
239 <property name="xalign">0</property> 184 <property name="xalign">0</property>
240 <property name="draw_indicator">True</property> 185 <property name="draw_indicator">True</property>
241 </object> 186 </object>
242 <packing> 187 <packing>
243 <property name="expand">False</property> 188 <property name="expand">False</property>
244 <property name="fill">True</property>
245 <property name="padding">5</property> 189 <property name="padding">5</property>
246 <property name="position">6</property> 190 <property name="position">6</property>
247 </packing> 191 </packing>
@@ -253,7 +197,6 @@
253 <child type="label"> 197 <child type="label">
254 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label"> 198 <object class="GtkLabel" id="GNUNET_setup_defaultservices_label">
255 <property name="visible">True</property> 199 <property name="visible">True</property>
256 <property name="can_focus">False</property>
257 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property> 200 <property name="label" translatable="yes">&lt;b&gt;Service Configuration&lt;/b&gt;</property>
258 <property name="use_markup">True</property> 201 <property name="use_markup">True</property>
259 </object> 202 </object>
@@ -269,26 +212,21 @@
269 <child> 212 <child>
270 <object class="GtkFrame" id="GNUNET_setup_topology_frame"> 213 <object class="GtkFrame" id="GNUNET_setup_topology_frame">
271 <property name="visible">True</property> 214 <property name="visible">True</property>
272 <property name="can_focus">False</property>
273 <property name="label_xalign">0</property> 215 <property name="label_xalign">0</property>
274 <property name="shadow_type">none</property> 216 <property name="shadow_type">none</property>
275 <child> 217 <child>
276 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment"> 218 <object class="GtkAlignment" id="GNUNET_setup_topology_alignment">
277 <property name="visible">True</property> 219 <property name="visible">True</property>
278 <property name="can_focus">False</property>
279 <property name="left_padding">12</property> 220 <property name="left_padding">12</property>
280 <child> 221 <child>
281 <object class="GtkHBox" id="GNUNET_setup_topology_hbox"> 222 <object class="GtkHBox" id="GNUNET_setup_topology_hbox">
282 <property name="visible">True</property> 223 <property name="visible">True</property>
283 <property name="can_focus">False</property>
284 <child> 224 <child>
285 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton"> 225 <object class="GtkCheckButton" id="GNUNET_setup_friends_only_checkbutton">
286 <property name="label" translatable="yes">F_2F only</property> 226 <property name="label" translatable="yes">F_2F only</property>
287 <property name="use_action_appearance">False</property>
288 <property name="visible">True</property> 227 <property name="visible">True</property>
289 <property name="can_focus">True</property> 228 <property name="can_focus">True</property>
290 <property name="receives_default">False</property> 229 <property name="receives_default">False</property>
291 <property name="use_action_appearance">False</property>
292 <property name="use_underline">True</property> 230 <property name="use_underline">True</property>
293 <property name="xalign">0</property> 231 <property name="xalign">0</property>
294 <property name="draw_indicator">True</property> 232 <property name="draw_indicator">True</property>
@@ -302,11 +240,9 @@
302 <child> 240 <child>
303 <object class="GtkVSeparator" id="vseparator2"> 241 <object class="GtkVSeparator" id="vseparator2">
304 <property name="visible">True</property> 242 <property name="visible">True</property>
305 <property name="can_focus">False</property>
306 </object> 243 </object>
307 <packing> 244 <packing>
308 <property name="expand">False</property> 245 <property name="expand">False</property>
309 <property name="fill">True</property>
310 <property name="padding">5</property> 246 <property name="padding">5</property>
311 <property name="position">1</property> 247 <property name="position">1</property>
312 </packing> 248 </packing>
@@ -314,7 +250,6 @@
314 <child> 250 <child>
315 <object class="GtkLabel" id="GNUNET_setup_friends_file_label"> 251 <object class="GtkLabel" id="GNUNET_setup_friends_file_label">
316 <property name="visible">True</property> 252 <property name="visible">True</property>
317 <property name="can_focus">False</property>
318 <property name="label" translatable="yes">Friends file:</property> 253 <property name="label" translatable="yes">Friends file:</property>
319 </object> 254 </object>
320 <packing> 255 <packing>
@@ -326,22 +261,17 @@
326 <child> 261 <child>
327 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton"> 262 <object class="GtkFileChooserButton" id="GNUNET_setup_friends_filechooserbutton">
328 <property name="visible">True</property> 263 <property name="visible">True</property>
329 <property name="can_focus">False</property>
330 </object> 264 </object>
331 <packing> 265 <packing>
332 <property name="expand">True</property>
333 <property name="fill">True</property>
334 <property name="position">3</property> 266 <property name="position">3</property>
335 </packing> 267 </packing>
336 </child> 268 </child>
337 <child> 269 <child>
338 <object class="GtkVSeparator" id="vseparator1"> 270 <object class="GtkVSeparator" id="vseparator1">
339 <property name="visible">True</property> 271 <property name="visible">True</property>
340 <property name="can_focus">False</property>
341 </object> 272 </object>
342 <packing> 273 <packing>
343 <property name="expand">False</property> 274 <property name="expand">False</property>
344 <property name="fill">True</property>
345 <property name="padding">5</property> 275 <property name="padding">5</property>
346 <property name="position">4</property> 276 <property name="position">4</property>
347 </packing> 277 </packing>
@@ -349,7 +279,6 @@
349 <child> 279 <child>
350 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label"> 280 <object class="GtkLabel" id="GNUNET_setup_minimum_friends_label">
351 <property name="visible">True</property> 281 <property name="visible">True</property>
352 <property name="can_focus">False</property>
353 <property name="label" translatable="yes">Min. connected friends:</property> 282 <property name="label" translatable="yes">Min. connected friends:</property>
354 </object> 283 </object>
355 <packing> 284 <packing>
@@ -362,7 +291,7 @@
362 <object class="GtkSpinButton" id="GNUNET_setup_minimum_friends_spinbutton"> 291 <object class="GtkSpinButton" id="GNUNET_setup_minimum_friends_spinbutton">
363 <property name="visible">True</property> 292 <property name="visible">True</property>
364 <property name="can_focus">True</property> 293 <property name="can_focus">True</property>
365 <property name="invisible_char"></property> 294 <property name="invisible_char">&#x2022;</property>
366 <property name="invisible_char_set">True</property> 295 <property name="invisible_char_set">True</property>
367 <property name="adjustment">GNUNET_setup_min_friends_adjustment</property> 296 <property name="adjustment">GNUNET_setup_min_friends_adjustment</property>
368 <property name="numeric">True</property> 297 <property name="numeric">True</property>
@@ -380,7 +309,6 @@
380 <child type="label"> 309 <child type="label">
381 <object class="GtkLabel" id="GNUNET_setup_topology_label"> 310 <object class="GtkLabel" id="GNUNET_setup_topology_label">
382 <property name="visible">True</property> 311 <property name="visible">True</property>
383 <property name="can_focus">False</property>
384 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property> 312 <property name="label" translatable="yes">&lt;b&gt;Friend-to-Friend Configuration (restricts P2P connections)&lt;/b&gt;</property>
385 <property name="use_markup">True</property> 313 <property name="use_markup">True</property>
386 </object> 314 </object>
@@ -396,30 +324,24 @@
396 <child> 324 <child>
397 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame"> 325 <object class="GtkFrame" id="GNUNET_setup_hostlist_frame">
398 <property name="visible">True</property> 326 <property name="visible">True</property>
399 <property name="can_focus">False</property>
400 <property name="label_xalign">0</property> 327 <property name="label_xalign">0</property>
401 <property name="shadow_type">none</property> 328 <property name="shadow_type">none</property>
402 <child> 329 <child>
403 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment"> 330 <object class="GtkAlignment" id="GNUNET_setup_hostlist_alignment">
404 <property name="visible">True</property> 331 <property name="visible">True</property>
405 <property name="can_focus">False</property>
406 <property name="left_padding">12</property> 332 <property name="left_padding">12</property>
407 <child> 333 <child>
408 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox"> 334 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox">
409 <property name="visible">True</property> 335 <property name="visible">True</property>
410 <property name="can_focus">False</property>
411 <child> 336 <child>
412 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox"> 337 <object class="GtkHBox" id="GNUNET_setup_hostlist_basics_hbox">
413 <property name="visible">True</property> 338 <property name="visible">True</property>
414 <property name="can_focus">False</property>
415 <child> 339 <child>
416 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton"> 340 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_enable_checkbutton">
417 <property name="label" translatable="yes">Use Hostlists to bootstrap</property> 341 <property name="label" translatable="yes">Use Hostlists to bootstrap</property>
418 <property name="use_action_appearance">False</property>
419 <property name="visible">True</property> 342 <property name="visible">True</property>
420 <property name="can_focus">True</property> 343 <property name="can_focus">True</property>
421 <property name="receives_default">False</property> 344 <property name="receives_default">False</property>
422 <property name="use_action_appearance">False</property>
423 <property name="xalign">0</property> 345 <property name="xalign">0</property>
424 <property name="draw_indicator">True</property> 346 <property name="draw_indicator">True</property>
425 </object> 347 </object>
@@ -433,11 +355,9 @@
433 <child> 355 <child>
434 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_learn_checkbutton"> 356 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_client_learn_checkbutton">
435 <property name="label" translatable="yes">Learn Servers from P2P Network</property> 357 <property name="label" translatable="yes">Learn Servers from P2P Network</property>
436 <property name="use_action_appearance">False</property>
437 <property name="visible">True</property> 358 <property name="visible">True</property>
438 <property name="can_focus">True</property> 359 <property name="can_focus">True</property>
439 <property name="receives_default">False</property> 360 <property name="receives_default">False</property>
440 <property name="use_action_appearance">False</property>
441 <property name="xalign">0</property> 361 <property name="xalign">0</property>
442 <property name="draw_indicator">True</property> 362 <property name="draw_indicator">True</property>
443 </object> 363 </object>
@@ -458,22 +378,18 @@
458 <child> 378 <child>
459 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox"> 379 <object class="GtkHBox" id="GNUNET_setup_hostlist_options_hbox">
460 <property name="visible">True</property> 380 <property name="visible">True</property>
461 <property name="can_focus">False</property>
462 <child> 381 <child>
463 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox"> 382 <object class="GtkVBox" id="GNUNET_setup_hostlist_server_vbox">
464 <property name="visible">True</property> 383 <property name="visible">True</property>
465 <property name="can_focus">False</property>
466 <child> 384 <child>
467 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton"> 385 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_offer_hostlist_checkbutton">
468 <property name="label" translatable="yes">Run Hostlist Server</property> 386 <property name="label" translatable="yes">Run Hostlist Server</property>
469 <property name="use_action_appearance">False</property>
470 <property name="visible">True</property> 387 <property name="visible">True</property>
471 <property name="can_focus">True</property> 388 <property name="can_focus">True</property>
472 <property name="receives_default">False</property> 389 <property name="receives_default">False</property>
473 <property name="use_action_appearance">False</property>
474 <property name="xalign">0</property> 390 <property name="xalign">0</property>
475 <property name="draw_indicator">True</property> 391 <property name="draw_indicator">True</property>
476 <signal name="realize" handler="GNUNET_setup_hostlist_offer_hostlist_checkbutton_realize_cb" swapped="no"/> 392 <signal name="realize" handler="GNUNET_setup_hostlist_offer_hostlist_checkbutton_realize_cb"/>
477 </object> 393 </object>
478 <packing> 394 <packing>
479 <property name="expand">False</property> 395 <property name="expand">False</property>
@@ -484,14 +400,12 @@
484 <child> 400 <child>
485 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_advertise_checkbutton"> 401 <object class="GtkCheckButton" id="GNUNET_setup_hostlist_advertise_checkbutton">
486 <property name="label" translatable="yes">Advertise Hostlist Server</property> 402 <property name="label" translatable="yes">Advertise Hostlist Server</property>
487 <property name="use_action_appearance">False</property>
488 <property name="visible">True</property> 403 <property name="visible">True</property>
489 <property name="can_focus">True</property> 404 <property name="can_focus">True</property>
490 <property name="receives_default">False</property> 405 <property name="receives_default">False</property>
491 <property name="use_action_appearance">False</property>
492 <property name="xalign">0</property> 406 <property name="xalign">0</property>
493 <property name="draw_indicator">True</property> 407 <property name="draw_indicator">True</property>
494 <signal name="realize" handler="GNUNET_setup_hostlist_advertise_checkbutton_realize_cb" swapped="no"/> 408 <signal name="realize" handler="GNUNET_setup_hostlist_advertise_checkbutton_realize_cb"/>
495 </object> 409 </object>
496 <packing> 410 <packing>
497 <property name="expand">False</property> 411 <property name="expand">False</property>
@@ -502,11 +416,9 @@
502 <child> 416 <child>
503 <object class="GtkHBox" id="hbox9"> 417 <object class="GtkHBox" id="hbox9">
504 <property name="visible">True</property> 418 <property name="visible">True</property>
505 <property name="can_focus">False</property>
506 <child> 419 <child>
507 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label"> 420 <object class="GtkLabel" id="GNUNET_setup_hostlist_port_label">
508 <property name="visible">True</property> 421 <property name="visible">True</property>
509 <property name="can_focus">False</property>
510 <property name="label" translatable="yes">Port:</property> 422 <property name="label" translatable="yes">Port:</property>
511 </object> 423 </object>
512 <packing> 424 <packing>
@@ -520,11 +432,11 @@
520 <object class="GtkSpinButton" id="GNUNET_setup_hostlist_server_port_spin_button"> 432 <object class="GtkSpinButton" id="GNUNET_setup_hostlist_server_port_spin_button">
521 <property name="visible">True</property> 433 <property name="visible">True</property>
522 <property name="can_focus">True</property> 434 <property name="can_focus">True</property>
523 <property name="invisible_char"></property> 435 <property name="invisible_char">&#x2022;</property>
524 <property name="invisible_char_set">True</property> 436 <property name="invisible_char_set">True</property>
525 <property name="adjustment">GNUNET_setup_hostlist_server_port_adjustment</property> 437 <property name="adjustment">GNUNET_setup_hostlist_server_port_adjustment</property>
526 <property name="numeric">True</property> 438 <property name="numeric">True</property>
527 <signal name="realize" handler="GNUNET_setup_hostlist_server_port_spin_button_realize_cb" swapped="no"/> 439 <signal name="realize" handler="GNUNET_setup_hostlist_server_port_spin_button_realize_cb"/>
528 </object> 440 </object>
529 <packing> 441 <packing>
530 <property name="expand">False</property> 442 <property name="expand">False</property>
@@ -551,11 +463,9 @@
551 <child> 463 <child>
552 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox "> 464 <object class="GtkVBox" id="GNUNET_setup_hostlist_vbox ">
553 <property name="visible">True</property> 465 <property name="visible">True</property>
554 <property name="can_focus">False</property>
555 <child> 466 <child>
556 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label"> 467 <object class="GtkLabel" id="GNUNET_setup_hostlist_url_label">
557 <property name="visible">True</property> 468 <property name="visible">True</property>
558 <property name="can_focus">False</property>
559 <property name="label" translatable="yes">Known Hostlist Servers:</property> 469 <property name="label" translatable="yes">Known Hostlist Servers:</property>
560 </object> 470 </object>
561 <packing> 471 <packing>
@@ -576,14 +486,11 @@
576 <object class="GtkTreeView" id="GNUNET_setup_hostlist_url_treeview"> 486 <object class="GtkTreeView" id="GNUNET_setup_hostlist_url_treeview">
577 <property name="visible">True</property> 487 <property name="visible">True</property>
578 <property name="can_focus">True</property> 488 <property name="can_focus">True</property>
489 <property name="model">GNUNET_setup_hostlist_url_liststore</property>
579 <property name="hadjustment">adjustment7</property> 490 <property name="hadjustment">adjustment7</property>
580 <property name="vadjustment">adjustment8</property> 491 <property name="vadjustment">adjustment8</property>
581 <property name="model">GNUNET_setup_hostlist_url_liststore</property>
582 <property name="search_column">0</property> 492 <property name="search_column">0</property>
583 <signal name="key-press-event" handler="GNUNET_setup_treeview_key_press_event_cb" swapped="no"/> 493 <signal name="key_press_event" handler="GNUNET_setup_treeview_key_press_event_cb"/>
584 <child internal-child="selection">
585 <object class="GtkTreeSelection" id="treeview-selection1"/>
586 </child>
587 <child> 494 <child>
588 <object class="GtkTreeViewColumn" id="GNUNET_setup_hostlist_url_treeviewcolumn"> 495 <object class="GtkTreeViewColumn" id="GNUNET_setup_hostlist_url_treeviewcolumn">
589 <property name="sizing">fixed</property> 496 <property name="sizing">fixed</property>
@@ -596,7 +503,7 @@
596 <child> 503 <child>
597 <object class="GtkCellRendererText" id="GNUNET_setup_hostlist_url_cellrenderertext"> 504 <object class="GtkCellRendererText" id="GNUNET_setup_hostlist_url_cellrenderertext">
598 <property name="editable">True</property> 505 <property name="editable">True</property>
599 <signal name="edited" handler="GNUNET_setup_hostlist_url_cellrenderertext_edited_cb" swapped="no"/> 506 <signal name="edited" handler="GNUNET_setup_hostlist_url_cellrenderertext_edited_cb"/>
600 </object> 507 </object>
601 <attributes> 508 <attributes>
602 <attribute name="text">0</attribute> 509 <attribute name="text">0</attribute>
@@ -608,22 +515,16 @@
608 </child> 515 </child>
609 </object> 516 </object>
610 <packing> 517 <packing>
611 <property name="expand">True</property>
612 <property name="fill">True</property>
613 <property name="position">1</property> 518 <property name="position">1</property>
614 </packing> 519 </packing>
615 </child> 520 </child>
616 </object> 521 </object>
617 <packing> 522 <packing>
618 <property name="expand">True</property>
619 <property name="fill">True</property>
620 <property name="position">1</property> 523 <property name="position">1</property>
621 </packing> 524 </packing>
622 </child> 525 </child>
623 </object> 526 </object>
624 <packing> 527 <packing>
625 <property name="expand">True</property>
626 <property name="fill">True</property>
627 <property name="position">1</property> 528 <property name="position">1</property>
628 </packing> 529 </packing>
629 </child> 530 </child>
@@ -634,15 +535,12 @@
634 <child type="label"> 535 <child type="label">
635 <object class="GtkLabel" id="GNUNET_setup_hostlist_label"> 536 <object class="GtkLabel" id="GNUNET_setup_hostlist_label">
636 <property name="visible">True</property> 537 <property name="visible">True</property>
637 <property name="can_focus">False</property>
638 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property> 538 <property name="label" translatable="yes">&lt;b&gt;Hostlist Configuration (for bootstrapping the network)&lt;/b&gt;</property>
639 <property name="use_markup">True</property> 539 <property name="use_markup">True</property>
640 </object> 540 </object>
641 </child> 541 </child>
642 </object> 542 </object>
643 <packing> 543 <packing>
644 <property name="expand">True</property>
645 <property name="fill">True</property>
646 <property name="padding">5</property> 544 <property name="padding">5</property>
647 <property name="position">2</property> 545 <property name="position">2</property>
648 </packing> 546 </packing>
@@ -652,7 +550,6 @@
652 <child type="tab"> 550 <child type="tab">
653 <object class="GtkLabel" id="GNUNET_setup_general_label"> 551 <object class="GtkLabel" id="GNUNET_setup_general_label">
654 <property name="visible">True</property> 552 <property name="visible">True</property>
655 <property name="can_focus">False</property>
656 <property name="label" translatable="yes">_General</property> 553 <property name="label" translatable="yes">_General</property>
657 <property name="use_underline">True</property> 554 <property name="use_underline">True</property>
658 </object> 555 </object>
@@ -663,30 +560,24 @@
663 <child> 560 <child>
664 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox"> 561 <object class="GtkVBox" id="GNUNET_setup_network_tab_vbox">
665 <property name="visible">True</property> 562 <property name="visible">True</property>
666 <property name="can_focus">False</property>
667 <child> 563 <child>
668 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame"> 564 <object class="GtkFrame" id="GNUNET_setup_bandwidth_frame">
669 <property name="visible">True</property> 565 <property name="visible">True</property>
670 <property name="can_focus">False</property>
671 <property name="label_xalign">0</property> 566 <property name="label_xalign">0</property>
672 <property name="shadow_type">none</property> 567 <property name="shadow_type">none</property>
673 <child> 568 <child>
674 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment"> 569 <object class="GtkAlignment" id="GNUNET_setup_bandwidth_alignment">
675 <property name="visible">True</property> 570 <property name="visible">True</property>
676 <property name="can_focus">False</property>
677 <property name="left_padding">12</property> 571 <property name="left_padding">12</property>
678 <child> 572 <child>
679 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox"> 573 <object class="GtkVBox" id="GNUNET_setup_bandwidth_vbox">
680 <property name="visible">True</property> 574 <property name="visible">True</property>
681 <property name="can_focus">False</property>
682 <child> 575 <child>
683 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox"> 576 <object class="GtkHBox" id="GNUNET_setup_bandwidth_hbox">
684 <property name="visible">True</property> 577 <property name="visible">True</property>
685 <property name="can_focus">False</property>
686 <child> 578 <child>
687 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label"> 579 <object class="GtkLabel" id="GNUNET_setup_bandwidth_in_label">
688 <property name="visible">True</property> 580 <property name="visible">True</property>
689 <property name="can_focus">False</property>
690 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property> 581 <property name="label" translatable="yes">Max. download bandwidth (B/s):</property>
691 </object> 582 </object>
692 <packing> 583 <packing>
@@ -700,7 +591,7 @@
700 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_in_spinbutton"> 591 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_in_spinbutton">
701 <property name="visible">True</property> 592 <property name="visible">True</property>
702 <property name="can_focus">True</property> 593 <property name="can_focus">True</property>
703 <property name="invisible_char"></property> 594 <property name="invisible_char">&#x2022;</property>
704 <property name="invisible_char_set">True</property> 595 <property name="invisible_char_set">True</property>
705 <property name="adjustment">GNUNET_setup_bandwidth_in_adjustment</property> 596 <property name="adjustment">GNUNET_setup_bandwidth_in_adjustment</property>
706 <property name="numeric">True</property> 597 <property name="numeric">True</property>
@@ -714,12 +605,9 @@
714 <child> 605 <child>
715 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label"> 606 <object class="GtkLabel" id="GNUNET_setup_bandwidth_out_label">
716 <property name="visible">True</property> 607 <property name="visible">True</property>
717 <property name="can_focus">False</property>
718 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property> 608 <property name="label" translatable="yes">Max. upload bandwidth (B/s)</property>
719 </object> 609 </object>
720 <packing> 610 <packing>
721 <property name="expand">True</property>
722 <property name="fill">True</property>
723 <property name="position">2</property> 611 <property name="position">2</property>
724 </packing> 612 </packing>
725 </child> 613 </child>
@@ -727,14 +615,12 @@
727 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_out_spinbutton"> 615 <object class="GtkSpinButton" id="GNUNET_setup_bandwidth_out_spinbutton">
728 <property name="visible">True</property> 616 <property name="visible">True</property>
729 <property name="can_focus">True</property> 617 <property name="can_focus">True</property>
730 <property name="invisible_char"></property> 618 <property name="invisible_char">&#x2022;</property>
731 <property name="invisible_char_set">True</property> 619 <property name="invisible_char_set">True</property>
732 <property name="adjustment">GNUNET_setup_bandwidth_out_adjustment</property> 620 <property name="adjustment">GNUNET_setup_bandwidth_out_adjustment</property>
733 <property name="numeric">True</property> 621 <property name="numeric">True</property>
734 </object> 622 </object>
735 <packing> 623 <packing>
736 <property name="expand">True</property>
737 <property name="fill">True</property>
738 <property name="position">3</property> 624 <property name="position">3</property>
739 </packing> 625 </packing>
740 </child> 626 </child>
@@ -752,7 +638,6 @@
752 <child type="label"> 638 <child type="label">
753 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label"> 639 <object class="GtkLabel" id="GNUNET_setup_bandwidth_label">
754 <property name="visible">True</property> 640 <property name="visible">True</property>
755 <property name="can_focus">False</property>
756 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property> 641 <property name="label" translatable="yes">&lt;b&gt;Bandwidth Configuration&lt;/b&gt;</property>
757 <property name="use_markup">True</property> 642 <property name="use_markup">True</property>
758 </object> 643 </object>
@@ -767,31 +652,25 @@
767 <child> 652 <child>
768 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame"> 653 <object class="GtkFrame" id="GNUNET_setup_transport_nat_frame">
769 <property name="visible">True</property> 654 <property name="visible">True</property>
770 <property name="can_focus">False</property>
771 <property name="label_xalign">0</property> 655 <property name="label_xalign">0</property>
772 <property name="shadow_type">none</property> 656 <property name="shadow_type">none</property>
773 <child> 657 <child>
774 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment"> 658 <object class="GtkAlignment" id="GNUNET_setup_transport_nat_alignment">
775 <property name="visible">True</property> 659 <property name="visible">True</property>
776 <property name="can_focus">False</property>
777 <property name="left_padding">12</property> 660 <property name="left_padding">12</property>
778 <child> 661 <child>
779 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox"> 662 <object class="GtkVBox" id="GNUNET_setup_transport_nat_vbox">
780 <property name="visible">True</property> 663 <property name="visible">True</property>
781 <property name="can_focus">False</property>
782 <child> 664 <child>
783 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox"> 665 <object class="GtkHBox" id="GNUNET_setup_transport_nat_hbox">
784 <property name="visible">True</property> 666 <property name="visible">True</property>
785 <property name="can_focus">False</property>
786 <child> 667 <child>
787 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton"> 668 <object class="GtkCheckButton" id="GNUNET_setup_transport_nat_checkbutton">
788 <property name="label" translatable="yes">Peer is behind _NAT</property> 669 <property name="label" translatable="yes">Peer is behind _NAT</property>
789 <property name="use_action_appearance">False</property>
790 <property name="visible">True</property> 670 <property name="visible">True</property>
791 <property name="can_focus">True</property> 671 <property name="can_focus">True</property>
792 <property name="receives_default">False</property> 672 <property name="receives_default">False</property>
793 <property name="tooltip_text" translatable="yes">Check this box if your machine is behind a NAT box (router that performs network address translation). Leave off if your machine has a globally unique IPv4 address. NAT options only impact IPv4 addresses at this time.</property> 673 <property name="tooltip_text" translatable="yes">Check this box if your machine is behind a NAT box (router that performs network address translation). Leave off if your machine has a globally unique IPv4 address. NAT options only impact IPv4 addresses at this time.</property>
794 <property name="use_action_appearance">False</property>
795 <property name="use_underline">True</property> 674 <property name="use_underline">True</property>
796 <property name="xalign">0</property> 675 <property name="xalign">0</property>
797 <property name="draw_indicator">True</property> 676 <property name="draw_indicator">True</property>
@@ -806,12 +685,10 @@
806 <child> 685 <child>
807 <object class="GtkButton" id="GNUNET_setup_transport_autoconfig_button"> 686 <object class="GtkButton" id="GNUNET_setup_transport_autoconfig_button">
808 <property name="label" translatable="yes">Attempt automatic configuration</property> 687 <property name="label" translatable="yes">Attempt automatic configuration</property>
809 <property name="use_action_appearance">False</property>
810 <property name="visible">True</property> 688 <property name="visible">True</property>
811 <property name="can_focus">True</property> 689 <property name="can_focus">True</property>
812 <property name="receives_default">True</property> 690 <property name="receives_default">True</property>
813 <property name="use_action_appearance">False</property> 691 <signal name="clicked" handler="GNUNET_setup_transport_autoconfig_button_clicked_cb"/>
814 <signal name="clicked" handler="GNUNET_setup_transport_autoconfig_button_clicked_cb" swapped="no"/>
815 </object> 692 </object>
816 <packing> 693 <packing>
817 <property name="expand">False</property> 694 <property name="expand">False</property>
@@ -823,12 +700,10 @@
823 <child> 700 <child>
824 <object class="GtkCheckButton" id="GNUNET_setup_transport_disable_ipv6_checkbutton"> 701 <object class="GtkCheckButton" id="GNUNET_setup_transport_disable_ipv6_checkbutton">
825 <property name="label" translatable="yes">Disable IPv_6 support</property> 702 <property name="label" translatable="yes">Disable IPv_6 support</property>
826 <property name="use_action_appearance">False</property>
827 <property name="visible">True</property> 703 <property name="visible">True</property>
828 <property name="can_focus">True</property> 704 <property name="can_focus">True</property>
829 <property name="receives_default">False</property> 705 <property name="receives_default">False</property>
830 <property name="tooltip_text" translatable="yes">Disable advertising IPv6 addresses. Check this box if you know that your system has no IPv6 Internet connectivity.</property> 706 <property name="tooltip_text" translatable="yes">Disable advertising IPv6 addresses. Check this box if you know that your system has no IPv6 Internet connectivity.</property>
831 <property name="use_action_appearance">False</property>
832 <property name="use_underline">True</property> 707 <property name="use_underline">True</property>
833 <property name="xalign">0</property> 708 <property name="xalign">0</property>
834 <property name="draw_indicator">True</property> 709 <property name="draw_indicator">True</property>
@@ -851,12 +726,10 @@
851 <child> 726 <child>
852 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox"> 727 <object class="GtkHBox" id="GNUNET_setup_transport_nat_options_hbox">
853 <property name="visible">True</property> 728 <property name="visible">True</property>
854 <property name="can_focus">False</property>
855 <property name="spacing">20</property> 729 <property name="spacing">20</property>
856 <child> 730 <child>
857 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label"> 731 <object class="GtkLabel" id="GNUNET_setup_transport_nat_options_spacer_label">
858 <property name="visible">True</property> 732 <property name="visible">True</property>
859 <property name="can_focus">False</property>
860 </object> 733 </object>
861 <packing> 734 <packing>
862 <property name="expand">False</property> 735 <property name="expand">False</property>
@@ -868,34 +741,28 @@
868 <child> 741 <child>
869 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox"> 742 <object class="GtkVBox" id="GNUNET_setup_transport_nat_options_vbox">
870 <property name="visible">True</property> 743 <property name="visible">True</property>
871 <property name="can_focus">False</property>
872 <child> 744 <child>
873 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton"> 745 <object class="GtkCheckButton" id="GNUNET_setup_transport_hole_punched_checkbutton">
874 <property name="label" translatable="yes">NAT ports have been opened manually</property> 746 <property name="label" translatable="yes">NAT ports have been opened manually</property>
875 <property name="use_action_appearance">False</property>
876 <property name="visible">True</property> 747 <property name="visible">True</property>
877 <property name="can_focus">True</property> 748 <property name="can_focus">True</property>
878 <property name="receives_default">False</property> 749 <property name="receives_default">False</property>
879 <property name="tooltip_text" translatable="yes">Set this option if you have configured your NAT to forward the ports for the various enabled GNUnet transports. If the external ports are different, the respective values of the external port should be specified under "advertised port" for the respective transport. You also need to specify the "External (public) IPv4 address" of your NAT box below.</property> 750 <property name="tooltip_text" translatable="yes">Set this option if you have configured your NAT to forward the ports for the various enabled GNUnet transports. If the external ports are different, the respective values of the external port should be specified under "advertised port" for the respective transport. You also need to specify the "External (public) IPv4 address" of your NAT box below.</property>
880 <property name="use_action_appearance">False</property>
881 <property name="xalign">0</property> 751 <property name="xalign">0</property>
882 <property name="draw_indicator">True</property> 752 <property name="draw_indicator">True</property>
883 </object> 753 </object>
884 <packing> 754 <packing>
885 <property name="expand">False</property> 755 <property name="expand">False</property>
886 <property name="fill">True</property>
887 <property name="position">0</property> 756 <property name="position">0</property>
888 </packing> 757 </packing>
889 </child> 758 </child>
890 <child> 759 <child>
891 <object class="GtkCheckButton" id="GNUNET_setup_transport_upnp_enable_checkbutton"> 760 <object class="GtkCheckButton" id="GNUNET_setup_transport_upnp_enable_checkbutton">
892 <property name="label" translatable="yes">Enable NAT traversal via UPnP or PMP</property> 761 <property name="label" translatable="yes">Enable NAT traversal via UPnP or PMP</property>
893 <property name="use_action_appearance">False</property>
894 <property name="visible">True</property> 762 <property name="visible">True</property>
895 <property name="can_focus">True</property> 763 <property name="can_focus">True</property>
896 <property name="receives_default">False</property> 764 <property name="receives_default">False</property>
897 <property name="tooltip_text" translatable="yes">This option enables the use of upnpc from miniupnpd for NAT traversal</property> 765 <property name="tooltip_text" translatable="yes">This option enables the use of upnpc from miniupnpd for NAT traversal</property>
898 <property name="use_action_appearance">False</property>
899 <property name="xalign">0</property> 766 <property name="xalign">0</property>
900 <property name="draw_indicator">True</property> 767 <property name="draw_indicator">True</property>
901 </object> 768 </object>
@@ -908,12 +775,10 @@
908 <child> 775 <child>
909 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_server_enable_checkbutton"> 776 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_server_enable_checkbutton">
910 <property name="label" translatable="yes">Enable NAT traversal using ICMP method</property> 777 <property name="label" translatable="yes">Enable NAT traversal using ICMP method</property>
911 <property name="use_action_appearance">False</property>
912 <property name="visible">True</property> 778 <property name="visible">True</property>
913 <property name="can_focus">True</property> 779 <property name="can_focus">True</property>
914 <property name="receives_default">False</property> 780 <property name="receives_default">False</property>
915 <property name="tooltip_text" translatable="yes">This option enables the use of the "Autonomous NAT Traversal" method (presented at P2P 2010). It requires gnunet-helper-nat-server to be installed SUID on the local system.</property> 781 <property name="tooltip_text" translatable="yes">This option enables the use of the "Autonomous NAT Traversal" method (presented at P2P 2010). It requires gnunet-helper-nat-server to be installed SUID on the local system.</property>
916 <property name="use_action_appearance">False</property>
917 <property name="xalign">0</property> 782 <property name="xalign">0</property>
918 <property name="draw_indicator">True</property> 783 <property name="draw_indicator">True</property>
919 </object> 784 </object>
@@ -926,11 +791,9 @@
926 <child> 791 <child>
927 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox"> 792 <object class="GtkHBox" id="GNUNET_setup_transport_external_ip_hbox">
928 <property name="visible">True</property> 793 <property name="visible">True</property>
929 <property name="can_focus">False</property>
930 <child> 794 <child>
931 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label"> 795 <object class="GtkLabel" id="GNUNET_setup_transport_external_ip_label">
932 <property name="visible">True</property> 796 <property name="visible">True</property>
933 <property name="can_focus">False</property>
934 <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> 797 <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>
935 <property name="label" translatable="yes">External (public) IPv4 address:</property> 798 <property name="label" translatable="yes">External (public) IPv4 address:</property>
936 </object> 799 </object>
@@ -946,12 +809,10 @@
946 <property name="visible">True</property> 809 <property name="visible">True</property>
947 <property name="can_focus">True</property> 810 <property name="can_focus">True</property>
948 <property name="max_length">255</property> 811 <property name="max_length">255</property>
949 <property name="invisible_char"></property> 812 <property name="invisible_char">&#x25CF;</property>
950 <property name="invisible_char_set">True</property> 813 <property name="invisible_char_set">True</property>
951 </object> 814 </object>
952 <packing> 815 <packing>
953 <property name="expand">True</property>
954 <property name="fill">True</property>
955 <property name="padding">5</property> 816 <property name="padding">5</property>
956 <property name="position">1</property> 817 <property name="position">1</property>
957 </packing> 818 </packing>
@@ -966,12 +827,10 @@
966 <child> 827 <child>
967 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_client_enable_checkbutton"> 828 <object class="GtkCheckButton" id="GNUNET_setup_transport_icmp_client_enable_checkbutton">
968 <property name="label" translatable="yes">Enable connecting to NATed peers using ICMP method</property> 829 <property name="label" translatable="yes">Enable connecting to NATed peers using ICMP method</property>
969 <property name="use_action_appearance">False</property>
970 <property name="visible">True</property> 830 <property name="visible">True</property>
971 <property name="can_focus">True</property> 831 <property name="can_focus">True</property>
972 <property name="receives_default">False</property> 832 <property name="receives_default">False</property>
973 <property name="tooltip_text" translatable="yes">This method allows this peer to initiate connections to NATed peers using the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires having gnunet-helper-nat-client installed SUID on the local system.</property> 833 <property name="tooltip_text" translatable="yes">This method allows this peer to initiate connections to NATed peers using the 'Autonomous NAT traversal' method (presented at P2P 2010). It requires having gnunet-helper-nat-client installed SUID on the local system.</property>
974 <property name="use_action_appearance">False</property>
975 <property name="xalign">0</property> 834 <property name="xalign">0</property>
976 <property name="active">True</property> 835 <property name="active">True</property>
977 <property name="draw_indicator">True</property> 836 <property name="draw_indicator">True</property>
@@ -985,11 +844,9 @@
985 <child> 844 <child>
986 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox"> 845 <object class="GtkHBox" id="GNUNET_setup_transport_internal_ip_hbox">
987 <property name="visible">True</property> 846 <property name="visible">True</property>
988 <property name="can_focus">False</property>
989 <child> 847 <child>
990 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label"> 848 <object class="GtkLabel" id="GNUNET_setup_transport_internal_ip_label">
991 <property name="visible">True</property> 849 <property name="visible">True</property>
992 <property name="can_focus">False</property>
993 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property> 850 <property name="tooltip_text" translatable="yes">Specify the IPv4 address of your computers main network interface (typically eth0 or wlan0).</property>
994 <property name="label" translatable="yes">Internal (private) IPv4 address:</property> 851 <property name="label" translatable="yes">Internal (private) IPv4 address:</property>
995 </object> 852 </object>
@@ -1005,26 +862,20 @@
1005 <property name="visible">True</property> 862 <property name="visible">True</property>
1006 <property name="can_focus">True</property> 863 <property name="can_focus">True</property>
1007 <property name="max_length">15</property> 864 <property name="max_length">15</property>
1008 <property name="invisible_char"></property> 865 <property name="invisible_char">&#x25CF;</property>
1009 <property name="width_chars">15</property> 866 <property name="width_chars">15</property>
1010 </object> 867 </object>
1011 <packing> 868 <packing>
1012 <property name="expand">True</property>
1013 <property name="fill">True</property>
1014 <property name="position">1</property> 869 <property name="position">1</property>
1015 </packing> 870 </packing>
1016 </child> 871 </child>
1017 </object> 872 </object>
1018 <packing> 873 <packing>
1019 <property name="expand">True</property>
1020 <property name="fill">True</property>
1021 <property name="position">5</property> 874 <property name="position">5</property>
1022 </packing> 875 </packing>
1023 </child> 876 </child>
1024 </object> 877 </object>
1025 <packing> 878 <packing>
1026 <property name="expand">True</property>
1027 <property name="fill">True</property>
1028 <property name="position">1</property> 879 <property name="position">1</property>
1029 </packing> 880 </packing>
1030 </child> 881 </child>
@@ -1043,15 +894,12 @@
1043 <child type="label"> 894 <child type="label">
1044 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label"> 895 <object class="GtkLabel" id="GNUNET_setup_transport_nat_label">
1045 <property name="visible">True</property> 896 <property name="visible">True</property>
1046 <property name="can_focus">False</property>
1047 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property> 897 <property name="label" translatable="yes">&lt;b&gt;NAT Traversal Configuration&lt;/b&gt;</property>
1048 <property name="use_markup">True</property> 898 <property name="use_markup">True</property>
1049 </object> 899 </object>
1050 </child> 900 </child>
1051 </object> 901 </object>
1052 <packing> 902 <packing>
1053 <property name="expand">True</property>
1054 <property name="fill">True</property>
1055 <property name="padding">5</property> 903 <property name="padding">5</property>
1056 <property name="position">1</property> 904 <property name="position">1</property>
1057 </packing> 905 </packing>
@@ -1064,7 +912,6 @@
1064 <child type="tab"> 912 <child type="tab">
1065 <object class="GtkLabel" id="GNUNET_setup_network_label"> 913 <object class="GtkLabel" id="GNUNET_setup_network_label">
1066 <property name="visible">True</property> 914 <property name="visible">True</property>
1067 <property name="can_focus">False</property>
1068 <property name="label" translatable="yes">_Network</property> 915 <property name="label" translatable="yes">_Network</property>
1069 <property name="use_underline">True</property> 916 <property name="use_underline">True</property>
1070 </object> 917 </object>
@@ -1076,27 +923,22 @@
1076 <child> 923 <child>
1077 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame"> 924 <object class="GtkFrame" id="GNUNET_setup_transport_main_frame">
1078 <property name="visible">True</property> 925 <property name="visible">True</property>
1079 <property name="can_focus">False</property>
1080 <property name="label_xalign">0</property> 926 <property name="label_xalign">0</property>
1081 <property name="shadow_type">none</property> 927 <property name="shadow_type">none</property>
1082 <child> 928 <child>
1083 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment"> 929 <object class="GtkAlignment" id="GNUNET_setup_transport_main_alignment">
1084 <property name="visible">True</property> 930 <property name="visible">True</property>
1085 <property name="can_focus">False</property>
1086 <property name="left_padding">12</property> 931 <property name="left_padding">12</property>
1087 <child> 932 <child>
1088 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox"> 933 <object class="GtkVBox" id="GNUNET_setup_transport_main_vbox">
1089 <property name="visible">True</property> 934 <property name="visible">True</property>
1090 <property name="can_focus">False</property>
1091 <property name="spacing">5</property> 935 <property name="spacing">5</property>
1092 <child> 936 <child>
1093 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox"> 937 <object class="GtkHBox" id="GNUNET_setup_transport_plugins_hbox">
1094 <property name="visible">True</property> 938 <property name="visible">True</property>
1095 <property name="can_focus">False</property>
1096 <child> 939 <child>
1097 <object class="GtkLabel" id="GNUNET_setup_transportlabel"> 940 <object class="GtkLabel" id="GNUNET_setup_transportlabel">
1098 <property name="visible">True</property> 941 <property name="visible">True</property>
1099 <property name="can_focus">False</property>
1100 <property name="label" translatable="yes">Plugins to use:</property> 942 <property name="label" translatable="yes">Plugins to use:</property>
1101 </object> 943 </object>
1102 <packing> 944 <packing>
@@ -1109,16 +951,14 @@
1109 <child> 951 <child>
1110 <object class="GtkCheckButton" id="GNUNET_setup_transport_tcp_checkbutton"> 952 <object class="GtkCheckButton" id="GNUNET_setup_transport_tcp_checkbutton">
1111 <property name="label" translatable="yes">_TCP</property> 953 <property name="label" translatable="yes">_TCP</property>
1112 <property name="use_action_appearance">False</property>
1113 <property name="visible">True</property> 954 <property name="visible">True</property>
1114 <property name="can_focus">True</property> 955 <property name="can_focus">True</property>
1115 <property name="receives_default">False</property> 956 <property name="receives_default">False</property>
1116 <property name="use_action_appearance">False</property>
1117 <property name="use_underline">True</property> 957 <property name="use_underline">True</property>
1118 <property name="xalign">0</property> 958 <property name="xalign">0</property>
1119 <property name="active">True</property> 959 <property name="active">True</property>
1120 <property name="draw_indicator">True</property> 960 <property name="draw_indicator">True</property>
1121 <signal name="realize" handler="GNUNET_setup_transport_tcp_checkbutton_realize_cb" swapped="no"/> 961 <signal name="realize" handler="GNUNET_setup_transport_tcp_checkbutton_realize_cb"/>
1122 </object> 962 </object>
1123 <packing> 963 <packing>
1124 <property name="expand">False</property> 964 <property name="expand">False</property>
@@ -1130,15 +970,13 @@
1130 <child> 970 <child>
1131 <object class="GtkCheckButton" id="GNUNET_setup_transport_udp_checkbutton"> 971 <object class="GtkCheckButton" id="GNUNET_setup_transport_udp_checkbutton">
1132 <property name="label" translatable="yes">_UDP</property> 972 <property name="label" translatable="yes">_UDP</property>
1133 <property name="use_action_appearance">False</property>
1134 <property name="visible">True</property> 973 <property name="visible">True</property>
1135 <property name="can_focus">True</property> 974 <property name="can_focus">True</property>
1136 <property name="receives_default">False</property> 975 <property name="receives_default">False</property>
1137 <property name="use_action_appearance">False</property>
1138 <property name="use_underline">True</property> 976 <property name="use_underline">True</property>
1139 <property name="xalign">0</property> 977 <property name="xalign">0</property>
1140 <property name="draw_indicator">True</property> 978 <property name="draw_indicator">True</property>
1141 <signal name="realize" handler="GNUNET_setup_transport_udp_checkbutton_realize_cb" swapped="no"/> 979 <signal name="realize" handler="GNUNET_setup_transport_udp_checkbutton_realize_cb"/>
1142 </object> 980 </object>
1143 <packing> 981 <packing>
1144 <property name="expand">False</property> 982 <property name="expand">False</property>
@@ -1150,16 +988,14 @@
1150 <child> 988 <child>
1151 <object class="GtkCheckButton" id="GNUNET_setup_transport_http_checkbutton"> 989 <object class="GtkCheckButton" id="GNUNET_setup_transport_http_checkbutton">
1152 <property name="label" translatable="yes">_HTTP</property> 990 <property name="label" translatable="yes">_HTTP</property>
1153 <property name="use_action_appearance">False</property>
1154 <property name="visible">True</property> 991 <property name="visible">True</property>
1155 <property name="can_focus">True</property> 992 <property name="can_focus">True</property>
1156 <property name="receives_default">False</property> 993 <property name="receives_default">False</property>
1157 <property name="use_action_appearance">False</property>
1158 <property name="use_underline">True</property> 994 <property name="use_underline">True</property>
1159 <property name="xalign">0</property> 995 <property name="xalign">0</property>
1160 <property name="active">True</property> 996 <property name="active">True</property>
1161 <property name="draw_indicator">True</property> 997 <property name="draw_indicator">True</property>
1162 <signal name="realize" handler="GNUNET_setup_transport_http_checkbutton_realize_cb" swapped="no"/> 998 <signal name="realize" handler="GNUNET_setup_transport_http_checkbutton_realize_cb"/>
1163 </object> 999 </object>
1164 <packing> 1000 <packing>
1165 <property name="expand">False</property> 1001 <property name="expand">False</property>
@@ -1171,16 +1007,14 @@
1171 <child> 1007 <child>
1172 <object class="GtkCheckButton" id="GNUNET_setup_transport_https_checkbutton"> 1008 <object class="GtkCheckButton" id="GNUNET_setup_transport_https_checkbutton">
1173 <property name="label" translatable="yes">HTTP_S</property> 1009 <property name="label" translatable="yes">HTTP_S</property>
1174 <property name="use_action_appearance">False</property>
1175 <property name="visible">True</property> 1010 <property name="visible">True</property>
1176 <property name="can_focus">True</property> 1011 <property name="can_focus">True</property>
1177 <property name="receives_default">False</property> 1012 <property name="receives_default">False</property>
1178 <property name="use_action_appearance">False</property>
1179 <property name="use_underline">True</property> 1013 <property name="use_underline">True</property>
1180 <property name="xalign">0</property> 1014 <property name="xalign">0</property>
1181 <property name="active">True</property> 1015 <property name="active">True</property>
1182 <property name="draw_indicator">True</property> 1016 <property name="draw_indicator">True</property>
1183 <signal name="realize" handler="GNUNET_setup_transport_https_checkbutton_realize_cb" swapped="no"/> 1017 <signal name="realize" handler="GNUNET_setup_transport_https_checkbutton_realize_cb"/>
1184 </object> 1018 </object>
1185 <packing> 1019 <packing>
1186 <property name="expand">False</property> 1020 <property name="expand">False</property>
@@ -1192,14 +1026,12 @@
1192 <child> 1026 <child>
1193 <object class="GtkCheckButton" id="GNUNET_setup_transport_dv_checkbutton"> 1027 <object class="GtkCheckButton" id="GNUNET_setup_transport_dv_checkbutton">
1194 <property name="label" translatable="yes">D_V</property> 1028 <property name="label" translatable="yes">D_V</property>
1195 <property name="use_action_appearance">False</property>
1196 <property name="can_focus">True</property> 1029 <property name="can_focus">True</property>
1197 <property name="receives_default">False</property> 1030 <property name="receives_default">False</property>
1198 <property name="use_action_appearance">False</property>
1199 <property name="use_underline">True</property> 1031 <property name="use_underline">True</property>
1200 <property name="xalign">0</property> 1032 <property name="xalign">0</property>
1201 <property name="draw_indicator">True</property> 1033 <property name="draw_indicator">True</property>
1202 <signal name="realize" handler="GNUNET_setup_transport_dv_checkbutton_realize_cb" swapped="no"/> 1034 <signal name="realize" handler="GNUNET_setup_transport_dv_checkbutton_realize_cb"/>
1203 </object> 1035 </object>
1204 <packing> 1036 <packing>
1205 <property name="expand">False</property> 1037 <property name="expand">False</property>
@@ -1211,15 +1043,13 @@
1211 <child> 1043 <child>
1212 <object class="GtkCheckButton" id="GNUNET_setup_transport_wlan_checkbutton"> 1044 <object class="GtkCheckButton" id="GNUNET_setup_transport_wlan_checkbutton">
1213 <property name="label" translatable="yes">_WLAN</property> 1045 <property name="label" translatable="yes">_WLAN</property>
1214 <property name="use_action_appearance">False</property>
1215 <property name="visible">True</property> 1046 <property name="visible">True</property>
1216 <property name="can_focus">True</property> 1047 <property name="can_focus">True</property>
1217 <property name="receives_default">False</property> 1048 <property name="receives_default">False</property>
1218 <property name="use_action_appearance">False</property>
1219 <property name="use_underline">True</property> 1049 <property name="use_underline">True</property>
1220 <property name="xalign">0</property> 1050 <property name="xalign">0</property>
1221 <property name="draw_indicator">True</property> 1051 <property name="draw_indicator">True</property>
1222 <signal name="realize" handler="GNUNET_setup_transport_wlan_checkbutton_realize_cb" swapped="no"/> 1052 <signal name="realize" handler="GNUNET_setup_transport_wlan_checkbutton_realize_cb"/>
1223 </object> 1053 </object>
1224 <packing> 1054 <packing>
1225 <property name="expand">False</property> 1055 <property name="expand">False</property>
@@ -1242,16 +1072,13 @@
1242 <child> 1072 <child>
1243 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox"> 1073 <object class="GtkVBox" id="GNUNET_setup_transport_tcp_vbox">
1244 <property name="visible">True</property> 1074 <property name="visible">True</property>
1245 <property name="can_focus">False</property>
1246 <property name="spacing">5</property> 1075 <property name="spacing">5</property>
1247 <child> 1076 <child>
1248 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox"> 1077 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_port_hbox">
1249 <property name="visible">True</property> 1078 <property name="visible">True</property>
1250 <property name="can_focus">False</property>
1251 <child> 1079 <child>
1252 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label"> 1080 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_label">
1253 <property name="visible">True</property> 1081 <property name="visible">True</property>
1254 <property name="can_focus">False</property>
1255 <property name="label" translatable="yes">Bind to port:</property> 1082 <property name="label" translatable="yes">Bind to port:</property>
1256 </object> 1083 </object>
1257 <packing> 1084 <packing>
@@ -1266,7 +1093,7 @@
1266 <property name="visible">True</property> 1093 <property name="visible">True</property>
1267 <property name="can_focus">True</property> 1094 <property name="can_focus">True</property>
1268 <property name="max_length">5</property> 1095 <property name="max_length">5</property>
1269 <property name="invisible_char"></property> 1096 <property name="invisible_char">&#x2022;</property>
1270 <property name="invisible_char_set">True</property> 1097 <property name="invisible_char_set">True</property>
1271 <property name="adjustment">GNUNET_setup_transport_tcp_port_adjustment</property> 1098 <property name="adjustment">GNUNET_setup_transport_tcp_port_adjustment</property>
1272 <property name="numeric">True</property> 1099 <property name="numeric">True</property>
@@ -1281,7 +1108,6 @@
1281 <child> 1108 <child>
1282 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label"> 1109 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_port_detail_label">
1283 <property name="visible">True</property> 1110 <property name="visible">True</property>
1284 <property name="can_focus">False</property>
1285 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property> 1111 <property name="label" translatable="yes">Use Port "0" to only allow outgoing TCP connections</property>
1286 </object> 1112 </object>
1287 <packing> 1113 <packing>
@@ -1302,11 +1128,9 @@
1302 <child> 1128 <child>
1303 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox"> 1129 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_adv_port_hbox">
1304 <property name="visible">True</property> 1130 <property name="visible">True</property>
1305 <property name="can_focus">False</property>
1306 <child> 1131 <child>
1307 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label"> 1132 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_port_label">
1308 <property name="visible">True</property> 1133 <property name="visible">True</property>
1309 <property name="can_focus">False</property>
1310 <property name="label" translatable="yes">Advertised port:</property> 1134 <property name="label" translatable="yes">Advertised port:</property>
1311 </object> 1135 </object>
1312 <packing> 1136 <packing>
@@ -1321,7 +1145,7 @@
1321 <property name="visible">True</property> 1145 <property name="visible">True</property>
1322 <property name="can_focus">True</property> 1146 <property name="can_focus">True</property>
1323 <property name="max_length">5</property> 1147 <property name="max_length">5</property>
1324 <property name="invisible_char"></property> 1148 <property name="invisible_char">&#x25CF;</property>
1325 <property name="invisible_char_set">True</property> 1149 <property name="invisible_char_set">True</property>
1326 <property name="adjustment">GNUNET_setup_transport_tcp_adv_port_adjustment</property> 1150 <property name="adjustment">GNUNET_setup_transport_tcp_adv_port_adjustment</property>
1327 <property name="numeric">True</property> 1151 <property name="numeric">True</property>
@@ -1336,7 +1160,6 @@
1336 <child> 1160 <child>
1337 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label"> 1161 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_adv_detail_label">
1338 <property name="visible">True</property> 1162 <property name="visible">True</property>
1339 <property name="can_focus">False</property>
1340 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1163 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1341 </object> 1164 </object>
1342 <packing> 1165 <packing>
@@ -1356,28 +1179,22 @@
1356 <child> 1179 <child>
1357 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox"> 1180 <object class="GtkHBox" id="GNUNET_setup_transport_tcp_test_hbox">
1358 <property name="visible">True</property> 1181 <property name="visible">True</property>
1359 <property name="can_focus">False</property>
1360 <child> 1182 <child>
1361 <object class="GtkLabel" id="label3"> 1183 <object class="GtkLabel" id="label3">
1362 <property name="visible">True</property> 1184 <property name="visible">True</property>
1363 <property name="can_focus">False</property>
1364 </object> 1185 </object>
1365 <packing> 1186 <packing>
1366 <property name="expand">True</property>
1367 <property name="fill">True</property>
1368 <property name="position">0</property> 1187 <property name="position">0</property>
1369 </packing> 1188 </packing>
1370 </child> 1189 </child>
1371 <child> 1190 <child>
1372 <object class="GtkButton" id="GNUNET_setup_transport_tcp_test_button"> 1191 <object class="GtkButton" id="GNUNET_setup_transport_tcp_test_button">
1373 <property name="label" translatable="yes">Test configuration</property> 1192 <property name="label" translatable="yes">Test configuration</property>
1374 <property name="use_action_appearance">False</property>
1375 <property name="visible">True</property> 1193 <property name="visible">True</property>
1376 <property name="can_focus">True</property> 1194 <property name="can_focus">True</property>
1377 <property name="receives_default">True</property> 1195 <property name="receives_default">True</property>
1378 <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> 1196 <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>
1379 <property name="use_action_appearance">False</property> 1197 <signal name="clicked" handler="GNUNET_setup_transport_tcp_test_button_clicked_cb"/>
1380 <signal name="clicked" handler="GNUNET_setup_transport_tcp_test_button_clicked_cb" swapped="no"/>
1381 </object> 1198 </object>
1382 <packing> 1199 <packing>
1383 <property name="expand">False</property> 1200 <property name="expand">False</property>
@@ -1388,7 +1205,6 @@
1388 </child> 1205 </child>
1389 <child> 1206 <child>
1390 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image"> 1207 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_success_image">
1391 <property name="can_focus">False</property>
1392 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1208 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1393 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1209 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1394 </object> 1210 </object>
@@ -1401,7 +1217,6 @@
1401 </child> 1217 </child>
1402 <child> 1218 <child>
1403 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image"> 1219 <object class="GtkImage" id="GNUNET_setup_transport_tcp_test_fail_image">
1404 <property name="can_focus">False</property>
1405 <property name="tooltip_text" translatable="yes">Test failed!</property> 1220 <property name="tooltip_text" translatable="yes">Test failed!</property>
1406 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1221 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1407 </object> 1222 </object>
@@ -1415,11 +1230,8 @@
1415 <child> 1230 <child>
1416 <object class="GtkLabel" id="label5"> 1231 <object class="GtkLabel" id="label5">
1417 <property name="visible">True</property> 1232 <property name="visible">True</property>
1418 <property name="can_focus">False</property>
1419 </object> 1233 </object>
1420 <packing> 1234 <packing>
1421 <property name="expand">True</property>
1422 <property name="fill">True</property>
1423 <property name="position">4</property> 1235 <property name="position">4</property>
1424 </packing> 1236 </packing>
1425 </child> 1237 </child>
@@ -1436,7 +1248,6 @@
1436 <child type="tab"> 1248 <child type="tab">
1437 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label"> 1249 <object class="GtkLabel" id="GNUNET_setup_transport_tcp_label">
1438 <property name="visible">True</property> 1250 <property name="visible">True</property>
1439 <property name="can_focus">False</property>
1440 <property name="label" translatable="yes">TCP</property> 1251 <property name="label" translatable="yes">TCP</property>
1441 </object> 1252 </object>
1442 <packing> 1253 <packing>
@@ -1446,16 +1257,13 @@
1446 <child> 1257 <child>
1447 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox"> 1258 <object class="GtkVBox" id="GNUNET_setup_transport_udp_vbox">
1448 <property name="visible">True</property> 1259 <property name="visible">True</property>
1449 <property name="can_focus">False</property>
1450 <child> 1260 <child>
1451 <object class="GtkHBox" id="GNUNET_setup_transport_udp_port_hbox"> 1261 <object class="GtkHBox" id="GNUNET_setup_transport_udp_port_hbox">
1452 <property name="visible">True</property> 1262 <property name="visible">True</property>
1453 <property name="can_focus">False</property>
1454 <property name="spacing">5</property> 1263 <property name="spacing">5</property>
1455 <child> 1264 <child>
1456 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label"> 1265 <object class="GtkLabel" id="GNUNET_setup_transport_udp_port_label">
1457 <property name="visible">True</property> 1266 <property name="visible">True</property>
1458 <property name="can_focus">False</property>
1459 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1267 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
1460 <property name="label" translatable="yes">Bind to port:</property> 1268 <property name="label" translatable="yes">Bind to port:</property>
1461 </object> 1269 </object>
@@ -1471,7 +1279,7 @@
1471 <property name="visible">True</property> 1279 <property name="visible">True</property>
1472 <property name="can_focus">True</property> 1280 <property name="can_focus">True</property>
1473 <property name="max_length">5</property> 1281 <property name="max_length">5</property>
1474 <property name="invisible_char"></property> 1282 <property name="invisible_char">&#x2022;</property>
1475 <property name="invisible_char_set">True</property> 1283 <property name="invisible_char_set">True</property>
1476 <property name="adjustment">GNUNET_setup_transport_udp_port_adjustment</property> 1284 <property name="adjustment">GNUNET_setup_transport_udp_port_adjustment</property>
1477 <property name="numeric">True</property> 1285 <property name="numeric">True</property>
@@ -1494,17 +1302,14 @@
1494 <child> 1302 <child>
1495 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox"> 1303 <object class="GtkHBox" id="GNUNET_setup_transport_udp_advertised_hbox">
1496 <property name="visible">True</property> 1304 <property name="visible">True</property>
1497 <property name="can_focus">False</property>
1498 <property name="spacing">5</property> 1305 <property name="spacing">5</property>
1499 <child> 1306 <child>
1500 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label"> 1307 <object class="GtkLabel" id="GNUNET_setup_transport_udp_advertised_port_label">
1501 <property name="visible">True</property> 1308 <property name="visible">True</property>
1502 <property name="can_focus">False</property>
1503 <property name="label" translatable="yes">Advertised port:</property> 1309 <property name="label" translatable="yes">Advertised port:</property>
1504 </object> 1310 </object>
1505 <packing> 1311 <packing>
1506 <property name="expand">False</property> 1312 <property name="expand">False</property>
1507 <property name="fill">True</property>
1508 <property name="padding">5</property> 1313 <property name="padding">5</property>
1509 <property name="position">0</property> 1314 <property name="position">0</property>
1510 </packing> 1315 </packing>
@@ -1513,13 +1318,12 @@
1513 <object class="GtkSpinButton" id="GNUNET_setup_transport_udp_advertised_port_spinbutton"> 1318 <object class="GtkSpinButton" id="GNUNET_setup_transport_udp_advertised_port_spinbutton">
1514 <property name="visible">True</property> 1319 <property name="visible">True</property>
1515 <property name="can_focus">True</property> 1320 <property name="can_focus">True</property>
1516 <property name="invisible_char"></property> 1321 <property name="invisible_char">&#x25CF;</property>
1517 <property name="adjustment">GNUNET_setup_transport_udp_advertised_port_adjustment</property> 1322 <property name="adjustment">GNUNET_setup_transport_udp_advertised_port_adjustment</property>
1518 <property name="numeric">True</property> 1323 <property name="numeric">True</property>
1519 </object> 1324 </object>
1520 <packing> 1325 <packing>
1521 <property name="expand">False</property> 1326 <property name="expand">False</property>
1522 <property name="fill">True</property>
1523 <property name="padding">5</property> 1327 <property name="padding">5</property>
1524 <property name="position">1</property> 1328 <property name="position">1</property>
1525 </packing> 1329 </packing>
@@ -1527,7 +1331,6 @@
1527 <child> 1331 <child>
1528 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label"> 1332 <object class="GtkLabel" id="GNUNET_setup_transport_udp_adv_detail_label">
1529 <property name="visible">True</property> 1333 <property name="visible">True</property>
1530 <property name="can_focus">False</property>
1531 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1334 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1532 </object> 1335 </object>
1533 <packing> 1336 <packing>
@@ -1548,28 +1351,22 @@
1548 <child> 1351 <child>
1549 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox"> 1352 <object class="GtkHBox" id="GNUNET_setup_transport_udp_test_hbox">
1550 <property name="visible">True</property> 1353 <property name="visible">True</property>
1551 <property name="can_focus">False</property>
1552 <child> 1354 <child>
1553 <object class="GtkLabel" id="label1"> 1355 <object class="GtkLabel" id="label1">
1554 <property name="visible">True</property> 1356 <property name="visible">True</property>
1555 <property name="can_focus">False</property>
1556 </object> 1357 </object>
1557 <packing> 1358 <packing>
1558 <property name="expand">True</property>
1559 <property name="fill">True</property>
1560 <property name="position">0</property> 1359 <property name="position">0</property>
1561 </packing> 1360 </packing>
1562 </child> 1361 </child>
1563 <child> 1362 <child>
1564 <object class="GtkButton" id="GNUNET_setup_transport_udp_test_button"> 1363 <object class="GtkButton" id="GNUNET_setup_transport_udp_test_button">
1565 <property name="label" translatable="yes">Test configuration</property> 1364 <property name="label" translatable="yes">Test configuration</property>
1566 <property name="use_action_appearance">False</property>
1567 <property name="visible">True</property> 1365 <property name="visible">True</property>
1568 <property name="can_focus">True</property> 1366 <property name="can_focus">True</property>
1569 <property name="receives_default">True</property> 1367 <property name="receives_default">True</property>
1570 <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> 1368 <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>
1571 <property name="use_action_appearance">False</property> 1369 <signal name="clicked" handler="GNUNET_setup_transport_udp_test_button_clicked_cb"/>
1572 <signal name="clicked" handler="GNUNET_setup_transport_udp_test_button_clicked_cb" swapped="no"/>
1573 </object> 1370 </object>
1574 <packing> 1371 <packing>
1575 <property name="expand">False</property> 1372 <property name="expand">False</property>
@@ -1580,7 +1377,6 @@
1580 </child> 1377 </child>
1581 <child> 1378 <child>
1582 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image"> 1379 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_success_image">
1583 <property name="can_focus">False</property>
1584 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1380 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1585 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1381 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1586 </object> 1382 </object>
@@ -1593,7 +1389,6 @@
1593 </child> 1389 </child>
1594 <child> 1390 <child>
1595 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image"> 1391 <object class="GtkImage" id="GNUNET_setup_transport_udp_test_fail_image">
1596 <property name="can_focus">False</property>
1597 <property name="tooltip_text" translatable="yes">Test failed!</property> 1392 <property name="tooltip_text" translatable="yes">Test failed!</property>
1598 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1393 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1599 </object> 1394 </object>
@@ -1607,11 +1402,8 @@
1607 <child> 1402 <child>
1608 <object class="GtkLabel" id="label2"> 1403 <object class="GtkLabel" id="label2">
1609 <property name="visible">True</property> 1404 <property name="visible">True</property>
1610 <property name="can_focus">False</property>
1611 </object> 1405 </object>
1612 <packing> 1406 <packing>
1613 <property name="expand">True</property>
1614 <property name="fill">True</property>
1615 <property name="position">4</property> 1407 <property name="position">4</property>
1616 </packing> 1408 </packing>
1617 </child> 1409 </child>
@@ -1631,7 +1423,6 @@
1631 <child type="tab"> 1423 <child type="tab">
1632 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label"> 1424 <object class="GtkLabel" id="GNUNET_setup_transport_udp_label">
1633 <property name="visible">True</property> 1425 <property name="visible">True</property>
1634 <property name="can_focus">False</property>
1635 <property name="label" translatable="yes">UDP</property> 1426 <property name="label" translatable="yes">UDP</property>
1636 </object> 1427 </object>
1637 <packing> 1428 <packing>
@@ -1642,16 +1433,13 @@
1642 <child> 1433 <child>
1643 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox"> 1434 <object class="GtkVBox" id="GNUNET_setup_transport_http_vbox">
1644 <property name="visible">True</property> 1435 <property name="visible">True</property>
1645 <property name="can_focus">False</property>
1646 <child> 1436 <child>
1647 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox"> 1437 <object class="GtkHBox" id="GNUNET_setup_transport_http_port_hbox">
1648 <property name="visible">True</property> 1438 <property name="visible">True</property>
1649 <property name="can_focus">False</property>
1650 <property name="spacing">5</property> 1439 <property name="spacing">5</property>
1651 <child> 1440 <child>
1652 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label"> 1441 <object class="GtkLabel" id="GNUNET_setup_transport_http_port_label">
1653 <property name="visible">True</property> 1442 <property name="visible">True</property>
1654 <property name="can_focus">False</property>
1655 <property name="has_tooltip">True</property> 1443 <property name="has_tooltip">True</property>
1656 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 1444 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1657 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1445 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
@@ -1669,7 +1457,7 @@
1669 <property name="visible">True</property> 1457 <property name="visible">True</property>
1670 <property name="can_focus">True</property> 1458 <property name="can_focus">True</property>
1671 <property name="max_length">5</property> 1459 <property name="max_length">5</property>
1672 <property name="invisible_char"></property> 1460 <property name="invisible_char">&#x2022;</property>
1673 <property name="invisible_char_set">True</property> 1461 <property name="invisible_char_set">True</property>
1674 <property name="adjustment">GNUNET_setup_transport_http_port_adjustment</property> 1462 <property name="adjustment">GNUNET_setup_transport_http_port_adjustment</property>
1675 <property name="numeric">True</property> 1463 <property name="numeric">True</property>
@@ -1692,17 +1480,14 @@
1692 <child> 1480 <child>
1693 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox"> 1481 <object class="GtkHBox" id="GNUNET_setup_transport_http_advertised_hbox">
1694 <property name="visible">True</property> 1482 <property name="visible">True</property>
1695 <property name="can_focus">False</property>
1696 <property name="spacing">5</property> 1483 <property name="spacing">5</property>
1697 <child> 1484 <child>
1698 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label"> 1485 <object class="GtkLabel" id="GNUNET_setup_transport_http_advertised_port_label">
1699 <property name="visible">True</property> 1486 <property name="visible">True</property>
1700 <property name="can_focus">False</property>
1701 <property name="label" translatable="yes">Advertised port:</property> 1487 <property name="label" translatable="yes">Advertised port:</property>
1702 </object> 1488 </object>
1703 <packing> 1489 <packing>
1704 <property name="expand">False</property> 1490 <property name="expand">False</property>
1705 <property name="fill">True</property>
1706 <property name="padding">5</property> 1491 <property name="padding">5</property>
1707 <property name="position">0</property> 1492 <property name="position">0</property>
1708 </packing> 1493 </packing>
@@ -1712,14 +1497,13 @@
1712 <property name="visible">True</property> 1497 <property name="visible">True</property>
1713 <property name="can_focus">True</property> 1498 <property name="can_focus">True</property>
1714 <property name="max_length">5</property> 1499 <property name="max_length">5</property>
1715 <property name="invisible_char"></property> 1500 <property name="invisible_char">&#x25CF;</property>
1716 <property name="invisible_char_set">True</property> 1501 <property name="invisible_char_set">True</property>
1717 <property name="adjustment">GNUNET_setup_transport_http_advertised_port_adjustment</property> 1502 <property name="adjustment">GNUNET_setup_transport_http_advertised_port_adjustment</property>
1718 <property name="numeric">True</property> 1503 <property name="numeric">True</property>
1719 </object> 1504 </object>
1720 <packing> 1505 <packing>
1721 <property name="expand">False</property> 1506 <property name="expand">False</property>
1722 <property name="fill">True</property>
1723 <property name="padding">5</property> 1507 <property name="padding">5</property>
1724 <property name="position">1</property> 1508 <property name="position">1</property>
1725 </packing> 1509 </packing>
@@ -1727,7 +1511,6 @@
1727 <child> 1511 <child>
1728 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label"> 1512 <object class="GtkLabel" id="GNUNET_setup_transport_http_adv_detail_label">
1729 <property name="visible">True</property> 1513 <property name="visible">True</property>
1730 <property name="can_focus">False</property>
1731 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1514 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1732 </object> 1515 </object>
1733 <packing> 1516 <packing>
@@ -1748,28 +1531,22 @@
1748 <child> 1531 <child>
1749 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox"> 1532 <object class="GtkHBox" id="GNUNET_setup_transport_http_test_hbox">
1750 <property name="visible">True</property> 1533 <property name="visible">True</property>
1751 <property name="can_focus">False</property>
1752 <child> 1534 <child>
1753 <object class="GtkLabel" id="label4"> 1535 <object class="GtkLabel" id="label4">
1754 <property name="visible">True</property> 1536 <property name="visible">True</property>
1755 <property name="can_focus">False</property>
1756 </object> 1537 </object>
1757 <packing> 1538 <packing>
1758 <property name="expand">True</property>
1759 <property name="fill">True</property>
1760 <property name="position">0</property> 1539 <property name="position">0</property>
1761 </packing> 1540 </packing>
1762 </child> 1541 </child>
1763 <child> 1542 <child>
1764 <object class="GtkButton" id="GNUNET_setup_transport_http_test_button"> 1543 <object class="GtkButton" id="GNUNET_setup_transport_http_test_button">
1765 <property name="label" translatable="yes">Test configuration</property> 1544 <property name="label" translatable="yes">Test configuration</property>
1766 <property name="use_action_appearance">False</property>
1767 <property name="visible">True</property> 1545 <property name="visible">True</property>
1768 <property name="can_focus">True</property> 1546 <property name="can_focus">True</property>
1769 <property name="receives_default">True</property> 1547 <property name="receives_default">True</property>
1770 <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> 1548 <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>
1771 <property name="use_action_appearance">False</property> 1549 <signal name="clicked" handler="GNUNET_setup_transport_http_test_button_clicked_cb"/>
1772 <signal name="clicked" handler="GNUNET_setup_transport_http_test_button_clicked_cb" swapped="no"/>
1773 </object> 1550 </object>
1774 <packing> 1551 <packing>
1775 <property name="expand">False</property> 1552 <property name="expand">False</property>
@@ -1780,7 +1557,6 @@
1780 </child> 1557 </child>
1781 <child> 1558 <child>
1782 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image"> 1559 <object class="GtkImage" id="GNUNET_setup_transport_http_test_success_image">
1783 <property name="can_focus">False</property>
1784 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1560 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1785 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1561 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1786 </object> 1562 </object>
@@ -1793,7 +1569,6 @@
1793 </child> 1569 </child>
1794 <child> 1570 <child>
1795 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image"> 1571 <object class="GtkImage" id="GNUNET_setup_transport_http_test_fail_image">
1796 <property name="can_focus">False</property>
1797 <property name="tooltip_text" translatable="yes">Test failed!</property> 1572 <property name="tooltip_text" translatable="yes">Test failed!</property>
1798 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1573 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1799 </object> 1574 </object>
@@ -1807,11 +1582,8 @@
1807 <child> 1582 <child>
1808 <object class="GtkLabel" id="label6"> 1583 <object class="GtkLabel" id="label6">
1809 <property name="visible">True</property> 1584 <property name="visible">True</property>
1810 <property name="can_focus">False</property>
1811 </object> 1585 </object>
1812 <packing> 1586 <packing>
1813 <property name="expand">True</property>
1814 <property name="fill">True</property>
1815 <property name="position">4</property> 1587 <property name="position">4</property>
1816 </packing> 1588 </packing>
1817 </child> 1589 </child>
@@ -1831,7 +1603,6 @@
1831 <child type="tab"> 1603 <child type="tab">
1832 <object class="GtkLabel" id="GNUNET_setup_transport_http_label"> 1604 <object class="GtkLabel" id="GNUNET_setup_transport_http_label">
1833 <property name="visible">True</property> 1605 <property name="visible">True</property>
1834 <property name="can_focus">False</property>
1835 <property name="label" translatable="yes">HTTP</property> 1606 <property name="label" translatable="yes">HTTP</property>
1836 </object> 1607 </object>
1837 <packing> 1608 <packing>
@@ -1842,16 +1613,13 @@
1842 <child> 1613 <child>
1843 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox"> 1614 <object class="GtkVBox" id="GNUNET_setup_transport_https_vbox">
1844 <property name="visible">True</property> 1615 <property name="visible">True</property>
1845 <property name="can_focus">False</property>
1846 <child> 1616 <child>
1847 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox"> 1617 <object class="GtkHBox" id="GNUNET_setup_transport_https_port_hbox">
1848 <property name="visible">True</property> 1618 <property name="visible">True</property>
1849 <property name="can_focus">False</property>
1850 <property name="spacing">5</property> 1619 <property name="spacing">5</property>
1851 <child> 1620 <child>
1852 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label"> 1621 <object class="GtkLabel" id="GNUNET_setup_transport_https_port_label">
1853 <property name="visible">True</property> 1622 <property name="visible">True</property>
1854 <property name="can_focus">False</property>
1855 <property name="has_tooltip">True</property> 1623 <property name="has_tooltip">True</property>
1856 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property> 1624 <property name="tooltip_markup">Port number that GNUnet&amp;apos;s UDP transport should bind to on the local system</property>
1857 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property> 1625 <property name="tooltip_text" translatable="yes">Port number that GNUnet's UDP transport should bind to on the local system</property>
@@ -1869,7 +1637,7 @@
1869 <property name="visible">True</property> 1637 <property name="visible">True</property>
1870 <property name="can_focus">True</property> 1638 <property name="can_focus">True</property>
1871 <property name="max_length">5</property> 1639 <property name="max_length">5</property>
1872 <property name="invisible_char"></property> 1640 <property name="invisible_char">&#x2022;</property>
1873 <property name="invisible_char_set">True</property> 1641 <property name="invisible_char_set">True</property>
1874 <property name="adjustment">GNUNET_setup_transport_https_port_adjustment</property> 1642 <property name="adjustment">GNUNET_setup_transport_https_port_adjustment</property>
1875 <property name="numeric">True</property> 1643 <property name="numeric">True</property>
@@ -1892,17 +1660,14 @@
1892 <child> 1660 <child>
1893 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox"> 1661 <object class="GtkHBox" id="GNUNET_setup_transport_https_advertised_hbox">
1894 <property name="visible">True</property> 1662 <property name="visible">True</property>
1895 <property name="can_focus">False</property>
1896 <property name="spacing">5</property> 1663 <property name="spacing">5</property>
1897 <child> 1664 <child>
1898 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label"> 1665 <object class="GtkLabel" id="GNUNET_setup_transport_https_advertised_port_label">
1899 <property name="visible">True</property> 1666 <property name="visible">True</property>
1900 <property name="can_focus">False</property>
1901 <property name="label" translatable="yes">Advertised port:</property> 1667 <property name="label" translatable="yes">Advertised port:</property>
1902 </object> 1668 </object>
1903 <packing> 1669 <packing>
1904 <property name="expand">False</property> 1670 <property name="expand">False</property>
1905 <property name="fill">True</property>
1906 <property name="padding">5</property> 1671 <property name="padding">5</property>
1907 <property name="position">0</property> 1672 <property name="position">0</property>
1908 </packing> 1673 </packing>
@@ -1912,14 +1677,13 @@
1912 <property name="visible">True</property> 1677 <property name="visible">True</property>
1913 <property name="can_focus">True</property> 1678 <property name="can_focus">True</property>
1914 <property name="max_length">5</property> 1679 <property name="max_length">5</property>
1915 <property name="invisible_char"></property> 1680 <property name="invisible_char">&#x25CF;</property>
1916 <property name="invisible_char_set">True</property> 1681 <property name="invisible_char_set">True</property>
1917 <property name="adjustment">GNUNET_setup_transport_https_advertised_port_adjustment</property> 1682 <property name="adjustment">GNUNET_setup_transport_https_advertised_port_adjustment</property>
1918 <property name="numeric">True</property> 1683 <property name="numeric">True</property>
1919 </object> 1684 </object>
1920 <packing> 1685 <packing>
1921 <property name="expand">False</property> 1686 <property name="expand">False</property>
1922 <property name="fill">True</property>
1923 <property name="padding">5</property> 1687 <property name="padding">5</property>
1924 <property name="position">1</property> 1688 <property name="position">1</property>
1925 </packing> 1689 </packing>
@@ -1927,7 +1691,6 @@
1927 <child> 1691 <child>
1928 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label"> 1692 <object class="GtkLabel" id="GNUNET_setup_transport_https_adv_detail_label">
1929 <property name="visible">True</property> 1693 <property name="visible">True</property>
1930 <property name="can_focus">False</property>
1931 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property> 1694 <property name="label" translatable="yes">External port visible on our public IP address after mappings by NAT/firewalls</property>
1932 </object> 1695 </object>
1933 <packing> 1696 <packing>
@@ -1948,28 +1711,22 @@
1948 <child> 1711 <child>
1949 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox"> 1712 <object class="GtkHBox" id="GNUNET_setup_transport_https_test_hbox">
1950 <property name="visible">True</property> 1713 <property name="visible">True</property>
1951 <property name="can_focus">False</property>
1952 <child> 1714 <child>
1953 <object class="GtkLabel" id="label7"> 1715 <object class="GtkLabel" id="label7">
1954 <property name="visible">True</property> 1716 <property name="visible">True</property>
1955 <property name="can_focus">False</property>
1956 </object> 1717 </object>
1957 <packing> 1718 <packing>
1958 <property name="expand">True</property>
1959 <property name="fill">True</property>
1960 <property name="position">0</property> 1719 <property name="position">0</property>
1961 </packing> 1720 </packing>
1962 </child> 1721 </child>
1963 <child> 1722 <child>
1964 <object class="GtkButton" id="GNUNET_setup_transport_https_test_button"> 1723 <object class="GtkButton" id="GNUNET_setup_transport_https_test_button">
1965 <property name="label" translatable="yes">Test configuration</property> 1724 <property name="label" translatable="yes">Test configuration</property>
1966 <property name="use_action_appearance">False</property>
1967 <property name="visible">True</property> 1725 <property name="visible">True</property>
1968 <property name="can_focus">True</property> 1726 <property name="can_focus">True</property>
1969 <property name="receives_default">True</property> 1727 <property name="receives_default">True</property>
1970 <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> 1728 <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>
1971 <property name="use_action_appearance">False</property> 1729 <signal name="clicked" handler="GNUNET_setup_transport_https_test_button_clicked_cb"/>
1972 <signal name="clicked" handler="GNUNET_setup_transport_https_test_button_clicked_cb" swapped="no"/>
1973 </object> 1730 </object>
1974 <packing> 1731 <packing>
1975 <property name="expand">False</property> 1732 <property name="expand">False</property>
@@ -1980,7 +1737,6 @@
1980 </child> 1737 </child>
1981 <child> 1738 <child>
1982 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image"> 1739 <object class="GtkImage" id="GNUNET_setup_transport_https_test_success_image">
1983 <property name="can_focus">False</property>
1984 <property name="tooltip_text" translatable="yes">Configuration works!</property> 1740 <property name="tooltip_text" translatable="yes">Configuration works!</property>
1985 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 1741 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
1986 </object> 1742 </object>
@@ -1993,7 +1749,6 @@
1993 </child> 1749 </child>
1994 <child> 1750 <child>
1995 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image"> 1751 <object class="GtkImage" id="GNUNET_setup_transport_https_test_fail_image">
1996 <property name="can_focus">False</property>
1997 <property name="tooltip_text" translatable="yes">Test failed!</property> 1752 <property name="tooltip_text" translatable="yes">Test failed!</property>
1998 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 1753 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
1999 </object> 1754 </object>
@@ -2007,11 +1762,8 @@
2007 <child> 1762 <child>
2008 <object class="GtkLabel" id="label8"> 1763 <object class="GtkLabel" id="label8">
2009 <property name="visible">True</property> 1764 <property name="visible">True</property>
2010 <property name="can_focus">False</property>
2011 </object> 1765 </object>
2012 <packing> 1766 <packing>
2013 <property name="expand">True</property>
2014 <property name="fill">True</property>
2015 <property name="position">4</property> 1767 <property name="position">4</property>
2016 </packing> 1768 </packing>
2017 </child> 1769 </child>
@@ -2031,7 +1783,6 @@
2031 <child type="tab"> 1783 <child type="tab">
2032 <object class="GtkLabel" id="GNUNET_setup_transport_https_label"> 1784 <object class="GtkLabel" id="GNUNET_setup_transport_https_label">
2033 <property name="visible">True</property> 1785 <property name="visible">True</property>
2034 <property name="can_focus">False</property>
2035 <property name="label" translatable="yes">HTTPS</property> 1786 <property name="label" translatable="yes">HTTPS</property>
2036 </object> 1787 </object>
2037 <packing> 1788 <packing>
@@ -2042,7 +1793,6 @@
2042 <child> 1793 <child>
2043 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox"> 1794 <object class="GtkVBox" id="GNUNET_setup_transport_dv_vbox">
2044 <property name="visible">True</property> 1795 <property name="visible">True</property>
2045 <property name="can_focus">False</property>
2046 <child> 1796 <child>
2047 <placeholder/> 1797 <placeholder/>
2048 </child> 1798 </child>
@@ -2054,7 +1804,6 @@
2054 <child type="tab"> 1804 <child type="tab">
2055 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label"> 1805 <object class="GtkLabel" id="GNUNET_setup_transport_dv_label">
2056 <property name="visible">True</property> 1806 <property name="visible">True</property>
2057 <property name="can_focus">False</property>
2058 <property name="label" translatable="yes">DV</property> 1807 <property name="label" translatable="yes">DV</property>
2059 </object> 1808 </object>
2060 <packing> 1809 <packing>
@@ -2065,15 +1814,12 @@
2065 <child> 1814 <child>
2066 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox"> 1815 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox">
2067 <property name="visible">True</property> 1816 <property name="visible">True</property>
2068 <property name="can_focus">False</property>
2069 <child> 1817 <child>
2070 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox"> 1818 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox">
2071 <property name="visible">True</property> 1819 <property name="visible">True</property>
2072 <property name="can_focus">False</property>
2073 <child> 1820 <child>
2074 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label"> 1821 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_interface_label">
2075 <property name="visible">True</property> 1822 <property name="visible">True</property>
2076 <property name="can_focus">False</property>
2077 <property name="label" translatable="yes">Name of _Monitor Interface</property> 1823 <property name="label" translatable="yes">Name of _Monitor Interface</property>
2078 <property name="use_underline">True</property> 1824 <property name="use_underline">True</property>
2079 </object> 1825 </object>
@@ -2089,7 +1835,7 @@
2089 <property name="visible">True</property> 1835 <property name="visible">True</property>
2090 <property name="can_focus">True</property> 1836 <property name="can_focus">True</property>
2091 <property name="max_length">255</property> 1837 <property name="max_length">255</property>
2092 <property name="invisible_char"></property> 1838 <property name="invisible_char">&#x25CF;</property>
2093 <property name="invisible_char_set">True</property> 1839 <property name="invisible_char_set">True</property>
2094 </object> 1840 </object>
2095 <packing> 1841 <packing>
@@ -2115,7 +1861,6 @@
2115 <child type="tab"> 1861 <child type="tab">
2116 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label"> 1862 <object class="GtkLabel" id="GNUNET_setup_transport_wlan_label">
2117 <property name="visible">True</property> 1863 <property name="visible">True</property>
2118 <property name="can_focus">False</property>
2119 <property name="label" translatable="yes">WLAN</property> 1864 <property name="label" translatable="yes">WLAN</property>
2120 </object> 1865 </object>
2121 <packing> 1866 <packing>
@@ -2125,8 +1870,6 @@
2125 </child> 1870 </child>
2126 </object> 1871 </object>
2127 <packing> 1872 <packing>
2128 <property name="expand">True</property>
2129 <property name="fill">True</property>
2130 <property name="position">1</property> 1873 <property name="position">1</property>
2131 </packing> 1874 </packing>
2132 </child> 1875 </child>
@@ -2137,7 +1880,6 @@
2137 <child type="label"> 1880 <child type="label">
2138 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label"> 1881 <object class="GtkLabel" id="GNUNET_setup_transport_notebook_label">
2139 <property name="visible">True</property> 1882 <property name="visible">True</property>
2140 <property name="can_focus">False</property>
2141 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property> 1883 <property name="label" translatable="yes">&lt;b&gt;Transport Configuration&lt;/b&gt;</property>
2142 <property name="use_markup">True</property> 1884 <property name="use_markup">True</property>
2143 </object> 1885 </object>
@@ -2150,7 +1892,6 @@
2150 <child type="tab"> 1892 <child type="tab">
2151 <object class="GtkLabel" id="GNUNET_setup_transport_label"> 1893 <object class="GtkLabel" id="GNUNET_setup_transport_label">
2152 <property name="visible">True</property> 1894 <property name="visible">True</property>
2153 <property name="can_focus">False</property>
2154 <property name="label" translatable="yes">_Transports</property> 1895 <property name="label" translatable="yes">_Transports</property>
2155 <property name="use_underline">True</property> 1896 <property name="use_underline">True</property>
2156 </object> 1897 </object>
@@ -2162,30 +1903,24 @@
2162 <child> 1903 <child>
2163 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox"> 1904 <object class="GtkVBox" id="GNUNET_setup_fs_main_vbox">
2164 <property name="visible">True</property> 1905 <property name="visible">True</property>
2165 <property name="can_focus">False</property>
2166 <child> 1906 <child>
2167 <object class="GtkFrame" id="GNUNET_setup_fs_frame"> 1907 <object class="GtkFrame" id="GNUNET_setup_fs_frame">
2168 <property name="visible">True</property> 1908 <property name="visible">True</property>
2169 <property name="can_focus">False</property>
2170 <property name="label_xalign">0</property> 1909 <property name="label_xalign">0</property>
2171 <property name="shadow_type">none</property> 1910 <property name="shadow_type">none</property>
2172 <child> 1911 <child>
2173 <object class="GtkAlignment" id="GNUNET_setup_fs_alignment"> 1912 <object class="GtkAlignment" id="GNUNET_setup_fs_alignment">
2174 <property name="visible">True</property> 1913 <property name="visible">True</property>
2175 <property name="can_focus">False</property>
2176 <property name="left_padding">12</property> 1914 <property name="left_padding">12</property>
2177 <child> 1915 <child>
2178 <object class="GtkHBox" id="GNUNET_setup_fs_migration_hbox"> 1916 <object class="GtkHBox" id="GNUNET_setup_fs_migration_hbox">
2179 <property name="visible">True</property> 1917 <property name="visible">True</property>
2180 <property name="can_focus">False</property>
2181 <child> 1918 <child>
2182 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_from_checkbutton"> 1919 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_from_checkbutton">
2183 <property name="label" translatable="yes">Enable unsolicited content transmission from this peer</property> 1920 <property name="label" translatable="yes">Enable unsolicited content transmission from this peer</property>
2184 <property name="use_action_appearance">False</property>
2185 <property name="visible">True</property> 1921 <property name="visible">True</property>
2186 <property name="can_focus">True</property> 1922 <property name="can_focus">True</property>
2187 <property name="receives_default">False</property> 1923 <property name="receives_default">False</property>
2188 <property name="use_action_appearance">False</property>
2189 <property name="xalign">0</property> 1924 <property name="xalign">0</property>
2190 <property name="active">True</property> 1925 <property name="active">True</property>
2191 <property name="draw_indicator">True</property> 1926 <property name="draw_indicator">True</property>
@@ -2200,18 +1935,14 @@
2200 <child> 1935 <child>
2201 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_to_checkbutton"> 1936 <object class="GtkCheckButton" id="GNUNET_setup_fs_migration_to_checkbutton">
2202 <property name="label" translatable="yes">Enable caching content at this peer</property> 1937 <property name="label" translatable="yes">Enable caching content at this peer</property>
2203 <property name="use_action_appearance">False</property>
2204 <property name="visible">True</property> 1938 <property name="visible">True</property>
2205 <property name="can_focus">True</property> 1939 <property name="can_focus">True</property>
2206 <property name="receives_default">False</property> 1940 <property name="receives_default">False</property>
2207 <property name="use_action_appearance">False</property>
2208 <property name="xalign">0</property> 1941 <property name="xalign">0</property>
2209 <property name="active">True</property> 1942 <property name="active">True</property>
2210 <property name="draw_indicator">True</property> 1943 <property name="draw_indicator">True</property>
2211 </object> 1944 </object>
2212 <packing> 1945 <packing>
2213 <property name="expand">True</property>
2214 <property name="fill">True</property>
2215 <property name="position">1</property> 1946 <property name="position">1</property>
2216 </packing> 1947 </packing>
2217 </child> 1948 </child>
@@ -2222,7 +1953,6 @@
2222 <child type="label"> 1953 <child type="label">
2223 <object class="GtkLabel" id="GNUNET_setup_fs_options_label"> 1954 <object class="GtkLabel" id="GNUNET_setup_fs_options_label">
2224 <property name="visible">True</property> 1955 <property name="visible">True</property>
2225 <property name="can_focus">False</property>
2226 <property name="label" translatable="yes">&lt;b&gt;File Sharing Options&lt;/b&gt;</property> 1956 <property name="label" translatable="yes">&lt;b&gt;File Sharing Options&lt;/b&gt;</property>
2227 <property name="use_markup">True</property> 1957 <property name="use_markup">True</property>
2228 </object> 1958 </object>
@@ -2237,26 +1967,21 @@
2237 <child> 1967 <child>
2238 <object class="GtkFrame" id="GNUNET_setup_datastore_frame"> 1968 <object class="GtkFrame" id="GNUNET_setup_datastore_frame">
2239 <property name="visible">True</property> 1969 <property name="visible">True</property>
2240 <property name="can_focus">False</property>
2241 <property name="label_xalign">0</property> 1970 <property name="label_xalign">0</property>
2242 <property name="shadow_type">none</property> 1971 <property name="shadow_type">none</property>
2243 <child> 1972 <child>
2244 <object class="GtkAlignment" id="GNUNET_setup_datastore_alignment"> 1973 <object class="GtkAlignment" id="GNUNET_setup_datastore_alignment">
2245 <property name="visible">True</property> 1974 <property name="visible">True</property>
2246 <property name="can_focus">False</property>
2247 <property name="left_padding">12</property> 1975 <property name="left_padding">12</property>
2248 <child> 1976 <child>
2249 <object class="GtkVBox" id="GNUNET_setup_datastore_vbox"> 1977 <object class="GtkVBox" id="GNUNET_setup_datastore_vbox">
2250 <property name="visible">True</property> 1978 <property name="visible">True</property>
2251 <property name="can_focus">False</property>
2252 <child> 1979 <child>
2253 <object class="GtkHBox" id="GNUNET_setup_datastore_hbox"> 1980 <object class="GtkHBox" id="GNUNET_setup_datastore_hbox">
2254 <property name="visible">True</property> 1981 <property name="visible">True</property>
2255 <property name="can_focus">False</property>
2256 <child> 1982 <child>
2257 <object class="GtkLabel" id="GNUNET_setup_datastore_label"> 1983 <object class="GtkLabel" id="GNUNET_setup_datastore_label">
2258 <property name="visible">True</property> 1984 <property name="visible">True</property>
2259 <property name="can_focus">False</property>
2260 <property name="label" translatable="yes">Database Backend to use:</property> 1985 <property name="label" translatable="yes">Database Backend to use:</property>
2261 </object> 1986 </object>
2262 <packing> 1987 <packing>
@@ -2269,20 +1994,17 @@
2269 <child> 1994 <child>
2270 <object class="GtkHButtonBox" id="GNUNET_setup_datastore_hbuttonbox"> 1995 <object class="GtkHButtonBox" id="GNUNET_setup_datastore_hbuttonbox">
2271 <property name="visible">True</property> 1996 <property name="visible">True</property>
2272 <property name="can_focus">False</property>
2273 <property name="layout_style">start</property> 1997 <property name="layout_style">start</property>
2274 <child> 1998 <child>
2275 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_sqlite_radiobutton"> 1999 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_sqlite_radiobutton">
2276 <property name="label" translatable="yes">sqLite</property> 2000 <property name="label" translatable="yes">sqLite</property>
2277 <property name="use_action_appearance">False</property>
2278 <property name="visible">True</property> 2001 <property name="visible">True</property>
2279 <property name="can_focus">True</property> 2002 <property name="can_focus">True</property>
2280 <property name="receives_default">False</property> 2003 <property name="receives_default">False</property>
2281 <property name="use_action_appearance">False</property>
2282 <property name="xalign">0</property> 2004 <property name="xalign">0</property>
2283 <property name="active">True</property> 2005 <property name="active">True</property>
2284 <property name="draw_indicator">True</property> 2006 <property name="draw_indicator">True</property>
2285 <signal name="realize" handler="GNUNET_setup_fs_datastore_sqlite_radiobutton_realize_cb" swapped="no"/> 2007 <signal name="realize" handler="GNUNET_setup_fs_datastore_sqlite_radiobutton_realize_cb"/>
2286 </object> 2008 </object>
2287 <packing> 2009 <packing>
2288 <property name="expand">False</property> 2010 <property name="expand">False</property>
@@ -2293,16 +2015,14 @@
2293 <child> 2015 <child>
2294 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_mysql_radiobutton"> 2016 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_mysql_radiobutton">
2295 <property name="label" translatable="yes">MySQL</property> 2017 <property name="label" translatable="yes">MySQL</property>
2296 <property name="use_action_appearance">False</property>
2297 <property name="visible">True</property> 2018 <property name="visible">True</property>
2298 <property name="can_focus">True</property> 2019 <property name="can_focus">True</property>
2299 <property name="receives_default">False</property> 2020 <property name="receives_default">False</property>
2300 <property name="use_action_appearance">False</property>
2301 <property name="xalign">0</property> 2021 <property name="xalign">0</property>
2302 <property name="yalign">0.50999999046325684</property> 2022 <property name="yalign">0.50999999046325684</property>
2303 <property name="draw_indicator">True</property> 2023 <property name="draw_indicator">True</property>
2304 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property> 2024 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property>
2305 <signal name="realize" handler="GNUNET_setup_fs_datastore_mysql_radiobutton_realize_cb" swapped="no"/> 2025 <signal name="realize" handler="GNUNET_setup_fs_datastore_mysql_radiobutton_realize_cb"/>
2306 </object> 2026 </object>
2307 <packing> 2027 <packing>
2308 <property name="expand">False</property> 2028 <property name="expand">False</property>
@@ -2313,15 +2033,13 @@
2313 <child> 2033 <child>
2314 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_postgres_radiobutton"> 2034 <object class="GtkRadioButton" id="GNUNET_setup_fs_datastore_postgres_radiobutton">
2315 <property name="label" translatable="yes">Postgres</property> 2035 <property name="label" translatable="yes">Postgres</property>
2316 <property name="use_action_appearance">False</property>
2317 <property name="visible">True</property> 2036 <property name="visible">True</property>
2318 <property name="can_focus">True</property> 2037 <property name="can_focus">True</property>
2319 <property name="receives_default">False</property> 2038 <property name="receives_default">False</property>
2320 <property name="use_action_appearance">False</property>
2321 <property name="xalign">0</property> 2039 <property name="xalign">0</property>
2322 <property name="draw_indicator">True</property> 2040 <property name="draw_indicator">True</property>
2323 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property> 2041 <property name="group">GNUNET_setup_fs_datastore_sqlite_radiobutton</property>
2324 <signal name="realize" handler="GNUNET_setup_fs_datastore_postgres_radiobutton_realize_cb" swapped="no"/> 2042 <signal name="realize" handler="GNUNET_setup_fs_datastore_postgres_radiobutton_realize_cb"/>
2325 </object> 2043 </object>
2326 <packing> 2044 <packing>
2327 <property name="expand">False</property> 2045 <property name="expand">False</property>
@@ -2339,11 +2057,9 @@
2339 <child> 2057 <child>
2340 <object class="GtkVSeparator" id="GNUNET_setup_datastore_vseparator"> 2058 <object class="GtkVSeparator" id="GNUNET_setup_datastore_vseparator">
2341 <property name="visible">True</property> 2059 <property name="visible">True</property>
2342 <property name="can_focus">False</property>
2343 </object> 2060 </object>
2344 <packing> 2061 <packing>
2345 <property name="expand">False</property> 2062 <property name="expand">False</property>
2346 <property name="fill">True</property>
2347 <property name="padding">5</property> 2063 <property name="padding">5</property>
2348 <property name="position">2</property> 2064 <property name="position">2</property>
2349 </packing> 2065 </packing>
@@ -2351,7 +2067,6 @@
2351 <child> 2067 <child>
2352 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_quota_label"> 2068 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_quota_label">
2353 <property name="visible">True</property> 2069 <property name="visible">True</property>
2354 <property name="can_focus">False</property>
2355 <property name="label" translatable="yes">Quota (bytes):</property> 2070 <property name="label" translatable="yes">Quota (bytes):</property>
2356 </object> 2071 </object>
2357 <packing> 2072 <packing>
@@ -2365,7 +2080,7 @@
2365 <object class="GtkSpinButton" id="GNUNET_setup_fs_datastore_quota_spinbutton"> 2080 <object class="GtkSpinButton" id="GNUNET_setup_fs_datastore_quota_spinbutton">
2366 <property name="visible">True</property> 2081 <property name="visible">True</property>
2367 <property name="can_focus">True</property> 2082 <property name="can_focus">True</property>
2368 <property name="invisible_char"></property> 2083 <property name="invisible_char">&#x2022;</property>
2369 <property name="invisible_char_set">True</property> 2084 <property name="invisible_char_set">True</property>
2370 <property name="adjustment">GNUNET_setup_fs_datastore_quota_adjustment</property> 2085 <property name="adjustment">GNUNET_setup_fs_datastore_quota_adjustment</property>
2371 <property name="numeric">True</property> 2086 <property name="numeric">True</property>
@@ -2390,14 +2105,12 @@
2390 <child> 2105 <child>
2391 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_sqlite_label"> 2106 <object class="GtkLabel" id="GNUNET_setup_fs_datastore_sqlite_label">
2392 <property name="visible">True</property> 2107 <property name="visible">True</property>
2393 <property name="can_focus">False</property>
2394 <property name="label" translatable="yes">No setup required.</property> 2108 <property name="label" translatable="yes">No setup required.</property>
2395 </object> 2109 </object>
2396 </child> 2110 </child>
2397 <child type="tab"> 2111 <child type="tab">
2398 <object class="GtkLabel" id="GNUNET_setup_datastore_sqlite_label"> 2112 <object class="GtkLabel" id="GNUNET_setup_datastore_sqlite_label">
2399 <property name="visible">True</property> 2113 <property name="visible">True</property>
2400 <property name="can_focus">False</property>
2401 <property name="label" translatable="yes">sqLite</property> 2114 <property name="label" translatable="yes">sqLite</property>
2402 </object> 2115 </object>
2403 <packing> 2116 <packing>
@@ -2407,15 +2120,12 @@
2407 <child> 2120 <child>
2408 <object class="GtkVBox" id="GNUNET_setup_datastore_mysql_vbox"> 2121 <object class="GtkVBox" id="GNUNET_setup_datastore_mysql_vbox">
2409 <property name="visible">True</property> 2122 <property name="visible">True</property>
2410 <property name="can_focus">False</property>
2411 <child> 2123 <child>
2412 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_database_name_hbox"> 2124 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_database_name_hbox">
2413 <property name="visible">True</property> 2125 <property name="visible">True</property>
2414 <property name="can_focus">False</property>
2415 <child> 2126 <child>
2416 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label"> 2127 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label">
2417 <property name="visible">True</property> 2128 <property name="visible">True</property>
2418 <property name="can_focus">False</property>
2419 <property name="label" translatable="yes">MySQL database name:</property> 2129 <property name="label" translatable="yes">MySQL database name:</property>
2420 </object> 2130 </object>
2421 <packing> 2131 <packing>
@@ -2429,33 +2139,27 @@
2429 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_database_name_entry"> 2139 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_database_name_entry">
2430 <property name="visible">True</property> 2140 <property name="visible">True</property>
2431 <property name="can_focus">True</property> 2141 <property name="can_focus">True</property>
2432 <property name="invisible_char"></property> 2142 <property name="invisible_char">&#x2022;</property>
2433 <property name="text" translatable="yes">gnunet</property> 2143 <property name="text" translatable="yes">gnunet</property>
2434 <property name="invisible_char_set">True</property> 2144 <property name="invisible_char_set">True</property>
2435 <signal name="changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb" swapped="no"/> 2145 <signal name="changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb"/>
2436 </object> 2146 </object>
2437 <packing> 2147 <packing>
2438 <property name="expand">True</property>
2439 <property name="fill">True</property>
2440 <property name="padding">5</property> 2148 <property name="padding">5</property>
2441 <property name="position">1</property> 2149 <property name="position">1</property>
2442 </packing> 2150 </packing>
2443 </child> 2151 </child>
2444 </object> 2152 </object>
2445 <packing> 2153 <packing>
2446 <property name="expand">True</property>
2447 <property name="fill">True</property>
2448 <property name="position">0</property> 2154 <property name="position">0</property>
2449 </packing> 2155 </packing>
2450 </child> 2156 </child>
2451 <child> 2157 <child>
2452 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_config_file_hbox"> 2158 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_config_file_hbox">
2453 <property name="visible">True</property> 2159 <property name="visible">True</property>
2454 <property name="can_focus">False</property>
2455 <child> 2160 <child>
2456 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label"> 2161 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label">
2457 <property name="visible">True</property> 2162 <property name="visible">True</property>
2458 <property name="can_focus">False</property>
2459 <property name="label" translatable="yes">Configuration file:</property> 2163 <property name="label" translatable="yes">Configuration file:</property>
2460 </object> 2164 </object>
2461 <packing> 2165 <packing>
@@ -2467,30 +2171,23 @@
2467 <child> 2171 <child>
2468 <object class="GtkFileChooserButton" id="GNUNET_setup_datastore_mysql_config_file_filechooserbutton"> 2172 <object class="GtkFileChooserButton" id="GNUNET_setup_datastore_mysql_config_file_filechooserbutton">
2469 <property name="visible">True</property> 2173 <property name="visible">True</property>
2470 <property name="can_focus">False</property>
2471 </object> 2174 </object>
2472 <packing> 2175 <packing>
2473 <property name="expand">True</property>
2474 <property name="fill">True</property>
2475 <property name="padding">5</property> 2176 <property name="padding">5</property>
2476 <property name="position">1</property> 2177 <property name="position">1</property>
2477 </packing> 2178 </packing>
2478 </child> 2179 </child>
2479 </object> 2180 </object>
2480 <packing> 2181 <packing>
2481 <property name="expand">True</property>
2482 <property name="fill">True</property>
2483 <property name="position">1</property> 2182 <property name="position">1</property>
2484 </packing> 2183 </packing>
2485 </child> 2184 </child>
2486 <child> 2185 <child>
2487 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_username_password_hbox"> 2186 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_username_password_hbox">
2488 <property name="visible">True</property> 2187 <property name="visible">True</property>
2489 <property name="can_focus">False</property>
2490 <child> 2188 <child>
2491 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label"> 2189 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label">
2492 <property name="visible">True</property> 2190 <property name="visible">True</property>
2493 <property name="can_focus">False</property>
2494 <property name="label" translatable="yes">Username:</property> 2191 <property name="label" translatable="yes">Username:</property>
2495 </object> 2192 </object>
2496 <packing> 2193 <packing>
@@ -2504,12 +2201,10 @@
2504 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_username_entry"> 2201 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_username_entry">
2505 <property name="visible">True</property> 2202 <property name="visible">True</property>
2506 <property name="can_focus">True</property> 2203 <property name="can_focus">True</property>
2507 <property name="invisible_char"></property> 2204 <property name="invisible_char">&#x2022;</property>
2508 <property name="invisible_char_set">True</property> 2205 <property name="invisible_char_set">True</property>
2509 </object> 2206 </object>
2510 <packing> 2207 <packing>
2511 <property name="expand">True</property>
2512 <property name="fill">True</property>
2513 <property name="padding">5</property> 2208 <property name="padding">5</property>
2514 <property name="position">1</property> 2209 <property name="position">1</property>
2515 </packing> 2210 </packing>
@@ -2517,7 +2212,6 @@
2517 <child> 2212 <child>
2518 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_password_label"> 2213 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_password_label">
2519 <property name="visible">True</property> 2214 <property name="visible">True</property>
2520 <property name="can_focus">False</property>
2521 <property name="label" translatable="yes">Password:</property> 2215 <property name="label" translatable="yes">Password:</property>
2522 </object> 2216 </object>
2523 <packing> 2217 <packing>
@@ -2530,31 +2224,25 @@
2530 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_password_entry"> 2224 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_password_entry">
2531 <property name="visible">True</property> 2225 <property name="visible">True</property>
2532 <property name="can_focus">True</property> 2226 <property name="can_focus">True</property>
2533 <property name="invisible_char"></property> 2227 <property name="invisible_char">&#x2022;</property>
2534 <property name="invisible_char_set">True</property> 2228 <property name="invisible_char_set">True</property>
2535 </object> 2229 </object>
2536 <packing> 2230 <packing>
2537 <property name="expand">True</property>
2538 <property name="fill">True</property>
2539 <property name="padding">5</property> 2231 <property name="padding">5</property>
2540 <property name="position">3</property> 2232 <property name="position">3</property>
2541 </packing> 2233 </packing>
2542 </child> 2234 </child>
2543 </object> 2235 </object>
2544 <packing> 2236 <packing>
2545 <property name="expand">True</property>
2546 <property name="fill">True</property>
2547 <property name="position">2</property> 2237 <property name="position">2</property>
2548 </packing> 2238 </packing>
2549 </child> 2239 </child>
2550 <child> 2240 <child>
2551 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hostname_hbox"> 2241 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hostname_hbox">
2552 <property name="visible">True</property> 2242 <property name="visible">True</property>
2553 <property name="can_focus">False</property>
2554 <child> 2243 <child>
2555 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_hostname_label"> 2244 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_hostname_label">
2556 <property name="visible">True</property> 2245 <property name="visible">True</property>
2557 <property name="can_focus">False</property>
2558 <property name="label" translatable="yes">MySQL Server Hostname:</property> 2246 <property name="label" translatable="yes">MySQL Server Hostname:</property>
2559 </object> 2247 </object>
2560 <packing> 2248 <packing>
@@ -2568,13 +2256,11 @@
2568 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_hostname_entry"> 2256 <object class="GtkEntry" id="GNUNET_setup_datastore_mysql_hostname_entry">
2569 <property name="visible">True</property> 2257 <property name="visible">True</property>
2570 <property name="can_focus">True</property> 2258 <property name="can_focus">True</property>
2571 <property name="invisible_char"></property> 2259 <property name="invisible_char">&#x2022;</property>
2572 <property name="text" translatable="yes">localhost</property> 2260 <property name="text" translatable="yes">localhost</property>
2573 <property name="invisible_char_set">True</property> 2261 <property name="invisible_char_set">True</property>
2574 </object> 2262 </object>
2575 <packing> 2263 <packing>
2576 <property name="expand">True</property>
2577 <property name="fill">True</property>
2578 <property name="padding">5</property> 2264 <property name="padding">5</property>
2579 <property name="position">1</property> 2265 <property name="position">1</property>
2580 </packing> 2266 </packing>
@@ -2582,7 +2268,6 @@
2582 <child> 2268 <child>
2583 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_port_label"> 2269 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_port_label">
2584 <property name="visible">True</property> 2270 <property name="visible">True</property>
2585 <property name="can_focus">False</property>
2586 <property name="label" translatable="yes">Port:</property> 2271 <property name="label" translatable="yes">Port:</property>
2587 </object> 2272 </object>
2588 <packing> 2273 <packing>
@@ -2596,11 +2281,11 @@
2596 <object class="GtkSpinButton" id="GNUNET_setup_datastore_mysql_port_spinbutton"> 2281 <object class="GtkSpinButton" id="GNUNET_setup_datastore_mysql_port_spinbutton">
2597 <property name="visible">True</property> 2282 <property name="visible">True</property>
2598 <property name="can_focus">True</property> 2283 <property name="can_focus">True</property>
2599 <property name="invisible_char"></property> 2284 <property name="invisible_char">&#x2022;</property>
2600 <property name="invisible_char_set">True</property> 2285 <property name="invisible_char_set">True</property>
2601 <property name="adjustment">GNUNET_setup_fs_datastore_mysql_port_adjustment</property> 2286 <property name="adjustment">GNUNET_setup_fs_datastore_mysql_port_adjustment</property>
2602 <property name="numeric">True</property> 2287 <property name="numeric">True</property>
2603 <signal name="value-changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb" swapped="no"/> 2288 <signal name="value_changed" handler="GNUNET_setup_datastore_mysql_invalidate_cb"/>
2604 </object> 2289 </object>
2605 <packing> 2290 <packing>
2606 <property name="expand">False</property> 2291 <property name="expand">False</property>
@@ -2611,8 +2296,6 @@
2611 </child> 2296 </child>
2612 </object> 2297 </object>
2613 <packing> 2298 <packing>
2614 <property name="expand">True</property>
2615 <property name="fill">True</property>
2616 <property name="position">3</property> 2299 <property name="position">3</property>
2617 </packing> 2300 </packing>
2618 </child> 2301 </child>
@@ -2624,57 +2307,43 @@
2624 <child type="tab"> 2307 <child type="tab">
2625 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hbox"> 2308 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hbox">
2626 <property name="visible">True</property> 2309 <property name="visible">True</property>
2627 <property name="can_focus">False</property>
2628 <child> 2310 <child>
2629 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_tab_label"> 2311 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_tab_label">
2630 <property name="visible">True</property> 2312 <property name="visible">True</property>
2631 <property name="can_focus">False</property>
2632 <property name="label" translatable="yes">MySQL</property> 2313 <property name="label" translatable="yes">MySQL</property>
2633 </object> 2314 </object>
2634 <packing> 2315 <packing>
2635 <property name="expand">True</property>
2636 <property name="fill">True</property>
2637 <property name="position">0</property> 2316 <property name="position">0</property>
2638 </packing> 2317 </packing>
2639 </child> 2318 </child>
2640 <child> 2319 <child>
2641 <object class="GtkButton" id="GNUNET_setup_datastore_mysql_tab_test_button"> 2320 <object class="GtkButton" id="GNUNET_setup_datastore_mysql_tab_test_button">
2642 <property name="label" translatable="yes">Test configuration</property> 2321 <property name="label" translatable="yes">Test configuration</property>
2643 <property name="use_action_appearance">False</property>
2644 <property name="visible">True</property> 2322 <property name="visible">True</property>
2645 <property name="can_focus">True</property> 2323 <property name="can_focus">True</property>
2646 <property name="receives_default">True</property> 2324 <property name="receives_default">True</property>
2647 <property name="use_action_appearance">False</property> 2325 <signal name="clicked" handler="GNUNET_setup_datastore_mysql_tab_test_button_clicked_cb"/>
2648 <signal name="clicked" handler="GNUNET_setup_datastore_mysql_tab_test_button_clicked_cb" swapped="no"/>
2649 </object> 2326 </object>
2650 <packing> 2327 <packing>
2651 <property name="expand">True</property>
2652 <property name="fill">True</property>
2653 <property name="padding">5</property> 2328 <property name="padding">5</property>
2654 <property name="position">1</property> 2329 <property name="position">1</property>
2655 </packing> 2330 </packing>
2656 </child> 2331 </child>
2657 <child> 2332 <child>
2658 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_ok_image"> 2333 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_ok_image">
2659 <property name="can_focus">False</property>
2660 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2334 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2661 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2335 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2662 </object> 2336 </object>
2663 <packing> 2337 <packing>
2664 <property name="expand">True</property>
2665 <property name="fill">True</property>
2666 <property name="position">2</property> 2338 <property name="position">2</property>
2667 </packing> 2339 </packing>
2668 </child> 2340 </child>
2669 <child> 2341 <child>
2670 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_error_image"> 2342 <object class="GtkImage" id="GNUNET_setup_datastore_mysql_tab_error_image">
2671 <property name="can_focus">False</property>
2672 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2343 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2673 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2344 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2674 </object> 2345 </object>
2675 <packing> 2346 <packing>
2676 <property name="expand">True</property>
2677 <property name="fill">True</property>
2678 <property name="position">3</property> 2347 <property name="position">3</property>
2679 </packing> 2348 </packing>
2680 </child> 2349 </child>
@@ -2687,16 +2356,13 @@
2687 <child> 2356 <child>
2688 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox"> 2357 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox">
2689 <property name="visible">True</property> 2358 <property name="visible">True</property>
2690 <property name="can_focus">False</property>
2691 <child> 2359 <child>
2692 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_config_label"> 2360 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_config_label">
2693 <property name="visible">True</property> 2361 <property name="visible">True</property>
2694 <property name="can_focus">False</property>
2695 <property name="label" translatable="yes">Configuration:</property> 2362 <property name="label" translatable="yes">Configuration:</property>
2696 </object> 2363 </object>
2697 <packing> 2364 <packing>
2698 <property name="expand">False</property> 2365 <property name="expand">False</property>
2699 <property name="fill">True</property>
2700 <property name="padding">5</property> 2366 <property name="padding">5</property>
2701 <property name="position">0</property> 2367 <property name="position">0</property>
2702 </packing> 2368 </packing>
@@ -2705,13 +2371,11 @@
2705 <object class="GtkEntry" id="GNUNET_setup_datastore_postgres_config_entry"> 2371 <object class="GtkEntry" id="GNUNET_setup_datastore_postgres_config_entry">
2706 <property name="visible">True</property> 2372 <property name="visible">True</property>
2707 <property name="can_focus">True</property> 2373 <property name="can_focus">True</property>
2708 <property name="invisible_char"></property> 2374 <property name="invisible_char">&#x2022;</property>
2709 <property name="invisible_char_set">True</property> 2375 <property name="invisible_char_set">True</property>
2710 <signal name="changed" handler="GNUNET_setup_datastore_postgres_invalidate_cb" swapped="no"/> 2376 <signal name="changed" handler="GNUNET_setup_datastore_postgres_invalidate_cb"/>
2711 </object> 2377 </object>
2712 <packing> 2378 <packing>
2713 <property name="expand">True</property>
2714 <property name="fill">True</property>
2715 <property name="padding">5</property> 2379 <property name="padding">5</property>
2716 <property name="position">1</property> 2380 <property name="position">1</property>
2717 </packing> 2381 </packing>
@@ -2724,57 +2388,43 @@
2724 <child type="tab"> 2388 <child type="tab">
2725 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox "> 2389 <object class="GtkHBox" id="GNUNET_setup_datastore_postgres_hbox ">
2726 <property name="visible">True</property> 2390 <property name="visible">True</property>
2727 <property name="can_focus">False</property>
2728 <child> 2391 <child>
2729 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_tab_label"> 2392 <object class="GtkLabel" id="GNUNET_setup_datastore_postgres_tab_label">
2730 <property name="visible">True</property> 2393 <property name="visible">True</property>
2731 <property name="can_focus">False</property>
2732 <property name="label" translatable="yes">Postgres</property> 2394 <property name="label" translatable="yes">Postgres</property>
2733 </object> 2395 </object>
2734 <packing> 2396 <packing>
2735 <property name="expand">True</property>
2736 <property name="fill">True</property>
2737 <property name="position">0</property> 2397 <property name="position">0</property>
2738 </packing> 2398 </packing>
2739 </child> 2399 </child>
2740 <child> 2400 <child>
2741 <object class="GtkButton" id="GNUNET_setup_datastore_postgres_tab_test_button"> 2401 <object class="GtkButton" id="GNUNET_setup_datastore_postgres_tab_test_button">
2742 <property name="label" translatable="yes">Test configuration</property> 2402 <property name="label" translatable="yes">Test configuration</property>
2743 <property name="use_action_appearance">False</property>
2744 <property name="visible">True</property> 2403 <property name="visible">True</property>
2745 <property name="can_focus">True</property> 2404 <property name="can_focus">True</property>
2746 <property name="receives_default">True</property> 2405 <property name="receives_default">True</property>
2747 <property name="use_action_appearance">False</property> 2406 <signal name="clicked" handler="GNUNET_setup_datastore_postgres_tab_test_button_clicked_cb"/>
2748 <signal name="clicked" handler="GNUNET_setup_datastore_postgres_tab_test_button_clicked_cb" swapped="no"/>
2749 </object> 2407 </object>
2750 <packing> 2408 <packing>
2751 <property name="expand">True</property>
2752 <property name="fill">True</property>
2753 <property name="padding">5</property> 2409 <property name="padding">5</property>
2754 <property name="position">1</property> 2410 <property name="position">1</property>
2755 </packing> 2411 </packing>
2756 </child> 2412 </child>
2757 <child> 2413 <child>
2758 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_ok_image"> 2414 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_ok_image">
2759 <property name="can_focus">False</property>
2760 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2415 <property name="tooltip_text" translatable="yes">Configuration works!</property>
2761 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2416 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
2762 </object> 2417 </object>
2763 <packing> 2418 <packing>
2764 <property name="expand">True</property>
2765 <property name="fill">True</property>
2766 <property name="position">2</property> 2419 <property name="position">2</property>
2767 </packing> 2420 </packing>
2768 </child> 2421 </child>
2769 <child> 2422 <child>
2770 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_error_image"> 2423 <object class="GtkImage" id="GNUNET_setup_datastore_postgres_tab_error_image">
2771 <property name="can_focus">False</property>
2772 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2424 <property name="tooltip_text" translatable="yes">Configuration error!</property>
2773 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2425 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
2774 </object> 2426 </object>
2775 <packing> 2427 <packing>
2776 <property name="expand">True</property>
2777 <property name="fill">True</property>
2778 <property name="position">3</property> 2428 <property name="position">3</property>
2779 </packing> 2429 </packing>
2780 </child> 2430 </child>
@@ -2786,8 +2436,6 @@
2786 </child> 2436 </child>
2787 </object> 2437 </object>
2788 <packing> 2438 <packing>
2789 <property name="expand">True</property>
2790 <property name="fill">True</property>
2791 <property name="position">1</property> 2439 <property name="position">1</property>
2792 </packing> 2440 </packing>
2793 </child> 2441 </child>
@@ -2798,41 +2446,33 @@
2798 <child type="label"> 2446 <child type="label">
2799 <object class="GtkLabel" id="GNUNET_setup_datastore_frame_label"> 2447 <object class="GtkLabel" id="GNUNET_setup_datastore_frame_label">
2800 <property name="visible">True</property> 2448 <property name="visible">True</property>
2801 <property name="can_focus">False</property>
2802 <property name="label" translatable="yes">&lt;b&gt;Configure Datastore (persistent storage)&lt;/b&gt;</property> 2449 <property name="label" translatable="yes">&lt;b&gt;Configure Datastore (persistent storage)&lt;/b&gt;</property>
2803 <property name="use_markup">True</property> 2450 <property name="use_markup">True</property>
2804 </object> 2451 </object>
2805 </child> 2452 </child>
2806 </object> 2453 </object>
2807 <packing> 2454 <packing>
2808 <property name="expand">True</property>
2809 <property name="fill">True</property>
2810 <property name="position">1</property> 2455 <property name="position">1</property>
2811 </packing> 2456 </packing>
2812 </child> 2457 </child>
2813 <child> 2458 <child>
2814 <object class="GtkFrame" id="GNUNET_setup_datacache_frame"> 2459 <object class="GtkFrame" id="GNUNET_setup_datacache_frame">
2815 <property name="visible">True</property> 2460 <property name="visible">True</property>
2816 <property name="can_focus">False</property>
2817 <property name="label_xalign">0</property> 2461 <property name="label_xalign">0</property>
2818 <property name="shadow_type">none</property> 2462 <property name="shadow_type">none</property>
2819 <child> 2463 <child>
2820 <object class="GtkAlignment" id="GNUNET_setup_datacache_alignment"> 2464 <object class="GtkAlignment" id="GNUNET_setup_datacache_alignment">
2821 <property name="visible">True</property> 2465 <property name="visible">True</property>
2822 <property name="can_focus">False</property>
2823 <property name="left_padding">12</property> 2466 <property name="left_padding">12</property>
2824 <child> 2467 <child>
2825 <object class="GtkVBox" id="GNUNET_setup_datacache_vbox"> 2468 <object class="GtkVBox" id="GNUNET_setup_datacache_vbox">
2826 <property name="visible">True</property> 2469 <property name="visible">True</property>
2827 <property name="can_focus">False</property>
2828 <child> 2470 <child>
2829 <object class="GtkHBox" id="GNUNET_setup_datacache_hbox"> 2471 <object class="GtkHBox" id="GNUNET_setup_datacache_hbox">
2830 <property name="visible">True</property> 2472 <property name="visible">True</property>
2831 <property name="can_focus">False</property>
2832 <child> 2473 <child>
2833 <object class="GtkLabel" id="GNUNET_setup_datacache_label1"> 2474 <object class="GtkLabel" id="GNUNET_setup_datacache_label1">
2834 <property name="visible">True</property> 2475 <property name="visible">True</property>
2835 <property name="can_focus">False</property>
2836 <property name="label" translatable="yes">Datacache:</property> 2476 <property name="label" translatable="yes">Datacache:</property>
2837 </object> 2477 </object>
2838 <packing> 2478 <packing>
@@ -2845,20 +2485,17 @@
2845 <child> 2485 <child>
2846 <object class="GtkHButtonBox" id="GNUNET_setup_datacache_hbuttonbox"> 2486 <object class="GtkHButtonBox" id="GNUNET_setup_datacache_hbuttonbox">
2847 <property name="visible">True</property> 2487 <property name="visible">True</property>
2848 <property name="can_focus">False</property>
2849 <property name="layout_style">start</property> 2488 <property name="layout_style">start</property>
2850 <child> 2489 <child>
2851 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_sqlite_radiobutton"> 2490 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_sqlite_radiobutton">
2852 <property name="label" translatable="yes">sqLite</property> 2491 <property name="label" translatable="yes">sqLite</property>
2853 <property name="use_action_appearance">False</property>
2854 <property name="visible">True</property> 2492 <property name="visible">True</property>
2855 <property name="can_focus">True</property> 2493 <property name="can_focus">True</property>
2856 <property name="receives_default">False</property> 2494 <property name="receives_default">False</property>
2857 <property name="use_action_appearance">False</property>
2858 <property name="xalign">0</property> 2495 <property name="xalign">0</property>
2859 <property name="active">True</property> 2496 <property name="active">True</property>
2860 <property name="draw_indicator">True</property> 2497 <property name="draw_indicator">True</property>
2861 <signal name="realize" handler="GNUNET_setup_fs_datacache_sqlite_radiobutton_realize_cb" swapped="no"/> 2498 <signal name="realize" handler="GNUNET_setup_fs_datacache_sqlite_radiobutton_realize_cb"/>
2862 </object> 2499 </object>
2863 <packing> 2500 <packing>
2864 <property name="expand">False</property> 2501 <property name="expand">False</property>
@@ -2869,16 +2506,14 @@
2869 <child> 2506 <child>
2870 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_mysql_radiobutton"> 2507 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_mysql_radiobutton">
2871 <property name="label" translatable="yes">MySQL</property> 2508 <property name="label" translatable="yes">MySQL</property>
2872 <property name="use_action_appearance">False</property>
2873 <property name="visible">True</property> 2509 <property name="visible">True</property>
2874 <property name="can_focus">True</property> 2510 <property name="can_focus">True</property>
2875 <property name="receives_default">False</property> 2511 <property name="receives_default">False</property>
2876 <property name="use_action_appearance">False</property>
2877 <property name="xalign">0</property> 2512 <property name="xalign">0</property>
2878 <property name="yalign">0.50999999046325684</property> 2513 <property name="yalign">0.50999999046325684</property>
2879 <property name="draw_indicator">True</property> 2514 <property name="draw_indicator">True</property>
2880 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property> 2515 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property>
2881 <signal name="realize" handler="GNUNET_setup_fs_datacache_mysql_radiobutton_realize_cb" swapped="no"/> 2516 <signal name="realize" handler="GNUNET_setup_fs_datacache_mysql_radiobutton_realize_cb"/>
2882 </object> 2517 </object>
2883 <packing> 2518 <packing>
2884 <property name="expand">False</property> 2519 <property name="expand">False</property>
@@ -2889,15 +2524,13 @@
2889 <child> 2524 <child>
2890 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_postgres_radiobutton"> 2525 <object class="GtkRadioButton" id="GNUNET_setup_fs_datacache_postgres_radiobutton">
2891 <property name="label" translatable="yes">Postgres</property> 2526 <property name="label" translatable="yes">Postgres</property>
2892 <property name="use_action_appearance">False</property>
2893 <property name="visible">True</property> 2527 <property name="visible">True</property>
2894 <property name="can_focus">True</property> 2528 <property name="can_focus">True</property>
2895 <property name="receives_default">False</property> 2529 <property name="receives_default">False</property>
2896 <property name="use_action_appearance">False</property>
2897 <property name="xalign">0</property> 2530 <property name="xalign">0</property>
2898 <property name="draw_indicator">True</property> 2531 <property name="draw_indicator">True</property>
2899 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property> 2532 <property name="group">GNUNET_setup_fs_datacache_sqlite_radiobutton</property>
2900 <signal name="realize" handler="GNUNET_setup_fs_datacache_postgres_radiobutton_realize_cb" swapped="no"/> 2533 <signal name="realize" handler="GNUNET_setup_fs_datacache_postgres_radiobutton_realize_cb"/>
2901 </object> 2534 </object>
2902 <packing> 2535 <packing>
2903 <property name="expand">False</property> 2536 <property name="expand">False</property>
@@ -2915,11 +2548,9 @@
2915 <child> 2548 <child>
2916 <object class="GtkVSeparator" id="GNUNET_setup_datacache_vseparator"> 2549 <object class="GtkVSeparator" id="GNUNET_setup_datacache_vseparator">
2917 <property name="visible">True</property> 2550 <property name="visible">True</property>
2918 <property name="can_focus">False</property>
2919 </object> 2551 </object>
2920 <packing> 2552 <packing>
2921 <property name="expand">False</property> 2553 <property name="expand">False</property>
2922 <property name="fill">True</property>
2923 <property name="padding">5</property> 2554 <property name="padding">5</property>
2924 <property name="position">2</property> 2555 <property name="position">2</property>
2925 </packing> 2556 </packing>
@@ -2927,7 +2558,6 @@
2927 <child> 2558 <child>
2928 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_quota_label"> 2559 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_quota_label">
2929 <property name="visible">True</property> 2560 <property name="visible">True</property>
2930 <property name="can_focus">False</property>
2931 <property name="label" translatable="yes">Quota (bytes):</property> 2561 <property name="label" translatable="yes">Quota (bytes):</property>
2932 </object> 2562 </object>
2933 <packing> 2563 <packing>
@@ -2941,7 +2571,7 @@
2941 <object class="GtkSpinButton" id="GNUNET_setup_fs_datacache_quota_spinbutton"> 2571 <object class="GtkSpinButton" id="GNUNET_setup_fs_datacache_quota_spinbutton">
2942 <property name="visible">True</property> 2572 <property name="visible">True</property>
2943 <property name="can_focus">True</property> 2573 <property name="can_focus">True</property>
2944 <property name="invisible_char"></property> 2574 <property name="invisible_char">&#x2022;</property>
2945 <property name="invisible_char_set">True</property> 2575 <property name="invisible_char_set">True</property>
2946 <property name="adjustment">GNUNET_setup_fs_datacache_quota_adjustment</property> 2576 <property name="adjustment">GNUNET_setup_fs_datacache_quota_adjustment</property>
2947 <property name="numeric">True</property> 2577 <property name="numeric">True</property>
@@ -2966,14 +2596,12 @@
2966 <child> 2596 <child>
2967 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_body_label"> 2597 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_body_label">
2968 <property name="visible">True</property> 2598 <property name="visible">True</property>
2969 <property name="can_focus">False</property>
2970 <property name="label" translatable="yes">No setup required.</property> 2599 <property name="label" translatable="yes">No setup required.</property>
2971 </object> 2600 </object>
2972 </child> 2601 </child>
2973 <child type="tab"> 2602 <child type="tab">
2974 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_tab_label"> 2603 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_tab_label">
2975 <property name="visible">True</property> 2604 <property name="visible">True</property>
2976 <property name="can_focus">False</property>
2977 <property name="label" translatable="yes">sqLite</property> 2605 <property name="label" translatable="yes">sqLite</property>
2978 </object> 2606 </object>
2979 <packing> 2607 <packing>
@@ -2983,15 +2611,12 @@
2983 <child> 2611 <child>
2984 <object class="GtkVBox" id="GNUNET_setup_datacache_mysql_vbox"> 2612 <object class="GtkVBox" id="GNUNET_setup_datacache_mysql_vbox">
2985 <property name="visible">True</property> 2613 <property name="visible">True</property>
2986 <property name="can_focus">False</property>
2987 <child> 2614 <child>
2988 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_database_name_hbox"> 2615 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_database_name_hbox">
2989 <property name="visible">True</property> 2616 <property name="visible">True</property>
2990 <property name="can_focus">False</property>
2991 <child> 2617 <child>
2992 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label"> 2618 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label">
2993 <property name="visible">True</property> 2619 <property name="visible">True</property>
2994 <property name="can_focus">False</property>
2995 <property name="label" translatable="yes">MySQL database name:</property> 2620 <property name="label" translatable="yes">MySQL database name:</property>
2996 </object> 2621 </object>
2997 <packing> 2622 <packing>
@@ -3005,33 +2630,27 @@
3005 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_database_name_entry"> 2630 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_database_name_entry">
3006 <property name="visible">True</property> 2631 <property name="visible">True</property>
3007 <property name="can_focus">True</property> 2632 <property name="can_focus">True</property>
3008 <property name="invisible_char"></property> 2633 <property name="invisible_char">&#x2022;</property>
3009 <property name="text" translatable="yes">gnunet</property> 2634 <property name="text" translatable="yes">gnunet</property>
3010 <property name="invisible_char_set">True</property> 2635 <property name="invisible_char_set">True</property>
3011 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 2636 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3012 </object> 2637 </object>
3013 <packing> 2638 <packing>
3014 <property name="expand">True</property>
3015 <property name="fill">True</property>
3016 <property name="padding">5</property> 2639 <property name="padding">5</property>
3017 <property name="position">1</property> 2640 <property name="position">1</property>
3018 </packing> 2641 </packing>
3019 </child> 2642 </child>
3020 </object> 2643 </object>
3021 <packing> 2644 <packing>
3022 <property name="expand">True</property>
3023 <property name="fill">True</property>
3024 <property name="position">0</property> 2645 <property name="position">0</property>
3025 </packing> 2646 </packing>
3026 </child> 2647 </child>
3027 <child> 2648 <child>
3028 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_config_file_hbox"> 2649 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_config_file_hbox">
3029 <property name="visible">True</property> 2650 <property name="visible">True</property>
3030 <property name="can_focus">False</property>
3031 <child> 2651 <child>
3032 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label"> 2652 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label">
3033 <property name="visible">True</property> 2653 <property name="visible">True</property>
3034 <property name="can_focus">False</property>
3035 <property name="label" translatable="yes">Configuration file:</property> 2654 <property name="label" translatable="yes">Configuration file:</property>
3036 </object> 2655 </object>
3037 <packing> 2656 <packing>
@@ -3043,31 +2662,24 @@
3043 <child> 2662 <child>
3044 <object class="GtkFileChooserButton" id="GNUNET_setup_datacache_mysql_config_file_filechooserbutton"> 2663 <object class="GtkFileChooserButton" id="GNUNET_setup_datacache_mysql_config_file_filechooserbutton">
3045 <property name="visible">True</property> 2664 <property name="visible">True</property>
3046 <property name="can_focus">False</property> 2665 <signal name="file_set" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3047 <signal name="file-set" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/>
3048 </object> 2666 </object>
3049 <packing> 2667 <packing>
3050 <property name="expand">True</property>
3051 <property name="fill">True</property>
3052 <property name="padding">5</property> 2668 <property name="padding">5</property>
3053 <property name="position">1</property> 2669 <property name="position">1</property>
3054 </packing> 2670 </packing>
3055 </child> 2671 </child>
3056 </object> 2672 </object>
3057 <packing> 2673 <packing>
3058 <property name="expand">True</property>
3059 <property name="fill">True</property>
3060 <property name="position">1</property> 2674 <property name="position">1</property>
3061 </packing> 2675 </packing>
3062 </child> 2676 </child>
3063 <child> 2677 <child>
3064 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_username_password_hbox"> 2678 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_username_password_hbox">
3065 <property name="visible">True</property> 2679 <property name="visible">True</property>
3066 <property name="can_focus">False</property>
3067 <child> 2680 <child>
3068 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label"> 2681 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label">
3069 <property name="visible">True</property> 2682 <property name="visible">True</property>
3070 <property name="can_focus">False</property>
3071 <property name="label" translatable="yes">Username:</property> 2683 <property name="label" translatable="yes">Username:</property>
3072 </object> 2684 </object>
3073 <packing> 2685 <packing>
@@ -3081,13 +2693,11 @@
3081 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_username_entry"> 2693 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_username_entry">
3082 <property name="visible">True</property> 2694 <property name="visible">True</property>
3083 <property name="can_focus">True</property> 2695 <property name="can_focus">True</property>
3084 <property name="invisible_char"></property> 2696 <property name="invisible_char">&#x2022;</property>
3085 <property name="invisible_char_set">True</property> 2697 <property name="invisible_char_set">True</property>
3086 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 2698 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3087 </object> 2699 </object>
3088 <packing> 2700 <packing>
3089 <property name="expand">True</property>
3090 <property name="fill">True</property>
3091 <property name="padding">5</property> 2701 <property name="padding">5</property>
3092 <property name="position">1</property> 2702 <property name="position">1</property>
3093 </packing> 2703 </packing>
@@ -3095,7 +2705,6 @@
3095 <child> 2705 <child>
3096 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_password_label"> 2706 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_password_label">
3097 <property name="visible">True</property> 2707 <property name="visible">True</property>
3098 <property name="can_focus">False</property>
3099 <property name="label" translatable="yes">Password:</property> 2708 <property name="label" translatable="yes">Password:</property>
3100 </object> 2709 </object>
3101 <packing> 2710 <packing>
@@ -3108,32 +2717,26 @@
3108 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_password_entry"> 2717 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_password_entry">
3109 <property name="visible">True</property> 2718 <property name="visible">True</property>
3110 <property name="can_focus">True</property> 2719 <property name="can_focus">True</property>
3111 <property name="invisible_char"></property> 2720 <property name="invisible_char">&#x2022;</property>
3112 <property name="invisible_char_set">True</property> 2721 <property name="invisible_char_set">True</property>
3113 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 2722 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3114 </object> 2723 </object>
3115 <packing> 2724 <packing>
3116 <property name="expand">True</property>
3117 <property name="fill">True</property>
3118 <property name="padding">5</property> 2725 <property name="padding">5</property>
3119 <property name="position">3</property> 2726 <property name="position">3</property>
3120 </packing> 2727 </packing>
3121 </child> 2728 </child>
3122 </object> 2729 </object>
3123 <packing> 2730 <packing>
3124 <property name="expand">True</property>
3125 <property name="fill">True</property>
3126 <property name="position">2</property> 2731 <property name="position">2</property>
3127 </packing> 2732 </packing>
3128 </child> 2733 </child>
3129 <child> 2734 <child>
3130 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_hostname_hbox"> 2735 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_hostname_hbox">
3131 <property name="visible">True</property> 2736 <property name="visible">True</property>
3132 <property name="can_focus">False</property>
3133 <child> 2737 <child>
3134 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_hostname_label"> 2738 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_hostname_label">
3135 <property name="visible">True</property> 2739 <property name="visible">True</property>
3136 <property name="can_focus">False</property>
3137 <property name="label" translatable="yes">MySQL Server Hostname:</property> 2740 <property name="label" translatable="yes">MySQL Server Hostname:</property>
3138 </object> 2741 </object>
3139 <packing> 2742 <packing>
@@ -3147,14 +2750,12 @@
3147 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_hostname_entry"> 2750 <object class="GtkEntry" id="GNUNET_setup_datacache_mysql_hostname_entry">
3148 <property name="visible">True</property> 2751 <property name="visible">True</property>
3149 <property name="can_focus">True</property> 2752 <property name="can_focus">True</property>
3150 <property name="invisible_char"></property> 2753 <property name="invisible_char">&#x2022;</property>
3151 <property name="text" translatable="yes">localhost</property> 2754 <property name="text" translatable="yes">localhost</property>
3152 <property name="invisible_char_set">True</property> 2755 <property name="invisible_char_set">True</property>
3153 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 2756 <signal name="changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3154 </object> 2757 </object>
3155 <packing> 2758 <packing>
3156 <property name="expand">True</property>
3157 <property name="fill">True</property>
3158 <property name="padding">5</property> 2759 <property name="padding">5</property>
3159 <property name="position">1</property> 2760 <property name="position">1</property>
3160 </packing> 2761 </packing>
@@ -3162,7 +2763,6 @@
3162 <child> 2763 <child>
3163 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_port_label"> 2764 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_port_label">
3164 <property name="visible">True</property> 2765 <property name="visible">True</property>
3165 <property name="can_focus">False</property>
3166 <property name="label" translatable="yes">Port:</property> 2766 <property name="label" translatable="yes">Port:</property>
3167 </object> 2767 </object>
3168 <packing> 2768 <packing>
@@ -3176,11 +2776,11 @@
3176 <object class="GtkSpinButton" id="GNUNET_setup_datacache_mysql_port_spinbutton"> 2776 <object class="GtkSpinButton" id="GNUNET_setup_datacache_mysql_port_spinbutton">
3177 <property name="visible">True</property> 2777 <property name="visible">True</property>
3178 <property name="can_focus">True</property> 2778 <property name="can_focus">True</property>
3179 <property name="invisible_char"></property> 2779 <property name="invisible_char">&#x2022;</property>
3180 <property name="invisible_char_set">True</property> 2780 <property name="invisible_char_set">True</property>
3181 <property name="adjustment">GNUNET_setup_fs_datacache_mysql_port_adjustment</property> 2781 <property name="adjustment">GNUNET_setup_fs_datacache_mysql_port_adjustment</property>
3182 <property name="numeric">True</property> 2782 <property name="numeric">True</property>
3183 <signal name="value-changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb" swapped="no"/> 2783 <signal name="value_changed" handler="GNUNET_setup_datacache_mysql_invalidate_cb"/>
3184 </object> 2784 </object>
3185 <packing> 2785 <packing>
3186 <property name="expand">False</property> 2786 <property name="expand">False</property>
@@ -3191,8 +2791,6 @@
3191 </child> 2791 </child>
3192 </object> 2792 </object>
3193 <packing> 2793 <packing>
3194 <property name="expand">True</property>
3195 <property name="fill">True</property>
3196 <property name="position">3</property> 2794 <property name="position">3</property>
3197 </packing> 2795 </packing>
3198 </child> 2796 </child>
@@ -3204,57 +2802,44 @@
3204 <child type="tab"> 2802 <child type="tab">
3205 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_tab_hbox"> 2803 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_tab_hbox">
3206 <property name="visible">True</property> 2804 <property name="visible">True</property>
3207 <property name="can_focus">False</property>
3208 <child> 2805 <child>
3209 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label"> 2806 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label">
3210 <property name="visible">True</property> 2807 <property name="visible">True</property>
3211 <property name="can_focus">False</property>
3212 <property name="label" translatable="yes">MySQL</property> 2808 <property name="label" translatable="yes">MySQL</property>
3213 </object> 2809 </object>
3214 <packing> 2810 <packing>
3215 <property name="expand">True</property>
3216 <property name="fill">True</property>
3217 <property name="position">0</property> 2811 <property name="position">0</property>
3218 </packing> 2812 </packing>
3219 </child> 2813 </child>
3220 <child> 2814 <child>
3221 <object class="GtkButton" id="GNUNET_setup_datacache_mysql_tab_test_button"> 2815 <object class="GtkButton" id="GNUNET_setup_datacache_mysql_tab_test_button">
3222 <property name="label" translatable="yes">Test configuration</property> 2816 <property name="label" translatable="yes">Test configuration</property>
3223 <property name="use_action_appearance">False</property>
3224 <property name="visible">True</property> 2817 <property name="visible">True</property>
3225 <property name="can_focus">True</property> 2818 <property name="can_focus">True</property>
3226 <property name="receives_default">True</property> 2819 <property name="receives_default">True</property>
3227 <property name="use_action_appearance">False</property> 2820 <signal name="clicked" handler="GNUNET_setup_datacache_mysql_tab_test_button_clicked_cb"/>
3228 <signal name="clicked" handler="GNUNET_setup_datacache_mysql_tab_test_button_clicked_cb" swapped="no"/>
3229 </object> 2821 </object>
3230 <packing> 2822 <packing>
3231 <property name="expand">True</property>
3232 <property name="fill">True</property>
3233 <property name="padding">5</property> 2823 <property name="padding">5</property>
3234 <property name="position">1</property> 2824 <property name="position">1</property>
3235 </packing> 2825 </packing>
3236 </child> 2826 </child>
3237 <child> 2827 <child>
3238 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_ok_image"> 2828 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_ok_image">
3239 <property name="can_focus">False</property>
3240 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2829 <property name="tooltip_text" translatable="yes">Configuration works!</property>
3241 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2830 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
3242 </object> 2831 </object>
3243 <packing> 2832 <packing>
3244 <property name="expand">False</property> 2833 <property name="expand">False</property>
3245 <property name="fill">True</property>
3246 <property name="position">2</property> 2834 <property name="position">2</property>
3247 </packing> 2835 </packing>
3248 </child> 2836 </child>
3249 <child> 2837 <child>
3250 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_error_image"> 2838 <object class="GtkImage" id="GNUNET_setup_datacache_mysql_tab_error_image">
3251 <property name="can_focus">False</property>
3252 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2839 <property name="tooltip_text" translatable="yes">Configuration error!</property>
3253 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2840 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
3254 </object> 2841 </object>
3255 <packing> 2842 <packing>
3256 <property name="expand">True</property>
3257 <property name="fill">True</property>
3258 <property name="position">3</property> 2843 <property name="position">3</property>
3259 </packing> 2844 </packing>
3260 </child> 2845 </child>
@@ -3267,16 +2852,13 @@
3267 <child> 2852 <child>
3268 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_hbox"> 2853 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_hbox">
3269 <property name="visible">True</property> 2854 <property name="visible">True</property>
3270 <property name="can_focus">False</property>
3271 <child> 2855 <child>
3272 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_config_label"> 2856 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_config_label">
3273 <property name="visible">True</property> 2857 <property name="visible">True</property>
3274 <property name="can_focus">False</property>
3275 <property name="label" translatable="yes">Configuration:</property> 2858 <property name="label" translatable="yes">Configuration:</property>
3276 </object> 2859 </object>
3277 <packing> 2860 <packing>
3278 <property name="expand">False</property> 2861 <property name="expand">False</property>
3279 <property name="fill">True</property>
3280 <property name="padding">5</property> 2862 <property name="padding">5</property>
3281 <property name="position">0</property> 2863 <property name="position">0</property>
3282 </packing> 2864 </packing>
@@ -3285,13 +2867,11 @@
3285 <object class="GtkEntry" id="GNUNET_setup_datacache_postgres_config_entry"> 2867 <object class="GtkEntry" id="GNUNET_setup_datacache_postgres_config_entry">
3286 <property name="visible">True</property> 2868 <property name="visible">True</property>
3287 <property name="can_focus">True</property> 2869 <property name="can_focus">True</property>
3288 <property name="invisible_char"></property> 2870 <property name="invisible_char">&#x2022;</property>
3289 <property name="invisible_char_set">True</property> 2871 <property name="invisible_char_set">True</property>
3290 <signal name="changed" handler="GNUNET_setup_datacache_postgres_invalidate_cb" swapped="no"/> 2872 <signal name="changed" handler="GNUNET_setup_datacache_postgres_invalidate_cb"/>
3291 </object> 2873 </object>
3292 <packing> 2874 <packing>
3293 <property name="expand">True</property>
3294 <property name="fill">True</property>
3295 <property name="padding">5</property> 2875 <property name="padding">5</property>
3296 <property name="position">1</property> 2876 <property name="position">1</property>
3297 </packing> 2877 </packing>
@@ -3305,57 +2885,43 @@
3305 <child type="tab"> 2885 <child type="tab">
3306 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_tab_hbox"> 2886 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_tab_hbox">
3307 <property name="visible">True</property> 2887 <property name="visible">True</property>
3308 <property name="can_focus">False</property>
3309 <child> 2888 <child>
3310 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label"> 2889 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label">
3311 <property name="visible">True</property> 2890 <property name="visible">True</property>
3312 <property name="can_focus">False</property>
3313 <property name="label" translatable="yes">Postgres</property> 2891 <property name="label" translatable="yes">Postgres</property>
3314 </object> 2892 </object>
3315 <packing> 2893 <packing>
3316 <property name="expand">True</property>
3317 <property name="fill">True</property>
3318 <property name="position">0</property> 2894 <property name="position">0</property>
3319 </packing> 2895 </packing>
3320 </child> 2896 </child>
3321 <child> 2897 <child>
3322 <object class="GtkButton" id="GNUNET_setup_datacache_postgres_tab_test_button"> 2898 <object class="GtkButton" id="GNUNET_setup_datacache_postgres_tab_test_button">
3323 <property name="label" translatable="yes">Test configuration</property> 2899 <property name="label" translatable="yes">Test configuration</property>
3324 <property name="use_action_appearance">False</property>
3325 <property name="visible">True</property> 2900 <property name="visible">True</property>
3326 <property name="can_focus">True</property> 2901 <property name="can_focus">True</property>
3327 <property name="receives_default">True</property> 2902 <property name="receives_default">True</property>
3328 <property name="use_action_appearance">False</property> 2903 <signal name="clicked" handler="GNUNET_setup_datacache_postgres_tab_test_button_clicked_cb"/>
3329 <signal name="clicked" handler="GNUNET_setup_datacache_postgres_tab_test_button_clicked_cb" swapped="no"/>
3330 </object> 2904 </object>
3331 <packing> 2905 <packing>
3332 <property name="expand">True</property>
3333 <property name="fill">True</property>
3334 <property name="padding">5</property> 2906 <property name="padding">5</property>
3335 <property name="position">1</property> 2907 <property name="position">1</property>
3336 </packing> 2908 </packing>
3337 </child> 2909 </child>
3338 <child> 2910 <child>
3339 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_ok_image"> 2911 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_ok_image">
3340 <property name="can_focus">False</property>
3341 <property name="tooltip_text" translatable="yes">Configuration works!</property> 2912 <property name="tooltip_text" translatable="yes">Configuration works!</property>
3342 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property> 2913 <property name="pixbuf">gnunet-setup-oxygen-ok.png</property>
3343 </object> 2914 </object>
3344 <packing> 2915 <packing>
3345 <property name="expand">True</property>
3346 <property name="fill">True</property>
3347 <property name="position">2</property> 2916 <property name="position">2</property>
3348 </packing> 2917 </packing>
3349 </child> 2918 </child>
3350 <child> 2919 <child>
3351 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_error_image"> 2920 <object class="GtkImage" id="GNUNET_setup_datacache_postgres_tab_error_image">
3352 <property name="can_focus">False</property>
3353 <property name="tooltip_text" translatable="yes">Configuration error!</property> 2921 <property name="tooltip_text" translatable="yes">Configuration error!</property>
3354 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property> 2922 <property name="pixbuf">gnunet-setup-oxygen-cancel.png</property>
3355 </object> 2923 </object>
3356 <packing> 2924 <packing>
3357 <property name="expand">True</property>
3358 <property name="fill">True</property>
3359 <property name="position">3</property> 2925 <property name="position">3</property>
3360 </packing> 2926 </packing>
3361 </child> 2927 </child>
@@ -3368,7 +2934,6 @@
3368 </object> 2934 </object>
3369 <packing> 2935 <packing>
3370 <property name="expand">False</property> 2936 <property name="expand">False</property>
3371 <property name="fill">True</property>
3372 <property name="position">1</property> 2937 <property name="position">1</property>
3373 </packing> 2938 </packing>
3374 </child> 2939 </child>
@@ -3379,15 +2944,12 @@
3379 <child type="label"> 2944 <child type="label">
3380 <object class="GtkLabel" id="GNUNET_setup_datacache_frame_label"> 2945 <object class="GtkLabel" id="GNUNET_setup_datacache_frame_label">
3381 <property name="visible">True</property> 2946 <property name="visible">True</property>
3382 <property name="can_focus">False</property>
3383 <property name="label" translatable="yes">&lt;b&gt;Configure Datacache (temporary storage)&lt;/b&gt;</property> 2947 <property name="label" translatable="yes">&lt;b&gt;Configure Datacache (temporary storage)&lt;/b&gt;</property>
3384 <property name="use_markup">True</property> 2948 <property name="use_markup">True</property>
3385 </object> 2949 </object>
3386 </child> 2950 </child>
3387 </object> 2951 </object>
3388 <packing> 2952 <packing>
3389 <property name="expand">True</property>
3390 <property name="fill">True</property>
3391 <property name="position">2</property> 2953 <property name="position">2</property>
3392 </packing> 2954 </packing>
3393 </child> 2955 </child>
@@ -3399,7 +2961,6 @@
3399 <child type="tab"> 2961 <child type="tab">
3400 <object class="GtkLabel" id="GNUNET_setup_fs_label"> 2962 <object class="GtkLabel" id="GNUNET_setup_fs_label">
3401 <property name="visible">True</property> 2963 <property name="visible">True</property>
3402 <property name="can_focus">False</property>
3403 <property name="label" translatable="yes">_File Sharing</property> 2964 <property name="label" translatable="yes">_File Sharing</property>
3404 <property name="use_underline">True</property> 2965 <property name="use_underline">True</property>
3405 </object> 2966 </object>
@@ -3411,35 +2972,28 @@
3411 <child> 2972 <child>
3412 <object class="GtkVBox" id="GNUNET_setup_vpn_vbox"> 2973 <object class="GtkVBox" id="GNUNET_setup_vpn_vbox">
3413 <property name="visible">True</property> 2974 <property name="visible">True</property>
3414 <property name="can_focus">False</property>
3415 <child> 2975 <child>
3416 <object class="GtkFrame" id="GNUNET_setup_pt_frame"> 2976 <object class="GtkFrame" id="GNUNET_setup_pt_frame">
3417 <property name="visible">True</property> 2977 <property name="visible">True</property>
3418 <property name="can_focus">False</property>
3419 <property name="label_xalign">0</property> 2978 <property name="label_xalign">0</property>
3420 <property name="shadow_type">none</property> 2979 <property name="shadow_type">none</property>
3421 <child> 2980 <child>
3422 <object class="GtkAlignment" id="GNUNET_setup_pt_alignment"> 2981 <object class="GtkAlignment" id="GNUNET_setup_pt_alignment">
3423 <property name="visible">True</property> 2982 <property name="visible">True</property>
3424 <property name="can_focus">False</property>
3425 <property name="left_padding">12</property> 2983 <property name="left_padding">12</property>
3426 <child> 2984 <child>
3427 <object class="GtkVBox" id="GNUNET_setup_pt_vbox"> 2985 <object class="GtkVBox" id="GNUNET_setup_pt_vbox">
3428 <property name="visible">True</property> 2986 <property name="visible">True</property>
3429 <property name="can_focus">False</property>
3430 <child> 2987 <child>
3431 <object class="GtkHBox" id="GNUNET_setup_pt_hbox"> 2988 <object class="GtkHBox" id="GNUNET_setup_pt_hbox">
3432 <property name="visible">True</property> 2989 <property name="visible">True</property>
3433 <property name="can_focus">False</property>
3434 <child> 2990 <child>
3435 <object class="GtkCheckButton" id="GNUNET_setup_pt_ipv4_checkbutton"> 2991 <object class="GtkCheckButton" id="GNUNET_setup_pt_ipv4_checkbutton">
3436 <property name="label" translatable="yes">Tunnel IPv4 Traffic</property> 2992 <property name="label" translatable="yes">Tunnel IPv4 Traffic</property>
3437 <property name="use_action_appearance">False</property>
3438 <property name="visible">True</property> 2993 <property name="visible">True</property>
3439 <property name="can_focus">True</property> 2994 <property name="can_focus">True</property>
3440 <property name="receives_default">False</property> 2995 <property name="receives_default">False</property>
3441 <property name="tooltip_text" translatable="yes">By enabling this option, all of your IPv4-Internet traffic will be routed over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet peers to observe your unencrypted Internet traffic. This enables 4over6 tunneling and 4to6 protocol translation.</property> 2996 <property name="tooltip_text" translatable="yes">By enabling this option, all of your IPv4-Internet traffic will be routed over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet peers to observe your unencrypted Internet traffic. This enables 4over6 tunneling and 4to6 protocol translation.</property>
3442 <property name="use_action_appearance">False</property>
3443 <property name="draw_indicator">True</property> 2997 <property name="draw_indicator">True</property>
3444 </object> 2998 </object>
3445 <packing> 2999 <packing>
@@ -3452,12 +3006,10 @@
3452 <child> 3006 <child>
3453 <object class="GtkCheckButton" id="GNUNET_setup_pt_ipv6_checkbutton"> 3007 <object class="GtkCheckButton" id="GNUNET_setup_pt_ipv6_checkbutton">
3454 <property name="label" translatable="yes">Tunnel IPv6 Traffic</property> 3008 <property name="label" translatable="yes">Tunnel IPv6 Traffic</property>
3455 <property name="use_action_appearance">False</property>
3456 <property name="visible">True</property> 3009 <property name="visible">True</property>
3457 <property name="can_focus">True</property> 3010 <property name="can_focus">True</property>
3458 <property name="receives_default">False</property> 3011 <property name="receives_default">False</property>
3459 <property name="tooltip_text" translatable="yes">By enabling this option, all of your IPv6-Internet traffic will be routed over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet peers to observe your unencrypted Internet traffic. This enables 6over4 tunneling and 6to4 protocol translation.</property> 3012 <property name="tooltip_text" translatable="yes">By enabling this option, all of your IPv6-Internet traffic will be routed over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet peers to observe your unencrypted Internet traffic. This enables 6over4 tunneling and 6to4 protocol translation.</property>
3460 <property name="use_action_appearance">False</property>
3461 <property name="draw_indicator">True</property> 3013 <property name="draw_indicator">True</property>
3462 </object> 3014 </object>
3463 <packing> 3015 <packing>
@@ -3470,12 +3022,10 @@
3470 <child> 3022 <child>
3471 <object class="GtkCheckButton" id="GNUNET_setup_pt_dns_checkbutton"> 3023 <object class="GtkCheckButton" id="GNUNET_setup_pt_dns_checkbutton">
3472 <property name="label" translatable="yes">Tunnel DNS Traffic</property> 3024 <property name="label" translatable="yes">Tunnel DNS Traffic</property>
3473 <property name="use_action_appearance">False</property>
3474 <property name="visible">True</property> 3025 <property name="visible">True</property>
3475 <property name="can_focus">True</property> 3026 <property name="can_focus">True</property>
3476 <property name="receives_default">False</property> 3027 <property name="receives_default">False</property>
3477 <property name="tooltip_text" translatable="yes">Enabling this option will cause your DNS traffic to be routed via the GNUnet network to some other peer offering DNS exit functionality. This is needed if you have no Internet access (and are thus tunnelling both IPv4 and IPv6 traffic over GNUnet). If you have regular Internet access, this option only makes sense if you want to get some 'weak' anonymity by tunnelling all of your traffic over GNUnet (using the network as a 1-hop proxy in the worst-case, so this does not provide you with strong anonymity).</property> 3028 <property name="tooltip_text" translatable="yes">Enabling this option will cause your DNS traffic to be routed via the GNUnet network to some other peer offering DNS exit functionality. This is needed if you have no Internet access (and are thus tunnelling both IPv4 and IPv6 traffic over GNUnet). If you have regular Internet access, this option only makes sense if you want to get some 'weak' anonymity by tunnelling all of your traffic over GNUnet (using the network as a 1-hop proxy in the worst-case, so this does not provide you with strong anonymity).</property>
3478 <property name="use_action_appearance">False</property>
3479 <property name="draw_indicator">True</property> 3029 <property name="draw_indicator">True</property>
3480 </object> 3030 </object>
3481 <packing> 3031 <packing>
@@ -3500,7 +3050,6 @@
3500 <child type="label"> 3050 <child type="label">
3501 <object class="GtkLabel" id="GNUNET_setup_pt_label"> 3051 <object class="GtkLabel" id="GNUNET_setup_pt_label">
3502 <property name="visible">True</property> 3052 <property name="visible">True</property>
3503 <property name="can_focus">False</property>
3504 <property name="label" translatable="yes">&lt;b&gt;Protocol Translation and Tunneling Configuration&lt;/b&gt;</property> 3053 <property name="label" translatable="yes">&lt;b&gt;Protocol Translation and Tunneling Configuration&lt;/b&gt;</property>
3505 <property name="use_markup">True</property> 3054 <property name="use_markup">True</property>
3506 </object> 3055 </object>
@@ -3516,31 +3065,25 @@
3516 <child> 3065 <child>
3517 <object class="GtkFrame" id="GNUNET_setup_vpn_interface_configuration_frame"> 3066 <object class="GtkFrame" id="GNUNET_setup_vpn_interface_configuration_frame">
3518 <property name="visible">True</property> 3067 <property name="visible">True</property>
3519 <property name="can_focus">False</property>
3520 <property name="label_xalign">0</property> 3068 <property name="label_xalign">0</property>
3521 <property name="shadow_type">none</property> 3069 <property name="shadow_type">none</property>
3522 <child> 3070 <child>
3523 <object class="GtkAlignment" id="GNUNET_setup_vpn_interface_configuration_frame_alignment"> 3071 <object class="GtkAlignment" id="GNUNET_setup_vpn_interface_configuration_frame_alignment">
3524 <property name="visible">True</property> 3072 <property name="visible">True</property>
3525 <property name="can_focus">False</property>
3526 <property name="left_padding">12</property> 3073 <property name="left_padding">12</property>
3527 <child> 3074 <child>
3528 <object class="GtkVBox" id="GNUNET_setup_vpn__vbox"> 3075 <object class="GtkVBox" id="GNUNET_setup_vpn__vbox">
3529 <property name="visible">True</property> 3076 <property name="visible">True</property>
3530 <property name="can_focus">False</property>
3531 <child> 3077 <child>
3532 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_hbox"> 3078 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_hbox">
3533 <property name="can_focus">False</property>
3534 <child> 3079 <child>
3535 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_label"> 3080 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_label">
3536 <property name="visible">True</property> 3081 <property name="visible">True</property>
3537 <property name="can_focus">False</property>
3538 <property name="label" translatable="yes">_Interface name:</property> 3082 <property name="label" translatable="yes">_Interface name:</property>
3539 <property name="use_underline">True</property> 3083 <property name="use_underline">True</property>
3540 </object> 3084 </object>
3541 <packing> 3085 <packing>
3542 <property name="expand">False</property> 3086 <property name="expand">False</property>
3543 <property name="fill">True</property>
3544 <property name="padding">5</property> 3087 <property name="padding">5</property>
3545 <property name="position">0</property> 3088 <property name="position">0</property>
3546 </packing> 3089 </packing>
@@ -3550,34 +3093,29 @@
3550 <property name="visible">True</property> 3093 <property name="visible">True</property>
3551 <property name="can_focus">True</property> 3094 <property name="can_focus">True</property>
3552 <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> 3095 <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>
3553 <property name="invisible_char"></property> 3096 <property name="invisible_char">&#x25CF;</property>
3554 </object> 3097 </object>
3555 <packing> 3098 <packing>
3556 <property name="expand">False</property> 3099 <property name="expand">False</property>
3557 <property name="fill">True</property>
3558 <property name="position">1</property> 3100 <property name="position">1</property>
3559 </packing> 3101 </packing>
3560 </child> 3102 </child>
3561 </object> 3103 </object>
3562 <packing> 3104 <packing>
3563 <property name="expand">False</property> 3105 <property name="expand">False</property>
3564 <property name="fill">True</property>
3565 <property name="position">0</property> 3106 <property name="position">0</property>
3566 </packing> 3107 </packing>
3567 </child> 3108 </child>
3568 <child> 3109 <child>
3569 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_v4_hbox"> 3110 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_v4_hbox">
3570 <property name="visible">True</property> 3111 <property name="visible">True</property>
3571 <property name="can_focus">False</property>
3572 <child> 3112 <child>
3573 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v4_label"> 3113 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v4_label">
3574 <property name="visible">True</property> 3114 <property name="visible">True</property>
3575 <property name="can_focus">False</property>
3576 <property name="label" translatable="yes">IPv4 address for interface:</property> 3115 <property name="label" translatable="yes">IPv4 address for interface:</property>
3577 </object> 3116 </object>
3578 <packing> 3117 <packing>
3579 <property name="expand">False</property> 3118 <property name="expand">False</property>
3580 <property name="fill">True</property>
3581 <property name="padding">5</property> 3119 <property name="padding">5</property>
3582 <property name="position">0</property> 3120 <property name="position">0</property>
3583 </packing> 3121 </packing>
@@ -3586,23 +3124,20 @@
3586 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v4_ip_entry"> 3124 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v4_ip_entry">
3587 <property name="visible">True</property> 3125 <property name="visible">True</property>
3588 <property name="can_focus">True</property> 3126 <property name="can_focus">True</property>
3589 <property name="invisible_char"></property> 3127 <property name="invisible_char">&#x25CF;</property>
3590 </object> 3128 </object>
3591 <packing> 3129 <packing>
3592 <property name="expand">False</property> 3130 <property name="expand">False</property>
3593 <property name="fill">True</property>
3594 <property name="position">1</property> 3131 <property name="position">1</property>
3595 </packing> 3132 </packing>
3596 </child> 3133 </child>
3597 <child> 3134 <child>
3598 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v4_slash_label"> 3135 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v4_slash_label">
3599 <property name="visible">True</property> 3136 <property name="visible">True</property>
3600 <property name="can_focus">False</property>
3601 <property name="label" translatable="yes">/</property> 3137 <property name="label" translatable="yes">/</property>
3602 </object> 3138 </object>
3603 <packing> 3139 <packing>
3604 <property name="expand">False</property> 3140 <property name="expand">False</property>
3605 <property name="fill">True</property>
3606 <property name="position">2</property> 3141 <property name="position">2</property>
3607 </packing> 3142 </packing>
3608 </child> 3143 </child>
@@ -3610,34 +3145,29 @@
3610 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v4_mask_entry"> 3145 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v4_mask_entry">
3611 <property name="visible">True</property> 3146 <property name="visible">True</property>
3612 <property name="can_focus">True</property> 3147 <property name="can_focus">True</property>
3613 <property name="invisible_char"></property> 3148 <property name="invisible_char">&#x25CF;</property>
3614 </object> 3149 </object>
3615 <packing> 3150 <packing>
3616 <property name="expand">False</property> 3151 <property name="expand">False</property>
3617 <property name="fill">True</property>
3618 <property name="position">3</property> 3152 <property name="position">3</property>
3619 </packing> 3153 </packing>
3620 </child> 3154 </child>
3621 </object> 3155 </object>
3622 <packing> 3156 <packing>
3623 <property name="expand">False</property> 3157 <property name="expand">False</property>
3624 <property name="fill">True</property>
3625 <property name="position">1</property> 3158 <property name="position">1</property>
3626 </packing> 3159 </packing>
3627 </child> 3160 </child>
3628 <child> 3161 <child>
3629 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_v6_hbox"> 3162 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_v6_hbox">
3630 <property name="visible">True</property> 3163 <property name="visible">True</property>
3631 <property name="can_focus">False</property>
3632 <child> 3164 <child>
3633 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v6_label"> 3165 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v6_label">
3634 <property name="visible">True</property> 3166 <property name="visible">True</property>
3635 <property name="can_focus">False</property>
3636 <property name="label" translatable="yes">IPv6 address for interface: </property> 3167 <property name="label" translatable="yes">IPv6 address for interface: </property>
3637 </object> 3168 </object>
3638 <packing> 3169 <packing>
3639 <property name="expand">False</property> 3170 <property name="expand">False</property>
3640 <property name="fill">True</property>
3641 <property name="padding">5</property> 3171 <property name="padding">5</property>
3642 <property name="position">0</property> 3172 <property name="position">0</property>
3643 </packing> 3173 </packing>
@@ -3646,23 +3176,20 @@
3646 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v6_ip_entry"> 3176 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v6_ip_entry">
3647 <property name="visible">True</property> 3177 <property name="visible">True</property>
3648 <property name="can_focus">True</property> 3178 <property name="can_focus">True</property>
3649 <property name="invisible_char"></property> 3179 <property name="invisible_char">&#x25CF;</property>
3650 </object> 3180 </object>
3651 <packing> 3181 <packing>
3652 <property name="expand">False</property> 3182 <property name="expand">False</property>
3653 <property name="fill">True</property>
3654 <property name="position">1</property> 3183 <property name="position">1</property>
3655 </packing> 3184 </packing>
3656 </child> 3185 </child>
3657 <child> 3186 <child>
3658 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v6_slash_label"> 3187 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v6_slash_label">
3659 <property name="visible">True</property> 3188 <property name="visible">True</property>
3660 <property name="can_focus">False</property>
3661 <property name="label" translatable="yes">/</property> 3189 <property name="label" translatable="yes">/</property>
3662 </object> 3190 </object>
3663 <packing> 3191 <packing>
3664 <property name="expand">False</property> 3192 <property name="expand">False</property>
3665 <property name="fill">True</property>
3666 <property name="position">2</property> 3193 <property name="position">2</property>
3667 </packing> 3194 </packing>
3668 </child> 3195 </child>
@@ -3670,19 +3197,17 @@
3670 <object class="GtkSpinButton" id="GNUNET_setup_vpn_interface_v6_mask_spinbutton"> 3197 <object class="GtkSpinButton" id="GNUNET_setup_vpn_interface_v6_mask_spinbutton">
3671 <property name="visible">True</property> 3198 <property name="visible">True</property>
3672 <property name="can_focus">True</property> 3199 <property name="can_focus">True</property>
3673 <property name="invisible_char"></property> 3200 <property name="invisible_char">&#x25CF;</property>
3674 <property name="adjustment">GNUNET_setup_vpn_interface_mask_adjustment</property> 3201 <property name="adjustment">GNUNET_setup_vpn_interface_mask_adjustment</property>
3675 </object> 3202 </object>
3676 <packing> 3203 <packing>
3677 <property name="expand">False</property> 3204 <property name="expand">False</property>
3678 <property name="fill">True</property>
3679 <property name="position">3</property> 3205 <property name="position">3</property>
3680 </packing> 3206 </packing>
3681 </child> 3207 </child>
3682 </object> 3208 </object>
3683 <packing> 3209 <packing>
3684 <property name="expand">False</property> 3210 <property name="expand">False</property>
3685 <property name="fill">True</property>
3686 <property name="position">2</property> 3211 <property name="position">2</property>
3687 </packing> 3212 </packing>
3688 </child> 3213 </child>
@@ -3693,7 +3218,6 @@
3693 <child type="label"> 3218 <child type="label">
3694 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_configuration_frame_label"> 3219 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_configuration_frame_label">
3695 <property name="visible">True</property> 3220 <property name="visible">True</property>
3696 <property name="can_focus">False</property>
3697 <property name="label" translatable="yes">&lt;b&gt;VPN Interface Configuration&lt;/b&gt;</property> 3221 <property name="label" translatable="yes">&lt;b&gt;VPN Interface Configuration&lt;/b&gt;</property>
3698 <property name="use_markup">True</property> 3222 <property name="use_markup">True</property>
3699 </object> 3223 </object>
@@ -3701,7 +3225,6 @@
3701 </object> 3225 </object>
3702 <packing> 3226 <packing>
3703 <property name="expand">False</property> 3227 <property name="expand">False</property>
3704 <property name="fill">True</property>
3705 <property name="padding">5</property> 3228 <property name="padding">5</property>
3706 <property name="position">1</property> 3229 <property name="position">1</property>
3707 </packing> 3230 </packing>
@@ -3714,7 +3237,6 @@
3714 <child type="tab"> 3237 <child type="tab">
3715 <object class="GtkLabel" id="GNUNET_setup_vpn_label"> 3238 <object class="GtkLabel" id="GNUNET_setup_vpn_label">
3716 <property name="visible">True</property> 3239 <property name="visible">True</property>
3717 <property name="can_focus">False</property>
3718 <property name="tooltip_text" translatable="yes">Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, 6over4, 4over6) facilities</property> 3240 <property name="tooltip_text" translatable="yes">Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, 6over4, 4over6) facilities</property>
3719 <property name="label" translatable="yes">_VPN</property> 3241 <property name="label" translatable="yes">_VPN</property>
3720 <property name="use_underline">True</property> 3242 <property name="use_underline">True</property>
@@ -3727,40 +3249,32 @@
3727 <child> 3249 <child>
3728 <object class="GtkVBox" id="GNUNET_setup_exit_vbox"> 3250 <object class="GtkVBox" id="GNUNET_setup_exit_vbox">
3729 <property name="visible">True</property> 3251 <property name="visible">True</property>
3730 <property name="can_focus">False</property>
3731 <child> 3252 <child>
3732 <object class="GtkFrame" id="GNUNET_setup_exit_frame"> 3253 <object class="GtkFrame" id="GNUNET_setup_exit_frame">
3733 <property name="visible">True</property> 3254 <property name="visible">True</property>
3734 <property name="can_focus">False</property>
3735 <property name="label_xalign">0</property> 3255 <property name="label_xalign">0</property>
3736 <property name="shadow_type">none</property> 3256 <property name="shadow_type">none</property>
3737 <child> 3257 <child>
3738 <object class="GtkAlignment" id="GNUNET_setup_exit_frame_alignment"> 3258 <object class="GtkAlignment" id="GNUNET_setup_exit_frame_alignment">
3739 <property name="visible">True</property> 3259 <property name="visible">True</property>
3740 <property name="can_focus">False</property>
3741 <property name="left_padding">12</property> 3260 <property name="left_padding">12</property>
3742 <child> 3261 <child>
3743 <object class="GtkVBox" id="GNUNET_setup_exit_frame_vbox"> 3262 <object class="GtkVBox" id="GNUNET_setup_exit_frame_vbox">
3744 <property name="visible">True</property> 3263 <property name="visible">True</property>
3745 <property name="can_focus">False</property>
3746 <child> 3264 <child>
3747 <object class="GtkHBox" id="GNUNET_setup_exit_master_hbox"> 3265 <object class="GtkHBox" id="GNUNET_setup_exit_master_hbox">
3748 <property name="visible">True</property> 3266 <property name="visible">True</property>
3749 <property name="can_focus">False</property>
3750 <child> 3267 <child>
3751 <object class="GtkCheckButton" id="GNUNET_setup_dns_enable_exit_checkbutton"> 3268 <object class="GtkCheckButton" id="GNUNET_setup_dns_enable_exit_checkbutton">
3752 <property name="label" translatable="yes">Enable DNS Exit</property> 3269 <property name="label" translatable="yes">Enable DNS Exit</property>
3753 <property name="use_action_appearance">False</property>
3754 <property name="visible">True</property> 3270 <property name="visible">True</property>
3755 <property name="can_focus">True</property> 3271 <property name="can_focus">True</property>
3756 <property name="receives_default">False</property> 3272 <property name="receives_default">False</property>
3757 <property name="use_action_appearance">False</property>
3758 <property name="xalign">0</property> 3273 <property name="xalign">0</property>
3759 <property name="draw_indicator">True</property> 3274 <property name="draw_indicator">True</property>
3760 </object> 3275 </object>
3761 <packing> 3276 <packing>
3762 <property name="expand">False</property> 3277 <property name="expand">False</property>
3763 <property name="fill">True</property>
3764 <property name="padding">5</property> 3278 <property name="padding">5</property>
3765 <property name="position">0</property> 3279 <property name="position">0</property>
3766 </packing> 3280 </packing>
@@ -3768,18 +3282,15 @@
3768 <child> 3282 <child>
3769 <object class="GtkCheckButton" id="GNUNET_setup_exit_enable_ipv4_exit_checkbutton"> 3283 <object class="GtkCheckButton" id="GNUNET_setup_exit_enable_ipv4_exit_checkbutton">
3770 <property name="label" translatable="yes">Enable IPv4 Exit</property> 3284 <property name="label" translatable="yes">Enable IPv4 Exit</property>
3771 <property name="use_action_appearance">False</property>
3772 <property name="visible">True</property> 3285 <property name="visible">True</property>
3773 <property name="can_focus">True</property> 3286 <property name="can_focus">True</property>
3774 <property name="receives_default">False</property> 3287 <property name="receives_default">False</property>
3775 <property name="tooltip_text" translatable="yes">This option will allow other peers to send IPv4 traffic to the Internet using your network connection.</property> 3288 <property name="tooltip_text" translatable="yes">This option will allow other peers to send IPv4 traffic to the Internet using your network connection.</property>
3776 <property name="use_action_appearance">False</property>
3777 <property name="xalign">0</property> 3289 <property name="xalign">0</property>
3778 <property name="draw_indicator">True</property> 3290 <property name="draw_indicator">True</property>
3779 </object> 3291 </object>
3780 <packing> 3292 <packing>
3781 <property name="expand">False</property> 3293 <property name="expand">False</property>
3782 <property name="fill">True</property>
3783 <property name="padding">5</property> 3294 <property name="padding">5</property>
3784 <property name="position">1</property> 3295 <property name="position">1</property>
3785 </packing> 3296 </packing>
@@ -3787,18 +3298,15 @@
3787 <child> 3298 <child>
3788 <object class="GtkCheckButton" id="GNUNET_setup_exit_enable_ipv6_exit_checkbutton"> 3299 <object class="GtkCheckButton" id="GNUNET_setup_exit_enable_ipv6_exit_checkbutton">
3789 <property name="label" translatable="yes">Enable IPv6 Exit</property> 3300 <property name="label" translatable="yes">Enable IPv6 Exit</property>
3790 <property name="use_action_appearance">False</property>
3791 <property name="visible">True</property> 3301 <property name="visible">True</property>
3792 <property name="can_focus">True</property> 3302 <property name="can_focus">True</property>
3793 <property name="receives_default">False</property> 3303 <property name="receives_default">False</property>
3794 <property name="tooltip_text" translatable="yes">This option will allow other peers to send IPv6 traffic to the Internet using your network connection. You should make sure that you have IPv6-support before enabling this option.</property> 3304 <property name="tooltip_text" translatable="yes">This option will allow other peers to send IPv6 traffic to the Internet using your network connection. You should make sure that you have IPv6-support before enabling this option.</property>
3795 <property name="use_action_appearance">False</property>
3796 <property name="xalign">0</property> 3305 <property name="xalign">0</property>
3797 <property name="draw_indicator">True</property> 3306 <property name="draw_indicator">True</property>
3798 </object> 3307 </object>
3799 <packing> 3308 <packing>
3800 <property name="expand">False</property> 3309 <property name="expand">False</property>
3801 <property name="fill">True</property>
3802 <property name="padding">5</property> 3310 <property name="padding">5</property>
3803 <property name="position">2</property> 3311 <property name="position">2</property>
3804 </packing> 3312 </packing>
@@ -3806,7 +3314,6 @@
3806 </object> 3314 </object>
3807 <packing> 3315 <packing>
3808 <property name="expand">False</property> 3316 <property name="expand">False</property>
3809 <property name="fill">True</property>
3810 <property name="padding">5</property> 3317 <property name="padding">5</property>
3811 <property name="position">0</property> 3318 <property name="position">0</property>
3812 </packing> 3319 </packing>
@@ -3814,16 +3321,13 @@
3814 <child> 3321 <child>
3815 <object class="GtkHBox" id="GNUNET_setup_dns_resolver_hbox"> 3322 <object class="GtkHBox" id="GNUNET_setup_dns_resolver_hbox">
3816 <property name="visible">True</property> 3323 <property name="visible">True</property>
3817 <property name="can_focus">False</property>
3818 <child> 3324 <child>
3819 <object class="GtkLabel" id="GNUNET_setup_dns_resolver_label"> 3325 <object class="GtkLabel" id="GNUNET_setup_dns_resolver_label">
3820 <property name="visible">True</property> 3326 <property name="visible">True</property>
3821 <property name="can_focus">False</property>
3822 <property name="label" translatable="yes">IP Address of external DNS Resolver:</property> 3327 <property name="label" translatable="yes">IP Address of external DNS Resolver:</property>
3823 </object> 3328 </object>
3824 <packing> 3329 <packing>
3825 <property name="expand">False</property> 3330 <property name="expand">False</property>
3826 <property name="fill">True</property>
3827 <property name="padding">5</property> 3331 <property name="padding">5</property>
3828 <property name="position">0</property> 3332 <property name="position">0</property>
3829 </packing> 3333 </packing>
@@ -3832,35 +3336,30 @@
3832 <object class="GtkEntry" id="GNUNET_setup_dns_resolver_ip_entry"> 3336 <object class="GtkEntry" id="GNUNET_setup_dns_resolver_ip_entry">
3833 <property name="visible">True</property> 3337 <property name="visible">True</property>
3834 <property name="can_focus">True</property> 3338 <property name="can_focus">True</property>
3835 <property name="invisible_char"></property> 3339 <property name="invisible_char">&#x25CF;</property>
3836 </object> 3340 </object>
3837 <packing> 3341 <packing>
3838 <property name="expand">False</property> 3342 <property name="expand">False</property>
3839 <property name="fill">True</property>
3840 <property name="position">1</property> 3343 <property name="position">1</property>
3841 </packing> 3344 </packing>
3842 </child> 3345 </child>
3843 </object> 3346 </object>
3844 <packing> 3347 <packing>
3845 <property name="expand">False</property> 3348 <property name="expand">False</property>
3846 <property name="fill">True</property>
3847 <property name="padding">5</property> 3349 <property name="padding">5</property>
3848 <property name="position">1</property> 3350 <property name="position">1</property>
3849 </packing> 3351 </packing>
3850 </child> 3352 </child>
3851 <child> 3353 <child>
3852 <object class="GtkHBox" id="GNUNET_setup_exit_frame_hbox"> 3354 <object class="GtkHBox" id="GNUNET_setup_exit_frame_hbox">
3853 <property name="can_focus">False</property>
3854 <property name="spacing">5</property> 3355 <property name="spacing">5</property>
3855 <child> 3356 <child>
3856 <object class="GtkLabel" id="GNUNET_setup_exit_interface_name_label"> 3357 <object class="GtkLabel" id="GNUNET_setup_exit_interface_name_label">
3857 <property name="visible">True</property> 3358 <property name="visible">True</property>
3858 <property name="can_focus">False</property>
3859 <property name="label" translatable="yes">Exit interface name: </property> 3359 <property name="label" translatable="yes">Exit interface name: </property>
3860 </object> 3360 </object>
3861 <packing> 3361 <packing>
3862 <property name="expand">False</property> 3362 <property name="expand">False</property>
3863 <property name="fill">True</property>
3864 <property name="padding">5</property> 3363 <property name="padding">5</property>
3865 <property name="position">0</property> 3364 <property name="position">0</property>
3866 </packing> 3365 </packing>
@@ -3870,7 +3369,7 @@
3870 <property name="visible">True</property> 3369 <property name="visible">True</property>
3871 <property name="can_focus">True</property> 3370 <property name="can_focus">True</property>
3872 <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> 3371 <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>
3873 <property name="invisible_char"></property> 3372 <property name="invisible_char">&#x25CF;</property>
3874 </object> 3373 </object>
3875 <packing> 3374 <packing>
3876 <property name="expand">False</property> 3375 <property name="expand">False</property>
@@ -3889,16 +3388,13 @@
3889 <child> 3388 <child>
3890 <object class="GtkHBox" id="GNUNET_setup_exit_ipv4_address_hbox"> 3389 <object class="GtkHBox" id="GNUNET_setup_exit_ipv4_address_hbox">
3891 <property name="visible">True</property> 3390 <property name="visible">True</property>
3892 <property name="can_focus">False</property>
3893 <child> 3391 <child>
3894 <object class="GtkLabel" id="GNUNET_setup_exit_ipv4_address_label"> 3392 <object class="GtkLabel" id="GNUNET_setup_exit_ipv4_address_label">
3895 <property name="visible">True</property> 3393 <property name="visible">True</property>
3896 <property name="can_focus">False</property>
3897 <property name="label" translatable="yes">IPv4 address for Exit interface: </property> 3394 <property name="label" translatable="yes">IPv4 address for Exit interface: </property>
3898 </object> 3395 </object>
3899 <packing> 3396 <packing>
3900 <property name="expand">False</property> 3397 <property name="expand">False</property>
3901 <property name="fill">True</property>
3902 <property name="padding">5</property> 3398 <property name="padding">5</property>
3903 <property name="position">0</property> 3399 <property name="position">0</property>
3904 </packing> 3400 </packing>
@@ -3908,23 +3404,20 @@
3908 <property name="visible">True</property> 3404 <property name="visible">True</property>
3909 <property name="can_focus">True</property> 3405 <property name="can_focus">True</property>
3910 <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> 3406 <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>
3911 <property name="invisible_char"></property> 3407 <property name="invisible_char">&#x25CF;</property>
3912 </object> 3408 </object>
3913 <packing> 3409 <packing>
3914 <property name="expand">False</property> 3410 <property name="expand">False</property>
3915 <property name="fill">True</property>
3916 <property name="position">1</property> 3411 <property name="position">1</property>
3917 </packing> 3412 </packing>
3918 </child> 3413 </child>
3919 <child> 3414 <child>
3920 <object class="GtkLabel" id="GNUNET_setup_exit_ipv4_address_slash_label"> 3415 <object class="GtkLabel" id="GNUNET_setup_exit_ipv4_address_slash_label">
3921 <property name="visible">True</property> 3416 <property name="visible">True</property>
3922 <property name="can_focus">False</property>
3923 <property name="label" translatable="yes">/</property> 3417 <property name="label" translatable="yes">/</property>
3924 </object> 3418 </object>
3925 <packing> 3419 <packing>
3926 <property name="expand">False</property> 3420 <property name="expand">False</property>
3927 <property name="fill">True</property>
3928 <property name="position">2</property> 3421 <property name="position">2</property>
3929 </packing> 3422 </packing>
3930 </child> 3423 </child>
@@ -3932,18 +3425,16 @@
3932 <object class="GtkEntry" id="GNUNET_setup_exit_interface_v4_mask_entry"> 3425 <object class="GtkEntry" id="GNUNET_setup_exit_interface_v4_mask_entry">
3933 <property name="visible">True</property> 3426 <property name="visible">True</property>
3934 <property name="can_focus">True</property> 3427 <property name="can_focus">True</property>
3935 <property name="invisible_char"></property> 3428 <property name="invisible_char">&#x25CF;</property>
3936 </object> 3429 </object>
3937 <packing> 3430 <packing>
3938 <property name="expand">False</property> 3431 <property name="expand">False</property>
3939 <property name="fill">True</property>
3940 <property name="position">3</property> 3432 <property name="position">3</property>
3941 </packing> 3433 </packing>
3942 </child> 3434 </child>
3943 </object> 3435 </object>
3944 <packing> 3436 <packing>
3945 <property name="expand">False</property> 3437 <property name="expand">False</property>
3946 <property name="fill">True</property>
3947 <property name="padding">5</property> 3438 <property name="padding">5</property>
3948 <property name="position">3</property> 3439 <property name="position">3</property>
3949 </packing> 3440 </packing>
@@ -3951,16 +3442,13 @@
3951 <child> 3442 <child>
3952 <object class="GtkHBox" id="GNUNET_setup_exit_ipv6_address_hbox"> 3443 <object class="GtkHBox" id="GNUNET_setup_exit_ipv6_address_hbox">
3953 <property name="visible">True</property> 3444 <property name="visible">True</property>
3954 <property name="can_focus">False</property>
3955 <child> 3445 <child>
3956 <object class="GtkLabel" id="GNUNET_setup_exit_ipv6_address_label"> 3446 <object class="GtkLabel" id="GNUNET_setup_exit_ipv6_address_label">
3957 <property name="visible">True</property> 3447 <property name="visible">True</property>
3958 <property name="can_focus">False</property>
3959 <property name="label" translatable="yes">IPv6 address for Exit interface: </property> 3448 <property name="label" translatable="yes">IPv6 address for Exit interface: </property>
3960 </object> 3449 </object>
3961 <packing> 3450 <packing>
3962 <property name="expand">False</property> 3451 <property name="expand">False</property>
3963 <property name="fill">True</property>
3964 <property name="padding">5</property> 3452 <property name="padding">5</property>
3965 <property name="position">0</property> 3453 <property name="position">0</property>
3966 </packing> 3454 </packing>
@@ -3970,23 +3458,20 @@
3970 <property name="visible">True</property> 3458 <property name="visible">True</property>
3971 <property name="can_focus">True</property> 3459 <property name="can_focus">True</property>
3972 <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> 3460 <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>
3973 <property name="invisible_char"></property> 3461 <property name="invisible_char">&#x25CF;</property>
3974 </object> 3462 </object>
3975 <packing> 3463 <packing>
3976 <property name="expand">False</property> 3464 <property name="expand">False</property>
3977 <property name="fill">True</property>
3978 <property name="position">1</property> 3465 <property name="position">1</property>
3979 </packing> 3466 </packing>
3980 </child> 3467 </child>
3981 <child> 3468 <child>
3982 <object class="GtkLabel" id="GNUNET_setup_exit_ipv6_address_slash_label"> 3469 <object class="GtkLabel" id="GNUNET_setup_exit_ipv6_address_slash_label">
3983 <property name="visible">True</property> 3470 <property name="visible">True</property>
3984 <property name="can_focus">False</property>
3985 <property name="label" translatable="yes">/</property> 3471 <property name="label" translatable="yes">/</property>
3986 </object> 3472 </object>
3987 <packing> 3473 <packing>
3988 <property name="expand">False</property> 3474 <property name="expand">False</property>
3989 <property name="fill">True</property>
3990 <property name="position">2</property> 3475 <property name="position">2</property>
3991 </packing> 3476 </packing>
3992 </child> 3477 </child>
@@ -3994,19 +3479,17 @@
3994 <object class="GtkSpinButton" id="GNUNET_setup_exit_interface_v6_mask_spinbutton"> 3479 <object class="GtkSpinButton" id="GNUNET_setup_exit_interface_v6_mask_spinbutton">
3995 <property name="visible">True</property> 3480 <property name="visible">True</property>
3996 <property name="can_focus">True</property> 3481 <property name="can_focus">True</property>
3997 <property name="invisible_char"></property> 3482 <property name="invisible_char">&#x25CF;</property>
3998 <property name="adjustment">GNUNET_setup_exit_interface_mask_adjustment</property> 3483 <property name="adjustment">GNUNET_setup_exit_interface_mask_adjustment</property>
3999 </object> 3484 </object>
4000 <packing> 3485 <packing>
4001 <property name="expand">False</property> 3486 <property name="expand">False</property>
4002 <property name="fill">True</property>
4003 <property name="position">3</property> 3487 <property name="position">3</property>
4004 </packing> 3488 </packing>
4005 </child> 3489 </child>
4006 </object> 3490 </object>
4007 <packing> 3491 <packing>
4008 <property name="expand">False</property> 3492 <property name="expand">False</property>
4009 <property name="fill">True</property>
4010 <property name="position">4</property> 3493 <property name="position">4</property>
4011 </packing> 3494 </packing>
4012 </child> 3495 </child>
@@ -4017,7 +3500,6 @@
4017 <child type="label"> 3500 <child type="label">
4018 <object class="GtkLabel" id="GNUNET_setup_exit_frame_label"> 3501 <object class="GtkLabel" id="GNUNET_setup_exit_frame_label">
4019 <property name="visible">True</property> 3502 <property name="visible">True</property>
4020 <property name="can_focus">False</property>
4021 <property name="label" translatable="yes">&lt;b&gt;GNUnet Exit Configuration&lt;/b&gt;</property> 3503 <property name="label" translatable="yes">&lt;b&gt;GNUnet Exit Configuration&lt;/b&gt;</property>
4022 <property name="use_markup">True</property> 3504 <property name="use_markup">True</property>
4023 </object> 3505 </object>
@@ -4025,7 +3507,6 @@
4025 </object> 3507 </object>
4026 <packing> 3508 <packing>
4027 <property name="expand">False</property> 3509 <property name="expand">False</property>
4028 <property name="fill">True</property>
4029 <property name="padding">5</property> 3510 <property name="padding">5</property>
4030 <property name="position">0</property> 3511 <property name="position">0</property>
4031 </packing> 3512 </packing>
@@ -4038,7 +3519,6 @@
4038 <child type="tab"> 3519 <child type="tab">
4039 <object class="GtkLabel" id="GNUNET_setup_exit_label"> 3520 <object class="GtkLabel" id="GNUNET_setup_exit_label">
4040 <property name="visible">True</property> 3521 <property name="visible">True</property>
4041 <property name="can_focus">False</property>
4042 <property name="label" translatable="yes">_Exit</property> 3522 <property name="label" translatable="yes">_Exit</property>
4043 <property name="use_underline">True</property> 3523 <property name="use_underline">True</property>
4044 </object> 3524 </object>
@@ -4049,34 +3529,27 @@
4049 </child> 3529 </child>
4050 <child> 3530 <child>
4051 <object class="GtkVBox" id="GNUNET_SETUP_gns_vbox"> 3531 <object class="GtkVBox" id="GNUNET_SETUP_gns_vbox">
4052 <property name="can_focus">False</property>
4053 <child> 3532 <child>
4054 <object class="GtkVBox" id="vbox1"> 3533 <object class="GtkVBox" id="vbox1">
4055 <property name="visible">True</property> 3534 <property name="visible">True</property>
4056 <property name="can_focus">False</property>
4057 <child> 3535 <child>
4058 <object class="GtkFrame" id="GNUNET_setup_gns_basics_frame"> 3536 <object class="GtkFrame" id="GNUNET_setup_gns_basics_frame">
4059 <property name="visible">True</property> 3537 <property name="visible">True</property>
4060 <property name="can_focus">False</property>
4061 <property name="label_xalign">0</property> 3538 <property name="label_xalign">0</property>
4062 <property name="shadow_type">none</property> 3539 <property name="shadow_type">none</property>
4063 <child> 3540 <child>
4064 <object class="GtkAlignment" id="GNUNET_setup_gns_basics_alignment"> 3541 <object class="GtkAlignment" id="GNUNET_setup_gns_basics_alignment">
4065 <property name="visible">True</property> 3542 <property name="visible">True</property>
4066 <property name="can_focus">False</property>
4067 <property name="left_padding">12</property> 3543 <property name="left_padding">12</property>
4068 <child> 3544 <child>
4069 <object class="GtkVBox" id="GNUNET_setup_gns_basics_vbox"> 3545 <object class="GtkVBox" id="GNUNET_setup_gns_basics_vbox">
4070 <property name="visible">True</property> 3546 <property name="visible">True</property>
4071 <property name="can_focus">False</property>
4072 <child> 3547 <child>
4073 <object class="GtkHBox" id="GNUNET_setup_gns_basics_hbox"> 3548 <object class="GtkHBox" id="GNUNET_setup_gns_basics_hbox">
4074 <property name="visible">True</property> 3549 <property name="visible">True</property>
4075 <property name="can_focus">False</property>
4076 <child> 3550 <child>
4077 <object class="GtkLabel" id="GNUNET_setup_gns_basics_preferred_name_label"> 3551 <object class="GtkLabel" id="GNUNET_setup_gns_basics_preferred_name_label">
4078 <property name="visible">True</property> 3552 <property name="visible">True</property>
4079 <property name="can_focus">False</property>
4080 <property name="label" translatable="yes">_Preferred Name:</property> 3553 <property name="label" translatable="yes">_Preferred Name:</property>
4081 <property name="use_underline">True</property> 3554 <property name="use_underline">True</property>
4082 </object> 3555 </object>
@@ -4093,7 +3566,7 @@
4093 <property name="can_focus">True</property> 3566 <property name="can_focus">True</property>
4094 <property name="tooltip_text" translatable="yes">This is the name you use for your own domain and the name that you would prefer others to use for you. Picking a unique name is a good idea so that others will actually be able to use your unique name to reference your domain.</property> 3567 <property name="tooltip_text" translatable="yes">This is the name you use for your own domain and the name that you would prefer others to use for you. Picking a unique name is a good idea so that others will actually be able to use your unique name to reference your domain.</property>
4095 <property name="max_length">63</property> 3568 <property name="max_length">63</property>
4096 <property name="invisible_char"></property> 3569 <property name="invisible_char">&#x25CF;</property>
4097 </object> 3570 </object>
4098 <packing> 3571 <packing>
4099 <property name="expand">False</property> 3572 <property name="expand">False</property>
@@ -4113,11 +3586,9 @@
4113 <child> 3586 <child>
4114 <object class="GtkHBox" id="GNUNET_setup_gns_basics_identity_hbox"> 3587 <object class="GtkHBox" id="GNUNET_setup_gns_basics_identity_hbox">
4115 <property name="visible">True</property> 3588 <property name="visible">True</property>
4116 <property name="can_focus">False</property>
4117 <child> 3589 <child>
4118 <object class="GtkLabel" id="GNUNET_setup_gns_basics_identity_label"> 3590 <object class="GtkLabel" id="GNUNET_setup_gns_basics_identity_label">
4119 <property name="visible">True</property> 3591 <property name="visible">True</property>
4120 <property name="can_focus">False</property>
4121 <property name="label" translatable="yes">Cryptographic Identity:</property> 3592 <property name="label" translatable="yes">Cryptographic Identity:</property>
4122 </object> 3593 </object>
4123 <packing> 3594 <packing>
@@ -4130,12 +3601,10 @@
4130 <child> 3601 <child>
4131 <object class="GtkLabel" id="GNUNET_setup_gns_basics_identity_value_label"> 3602 <object class="GtkLabel" id="GNUNET_setup_gns_basics_identity_value_label">
4132 <property name="visible">True</property> 3603 <property name="visible">True</property>
4133 <property name="can_focus">False</property>
4134 <property name="label">---set dynamically---</property> 3604 <property name="label">---set dynamically---</property>
4135 </object> 3605 </object>
4136 <packing> 3606 <packing>
4137 <property name="expand">False</property> 3607 <property name="expand">False</property>
4138 <property name="fill">True</property>
4139 <property name="padding">5</property> 3608 <property name="padding">5</property>
4140 <property name="position">1</property> 3609 <property name="position">1</property>
4141 </packing> 3610 </packing>
@@ -4143,12 +3612,10 @@
4143 <child> 3612 <child>
4144 <object class="GtkButton" id="GNUNET_setup_gns_basics_copy_id_button"> 3613 <object class="GtkButton" id="GNUNET_setup_gns_basics_copy_id_button">
4145 <property name="label">gtk-copy</property> 3614 <property name="label">gtk-copy</property>
4146 <property name="use_action_appearance">False</property>
4147 <property name="visible">True</property> 3615 <property name="visible">True</property>
4148 <property name="can_focus">True</property> 3616 <property name="can_focus">True</property>
4149 <property name="receives_default">True</property> 3617 <property name="receives_default">True</property>
4150 <property name="tooltip_text" translatable="yes">This will copy the string that represents your cryptographic identity (your public key) to the clipboard. This will allow you to share it out-of-band with other users.</property> 3618 <property name="tooltip_text" translatable="yes">This will copy the string that represents your cryptographic identity (your public key) to the clipboard. This will allow you to share it out-of-band with other users.</property>
4151 <property name="use_action_appearance">False</property>
4152 <property name="use_stock">True</property> 3619 <property name="use_stock">True</property>
4153 </object> 3620 </object>
4154 <packing> 3621 <packing>
@@ -4173,7 +3640,6 @@
4173 <child type="label"> 3640 <child type="label">
4174 <object class="GtkLabel" id="GNUNET_setup_gns_basics_label"> 3641 <object class="GtkLabel" id="GNUNET_setup_gns_basics_label">
4175 <property name="visible">True</property> 3642 <property name="visible">True</property>
4176 <property name="can_focus">False</property>
4177 <property name="label" translatable="yes">&lt;b&gt;Domain Owner Information&lt;/b&gt;</property> 3643 <property name="label" translatable="yes">&lt;b&gt;Domain Owner Information&lt;/b&gt;</property>
4178 <property name="use_markup">True</property> 3644 <property name="use_markup">True</property>
4179 </object> 3645 </object>
@@ -4189,13 +3655,11 @@
4189 <child> 3655 <child>
4190 <object class="GtkFrame" id="GNUNET_setup_gns_configuration_frame"> 3656 <object class="GtkFrame" id="GNUNET_setup_gns_configuration_frame">
4191 <property name="visible">True</property> 3657 <property name="visible">True</property>
4192 <property name="can_focus">False</property>
4193 <property name="label_xalign">0</property> 3658 <property name="label_xalign">0</property>
4194 <property name="shadow_type">none</property> 3659 <property name="shadow_type">none</property>
4195 <child> 3660 <child>
4196 <object class="GtkAlignment" id="GNUNET_setup_gns_configuration_frame_alignment"> 3661 <object class="GtkAlignment" id="GNUNET_setup_gns_configuration_frame_alignment">
4197 <property name="visible">True</property> 3662 <property name="visible">True</property>
4198 <property name="can_focus">False</property>
4199 <property name="left_padding">12</property> 3663 <property name="left_padding">12</property>
4200 <child> 3664 <child>
4201 <object class="GtkScrolledWindow" id="GNUNET_setup_gns_scrolledwindow"> 3665 <object class="GtkScrolledWindow" id="GNUNET_setup_gns_scrolledwindow">
@@ -4206,7 +3670,6 @@
4206 <child> 3670 <child>
4207 <object class="GtkViewport" id="GNUNET_setup_gns_viewport"> 3671 <object class="GtkViewport" id="GNUNET_setup_gns_viewport">
4208 <property name="visible">True</property> 3672 <property name="visible">True</property>
4209 <property name="can_focus">False</property>
4210 <property name="resize_mode">queue</property> 3673 <property name="resize_mode">queue</property>
4211 <child> 3674 <child>
4212 <object class="GtkTreeView" id="GNUNET_setup_gns_treeview"> 3675 <object class="GtkTreeView" id="GNUNET_setup_gns_treeview">
@@ -4215,9 +3678,6 @@
4215 <property name="model">GNUNET_setup_gns_liststore</property> 3678 <property name="model">GNUNET_setup_gns_liststore</property>
4216 <property name="headers_clickable">False</property> 3679 <property name="headers_clickable">False</property>
4217 <property name="search_column">0</property> 3680 <property name="search_column">0</property>
4218 <child internal-child="selection">
4219 <object class="GtkTreeSelection" id="treeview-selection2"/>
4220 </child>
4221 <child> 3681 <child>
4222 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_name_treeviewcolumn"> 3682 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_name_treeviewcolumn">
4223 <property name="sizing">autosize</property> 3683 <property name="sizing">autosize</property>
@@ -4294,23 +3754,18 @@
4294 <child type="label"> 3754 <child type="label">
4295 <object class="GtkLabel" id="GNUNET_setup_gns_configuration_frame_label"> 3755 <object class="GtkLabel" id="GNUNET_setup_gns_configuration_frame_label">
4296 <property name="visible">True</property> 3756 <property name="visible">True</property>
4297 <property name="can_focus">False</property>
4298 <property name="label" translatable="yes">&lt;b&gt;GNS Database&lt;/b&gt;</property> 3757 <property name="label" translatable="yes">&lt;b&gt;GNS Database&lt;/b&gt;</property>
4299 <property name="use_markup">True</property> 3758 <property name="use_markup">True</property>
4300 </object> 3759 </object>
4301 </child> 3760 </child>
4302 </object> 3761 </object>
4303 <packing> 3762 <packing>
4304 <property name="expand">True</property>
4305 <property name="fill">True</property>
4306 <property name="padding">5</property> 3763 <property name="padding">5</property>
4307 <property name="position">1</property> 3764 <property name="position">1</property>
4308 </packing> 3765 </packing>
4309 </child> 3766 </child>
4310 </object> 3767 </object>
4311 <packing> 3768 <packing>
4312 <property name="expand">True</property>
4313 <property name="fill">True</property>
4314 <property name="position">0</property> 3769 <property name="position">0</property>
4315 </packing> 3770 </packing>
4316 </child> 3771 </child>
@@ -4322,7 +3777,6 @@
4322 <child type="tab"> 3777 <child type="tab">
4323 <object class="GtkLabel" id="GNUNET_SETUP_gns_label"> 3778 <object class="GtkLabel" id="GNUNET_SETUP_gns_label">
4324 <property name="visible">True</property> 3779 <property name="visible">True</property>
4325 <property name="can_focus">False</property>
4326 <property name="label" translatable="yes">GN_S</property> 3780 <property name="label" translatable="yes">GN_S</property>
4327 <property name="use_underline">True</property> 3781 <property name="use_underline">True</property>
4328 </object> 3782 </object>
@@ -4334,28 +3788,73 @@
4334 </object> 3788 </object>
4335 <packing> 3789 <packing>
4336 <property name="expand">False</property> 3790 <property name="expand">False</property>
4337 <property name="fill">True</property>
4338 <property name="position">1</property> 3791 <property name="position">1</property>
4339 </packing> 3792 </packing>
4340 </child> 3793 </child>
4341 <child> 3794 <child>
4342 <object class="GtkLinkButton" id="GNUNET_setup_help_text"> 3795 <object class="GtkLinkButton" id="GNUNET_setup_help_text">
4343 <property name="label" translatable="yes">Welcome to gnunet-setup.</property> 3796 <property name="label" translatable="yes">Welcome to gnunet-setup.</property>
4344 <property name="use_action_appearance">False</property>
4345 <property name="visible">True</property> 3797 <property name="visible">True</property>
4346 <property name="can_focus">True</property> 3798 <property name="can_focus">True</property>
4347 <property name="receives_default">True</property> 3799 <property name="receives_default">True</property>
4348 <property name="has_tooltip">True</property> 3800 <property name="has_tooltip">True</property>
4349 <property name="use_action_appearance">False</property>
4350 <property name="relief">none</property> 3801 <property name="relief">none</property>
4351 <property name="uri">https://gnunet.org/gnunet-setup</property> 3802 <property name="uri">https://gnunet.org/gnunet-setup</property>
4352 </object> 3803 </object>
4353 <packing> 3804 <packing>
4354 <property name="expand">False</property> 3805 <property name="expand">False</property>
4355 <property name="fill">True</property>
4356 <property name="position">2</property> 3806 <property name="position">2</property>
4357 </packing> 3807 </packing>
4358 </child> 3808 </child>
3809 <child internal-child="action_area">
3810 <object class="GtkHButtonBox" id="GNUNET_setup_dialog-action_area">
3811 <property name="layout_style">end</property>
3812 <child>
3813 <object class="GtkButton" id="GNUNET_setup_cancel_button">
3814 <property name="label">gtk-cancel</property>
3815 <property name="can_focus">True</property>
3816 <property name="receives_default">True</property>
3817 <property name="use_stock">True</property>
3818 </object>
3819 <packing>
3820 <property name="expand">False</property>
3821 <property name="fill">False</property>
3822 <property name="position">0</property>
3823 </packing>
3824 </child>
3825 <child>
3826 <object class="GtkButton" id="GNUNET_setup_save_as_button">
3827 <property name="label">gtk-save-as</property>
3828 <property name="can_focus">True</property>
3829 <property name="receives_default">True</property>
3830 <property name="use_stock">True</property>
3831 </object>
3832 <packing>
3833 <property name="expand">False</property>
3834 <property name="fill">False</property>
3835 <property name="position">1</property>
3836 </packing>
3837 </child>
3838 <child>
3839 <object class="GtkButton" id="GNUNET_setup_save_button">
3840 <property name="label">gtk-save</property>
3841 <property name="can_focus">True</property>
3842 <property name="receives_default">True</property>
3843 <property name="use_stock">True</property>
3844 </object>
3845 <packing>
3846 <property name="expand">False</property>
3847 <property name="fill">False</property>
3848 <property name="position">2</property>
3849 </packing>
3850 </child>
3851 </object>
3852 <packing>
3853 <property name="expand">False</property>
3854 <property name="pack_type">end</property>
3855 <property name="position">0</property>
3856 </packing>
3857 </child>
4359 </object> 3858 </object>
4360 </child> 3859 </child>
4361 <action-widgets> 3860 <action-widgets>
@@ -4365,133 +3864,111 @@
4365 </action-widgets> 3864 </action-widgets>
4366 </object> 3865 </object>
4367 <object class="GtkAdjustment" id="GNUNET_setup_exit_interface_mask_adjustment"> 3866 <object class="GtkAdjustment" id="GNUNET_setup_exit_interface_mask_adjustment">
3867 <property name="value">48</property>
4368 <property name="lower">1</property> 3868 <property name="lower">1</property>
4369 <property name="upper">127</property> 3869 <property name="upper">127</property>
4370 <property name="value">48</property>
4371 <property name="step_increment">1</property> 3870 <property name="step_increment">1</property>
4372 <property name="page_increment">10</property> 3871 <property name="page_increment">10</property>
4373 </object> 3872 </object>
4374 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_mysql_port_adjustment"> 3873 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_mysql_port_adjustment">
3874 <property name="value">3306</property>
4375 <property name="lower">1</property> 3875 <property name="lower">1</property>
4376 <property name="upper">65535</property> 3876 <property name="upper">65535</property>
4377 <property name="value">3306</property>
4378 <property name="step_increment">1</property> 3877 <property name="step_increment">1</property>
4379 <property name="page_increment">10</property> 3878 <property name="page_increment">10</property>
4380 </object> 3879 </object>
4381 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment"> 3880 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment">
3881 <property name="value">1024000</property>
4382 <property name="lower">65536</property> 3882 <property name="lower">65536</property>
4383 <property name="upper">9999999999</property> 3883 <property name="upper">9999999999</property>
4384 <property name="value">1024000</property>
4385 <property name="step_increment">65536</property> 3884 <property name="step_increment">65536</property>
4386 <property name="page_increment">1024000</property> 3885 <property name="page_increment">1024000</property>
4387 </object> 3886 </object>
4388 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_mysql_port_adjustment"> 3887 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_mysql_port_adjustment">
3888 <property name="value">3306</property>
4389 <property name="lower">1</property> 3889 <property name="lower">1</property>
4390 <property name="upper">65535</property> 3890 <property name="upper">65535</property>
4391 <property name="value">3306</property>
4392 <property name="step_increment">1</property> 3891 <property name="step_increment">1</property>
4393 <property name="page_increment">10</property> 3892 <property name="page_increment">10</property>
4394 </object> 3893 </object>
4395 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_quota_adjustment"> 3894 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_quota_adjustment">
3895 <property name="value">100000000</property>
4396 <property name="lower">1000000</property> 3896 <property name="lower">1000000</property>
4397 <property name="upper">999999999999</property> 3897 <property name="upper">999999999999</property>
4398 <property name="value">100000000</property>
4399 <property name="step_increment">1000000</property> 3898 <property name="step_increment">1000000</property>
4400 <property name="page_increment">1000000000</property> 3899 <property name="page_increment">1000000000</property>
4401 </object> 3900 </object>
4402 <object class="GtkListStore" id="GNUNET_setup_gns_liststore">
4403 <columns>
4404 <!-- column-name hostname -->
4405 <column type="gchararray"/>
4406 <!-- column-name sourceport -->
4407 <column type="guint"/>
4408 <!-- column-name targetport -->
4409 <column type="guint"/>
4410 <!-- column-name targethostname -->
4411 <column type="gchararray"/>
4412 <!-- column-name isudp -->
4413 <column type="gchararray"/>
4414 </columns>
4415 </object>
4416 <object class="GtkAdjustment" id="GNUNET_setup_hostlist_server_port_adjustment"> 3901 <object class="GtkAdjustment" id="GNUNET_setup_hostlist_server_port_adjustment">
3902 <property name="value">8080</property>
4417 <property name="lower">1</property> 3903 <property name="lower">1</property>
4418 <property name="upper">65535</property> 3904 <property name="upper">65535</property>
4419 <property name="value">8080</property>
4420 <property name="step_increment">1</property> 3905 <property name="step_increment">1</property>
4421 <property name="page_increment">10</property> 3906 <property name="page_increment">10</property>
4422 </object> 3907 </object>
4423 <object class="GtkListStore" id="GNUNET_setup_hostlist_url_liststore">
4424 <columns>
4425 <!-- column-name url -->
4426 <column type="gchararray"/>
4427 <!-- column-name editable -->
4428 <column type="gboolean"/>
4429 </columns>
4430 </object>
4431 <object class="GtkAdjustment" id="GNUNET_setup_min_friends_adjustment"> 3908 <object class="GtkAdjustment" id="GNUNET_setup_min_friends_adjustment">
4432 <property name="upper">9999</property> 3909 <property name="upper">9999</property>
4433 <property name="step_increment">1</property> 3910 <property name="step_increment">1</property>
4434 <property name="page_increment">10</property> 3911 <property name="page_increment">10</property>
4435 </object> 3912 </object>
4436 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_advertised_port_adjustment"> 3913 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_advertised_port_adjustment">
3914 <property name="value">1080</property>
4437 <property name="lower">1</property> 3915 <property name="lower">1</property>
4438 <property name="upper">65535</property> 3916 <property name="upper">65535</property>
4439 <property name="value">1080</property>
4440 <property name="step_increment">1</property> 3917 <property name="step_increment">1</property>
4441 <property name="page_increment">10</property> 3918 <property name="page_increment">10</property>
4442 </object> 3919 </object>
4443 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_port_adjustment"> 3920 <object class="GtkAdjustment" id="GNUNET_setup_transport_http_port_adjustment">
3921 <property name="value">1080</property>
4444 <property name="lower">1</property> 3922 <property name="lower">1</property>
4445 <property name="upper">65535</property> 3923 <property name="upper">65535</property>
4446 <property name="value">1080</property>
4447 <property name="step_increment">1</property> 3924 <property name="step_increment">1</property>
4448 <property name="page_increment">10</property> 3925 <property name="page_increment">10</property>
4449 </object> 3926 </object>
4450 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_advertised_port_adjustment"> 3927 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_advertised_port_adjustment">
3928 <property name="value">443</property>
4451 <property name="lower">1</property> 3929 <property name="lower">1</property>
4452 <property name="upper">65535</property> 3930 <property name="upper">65535</property>
4453 <property name="value">443</property>
4454 <property name="step_increment">1</property> 3931 <property name="step_increment">1</property>
4455 <property name="page_increment">10</property> 3932 <property name="page_increment">10</property>
4456 </object> 3933 </object>
4457 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_port_adjustment"> 3934 <object class="GtkAdjustment" id="GNUNET_setup_transport_https_port_adjustment">
3935 <property name="value">443</property>
4458 <property name="lower">1</property> 3936 <property name="lower">1</property>
4459 <property name="upper">65535</property> 3937 <property name="upper">65535</property>
4460 <property name="value">443</property>
4461 <property name="step_increment">1</property> 3938 <property name="step_increment">1</property>
4462 <property name="page_increment">10</property> 3939 <property name="page_increment">10</property>
4463 </object> 3940 </object>
4464 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_adv_port_adjustment"> 3941 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_adv_port_adjustment">
3942 <property name="value">2086</property>
4465 <property name="lower">1</property> 3943 <property name="lower">1</property>
4466 <property name="upper">65535</property> 3944 <property name="upper">65535</property>
4467 <property name="value">2086</property>
4468 <property name="step_increment">1</property> 3945 <property name="step_increment">1</property>
4469 <property name="page_increment">10</property> 3946 <property name="page_increment">10</property>
4470 </object> 3947 </object>
4471 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_port_adjustment"> 3948 <object class="GtkAdjustment" id="GNUNET_setup_transport_tcp_port_adjustment">
4472 <property name="upper">65535</property>
4473 <property name="value">2086</property> 3949 <property name="value">2086</property>
3950 <property name="upper">65535</property>
4474 <property name="step_increment">1</property> 3951 <property name="step_increment">1</property>
4475 <property name="page_increment">10</property> 3952 <property name="page_increment">10</property>
4476 </object> 3953 </object>
4477 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_advertised_port_adjustment"> 3954 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_advertised_port_adjustment">
3955 <property name="value">2086</property>
4478 <property name="lower">1</property> 3956 <property name="lower">1</property>
4479 <property name="upper">65535</property> 3957 <property name="upper">65535</property>
4480 <property name="value">2086</property>
4481 <property name="step_increment">1</property> 3958 <property name="step_increment">1</property>
4482 <property name="page_increment">10</property> 3959 <property name="page_increment">10</property>
4483 </object> 3960 </object>
4484 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_port_adjustment"> 3961 <object class="GtkAdjustment" id="GNUNET_setup_transport_udp_port_adjustment">
3962 <property name="value">2086</property>
4485 <property name="lower">1</property> 3963 <property name="lower">1</property>
4486 <property name="upper">65535</property> 3964 <property name="upper">65535</property>
4487 <property name="value">2086</property>
4488 <property name="step_increment">1</property> 3965 <property name="step_increment">1</property>
4489 <property name="page_increment">10</property> 3966 <property name="page_increment">10</property>
4490 </object> 3967 </object>
4491 <object class="GtkAdjustment" id="GNUNET_setup_vpn_interface_mask_adjustment"> 3968 <object class="GtkAdjustment" id="GNUNET_setup_vpn_interface_mask_adjustment">
3969 <property name="value">48</property>
4492 <property name="lower">1</property> 3970 <property name="lower">1</property>
4493 <property name="upper">127</property> 3971 <property name="upper">127</property>
4494 <property name="value">48</property>
4495 <property name="step_increment">1</property> 3972 <property name="step_increment">1</property>
4496 <property name="page_increment">10</property> 3973 <property name="page_increment">10</property>
4497 </object> 3974 </object>