aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_edit_publication.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_edit_publication.glade')
-rw-r--r--contrib/gnunet_fs_gtk_edit_publication.glade123
1 files changed, 55 insertions, 68 deletions
diff --git a/contrib/gnunet_fs_gtk_edit_publication.glade b/contrib/gnunet_fs_gtk_edit_publication.glade
index 82038d42..2fea42b3 100644
--- a/contrib/gnunet_fs_gtk_edit_publication.glade
+++ b/contrib/gnunet_fs_gtk_edit_publication.glade
@@ -1,7 +1,25 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.18.3 -->
2<interface> 3<interface>
3 <requires lib="gtk+" version="2.20"/> 4 <requires lib="gtk+" version="3.0"/>
4 <!-- interface-naming-policy project-wide --> 5 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment">
6 <property name="upper">100</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_verticall_adjustment">
11 <property name="upper">100</property>
12 <property name="step_increment">1</property>
13 <property name="page_increment">10</property>
14 </object>
15 <object class="GtkListStore" id="GNUNET_GTK_publication_keywords_liststore">
16 <columns>
17 <!-- column-name Keyword -->
18 <column type="gchararray"/>
19 <!-- column-name Added -->
20 <column type="gboolean"/>
21 </columns>
22 </object>
5 <object class="GtkListStore" id="GNUNET_GTK_publication_metadata_liststore"> 23 <object class="GtkListStore" id="GNUNET_GTK_publication_metadata_liststore">
6 <columns> 24 <columns>
7 <!-- column-name Type --> 25 <!-- column-name Type -->
@@ -66,23 +84,40 @@
66 </row> 84 </row>
67 </data> 85 </data>
68 </object> 86 </object>
69 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment"> 87 <object class="GtkImage" id="add_stock_image">
70 <property name="upper">100</property> 88 <property name="visible">True</property>
89 <property name="can_focus">False</property>
90 <property name="stock">gtk-add</property>
91 </object>
92 <object class="GtkImage" id="add_stock_image1">
93 <property name="visible">True</property>
94 <property name="can_focus">False</property>
95 <property name="stock">gtk-add</property>
96 </object>
97 <object class="GtkImage" id="del_stock_image">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="stock">gtk-delete</property>
101 </object>
102 <object class="GtkImage" id="del_stock_image1">
103 <property name="visible">True</property>
104 <property name="can_focus">False</property>
105 <property name="stock">gtk-delete</property>
106 </object>
107 <object class="GtkAdjustment" id="expiration_year_adjustment">
108 <property name="upper">9999</property>
71 <property name="step_increment">1</property> 109 <property name="step_increment">1</property>
72 <property name="page_increment">10</property> 110 <property name="page_increment">10</property>
73 </object> 111 </object>
74 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_verticall_adjustment"> 112 <object class="GtkAdjustment" id="priority_adjustment">
75 <property name="upper">100</property> 113 <property name="upper">10000000</property>
76 <property name="step_increment">1</property> 114 <property name="step_increment">1</property>
77 <property name="page_increment">10</property> 115 <property name="page_increment">10</property>
78 </object> 116 </object>
79 <object class="GtkListStore" id="GNUNET_GTK_publication_keywords_liststore"> 117 <object class="GtkAdjustment" id="replication_adjustment">
80 <columns> 118 <property name="upper">999999</property>
81 <!-- column-name Keyword --> 119 <property name="step_increment">1</property>
82 <column type="gchararray"/> 120 <property name="page_increment">10</property>
83 <!-- column-name Added -->
84 <column type="gboolean"/>
85 </columns>
86 </object> 121 </object>
87 <object class="GtkWindow" id="GNUNET_GTK_edit_publication_window"> 122 <object class="GtkWindow" id="GNUNET_GTK_edit_publication_window">
88 <property name="can_focus">False</property> 123 <property name="can_focus">False</property>
@@ -195,8 +230,6 @@
195 <property name="height_request">120</property> 230 <property name="height_request">120</property>
196 <property name="visible">True</property> 231 <property name="visible">True</property>
197 <property name="can_focus">True</property> 232 <property name="can_focus">True</property>
198 <property name="hscrollbar_policy">automatic</property>
199 <property name="vscrollbar_policy">automatic</property>
200 <property name="shadow_type">in</property> 233 <property name="shadow_type">in</property>
201 <child> 234 <child>
202 <object class="GtkTreeView" id="GNUNET_GTK_edit_publication_metadata_tree_view"> 235 <object class="GtkTreeView" id="GNUNET_GTK_edit_publication_metadata_tree_view">
@@ -206,6 +239,9 @@
206 <property name="enable_search">False</property> 239 <property name="enable_search">False</property>
207 <property name="search_column">0</property> 240 <property name="search_column">0</property>
208 <property name="tooltip_column">4</property> 241 <property name="tooltip_column">4</property>
242 <child internal-child="selection">
243 <object class="GtkTreeSelection" id="treeview-selection1"/>
244 </child>
209 <child> 245 <child>
210 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_metadata_tree_view_type_column"> 246 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_metadata_tree_view_type_column">
211 <property name="resizable">True</property> 247 <property name="resizable">True</property>
@@ -294,8 +330,6 @@
294 <property name="can_focus">True</property> 330 <property name="can_focus">True</property>
295 <property name="hadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment</property> 331 <property name="hadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment</property>
296 <property name="vadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_verticall_adjustment</property> 332 <property name="vadjustment">GNUNET_GTK_edit_publication_metadata_preview_image_verticall_adjustment</property>
297 <property name="hscrollbar_policy">automatic</property>
298 <property name="vscrollbar_policy">automatic</property>
299 <child> 333 <child>
300 <object class="GtkViewport" id="GNUNET_GTK_edit_publication_metadata_preview_image_viewport"> 334 <object class="GtkViewport" id="GNUNET_GTK_edit_publication_metadata_preview_image_viewport">
301 <property name="visible">True</property> 335 <property name="visible">True</property>
@@ -376,12 +410,9 @@
376 <property name="can_focus">True</property> 410 <property name="can_focus">True</property>
377 <property name="events">GDK_KEY_PRESS_MASK | GDK_STRUCTURE_MASK</property> 411 <property name="events">GDK_KEY_PRESS_MASK | GDK_STRUCTURE_MASK</property>
378 <property name="invisible_char">●</property> 412 <property name="invisible_char">●</property>
379 <property name="invisible_char_set">True</property>
380 <property name="caps_lock_warning">False</property> 413 <property name="caps_lock_warning">False</property>
381 <property name="primary_icon_activatable">False</property> 414 <property name="primary_icon_activatable">False</property>
382 <property name="secondary_icon_activatable">False</property> 415 <property name="secondary_icon_activatable">False</property>
383 <property name="primary_icon_sensitive">True</property>
384 <property name="secondary_icon_sensitive">True</property>
385 </object> 416 </object>
386 <packing> 417 <packing>
387 <property name="expand">True</property> 418 <property name="expand">True</property>
@@ -422,7 +453,6 @@
422 <property name="visible">True</property> 453 <property name="visible">True</property>
423 <property name="can_focus">True</property> 454 <property name="can_focus">True</property>
424 <property name="hscrollbar_policy">never</property> 455 <property name="hscrollbar_policy">never</property>
425 <property name="vscrollbar_policy">automatic</property>
426 <property name="shadow_type">in</property> 456 <property name="shadow_type">in</property>
427 <child> 457 <child>
428 <object class="GtkTreeView" id="GNUNET_GTK_edit_publication_keyword_list_tree_view"> 458 <object class="GtkTreeView" id="GNUNET_GTK_edit_publication_keyword_list_tree_view">
@@ -430,6 +460,9 @@
430 <property name="can_focus">True</property> 460 <property name="can_focus">True</property>
431 <property name="model">GNUNET_GTK_publication_keywords_liststore</property> 461 <property name="model">GNUNET_GTK_publication_keywords_liststore</property>
432 <property name="search_column">0</property> 462 <property name="search_column">0</property>
463 <child internal-child="selection">
464 <object class="GtkTreeSelection" id="treeview-selection2"/>
465 </child>
433 <child> 466 <child>
434 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_keyword_list_tree_view_column"> 467 <object class="GtkTreeViewColumn" id="GNUNET_GTK_edit_publication_keyword_list_tree_view_column">
435 <property name="title">Keywords</property> 468 <property name="title">Keywords</property>
@@ -524,6 +557,7 @@
524 <property name="visible">True</property> 557 <property name="visible">True</property>
525 <property name="can_focus">True</property> 558 <property name="can_focus">True</property>
526 <property name="receives_default">False</property> 559 <property name="receives_default">False</property>
560 <property name="xalign">0.5</property>
527 <property name="draw_indicator">True</property> 561 <property name="draw_indicator">True</property>
528 </object> 562 </object>
529 <packing> 563 <packing>
@@ -564,11 +598,8 @@
564 <property name="can_focus">True</property> 598 <property name="can_focus">True</property>
565 <property name="invisible_char">•</property> 599 <property name="invisible_char">•</property>
566 <property name="text">root</property> 600 <property name="text">root</property>
567 <property name="invisible_char_set">True</property>
568 <property name="primary_icon_activatable">False</property> 601 <property name="primary_icon_activatable">False</property>
569 <property name="secondary_icon_activatable">False</property> 602 <property name="secondary_icon_activatable">False</property>
570 <property name="primary_icon_sensitive">True</property>
571 <property name="secondary_icon_sensitive">True</property>
572 </object> 603 </object>
573 <packing> 604 <packing>
574 <property name="expand">False</property> 605 <property name="expand">False</property>
@@ -665,11 +696,8 @@
665 <property name="visible">True</property> 696 <property name="visible">True</property>
666 <property name="can_focus">True</property> 697 <property name="can_focus">True</property>
667 <property name="invisible_char">●</property> 698 <property name="invisible_char">●</property>
668 <property name="invisible_char_set">True</property>
669 <property name="primary_icon_activatable">False</property> 699 <property name="primary_icon_activatable">False</property>
670 <property name="secondary_icon_activatable">False</property> 700 <property name="secondary_icon_activatable">False</property>
671 <property name="primary_icon_sensitive">True</property>
672 <property name="secondary_icon_sensitive">True</property>
673 <property name="adjustment">priority_adjustment</property> 701 <property name="adjustment">priority_adjustment</property>
674 <property name="numeric">True</property> 702 <property name="numeric">True</property>
675 </object> 703 </object>
@@ -711,11 +739,8 @@
711 <property name="can_focus">True</property> 739 <property name="can_focus">True</property>
712 <property name="max_length">4</property> 740 <property name="max_length">4</property>
713 <property name="invisible_char">•</property> 741 <property name="invisible_char">•</property>
714 <property name="invisible_char_set">True</property>
715 <property name="primary_icon_activatable">False</property> 742 <property name="primary_icon_activatable">False</property>
716 <property name="secondary_icon_activatable">False</property> 743 <property name="secondary_icon_activatable">False</property>
717 <property name="primary_icon_sensitive">True</property>
718 <property name="secondary_icon_sensitive">True</property>
719 <property name="adjustment">expiration_year_adjustment</property> 744 <property name="adjustment">expiration_year_adjustment</property>
720 <property name="climb_rate">1</property> 745 <property name="climb_rate">1</property>
721 <property name="numeric">True</property> 746 <property name="numeric">True</property>
@@ -756,11 +781,8 @@
756 <property name="visible">True</property> 781 <property name="visible">True</property>
757 <property name="can_focus">True</property> 782 <property name="can_focus">True</property>
758 <property name="invisible_char">●</property> 783 <property name="invisible_char">●</property>
759 <property name="invisible_char_set">True</property>
760 <property name="primary_icon_activatable">False</property> 784 <property name="primary_icon_activatable">False</property>
761 <property name="secondary_icon_activatable">False</property> 785 <property name="secondary_icon_activatable">False</property>
762 <property name="primary_icon_sensitive">True</property>
763 <property name="secondary_icon_sensitive">True</property>
764 <property name="adjustment">replication_adjustment</property> 786 <property name="adjustment">replication_adjustment</property>
765 </object> 787 </object>
766 <packing> 788 <packing>
@@ -863,41 +885,6 @@
863 </object> 885 </object>
864 </child> 886 </child>
865 </object> 887 </object>
866 <object class="GtkImage" id="add_stock_image">
867 <property name="visible">True</property>
868 <property name="can_focus">False</property>
869 <property name="stock">gtk-add</property>
870 </object>
871 <object class="GtkImage" id="add_stock_image1">
872 <property name="visible">True</property>
873 <property name="can_focus">False</property>
874 <property name="stock">gtk-add</property>
875 </object>
876 <object class="GtkImage" id="del_stock_image">
877 <property name="visible">True</property>
878 <property name="can_focus">False</property>
879 <property name="stock">gtk-delete</property>
880 </object>
881 <object class="GtkImage" id="del_stock_image1">
882 <property name="visible">True</property>
883 <property name="can_focus">False</property>
884 <property name="stock">gtk-delete</property>
885 </object>
886 <object class="GtkAdjustment" id="expiration_year_adjustment">
887 <property name="upper">9999</property>
888 <property name="step_increment">1</property>
889 <property name="page_increment">10</property>
890 </object>
891 <object class="GtkAdjustment" id="replication_adjustment">
892 <property name="upper">999999</property>
893 <property name="step_increment">1</property>
894 <property name="page_increment">10</property>
895 </object>
896 <object class="GtkAdjustment" id="priority_adjustment">
897 <property name="upper">10000000</property>
898 <property name="step_increment">1</property>
899 <property name="page_increment">10</property>
900 </object>
901 <object class="GtkSizeGroup" id="sizegroup1"> 888 <object class="GtkSizeGroup" id="sizegroup1">
902 <widgets> 889 <widgets>
903 <widget name="GNUNET_GTK_edit_publication_root_entry"/> 890 <widget name="GNUNET_GTK_edit_publication_root_entry"/>