diff options
Diffstat (limited to 'contrib/gnunet_fs_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_fs_gtk_main_window.glade | 322 |
1 files changed, 26 insertions, 296 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade index bb060f3d..b58cb539 100644 --- a/contrib/gnunet_fs_gtk_main_window.glade +++ b/contrib/gnunet_fs_gtk_main_window.glade | |||
@@ -12,6 +12,26 @@ | |||
12 | <property name="step_increment">1</property> | 12 | <property name="step_increment">1</property> |
13 | <property name="page_increment">10</property> | 13 | <property name="page_increment">10</property> |
14 | </object> | 14 | </object> |
15 | <object class="GtkTreeStore" id="GNUNET_GTK_file_sharing_publishing_tree_store"> | ||
16 | <columns> | ||
17 | <!-- column-name filesize --> | ||
18 | <column type="gchararray"/> | ||
19 | <!-- column-name do_index --> | ||
20 | <column type="gboolean"/> | ||
21 | <!-- column-name filename --> | ||
22 | <column type="gchararray"/> | ||
23 | <!-- column-name anonymity_level --> | ||
24 | <column type="guint"/> | ||
25 | <!-- column-name priority --> | ||
26 | <column type="guint"/> | ||
27 | <!-- column-name file_information_struct --> | ||
28 | <column type="gpointer"/> | ||
29 | <!-- column-name expiration_time_absolute --> | ||
30 | <column type="guint64"/> | ||
31 | <!-- column-name replication_level --> | ||
32 | <column type="guint"/> | ||
33 | </columns> | ||
34 | </object> | ||
15 | <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store"> | 35 | <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store"> |
16 | <columns> | 36 | <columns> |
17 | <!-- column-name extractor_meta_type --> | 37 | <!-- column-name extractor_meta_type --> |
@@ -234,289 +254,6 @@ | |||
234 | <column type="guint64"/> | 254 | <column type="guint64"/> |
235 | </columns> | 255 | </columns> |
236 | </object> | 256 | </object> |
237 | <object class="GtkFileChooserDialog" id="GNUNET_GTK_publish_directory_dialog"> | ||
238 | <property name="can_focus">False</property> | ||
239 | <property name="can_default">True</property> | ||
240 | <property name="events">GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property> | ||
241 | <property name="border_width">5</property> | ||
242 | <property name="modal">True</property> | ||
243 | <property name="destroy_with_parent">True</property> | ||
244 | <property name="type_hint">dialog</property> | ||
245 | <property name="skip_taskbar_hint">True</property> | ||
246 | <property name="skip_pager_hint">True</property> | ||
247 | <property name="transient_for">GNUNET_GTK_main_window</property> | ||
248 | <property name="action">select-folder</property> | ||
249 | <property name="create_folders">False</property> | ||
250 | <property name="select_multiple">True</property> | ||
251 | <child internal-child="vbox"> | ||
252 | <object class="GtkVBox" id="dialog-vbox1"> | ||
253 | <property name="visible">True</property> | ||
254 | <property name="can_focus">False</property> | ||
255 | <property name="spacing">2</property> | ||
256 | <child internal-child="action_area"> | ||
257 | <object class="GtkHButtonBox" id="dialog-action_area6"> | ||
258 | <property name="visible">True</property> | ||
259 | <property name="can_focus">False</property> | ||
260 | <property name="layout_style">end</property> | ||
261 | <child> | ||
262 | <object class="GtkButton" id="GNUNET_GTK_publish_dialog_cancel_button"> | ||
263 | <property name="label">gtk-cancel</property> | ||
264 | <property name="use_action_appearance">False</property> | ||
265 | <property name="visible">True</property> | ||
266 | <property name="can_focus">True</property> | ||
267 | <property name="receives_default">True</property> | ||
268 | <property name="use_stock">True</property> | ||
269 | </object> | ||
270 | <packing> | ||
271 | <property name="expand">False</property> | ||
272 | <property name="fill">False</property> | ||
273 | <property name="position">0</property> | ||
274 | </packing> | ||
275 | </child> | ||
276 | <child> | ||
277 | <object class="GtkButton" id="GNUNET_GTK_publish_directory_dialog_ok_button"> | ||
278 | <property name="label">gtk-ok</property> | ||
279 | <property name="use_action_appearance">False</property> | ||
280 | <property name="visible">True</property> | ||
281 | <property name="can_focus">True</property> | ||
282 | <property name="can_default">True</property> | ||
283 | <property name="receives_default">True</property> | ||
284 | <property name="use_stock">True</property> | ||
285 | </object> | ||
286 | <packing> | ||
287 | <property name="expand">False</property> | ||
288 | <property name="fill">False</property> | ||
289 | <property name="position">1</property> | ||
290 | </packing> | ||
291 | </child> | ||
292 | </object> | ||
293 | <packing> | ||
294 | <property name="expand">False</property> | ||
295 | <property name="fill">True</property> | ||
296 | <property name="pack_type">end</property> | ||
297 | <property name="position">0</property> | ||
298 | </packing> | ||
299 | </child> | ||
300 | <child> | ||
301 | <object class="GtkVBox" id="vbox3"> | ||
302 | <property name="visible">True</property> | ||
303 | <property name="can_focus">False</property> | ||
304 | <child> | ||
305 | <object class="GtkHBox" id="hbox6"> | ||
306 | <property name="visible">True</property> | ||
307 | <property name="can_focus">False</property> | ||
308 | <child> | ||
309 | <object class="GtkCheckButton" id="GNUNET_GTK_publish_directory_dialog_do_index_checkbutton"> | ||
310 | <property name="label" translatable="yes">Index files</property> | ||
311 | <property name="use_action_appearance">False</property> | ||
312 | <property name="visible">True</property> | ||
313 | <property name="can_focus">True</property> | ||
314 | <property name="receives_default">False</property> | ||
315 | <property name="use_underline">True</property> | ||
316 | <property name="active">True</property> | ||
317 | <property name="draw_indicator">True</property> | ||
318 | </object> | ||
319 | <packing> | ||
320 | <property name="expand">False</property> | ||
321 | <property name="fill">False</property> | ||
322 | <property name="padding">20</property> | ||
323 | <property name="position">0</property> | ||
324 | </packing> | ||
325 | </child> | ||
326 | <child> | ||
327 | <placeholder/> | ||
328 | </child> | ||
329 | <child> | ||
330 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_priority_label"> | ||
331 | <property name="visible">True</property> | ||
332 | <property name="can_focus">False</property> | ||
333 | <property name="label" translatable="yes">Priority:</property> | ||
334 | </object> | ||
335 | <packing> | ||
336 | <property name="expand">False</property> | ||
337 | <property name="fill">True</property> | ||
338 | <property name="padding">13</property> | ||
339 | <property name="position">2</property> | ||
340 | </packing> | ||
341 | </child> | ||
342 | <child> | ||
343 | <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_priority_spin_button"> | ||
344 | <property name="visible">True</property> | ||
345 | <property name="can_focus">True</property> | ||
346 | <property name="invisible_char">•</property> | ||
347 | <property name="invisible_char_set">True</property> | ||
348 | <property name="primary_icon_activatable">False</property> | ||
349 | <property name="secondary_icon_activatable">False</property> | ||
350 | <property name="primary_icon_sensitive">True</property> | ||
351 | <property name="secondary_icon_sensitive">True</property> | ||
352 | <property name="adjustment">priority_adjustment</property> | ||
353 | <property name="numeric">True</property> | ||
354 | </object> | ||
355 | <packing> | ||
356 | <property name="expand">False</property> | ||
357 | <property name="fill">True</property> | ||
358 | <property name="padding">20</property> | ||
359 | <property name="position">3</property> | ||
360 | </packing> | ||
361 | </child> | ||
362 | </object> | ||
363 | <packing> | ||
364 | <property name="expand">False</property> | ||
365 | <property name="fill">False</property> | ||
366 | <property name="position">0</property> | ||
367 | </packing> | ||
368 | </child> | ||
369 | <child> | ||
370 | <object class="GtkHBox" id="hbox7"> | ||
371 | <property name="visible">True</property> | ||
372 | <property name="can_focus">False</property> | ||
373 | <child> | ||
374 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_expiration_label"> | ||
375 | <property name="visible">True</property> | ||
376 | <property name="can_focus">False</property> | ||
377 | <property name="label" translatable="yes">Expiration year:</property> | ||
378 | </object> | ||
379 | <packing> | ||
380 | <property name="expand">False</property> | ||
381 | <property name="fill">False</property> | ||
382 | <property name="padding">20</property> | ||
383 | <property name="position">0</property> | ||
384 | </packing> | ||
385 | </child> | ||
386 | <child> | ||
387 | <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_expiration_year_spin_button"> | ||
388 | <property name="visible">True</property> | ||
389 | <property name="can_focus">True</property> | ||
390 | <property name="invisible_char">•</property> | ||
391 | <property name="invisible_char_set">True</property> | ||
392 | <property name="primary_icon_activatable">False</property> | ||
393 | <property name="secondary_icon_activatable">False</property> | ||
394 | <property name="primary_icon_sensitive">True</property> | ||
395 | <property name="secondary_icon_sensitive">True</property> | ||
396 | <property name="adjustment">expiration_year_adjustment</property> | ||
397 | </object> | ||
398 | <packing> | ||
399 | <property name="expand">False</property> | ||
400 | <property name="fill">False</property> | ||
401 | <property name="position">1</property> | ||
402 | </packing> | ||
403 | </child> | ||
404 | <child> | ||
405 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_anonymity_label"> | ||
406 | <property name="visible">True</property> | ||
407 | <property name="can_focus">False</property> | ||
408 | <property name="label" translatable="yes">Anonymity:</property> | ||
409 | </object> | ||
410 | <packing> | ||
411 | <property name="expand">False</property> | ||
412 | <property name="fill">True</property> | ||
413 | <property name="padding">5</property> | ||
414 | <property name="position">2</property> | ||
415 | </packing> | ||
416 | </child> | ||
417 | <child> | ||
418 | <object class="GtkAlignment" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox_alignment"> | ||
419 | <property name="visible">True</property> | ||
420 | <property name="can_focus">False</property> | ||
421 | <property name="yscale">0</property> | ||
422 | <child> | ||
423 | <object class="GtkComboBox" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox"> | ||
424 | <property name="visible">True</property> | ||
425 | <property name="can_focus">False</property> | ||
426 | <property name="model">main_window_search_anonymity_liststore</property> | ||
427 | <property name="active">1</property> | ||
428 | <child> | ||
429 | <object class="GtkCellRendererText" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox_renderer"/> | ||
430 | <attributes> | ||
431 | <attribute name="foreground">2</attribute> | ||
432 | <attribute name="text">0</attribute> | ||
433 | </attributes> | ||
434 | </child> | ||
435 | <child> | ||
436 | <object class="GtkCellRendererText" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox_renerer_level"/> | ||
437 | <attributes> | ||
438 | <attribute name="text">1</attribute> | ||
439 | </attributes> | ||
440 | </child> | ||
441 | </object> | ||
442 | </child> | ||
443 | </object> | ||
444 | <packing> | ||
445 | <property name="expand">False</property> | ||
446 | <property name="fill">False</property> | ||
447 | <property name="position">3</property> | ||
448 | </packing> | ||
449 | </child> | ||
450 | </object> | ||
451 | <packing> | ||
452 | <property name="expand">False</property> | ||
453 | <property name="fill">False</property> | ||
454 | <property name="position">1</property> | ||
455 | </packing> | ||
456 | </child> | ||
457 | <child> | ||
458 | <object class="GtkHBox" id="hbox10"> | ||
459 | <property name="visible">True</property> | ||
460 | <property name="can_focus">False</property> | ||
461 | <child> | ||
462 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_replication_label"> | ||
463 | <property name="visible">True</property> | ||
464 | <property name="can_focus">False</property> | ||
465 | <property name="label" translatable="yes">_Replication:</property> | ||
466 | <property name="use_underline">True</property> | ||
467 | </object> | ||
468 | <packing> | ||
469 | <property name="expand">False</property> | ||
470 | <property name="fill">True</property> | ||
471 | <property name="padding">20</property> | ||
472 | <property name="position">0</property> | ||
473 | </packing> | ||
474 | </child> | ||
475 | <child> | ||
476 | <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_replication_spin_button"> | ||
477 | <property name="visible">True</property> | ||
478 | <property name="can_focus">True</property> | ||
479 | <property name="invisible_char">●</property> | ||
480 | <property name="primary_icon_activatable">False</property> | ||
481 | <property name="secondary_icon_activatable">False</property> | ||
482 | <property name="primary_icon_sensitive">True</property> | ||
483 | <property name="secondary_icon_sensitive">True</property> | ||
484 | <property name="numeric">True</property> | ||
485 | </object> | ||
486 | <packing> | ||
487 | <property name="expand">False</property> | ||
488 | <property name="fill">True</property> | ||
489 | <property name="padding">1</property> | ||
490 | <property name="position">1</property> | ||
491 | </packing> | ||
492 | </child> | ||
493 | <child> | ||
494 | <placeholder/> | ||
495 | </child> | ||
496 | <child> | ||
497 | <placeholder/> | ||
498 | </child> | ||
499 | </object> | ||
500 | <packing> | ||
501 | <property name="expand">False</property> | ||
502 | <property name="fill">True</property> | ||
503 | <property name="position">2</property> | ||
504 | </packing> | ||
505 | </child> | ||
506 | </object> | ||
507 | <packing> | ||
508 | <property name="expand">False</property> | ||
509 | <property name="fill">False</property> | ||
510 | <property name="position">2</property> | ||
511 | </packing> | ||
512 | </child> | ||
513 | </object> | ||
514 | </child> | ||
515 | <action-widgets> | ||
516 | <action-widget response="-6">GNUNET_GTK_publish_dialog_cancel_button</action-widget> | ||
517 | <action-widget response="-5">GNUNET_GTK_publish_directory_dialog_ok_button</action-widget> | ||
518 | </action-widgets> | ||
519 | </object> | ||
520 | <object class="GtkFileChooserDialog" id="GNUNET_GTK_publish_file_dialog"> | 257 | <object class="GtkFileChooserDialog" id="GNUNET_GTK_publish_file_dialog"> |
521 | <property name="can_focus">False</property> | 258 | <property name="can_focus">False</property> |
522 | <property name="can_default">True</property> | 259 | <property name="can_default">True</property> |
@@ -546,9 +283,12 @@ | |||
546 | <property name="label">gtk-cancel</property> | 283 | <property name="label">gtk-cancel</property> |
547 | <property name="use_action_appearance">False</property> | 284 | <property name="use_action_appearance">False</property> |
548 | <property name="visible">True</property> | 285 | <property name="visible">True</property> |
286 | <property name="sensitive">False</property> | ||
549 | <property name="can_focus">True</property> | 287 | <property name="can_focus">True</property> |
550 | <property name="receives_default">True</property> | 288 | <property name="receives_default">True</property> |
551 | <property name="use_stock">True</property> | 289 | <property name="image">execute_stock_image</property> |
290 | <property name="use_underline">True</property> | ||
291 | <signal name="clicked" handler="GNUNET_GTK_open_url_dialog_execute_button_clicked_cb" swapped="no"/> | ||
552 | </object> | 292 | </object> |
553 | <packing> | 293 | <packing> |
554 | <property name="expand">False</property> | 294 | <property name="expand">False</property> |
@@ -1133,7 +873,7 @@ | |||
1133 | <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> | 873 | <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> |
1134 | <property name="accel_path"><gnunet-fs-gtk>/File sharing/Create pseudonym</property> | 874 | <property name="accel_path"><gnunet-fs-gtk>/File sharing/Create pseudonym</property> |
1135 | <property name="use_underline">True</property> | 875 | <property name="use_underline">True</property> |
1136 | <property name="image">new_stock_imag</property> | 876 | <property name="image">new_stock_image</property> |
1137 | <property name="use_stock">False</property> | 877 | <property name="use_stock">False</property> |
1138 | <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/> | 878 | <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
1139 | <signal name="activate" handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb" swapped="no"/> | 879 | <signal name="activate" handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb" swapped="no"/> |
@@ -1767,11 +1507,6 @@ | |||
1767 | </object> | 1507 | </object> |
1768 | </child> | 1508 | </child> |
1769 | </object> | 1509 | </object> |
1770 | <object class="GtkImage" id="new_stock_imag"> | ||
1771 | <property name="visible">True</property> | ||
1772 | <property name="can_focus">False</property> | ||
1773 | <property name="stock">gtk-new</property> | ||
1774 | </object> | ||
1775 | <object class="GtkImage" id="new_stock_image"> | 1510 | <object class="GtkImage" id="new_stock_image"> |
1776 | <property name="visible">True</property> | 1511 | <property name="visible">True</property> |
1777 | <property name="can_focus">False</property> | 1512 | <property name="can_focus">False</property> |
@@ -1811,11 +1546,6 @@ | |||
1811 | <widget name="main_window_search_mime_combobox"/> | 1546 | <widget name="main_window_search_mime_combobox"/> |
1812 | </widgets> | 1547 | </widgets> |
1813 | </object> | 1548 | </object> |
1814 | <object class="GtkSizeGroup" id="sizegroup4"> | 1549 | <object class="GtkSizeGroup" id="sizegroup4"/> |
1815 | <widgets> | ||
1816 | <widget name="GNUNET_GTK_master_publish_dialog_cancel_button"/> | ||
1817 | <widget name="GNUNET_GTK_master_publish_dialog_execute_button"/> | ||
1818 | </widgets> | ||
1819 | </object> | ||
1820 | <object class="GtkSizeGroup" id="sizegroup5"/> | 1550 | <object class="GtkSizeGroup" id="sizegroup5"/> |
1821 | </interface> | 1551 | </interface> |