aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade321
1 files changed, 206 insertions, 115 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 3b4f615d..bb56f307 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -1,7 +1,6 @@
1<?xml version="1.0"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment"> 4 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment">
6 <property name="upper">100</property> 5 <property name="upper">100</property>
7 <property name="step_increment">1</property> 6 <property name="step_increment">1</property>
@@ -44,12 +43,6 @@
44 <column type="gchararray"/> 43 <column type="gchararray"/>
45 </columns> 44 </columns>
46 </object> 45 </object>
47 <object class="GtkAdjustment" id="adjustment2">
48 <property name="upper">100</property>
49 <property name="step_increment">1</property>
50 <property name="page_increment">10</property>
51 <property name="page_size">10</property>
52 </object>
53 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store"> 46 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
54 <columns> 47 <columns>
55 <!-- column-name peer_identity --> 48 <!-- column-name peer_identity -->
@@ -72,6 +65,48 @@
72 <column type="gpointer"/> 65 <column type="gpointer"/>
73 </columns> 66 </columns>
74 </object> 67 </object>
68 <object class="GtkAdjustment" id="adjustment1">
69 <property name="upper">100</property>
70 <property name="step_increment">1</property>
71 <property name="page_increment">10</property>
72 <property name="page_size">10</property>
73 </object>
74 <object class="GtkAdjustment" id="adjustment2">
75 <property name="upper">100</property>
76 <property name="step_increment">1</property>
77 <property name="page_increment">10</property>
78 <property name="page_size">10</property>
79 </object>
80 <object class="GtkAdjustment" id="adjustment3">
81 <property name="upper">100</property>
82 <property name="step_increment">1</property>
83 <property name="page_increment">10</property>
84 </object>
85 <object class="GtkAdjustment" id="adjustment4">
86 <property name="upper">100</property>
87 <property name="step_increment">1</property>
88 <property name="page_increment">10</property>
89 </object>
90 <object class="GtkAdjustment" id="adjustment5">
91 <property name="upper">100</property>
92 <property name="step_increment">1</property>
93 <property name="page_increment">10</property>
94 </object>
95 <object class="GtkAdjustment" id="adjustment6">
96 <property name="upper">100</property>
97 <property name="step_increment">1</property>
98 <property name="page_increment">10</property>
99 </object>
100 <object class="GtkAdjustment" id="adjustment7">
101 <property name="upper">100</property>
102 <property name="step_increment">1</property>
103 <property name="page_increment">10</property>
104 </object>
105 <object class="GtkAdjustment" id="adjustment8">
106 <property name="upper">100</property>
107 <property name="step_increment">1</property>
108 <property name="page_increment">10</property>
109 </object>
75 <object class="GtkListStore" id="anonymity_level_liststore"> 110 <object class="GtkListStore" id="anonymity_level_liststore">
76 <columns> 111 <columns>
77 <!-- column-name Name --> 112 <!-- column-name Name -->
@@ -99,6 +134,21 @@
99 </row> 134 </row>
100 </data> 135 </data>
101 </object> 136 </object>
137 <object class="GtkImage" id="down_stock_image">
138 <property name="visible">True</property>
139 <property name="can_focus">False</property>
140 <property name="stock">gtk-go-down</property>
141 </object>
142 <object class="GtkImage" id="find_stock_image">
143 <property name="visible">True</property>
144 <property name="can_focus">False</property>
145 <property name="stock">gtk-find</property>
146 </object>
147 <object class="GtkImage" id="index_stock_image">
148 <property name="visible">True</property>
149 <property name="can_focus">False</property>
150 <property name="stock">gtk-index</property>
151 </object>
102 <object class="GtkListStore" id="main_window_search_mime_liststore"> 152 <object class="GtkListStore" id="main_window_search_mime_liststore">
103 <columns> 153 <columns>
104 <!-- column-name MIME --> 154 <!-- column-name MIME -->
@@ -143,145 +193,171 @@
143 </row> 193 </row>
144 </data> 194 </data>
145 </object> 195 </object>
146 <object class="GtkTreeStore" id="main_window_search_namespace_treestore">
147 <columns>
148 <!-- column-name Name -->
149 <column type="gchararray"/>
150 <!-- column-name Key -->
151 <column type="gpointer"/>
152 <!-- column-name Root -->
153 <column type="gchararray"/>
154 <!-- column-name Tooltip -->
155 <column type="gchararray"/>
156 </columns>
157 </object>
158 <object class="GtkWindow" id="GNUNET_GTK_main_window"> 196 <object class="GtkWindow" id="GNUNET_GTK_main_window">
197 <property name="can_focus">False</property>
198 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
159 <property name="title" translatable="yes">gnunet-fs-gtk</property> 199 <property name="title" translatable="yes">gnunet-fs-gtk</property>
160 <property name="window_position">center</property> 200 <property name="window_position">center</property>
161 <property name="default_width">700</property> 201 <property name="default_width">700</property>
162 <property name="default_height">500</property> 202 <property name="default_height">500</property>
163 <property name="icon_name">gnunet-gtk</property> 203 <property name="icon_name">gnunet-gtk</property>
164 <signal name="size_request" handler="GNUNET_FS_GTK_main_window_size_request"/> 204 <signal name="button-press-event" handler="GNUNET_FS_GTK_main_window_button_press_event" swapped="no"/>
165 <signal name="drag_end" handler="GNUNET_FS_GTK_main_window_drag_end"/> 205 <signal name="delete-event" handler="GNUNET_FS_GTK_delete_event_cb" after="yes" swapped="no"/>
166 <signal name="delete_event" handler="GNUNET_FS_GTK_delete_event_cb" after="yes"/> 206 <signal name="drag-end" handler="GNUNET_FS_GTK_main_window_drag_end" swapped="no"/>
167 <child> 207 <child>
168 <object class="GtkVBox" id="GNUNET_GTK_main_window_vbox"> 208 <object class="GtkVBox" id="GNUNET_GTK_main_window_vbox">
169 <property name="visible">True</property> 209 <property name="visible">True</property>
170 <property name="orientation">vertical</property> 210 <property name="can_focus">False</property>
211 <child>
212 <object class="GtkStatusbar" id="GNUNET_GTK_status_bar">
213 <property name="visible">True</property>
214 <property name="can_focus">False</property>
215 <property name="spacing">2</property>
216 </object>
217 <packing>
218 <property name="expand">False</property>
219 <property name="fill">True</property>
220 <property name="pack_type">end</property>
221 <property name="position">0</property>
222 </packing>
223 </child>
171 <child> 224 <child>
172 <object class="GtkMenuBar" id="GNUNET_GTK_main_menu"> 225 <object class="GtkMenuBar" id="GNUNET_GTK_main_menu">
173 <property name="visible">True</property> 226 <property name="visible">True</property>
227 <property name="can_focus">False</property>
174 <child> 228 <child>
175 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_sharing"> 229 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_sharing">
230 <property name="use_action_appearance">False</property>
176 <property name="visible">True</property> 231 <property name="visible">True</property>
232 <property name="can_focus">False</property>
177 <property name="label" translatable="yes">_File sharing</property> 233 <property name="label" translatable="yes">_File sharing</property>
178 <property name="use_underline">True</property> 234 <property name="use_underline">True</property>
179 <child type="submenu"> 235 <child type="submenu">
180 <object class="GtkMenu" id="GNUNET_GTK_main_menu_file_sharing_box"> 236 <object class="GtkMenu" id="GNUNET_GTK_main_menu_file_sharing_box">
237 <property name="can_focus">False</property>
181 <child> 238 <child>
182 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_publish"> 239 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_publish">
183 <property name="label" translatable="yes">_Publish</property> 240 <property name="label" translatable="yes">_Publish</property>
241 <property name="use_action_appearance">False</property>
184 <property name="visible">True</property> 242 <property name="visible">True</property>
243 <property name="can_focus">False</property>
185 <property name="tooltip_text" translatable="yes">Publish files or directories on GNUnet</property> 244 <property name="tooltip_text" translatable="yes">Publish files or directories on GNUnet</property>
186 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Publish</property> 245 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Publish</property>
187 <property name="use_underline">True</property> 246 <property name="use_underline">True</property>
188 <property name="image">up_stock_image</property> 247 <property name="image">up_stock_image</property>
189 <property name="use_stock">False</property> 248 <property name="use_stock">False</property>
190 <accelerator key="a" signal="activate" modifiers="GDK_CONTROL_MASK"/> 249 <accelerator key="a" signal="activate" modifiers="GDK_CONTROL_MASK"/>
191 <signal name="activate" handler="GNUNET_GTK_main_menu_file_publish_activate_cb"/> 250 <signal name="activate" handler="GNUNET_GTK_main_menu_file_publish_activate_cb" swapped="no"/>
192 </object> 251 </object>
193 </child> 252 </child>
194 <child> 253 <child>
195 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_unindex"> 254 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_unindex">
255 <property name="use_action_appearance">False</property>
196 <property name="visible">True</property> 256 <property name="visible">True</property>
257 <property name="can_focus">False</property>
197 <property name="label" translatable="yes">_List indexed files</property> 258 <property name="label" translatable="yes">_List indexed files</property>
198 <property name="use_underline">True</property> 259 <property name="use_underline">True</property>
199 <signal name="activate" handler="GNUNET_GTK_main_menu_unindex_activate_cb"/> 260 <signal name="activate" handler="GNUNET_GTK_main_menu_unindex_activate_cb" swapped="no"/>
200 </object> 261 </object>
201 </child> 262 </child>
202 <child> 263 <child>
203 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1"> 264 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1">
204 <property name="visible">True</property> 265 <property name="visible">True</property>
266 <property name="can_focus">False</property>
205 </object> 267 </object>
206 </child> 268 </child>
207 <child> 269 <child>
208 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_download_uri"> 270 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_download_uri">
209 <property name="label" translatable="yes">_Download</property> 271 <property name="label" translatable="yes">_Download</property>
272 <property name="use_action_appearance">False</property>
210 <property name="visible">True</property> 273 <property name="visible">True</property>
274 <property name="can_focus">False</property>
211 <property name="tooltip_text" translatable="yes">Download a file or directory with a known URI.</property> 275 <property name="tooltip_text" translatable="yes">Download a file or directory with a known URI.</property>
212 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Download</property> 276 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Download</property>
213 <property name="use_underline">True</property> 277 <property name="use_underline">True</property>
214 <property name="image">down_stock_image</property> 278 <property name="image">down_stock_image</property>
215 <property name="use_stock">False</property> 279 <property name="use_stock">False</property>
216 <accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/> 280 <accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/>
217 <signal name="activate" handler="GNUNET_GTK_main_menu_file_download_uri_activate_cb"/> 281 <signal name="activate" handler="GNUNET_GTK_main_menu_file_download_uri_activate_cb" swapped="no"/>
218 </object> 282 </object>
219 </child> 283 </child>
220 <child> 284 <child>
221 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_open_gnunet_directory"> 285 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_open_gnunet_directory">
222 <property name="label" translatable="yes">_Open GNUnet directory</property> 286 <property name="label" translatable="yes">_Open GNUnet directory</property>
287 <property name="use_action_appearance">False</property>
223 <property name="visible">True</property> 288 <property name="visible">True</property>
289 <property name="can_focus">False</property>
224 <property name="tooltip_text" translatable="yes">Use this option to browse a GNUnet directory file that has been previously downloaded.</property> 290 <property name="tooltip_text" translatable="yes">Use this option to browse a GNUnet directory file that has been previously downloaded.</property>
225 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Open directory</property> 291 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Open directory</property>
226 <property name="use_underline">True</property> 292 <property name="use_underline">True</property>
227 <property name="image">open_stock_image</property> 293 <property name="image">open_stock_image</property>
228 <property name="use_stock">False</property> 294 <property name="use_stock">False</property>
229 <accelerator key="F3" signal="activate"/> 295 <accelerator key="F3" signal="activate"/>
230 <signal name="activate" handler="GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb"/> 296 <signal name="activate" handler="GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb" swapped="no"/>
231 </object> 297 </object>
232 </child> 298 </child>
233 <child> 299 <child>
234 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep2"> 300 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep2">
235 <property name="visible">True</property> 301 <property name="visible">True</property>
302 <property name="can_focus">False</property>
236 </object> 303 </object>
237 </child> 304 </child>
238 <child> 305 <child>
239 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym"> 306 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym">
240 <property name="label" translatable="yes">_Create pseudonym</property> 307 <property name="label" translatable="yes">_Create pseudonym</property>
308 <property name="use_action_appearance">False</property>
241 <property name="visible">True</property> 309 <property name="visible">True</property>
310 <property name="can_focus">False</property>
242 <property name="tooltip_text" translatable="yes">Create a pseudonym for publishing content. Note that you can also publish content anonymously (without using a pseudonym).</property> 311 <property name="tooltip_text" translatable="yes">Create a pseudonym for publishing content. Note that you can also publish content anonymously (without using a pseudonym).</property>
243 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Create pseudonym</property> 312 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Create pseudonym</property>
244 <property name="use_underline">True</property> 313 <property name="use_underline">True</property>
245 <property name="image">new_stock_image</property> 314 <property name="image">new_stock_image</property>
246 <property name="use_stock">False</property> 315 <property name="use_stock">False</property>
247 <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/> 316 <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/>
248 <signal name="activate" handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb"/> 317 <signal name="activate" handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb" swapped="no"/>
249 </object> 318 </object>
250 </child> 319 </child>
251 <child> 320 <child>
252 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_advertise_pseudonym"> 321 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_advertise_pseudonym">
253 <property name="label" translatable="yes">_Advertise Pseudonym</property> 322 <property name="label" translatable="yes">_Advertise Pseudonym</property>
323 <property name="use_action_appearance">False</property>
254 <property name="visible">True</property> 324 <property name="visible">True</property>
325 <property name="can_focus">False</property>
255 <property name="use_underline">True</property> 326 <property name="use_underline">True</property>
256 <property name="image">index_stock_image</property> 327 <property name="image">index_stock_image</property>
257 <property name="use_stock">False</property> 328 <property name="use_stock">False</property>
258 <signal name="activate" handler="GNUNET_GTK_main_menu_file_advertise_pseudonym_activate_cb"/> 329 <signal name="activate" handler="GNUNET_GTK_main_menu_file_advertise_pseudonym_activate_cb" swapped="no"/>
259 </object> 330 </object>
260 </child> 331 </child>
261 <child> 332 <child>
262 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_manage_pseudonyms"> 333 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_manage_pseudonyms">
334 <property name="use_action_appearance">False</property>
263 <property name="visible">True</property> 335 <property name="visible">True</property>
336 <property name="can_focus">False</property>
264 <property name="tooltip_text" translatable="yes">Opens namespace manager dialog to adjust the list of namespaces you want to use, as well as get detailed information about all discovered namespaces.</property> 337 <property name="tooltip_text" translatable="yes">Opens namespace manager dialog to adjust the list of namespaces you want to use, as well as get detailed information about all discovered namespaces.</property>
265 <property name="label" translatable="yes">_Manage namespaces</property> 338 <property name="label" translatable="yes">_Manage namespaces</property>
266 <property name="use_underline">True</property> 339 <property name="use_underline">True</property>
267 <signal name="activate" handler="GNUNET_GTK_main_menu_file_manage_pseudonyms_activate_cb"/> 340 <signal name="activate" handler="GNUNET_GTK_main_menu_file_manage_pseudonyms_activate_cb" swapped="no"/>
268 </object> 341 </object>
269 </child> 342 </child>
270 <child> 343 <child>
271 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep3"> 344 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep3">
272 <property name="visible">True</property> 345 <property name="visible">True</property>
346 <property name="can_focus">False</property>
273 </object> 347 </object>
274 </child> 348 </child>
275 <child> 349 <child>
276 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_quit"> 350 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_quit">
277 <property name="label">gtk-quit</property> 351 <property name="label">gtk-quit</property>
352 <property name="use_action_appearance">False</property>
278 <property name="visible">True</property> 353 <property name="visible">True</property>
354 <property name="can_focus">False</property>
279 <property name="tooltip_text" translatable="yes">Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart.</property> 355 <property name="tooltip_text" translatable="yes">Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart.</property>
280 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Quit</property> 356 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Quit</property>
281 <property name="use_underline">True</property> 357 <property name="use_underline">True</property>
282 <property name="use_stock">True</property> 358 <property name="use_stock">True</property>
283 <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/> 359 <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
284 <signal name="activate" handler="GNUNET_FS_GTK_menu_quit_activate_cb"/> 360 <signal name="activate" handler="GNUNET_FS_GTK_menu_quit_activate_cb" swapped="no"/>
285 </object> 361 </object>
286 </child> 362 </child>
287 </object> 363 </object>
@@ -290,15 +366,20 @@
290 </child> 366 </child>
291 <child> 367 <child>
292 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_edit"> 368 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_edit">
369 <property name="use_action_appearance">False</property>
370 <property name="can_focus">False</property>
293 <property name="label" translatable="yes">_Edit</property> 371 <property name="label" translatable="yes">_Edit</property>
294 <property name="use_underline">True</property> 372 <property name="use_underline">True</property>
295 <child type="submenu"> 373 <child type="submenu">
296 <object class="GtkMenu" id="GNUNET_GTK_main_menu_edit_box"> 374 <object class="GtkMenu" id="GNUNET_GTK_main_menu_edit_box">
297 <property name="visible">True</property> 375 <property name="visible">True</property>
376 <property name="can_focus">False</property>
298 <child> 377 <child>
299 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_edit_preferences"> 378 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_edit_preferences">
300 <property name="label">gtk-preferences</property> 379 <property name="label">gtk-preferences</property>
380 <property name="use_action_appearance">False</property>
301 <property name="visible">True</property> 381 <property name="visible">True</property>
382 <property name="can_focus">False</property>
302 <property name="tooltip_text" translatable="yes">Edit the system configuration.</property> 383 <property name="tooltip_text" translatable="yes">Edit the system configuration.</property>
303 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Edit/Preferences</property> 384 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Edit/Preferences</property>
304 <property name="use_underline">True</property> 385 <property name="use_underline">True</property>
@@ -311,40 +392,49 @@
311 </child> 392 </child>
312 <child> 393 <child>
313 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_view"> 394 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_view">
395 <property name="use_action_appearance">False</property>
314 <property name="visible">True</property> 396 <property name="visible">True</property>
397 <property name="can_focus">False</property>
315 <property name="label" translatable="yes">_View</property> 398 <property name="label" translatable="yes">_View</property>
316 <property name="use_underline">True</property> 399 <property name="use_underline">True</property>
317 <child type="submenu"> 400 <child type="submenu">
318 <object class="GtkMenu" id="GNUNET_GTK_main_menu_view_box"> 401 <object class="GtkMenu" id="GNUNET_GTK_main_menu_view_box">
319 <property name="visible">True</property> 402 <property name="visible">True</property>
403 <property name="can_focus">False</property>
320 <child> 404 <child>
321 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_metadata"> 405 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_metadata">
406 <property name="use_action_appearance">False</property>
322 <property name="visible">True</property> 407 <property name="visible">True</property>
408 <property name="can_focus">False</property>
323 <property name="tooltip_text" translatable="yes">Show meta data in main window</property> 409 <property name="tooltip_text" translatable="yes">Show meta data in main window</property>
324 <property name="label" translatable="yes">Metadata</property> 410 <property name="label" translatable="yes">Metadata</property>
325 <property name="use_underline">True</property> 411 <property name="use_underline">True</property>
326 <property name="active">True</property> 412 <property name="active">True</property>
327 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_metadata_toggled_cb"/> 413 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_metadata_toggled_cb" swapped="no"/>
328 </object> 414 </object>
329 </child> 415 </child>
330 <child> 416 <child>
331 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_preview"> 417 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_preview">
418 <property name="use_action_appearance">False</property>
332 <property name="visible">True</property> 419 <property name="visible">True</property>
420 <property name="can_focus">False</property>
333 <property name="tooltip_text" translatable="yes">Show preview (when available)</property> 421 <property name="tooltip_text" translatable="yes">Show preview (when available)</property>
334 <property name="label" translatable="yes">Preview</property> 422 <property name="label" translatable="yes">Preview</property>
335 <property name="use_underline">True</property> 423 <property name="use_underline">True</property>
336 <property name="active">True</property> 424 <property name="active">True</property>
337 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_preview_toggled_cb"/> 425 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_preview_toggled_cb" swapped="no"/>
338 </object> 426 </object>
339 </child> 427 </child>
340 <child> 428 <child>
341 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_search_preview"> 429 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_search_preview">
430 <property name="use_action_appearance">False</property>
342 <property name="visible">True</property> 431 <property name="visible">True</property>
432 <property name="can_focus">False</property>
343 <property name="tooltip_text" translatable="yes">Show search box in main window</property> 433 <property name="tooltip_text" translatable="yes">Show search box in main window</property>
344 <property name="label" translatable="yes">Search</property> 434 <property name="label" translatable="yes">Search</property>
345 <property name="use_underline">True</property> 435 <property name="use_underline">True</property>
346 <property name="active">True</property> 436 <property name="active">True</property>
347 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_search_toggled_cb"/> 437 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_search_toggled_cb" swapped="no"/>
348 </object> 438 </object>
349 </child> 439 </child>
350 </object> 440 </object>
@@ -353,21 +443,26 @@
353 </child> 443 </child>
354 <child> 444 <child>
355 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_help"> 445 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_help">
446 <property name="use_action_appearance">False</property>
356 <property name="visible">True</property> 447 <property name="visible">True</property>
448 <property name="can_focus">False</property>
357 <property name="label" translatable="yes">_Help</property> 449 <property name="label" translatable="yes">_Help</property>
358 <property name="use_underline">True</property> 450 <property name="use_underline">True</property>
359 <child type="submenu"> 451 <child type="submenu">
360 <object class="GtkMenu" id="GNUNET_GTK_main_menu_help_abou"> 452 <object class="GtkMenu" id="GNUNET_GTK_main_menu_help_abou">
361 <property name="visible">True</property> 453 <property name="visible">True</property>
454 <property name="can_focus">False</property>
362 <child> 455 <child>
363 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_help_about"> 456 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_help_about">
364 <property name="label">gtk-about</property> 457 <property name="label">gtk-about</property>
458 <property name="use_action_appearance">False</property>
365 <property name="visible">True</property> 459 <property name="visible">True</property>
460 <property name="can_focus">False</property>
366 <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-fs-gtk</property> 461 <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-fs-gtk</property>
367 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Help/About</property> 462 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Help/About</property>
368 <property name="use_underline">True</property> 463 <property name="use_underline">True</property>
369 <property name="use_stock">True</property> 464 <property name="use_stock">True</property>
370 <signal name="activate" handler="GNUNET_GTK_main_menu_help_about_activate_cb"/> 465 <signal name="activate" handler="GNUNET_GTK_main_menu_help_about_activate_cb" swapped="no"/>
371 </object> 466 </object>
372 </child> 467 </child>
373 </object> 468 </object>
@@ -377,17 +472,20 @@
377 </object> 472 </object>
378 <packing> 473 <packing>
379 <property name="expand">False</property> 474 <property name="expand">False</property>
475 <property name="fill">True</property>
380 <property name="position">1</property> 476 <property name="position">1</property>
381 </packing> 477 </packing>
382 </child> 478 </child>
383 <child> 479 <child>
384 <object class="GtkHBox" id="main_window_search_hbox"> 480 <object class="GtkHBox" id="main_window_search_hbox">
385 <property name="visible">True</property> 481 <property name="visible">True</property>
482 <property name="can_focus">False</property>
386 <property name="border_width">3</property> 483 <property name="border_width">3</property>
387 <property name="spacing">4</property> 484 <property name="spacing">4</property>
388 <child> 485 <child>
389 <object class="GtkLabel" id="main_window_search_namespace_label"> 486 <object class="GtkLabel" id="main_window_search_namespace_label">
390 <property name="visible">True</property> 487 <property name="visible">True</property>
488 <property name="can_focus">False</property>
391 <property name="label" translatable="yes">Namespace:</property> 489 <property name="label" translatable="yes">Namespace:</property>
392 </object> 490 </object>
393 <packing> 491 <packing>
@@ -399,6 +497,7 @@
399 <child> 497 <child>
400 <object class="GtkLabel" id="main_window_search_selected_namespace_label"> 498 <object class="GtkLabel" id="main_window_search_selected_namespace_label">
401 <property name="visible">True</property> 499 <property name="visible">True</property>
500 <property name="can_focus">False</property>
402 <property name="label">&lt;none&gt;</property> 501 <property name="label">&lt;none&gt;</property>
403 <property name="single_line_mode">True</property> 502 <property name="single_line_mode">True</property>
404 </object> 503 </object>
@@ -411,23 +510,27 @@
411 <child> 510 <child>
412 <object class="GtkAlignment" id="main_window_search_namespace_combobox_alignment"> 511 <object class="GtkAlignment" id="main_window_search_namespace_combobox_alignment">
413 <property name="visible">True</property> 512 <property name="visible">True</property>
513 <property name="can_focus">False</property>
414 <property name="xscale">0</property> 514 <property name="xscale">0</property>
415 <property name="yscale">0</property> 515 <property name="yscale">0</property>
416 <child> 516 <child>
417 <object class="GtkToggleButton" id="main_window_search_namespace_dropdown_button"> 517 <object class="GtkToggleButton" id="main_window_search_namespace_dropdown_button">
518 <property name="use_action_appearance">False</property>
418 <property name="width_request">21</property> 519 <property name="width_request">21</property>
419 <property name="height_request">21</property> 520 <property name="height_request">21</property>
420 <property name="visible">True</property> 521 <property name="visible">True</property>
421 <property name="can_focus">True</property> 522 <property name="can_focus">True</property>
422 <property name="receives_default">True</property> 523 <property name="receives_default">True</property>
423 <property name="events">GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property> 524 <property name="events">GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
525 <property name="use_action_appearance">False</property>
424 <property name="image_position">right</property> 526 <property name="image_position">right</property>
425 <signal name="leave_notify_event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb"/> 527 <signal name="toggled" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_toggled_cb" swapped="no"/>
426 <signal name="toggled" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_toggled_cb"/> 528 <signal name="leave-notify-event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb" swapped="no"/>
427 <signal name="enter_notify_event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb"/> 529 <signal name="enter-notify-event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb" swapped="no"/>
428 <child> 530 <child>
429 <object class="GtkArrow" id="arrow1"> 531 <object class="GtkArrow" id="arrow1">
430 <property name="visible">True</property> 532 <property name="visible">True</property>
533 <property name="can_focus">False</property>
431 <property name="arrow_type">down</property> 534 <property name="arrow_type">down</property>
432 </object> 535 </object>
433 </child> 536 </child>
@@ -446,15 +549,18 @@
446 <child> 549 <child>
447 <object class="GtkAlignment" id="main_window_search_button_alignment"> 550 <object class="GtkAlignment" id="main_window_search_button_alignment">
448 <property name="visible">True</property> 551 <property name="visible">True</property>
552 <property name="can_focus">False</property>
449 <property name="yscale">0</property> 553 <property name="yscale">0</property>
450 <child> 554 <child>
451 <object class="GtkButton" id="main_window_search_button"> 555 <object class="GtkButton" id="main_window_search_button">
452 <property name="label" translatable="yes">Find:</property> 556 <property name="label" translatable="yes">Find:</property>
557 <property name="use_action_appearance">False</property>
453 <property name="visible">True</property> 558 <property name="visible">True</property>
454 <property name="can_focus">True</property> 559 <property name="can_focus">True</property>
455 <property name="receives_default">True</property> 560 <property name="receives_default">True</property>
561 <property name="use_action_appearance">False</property>
456 <property name="image">find_stock_image</property> 562 <property name="image">find_stock_image</property>
457 <signal name="clicked" handler="main_window_search_button_clicked_cb"/> 563 <signal name="clicked" handler="main_window_search_button_clicked_cb" swapped="no"/>
458 </object> 564 </object>
459 </child> 565 </child>
460 </object> 566 </object>
@@ -469,17 +575,20 @@
469 <property name="visible">True</property> 575 <property name="visible">True</property>
470 <property name="can_focus">True</property> 576 <property name="can_focus">True</property>
471 <property name="has_focus">True</property> 577 <property name="has_focus">True</property>
472 <property name="invisible_char">&#x25CF;</property> 578 <property name="invisible_char"></property>
473 <property name="invisible_char_set">True</property> 579 <property name="invisible_char_set">True</property>
474 <signal name="key_press_event" handler="main_window_search_entry_key_press_event_cb"/> 580 <signal name="key-press-event" handler="main_window_search_entry_key_press_event_cb" swapped="no"/>
475 </object> 581 </object>
476 <packing> 582 <packing>
583 <property name="expand">True</property>
584 <property name="fill">True</property>
477 <property name="position">5</property> 585 <property name="position">5</property>
478 </packing> 586 </packing>
479 </child> 587 </child>
480 <child> 588 <child>
481 <object class="GtkLabel" id="main_window_search_anonymity_label"> 589 <object class="GtkLabel" id="main_window_search_anonymity_label">
482 <property name="visible">True</property> 590 <property name="visible">True</property>
591 <property name="can_focus">False</property>
483 <property name="label" translatable="yes">Anonymity:</property> 592 <property name="label" translatable="yes">Anonymity:</property>
484 </object> 593 </object>
485 <packing> 594 <packing>
@@ -491,10 +600,12 @@
491 <child> 600 <child>
492 <object class="GtkAlignment" id="main_window_search_anonymity_combobox_alignment"> 601 <object class="GtkAlignment" id="main_window_search_anonymity_combobox_alignment">
493 <property name="visible">True</property> 602 <property name="visible">True</property>
603 <property name="can_focus">False</property>
494 <property name="yscale">0</property> 604 <property name="yscale">0</property>
495 <child> 605 <child>
496 <object class="GtkComboBox" id="main_window_search_anonymity_combobox"> 606 <object class="GtkComboBox" id="main_window_search_anonymity_combobox">
497 <property name="visible">True</property> 607 <property name="visible">True</property>
608 <property name="can_focus">False</property>
498 <property name="model">anonymity_level_liststore</property> 609 <property name="model">anonymity_level_liststore</property>
499 <property name="active">1</property> 610 <property name="active">1</property>
500 <child> 611 <child>
@@ -522,6 +633,7 @@
522 <child> 633 <child>
523 <object class="GtkLabel" id="main_window_search_mime_label"> 634 <object class="GtkLabel" id="main_window_search_mime_label">
524 <property name="visible">True</property> 635 <property name="visible">True</property>
636 <property name="can_focus">False</property>
525 <property name="label" translatable="yes">Type:</property> 637 <property name="label" translatable="yes">Type:</property>
526 </object> 638 </object>
527 <packing> 639 <packing>
@@ -533,10 +645,12 @@
533 <child> 645 <child>
534 <object class="GtkAlignment" id="main_window_search_mime_combobox_alignment"> 646 <object class="GtkAlignment" id="main_window_search_mime_combobox_alignment">
535 <property name="visible">True</property> 647 <property name="visible">True</property>
648 <property name="can_focus">False</property>
536 <property name="yscale">0</property> 649 <property name="yscale">0</property>
537 <child> 650 <child>
538 <object class="GtkComboBox" id="main_window_search_mime_combobox"> 651 <object class="GtkComboBox" id="main_window_search_mime_combobox">
539 <property name="visible">True</property> 652 <property name="visible">True</property>
653 <property name="can_focus">False</property>
540 <property name="model">main_window_search_mime_liststore</property> 654 <property name="model">main_window_search_mime_liststore</property>
541 <property name="active">0</property> 655 <property name="active">0</property>
542 <child> 656 <child>
@@ -600,7 +714,7 @@
600 <property name="visible">True</property> 714 <property name="visible">True</property>
601 <property name="can_focus">True</property> 715 <property name="can_focus">True</property>
602 <property name="scrollable">True</property> 716 <property name="scrollable">True</property>
603 <signal name="switch_page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes"/> 717 <signal name="switch-page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes" swapped="no"/>
604 </object> 718 </object>
605 <packing> 719 <packing>
606 <property name="resize">True</property> 720 <property name="resize">True</property>
@@ -610,11 +724,13 @@
610 <child> 724 <child>
611 <object class="GtkVBox" id="GNUNET_GTK_main_window_extras_vbox"> 725 <object class="GtkVBox" id="GNUNET_GTK_main_window_extras_vbox">
612 <property name="visible">True</property> 726 <property name="visible">True</property>
727 <property name="can_focus">False</property>
613 <child> 728 <child>
614 <object class="GtkImage" id="GNUNET_GTK_main_window_preview_image"> 729 <object class="GtkImage" id="GNUNET_GTK_main_window_preview_image">
615 <property name="width_request">128</property> 730 <property name="width_request">128</property>
616 <property name="height_request">128</property> 731 <property name="height_request">128</property>
617 <property name="visible">True</property> 732 <property name="visible">True</property>
733 <property name="can_focus">False</property>
618 <property name="has_tooltip">True</property> 734 <property name="has_tooltip">True</property>
619 <property name="tooltip_text" translatable="yes">Thumbnail associated with the currently selected content</property> 735 <property name="tooltip_text" translatable="yes">Thumbnail associated with the currently selected content</property>
620 <property name="pixel_size">256</property> 736 <property name="pixel_size">256</property>
@@ -636,14 +752,17 @@
636 <object class="GtkTreeView" id="GNUNET_GTK_main_window_metadata_treeview"> 752 <object class="GtkTreeView" id="GNUNET_GTK_main_window_metadata_treeview">
637 <property name="visible">True</property> 753 <property name="visible">True</property>
638 <property name="can_focus">True</property> 754 <property name="can_focus">True</property>
639 <property name="model">GNUNET_GTK_meta_data_list_store</property>
640 <property name="hadjustment">adjustment1</property> 755 <property name="hadjustment">adjustment1</property>
641 <property name="vadjustment">adjustment2</property> 756 <property name="vadjustment">adjustment2</property>
757 <property name="model">GNUNET_GTK_meta_data_list_store</property>
642 <property name="search_column">0</property> 758 <property name="search_column">0</property>
643 <property name="rubber_banding">True</property> 759 <property name="rubber_banding">True</property>
644 <property name="enable_grid_lines">both</property> 760 <property name="enable_grid_lines">both</property>
645 <signal name="button_press_event" handler="GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb"/> 761 <signal name="button-press-event" handler="GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb" swapped="no"/>
646 <signal name="popup_menu" handler="GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb"/> 762 <signal name="popup-menu" handler="GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb" swapped="no"/>
763 <child internal-child="selection">
764 <object class="GtkTreeSelection" id="treeview-selection1"/>
765 </child>
647 <child> 766 <child>
648 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_type_column"> 767 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_type_column">
649 <property name="sizing">autosize</property> 768 <property name="sizing">autosize</property>
@@ -681,6 +800,8 @@
681 </child> 800 </child>
682 </object> 801 </object>
683 <packing> 802 <packing>
803 <property name="expand">True</property>
804 <property name="fill">True</property>
684 <property name="position">1</property> 805 <property name="position">1</property>
685 </packing> 806 </packing>
686 </child> 807 </child>
@@ -692,83 +813,42 @@
692 </child> 813 </child>
693 </object> 814 </object>
694 <packing> 815 <packing>
816 <property name="expand">True</property>
817 <property name="fill">True</property>
695 <property name="position">3</property> 818 <property name="position">3</property>
696 </packing> 819 </packing>
697 </child> 820 </child>
698 <child>
699 <object class="GtkStatusbar" id="GNUNET_GTK_status_bar">
700 <property name="visible">True</property>
701 <property name="spacing">2</property>
702 </object>
703 <packing>
704 <property name="expand">False</property>
705 <property name="pack_type">end</property>
706 <property name="position">0</property>
707 </packing>
708 </child>
709 </object> 821 </object>
710 </child> 822 </child>
711 </object> 823 </object>
712 <object class="GtkAdjustment" id="adjustment1"> 824 <object class="GtkTreeStore" id="main_window_search_namespace_treestore">
713 <property name="upper">100</property> 825 <columns>
714 <property name="step_increment">1</property> 826 <!-- column-name Name -->
715 <property name="page_increment">10</property> 827 <column type="gchararray"/>
716 <property name="page_size">10</property> 828 <!-- column-name Key -->
717 </object> 829 <column type="gpointer"/>
718 <object class="GtkAdjustment" id="adjustment3"> 830 <!-- column-name Root -->
719 <property name="upper">100</property> 831 <column type="gchararray"/>
720 <property name="step_increment">1</property> 832 <!-- column-name Tooltip -->
721 <property name="page_increment">10</property> 833 <column type="gchararray"/>
722 </object> 834 </columns>
723 <object class="GtkAdjustment" id="adjustment4">
724 <property name="upper">100</property>
725 <property name="step_increment">1</property>
726 <property name="page_increment">10</property>
727 </object>
728 <object class="GtkAdjustment" id="adjustment5">
729 <property name="upper">100</property>
730 <property name="step_increment">1</property>
731 <property name="page_increment">10</property>
732 </object>
733 <object class="GtkAdjustment" id="adjustment6">
734 <property name="upper">100</property>
735 <property name="step_increment">1</property>
736 <property name="page_increment">10</property>
737 </object>
738 <object class="GtkAdjustment" id="adjustment7">
739 <property name="upper">100</property>
740 <property name="step_increment">1</property>
741 <property name="page_increment">10</property>
742 </object>
743 <object class="GtkAdjustment" id="adjustment8">
744 <property name="upper">100</property>
745 <property name="step_increment">1</property>
746 <property name="page_increment">10</property>
747 </object>
748 <object class="GtkImage" id="down_stock_image">
749 <property name="visible">True</property>
750 <property name="stock">gtk-go-down</property>
751 </object>
752 <object class="GtkImage" id="find_stock_image">
753 <property name="visible">True</property>
754 <property name="stock">gtk-find</property>
755 </object>
756 <object class="GtkImage" id="index_stock_image">
757 <property name="visible">True</property>
758 <property name="stock">gtk-index</property>
759 </object> 835 </object>
760 <object class="GtkMenu" id="metadata_popup_menu"> 836 <object class="GtkMenu" id="metadata_popup_menu">
761 <property name="visible">True</property> 837 <property name="visible">True</property>
838 <property name="can_focus">False</property>
762 <child> 839 <child>
763 <object class="GtkMenuItem" id="Copy selection"> 840 <object class="GtkMenuItem" id="Copy selection">
841 <property name="use_action_appearance">False</property>
764 <property name="visible">True</property> 842 <property name="visible">True</property>
843 <property name="can_focus">False</property>
765 <property name="label" translatable="yes">Copy selection</property> 844 <property name="label" translatable="yes">Copy selection</property>
766 <property name="use_underline">True</property> 845 <property name="use_underline">True</property>
767 <signal name="activate" handler="GNUNET_GTK_FS_metadata_copy_selection_activated"/> 846 <signal name="activate" handler="GNUNET_GTK_FS_metadata_copy_selection_activated" swapped="no"/>
768 </object> 847 </object>
769 </child> 848 </child>
770 </object> 849 </object>
771 <object class="GtkWindow" id="namespace_selector_window"> 850 <object class="GtkWindow" id="namespace_selector_window">
851 <property name="can_focus">False</property>
772 <property name="events">GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property> 852 <property name="events">GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
773 <property name="resizable">False</property> 853 <property name="resizable">False</property>
774 <property name="destroy_with_parent">True</property> 854 <property name="destroy_with_parent">True</property>
@@ -780,10 +860,11 @@
780 <property name="deletable">False</property> 860 <property name="deletable">False</property>
781 <property name="transient_for">GNUNET_GTK_main_window</property> 861 <property name="transient_for">GNUNET_GTK_main_window</property>
782 <property name="mnemonics_visible">False</property> 862 <property name="mnemonics_visible">False</property>
783 <signal name="leave_notify_event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb"/> 863 <signal name="leave-notify-event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb" swapped="no"/>
784 <signal name="enter_notify_event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb"/> 864 <signal name="enter-notify-event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb" swapped="no"/>
785 <child> 865 <child>
786 <object class="GtkVBox" id="namespace_selector_main_vbox"> 866 <object class="GtkVBox" id="namespace_selector_main_vbox">
867 <property name="can_focus">False</property>
787 <child> 868 <child>
788 <object class="GtkTreeView" id="namespace_selector_treeview"> 869 <object class="GtkTreeView" id="namespace_selector_treeview">
789 <property name="visible">True</property> 870 <property name="visible">True</property>
@@ -795,8 +876,11 @@
795 <property name="hover_selection">True</property> 876 <property name="hover_selection">True</property>
796 <property name="hover_expand">True</property> 877 <property name="hover_expand">True</property>
797 <property name="tooltip_column">3</property> 878 <property name="tooltip_column">3</property>
798 <signal name="button_press_event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_press_event_cb"/> 879 <signal name="button-press-event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_press_event_cb" swapped="no"/>
799 <signal name="button_release_event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_release_event_cb"/> 880 <signal name="button-release-event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_release_event_cb" swapped="no"/>
881 <child internal-child="selection">
882 <object class="GtkTreeSelection" id="treeview-selection2"/>
883 </child>
800 <child> 884 <child>
801 <object class="GtkTreeViewColumn" id="name_column"> 885 <object class="GtkTreeViewColumn" id="name_column">
802 <property name="sizing">autosize</property> 886 <property name="sizing">autosize</property>
@@ -823,17 +907,21 @@
823 </child> 907 </child>
824 </object> 908 </object>
825 <packing> 909 <packing>
910 <property name="expand">True</property>
911 <property name="fill">True</property>
826 <property name="position">0</property> 912 <property name="position">0</property>
827 </packing> 913 </packing>
828 </child> 914 </child>
829 <child> 915 <child>
830 <object class="GtkButton" id="namespace_selector_manage_namespaces_button"> 916 <object class="GtkButton" id="namespace_selector_manage_namespaces_button">
831 <property name="label" translatable="yes">_Manage namespaces</property> 917 <property name="label" translatable="yes">_Manage namespaces</property>
918 <property name="use_action_appearance">False</property>
832 <property name="visible">True</property> 919 <property name="visible">True</property>
833 <property name="can_focus">True</property> 920 <property name="can_focus">True</property>
834 <property name="receives_default">False</property> 921 <property name="receives_default">False</property>
922 <property name="use_action_appearance">False</property>
835 <property name="use_underline">True</property> 923 <property name="use_underline">True</property>
836 <signal name="clicked" handler="namespace_selector_manage_namespaces_button_clicked_cb"/> 924 <signal name="clicked" handler="namespace_selector_manage_namespaces_button_clicked_cb" swapped="no"/>
837 </object> 925 </object>
838 <packing> 926 <packing>
839 <property name="expand">False</property> 927 <property name="expand">False</property>
@@ -846,16 +934,14 @@
846 </object> 934 </object>
847 <object class="GtkImage" id="new_stock_image"> 935 <object class="GtkImage" id="new_stock_image">
848 <property name="visible">True</property> 936 <property name="visible">True</property>
937 <property name="can_focus">False</property>
849 <property name="stock">gtk-new</property> 938 <property name="stock">gtk-new</property>
850 </object> 939 </object>
851 <object class="GtkImage" id="open_stock_image"> 940 <object class="GtkImage" id="open_stock_image">
852 <property name="visible">True</property> 941 <property name="visible">True</property>
942 <property name="can_focus">False</property>
853 <property name="stock">gtk-open</property> 943 <property name="stock">gtk-open</property>
854 </object> 944 </object>
855 <object class="GtkImage" id="up_stock_image">
856 <property name="visible">True</property>
857 <property name="stock">gtk-go-up</property>
858 </object>
859 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup"> 945 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup">
860 <property name="mode">vertical</property> 946 <property name="mode">vertical</property>
861 <widgets> 947 <widgets>
@@ -870,8 +956,8 @@
870 <property name="page_increment">10</property> 956 <property name="page_increment">10</property>
871 </object> 957 </object>
872 <object class="GtkAdjustment" id="priority_adjustment"> 958 <object class="GtkAdjustment" id="priority_adjustment">
873 <property name="value">1000</property>
874 <property name="upper">10000000</property> 959 <property name="upper">10000000</property>
960 <property name="value">1000</property>
875 <property name="step_increment">1</property> 961 <property name="step_increment">1</property>
876 <property name="page_increment">10</property> 962 <property name="page_increment">10</property>
877 </object> 963 </object>
@@ -880,6 +966,11 @@
880 <property name="step_increment">1</property> 966 <property name="step_increment">1</property>
881 <property name="page_increment">10</property> 967 <property name="page_increment">10</property>
882 </object> 968 </object>
969 <object class="GtkImage" id="up_stock_image">
970 <property name="visible">True</property>
971 <property name="can_focus">False</property>
972 <property name="stock">gtk-go-up</property>
973 </object>
883 <object class="GtkSizeGroup" id="sizegroup4"/> 974 <object class="GtkSizeGroup" id="sizegroup4"/>
884 <object class="GtkSizeGroup" id="sizegroup5"/> 975 <object class="GtkSizeGroup" id="sizegroup5"/>
885</interface> 976</interface>