diff options
Diffstat (limited to 'contrib/gnunet_fs_gtk_publish_directory_dialog.glade')
-rw-r--r-- | contrib/gnunet_fs_gtk_publish_directory_dialog.glade | 112 |
1 files changed, 46 insertions, 66 deletions
diff --git a/contrib/gnunet_fs_gtk_publish_directory_dialog.glade b/contrib/gnunet_fs_gtk_publish_directory_dialog.glade index dea894f0..c07612b1 100644 --- a/contrib/gnunet_fs_gtk_publish_directory_dialog.glade +++ b/contrib/gnunet_fs_gtk_publish_directory_dialog.glade | |||
@@ -1,4 +1,4 @@ | |||
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 project-wide --> | 4 | <!-- interface-naming-policy project-wide --> |
@@ -19,7 +19,6 @@ | |||
19 | </object> | 19 | </object> |
20 | <object class="GtkFileFilter" id="gnunet_directory_filter"/> | 20 | <object class="GtkFileFilter" id="gnunet_directory_filter"/> |
21 | <object class="GtkFileChooserDialog" id="GNUNET_GTK_publish_directory_dialog"> | 21 | <object class="GtkFileChooserDialog" id="GNUNET_GTK_publish_directory_dialog"> |
22 | <property name="can_focus">False</property> | ||
23 | <property name="can_default">True</property> | 22 | <property name="can_default">True</property> |
24 | <property name="events">GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property> | 23 | <property name="events">GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property> |
25 | <property name="border_width">5</property> | 24 | <property name="border_width">5</property> |
@@ -35,65 +34,20 @@ | |||
35 | <property name="create_folders">False</property> | 34 | <property name="create_folders">False</property> |
36 | <property name="filter">gnunet_directory_filter</property> | 35 | <property name="filter">gnunet_directory_filter</property> |
37 | <property name="select_multiple">True</property> | 36 | <property name="select_multiple">True</property> |
37 | <signal name="response" handler="GNUNET_GTK_publish_directory_dialog_response_cb"/> | ||
38 | <child internal-child="vbox"> | 38 | <child internal-child="vbox"> |
39 | <object class="GtkVBox" id="dialog-vbox8"> | 39 | <object class="GtkVBox" id="dialog-vbox8"> |
40 | <property name="visible">True</property> | 40 | <property name="visible">True</property> |
41 | <property name="can_focus">False</property> | 41 | <property name="orientation">vertical</property> |
42 | <property name="spacing">2</property> | 42 | <property name="spacing">2</property> |
43 | <child internal-child="action_area"> | ||
44 | <object class="GtkHButtonBox" id="dialog-action_area9"> | ||
45 | <property name="visible">True</property> | ||
46 | <property name="can_focus">False</property> | ||
47 | <property name="layout_style">end</property> | ||
48 | <child> | ||
49 | <object class="GtkButton" id="GNUNET_GTK_publish_dialog_cancel_button"> | ||
50 | <property name="label">gtk-cancel</property> | ||
51 | <property name="use_action_appearance">False</property> | ||
52 | <property name="visible">True</property> | ||
53 | <property name="can_focus">True</property> | ||
54 | <property name="receives_default">True</property> | ||
55 | <property name="use_stock">True</property> | ||
56 | </object> | ||
57 | <packing> | ||
58 | <property name="expand">False</property> | ||
59 | <property name="fill">False</property> | ||
60 | <property name="position">0</property> | ||
61 | </packing> | ||
62 | </child> | ||
63 | <child> | ||
64 | <object class="GtkButton" id="GNUNET_GTK_publish_directory_dialog_ok_button"> | ||
65 | <property name="label">gtk-ok</property> | ||
66 | <property name="use_action_appearance">False</property> | ||
67 | <property name="visible">True</property> | ||
68 | <property name="can_focus">True</property> | ||
69 | <property name="can_default">True</property> | ||
70 | <property name="receives_default">True</property> | ||
71 | <property name="use_stock">True</property> | ||
72 | </object> | ||
73 | <packing> | ||
74 | <property name="expand">False</property> | ||
75 | <property name="fill">False</property> | ||
76 | <property name="position">1</property> | ||
77 | </packing> | ||
78 | </child> | ||
79 | </object> | ||
80 | <packing> | ||
81 | <property name="expand">False</property> | ||
82 | <property name="fill">True</property> | ||
83 | <property name="pack_type">end</property> | ||
84 | <property name="position">0</property> | ||
85 | </packing> | ||
86 | </child> | ||
87 | <child> | 43 | <child> |
88 | <object class="GtkTable" id="table1"> | 44 | <object class="GtkTable" id="table1"> |
89 | <property name="visible">True</property> | 45 | <property name="visible">True</property> |
90 | <property name="can_focus">False</property> | ||
91 | <property name="n_rows">2</property> | 46 | <property name="n_rows">2</property> |
92 | <property name="n_columns">4</property> | 47 | <property name="n_columns">4</property> |
93 | <child> | 48 | <child> |
94 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_priority_label"> | 49 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_priority_label"> |
95 | <property name="visible">True</property> | 50 | <property name="visible">True</property> |
96 | <property name="can_focus">False</property> | ||
97 | <property name="label" translatable="yes">Priority:</property> | 51 | <property name="label" translatable="yes">Priority:</property> |
98 | </object> | 52 | </object> |
99 | <packing> | 53 | <packing> |
@@ -107,10 +61,8 @@ | |||
107 | <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_priority_spin_button"> | 61 | <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_priority_spin_button"> |
108 | <property name="visible">True</property> | 62 | <property name="visible">True</property> |
109 | <property name="can_focus">True</property> | 63 | <property name="can_focus">True</property> |
110 | <property name="invisible_char">•</property> | 64 | <property name="invisible_char">•</property> |
111 | <property name="invisible_char_set">True</property> | 65 | <property name="invisible_char_set">True</property> |
112 | <property name="primary_icon_activatable">False</property> | ||
113 | <property name="secondary_icon_activatable">False</property> | ||
114 | <property name="primary_icon_sensitive">True</property> | 66 | <property name="primary_icon_sensitive">True</property> |
115 | <property name="secondary_icon_sensitive">True</property> | 67 | <property name="secondary_icon_sensitive">True</property> |
116 | <property name="adjustment">priority_adjustment</property> | 68 | <property name="adjustment">priority_adjustment</property> |
@@ -125,7 +77,6 @@ | |||
125 | <child> | 77 | <child> |
126 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_expiration_label"> | 78 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_expiration_label"> |
127 | <property name="visible">True</property> | 79 | <property name="visible">True</property> |
128 | <property name="can_focus">False</property> | ||
129 | <property name="label" translatable="yes">Expiration year:</property> | 80 | <property name="label" translatable="yes">Expiration year:</property> |
130 | </object> | 81 | </object> |
131 | <packing> | 82 | <packing> |
@@ -137,10 +88,8 @@ | |||
137 | <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_expiration_year_spin_button"> | 88 | <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_expiration_year_spin_button"> |
138 | <property name="visible">True</property> | 89 | <property name="visible">True</property> |
139 | <property name="can_focus">True</property> | 90 | <property name="can_focus">True</property> |
140 | <property name="invisible_char">•</property> | 91 | <property name="invisible_char">•</property> |
141 | <property name="invisible_char_set">True</property> | 92 | <property name="invisible_char_set">True</property> |
142 | <property name="primary_icon_activatable">False</property> | ||
143 | <property name="secondary_icon_activatable">False</property> | ||
144 | <property name="primary_icon_sensitive">True</property> | 93 | <property name="primary_icon_sensitive">True</property> |
145 | <property name="secondary_icon_sensitive">True</property> | 94 | <property name="secondary_icon_sensitive">True</property> |
146 | <property name="adjustment">expiration_year_adjustment</property> | 95 | <property name="adjustment">expiration_year_adjustment</property> |
@@ -154,7 +103,6 @@ | |||
154 | <child> | 103 | <child> |
155 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_anonymity_label"> | 104 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_anonymity_label"> |
156 | <property name="visible">True</property> | 105 | <property name="visible">True</property> |
157 | <property name="can_focus">False</property> | ||
158 | <property name="label" translatable="yes">Anonymity:</property> | 106 | <property name="label" translatable="yes">Anonymity:</property> |
159 | </object> | 107 | </object> |
160 | <packing> | 108 | <packing> |
@@ -167,7 +115,6 @@ | |||
167 | <child> | 115 | <child> |
168 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_replication_label"> | 116 | <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_replication_label"> |
169 | <property name="visible">True</property> | 117 | <property name="visible">True</property> |
170 | <property name="can_focus">False</property> | ||
171 | <property name="label" translatable="yes">_Replication:</property> | 118 | <property name="label" translatable="yes">_Replication:</property> |
172 | <property name="use_underline">True</property> | 119 | <property name="use_underline">True</property> |
173 | </object> | 120 | </object> |
@@ -184,10 +131,8 @@ | |||
184 | <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_replication_spin_button"> | 131 | <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_replication_spin_button"> |
185 | <property name="visible">True</property> | 132 | <property name="visible">True</property> |
186 | <property name="can_focus">True</property> | 133 | <property name="can_focus">True</property> |
187 | <property name="invisible_char">●</property> | 134 | <property name="invisible_char">●</property> |
188 | <property name="invisible_char_set">True</property> | 135 | <property name="invisible_char_set">True</property> |
189 | <property name="primary_icon_activatable">False</property> | ||
190 | <property name="secondary_icon_activatable">False</property> | ||
191 | <property name="primary_icon_sensitive">True</property> | 136 | <property name="primary_icon_sensitive">True</property> |
192 | <property name="secondary_icon_sensitive">True</property> | 137 | <property name="secondary_icon_sensitive">True</property> |
193 | <property name="adjustment">replication_adjustment</property> | 138 | <property name="adjustment">replication_adjustment</property> |
@@ -204,12 +149,10 @@ | |||
204 | <child> | 149 | <child> |
205 | <object class="GtkAlignment" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox_alignment"> | 150 | <object class="GtkAlignment" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox_alignment"> |
206 | <property name="visible">True</property> | 151 | <property name="visible">True</property> |
207 | <property name="can_focus">False</property> | ||
208 | <property name="yscale">0</property> | 152 | <property name="yscale">0</property> |
209 | <child> | 153 | <child> |
210 | <object class="GtkComboBox" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox"> | 154 | <object class="GtkComboBox" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox"> |
211 | <property name="visible">True</property> | 155 | <property name="visible">True</property> |
212 | <property name="can_focus">False</property> | ||
213 | <property name="active">1</property> | 156 | <property name="active">1</property> |
214 | <child> | 157 | <child> |
215 | <object class="GtkCellRendererText" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox_renderer"/> | 158 | <object class="GtkCellRendererText" id="GNUNET_GTK_publish_directory_dialog_anonymity_combobox_renderer"/> |
@@ -245,14 +188,12 @@ | |||
245 | <child> | 188 | <child> |
246 | <object class="GtkHBox" id="hbox1"> | 189 | <object class="GtkHBox" id="hbox1"> |
247 | <property name="visible">True</property> | 190 | <property name="visible">True</property> |
248 | <property name="can_focus">False</property> | ||
249 | <child> | 191 | <child> |
250 | <placeholder/> | 192 | <placeholder/> |
251 | </child> | 193 | </child> |
252 | <child> | 194 | <child> |
253 | <object class="GtkCheckButton" id="GNUNET_GTK_publish_directory_dialog_do_index_checkbutton"> | 195 | <object class="GtkCheckButton" id="GNUNET_GTK_publish_directory_dialog_do_index_checkbutton"> |
254 | <property name="label" translatable="yes">Index files</property> | 196 | <property name="label" translatable="yes">Index files</property> |
255 | <property name="use_action_appearance">False</property> | ||
256 | <property name="visible">True</property> | 197 | <property name="visible">True</property> |
257 | <property name="can_focus">True</property> | 198 | <property name="can_focus">True</property> |
258 | <property name="receives_default">False</property> | 199 | <property name="receives_default">False</property> |
@@ -262,7 +203,6 @@ | |||
262 | </object> | 203 | </object> |
263 | <packing> | 204 | <packing> |
264 | <property name="expand">False</property> | 205 | <property name="expand">False</property> |
265 | <property name="fill">True</property> | ||
266 | <property name="position">1</property> | 206 | <property name="position">1</property> |
267 | </packing> | 207 | </packing> |
268 | </child> | 208 | </child> |
@@ -273,6 +213,46 @@ | |||
273 | <property name="position">3</property> | 213 | <property name="position">3</property> |
274 | </packing> | 214 | </packing> |
275 | </child> | 215 | </child> |
216 | <child internal-child="action_area"> | ||
217 | <object class="GtkHButtonBox" id="dialog-action_area9"> | ||
218 | <property name="visible">True</property> | ||
219 | <property name="layout_style">end</property> | ||
220 | <child> | ||
221 | <object class="GtkButton" id="GNUNET_GTK_publish_dialog_cancel_button"> | ||
222 | <property name="label">gtk-cancel</property> | ||
223 | <property name="visible">True</property> | ||
224 | <property name="can_focus">True</property> | ||
225 | <property name="receives_default">True</property> | ||
226 | <property name="use_stock">True</property> | ||
227 | </object> | ||
228 | <packing> | ||
229 | <property name="expand">False</property> | ||
230 | <property name="fill">False</property> | ||
231 | <property name="position">0</property> | ||
232 | </packing> | ||
233 | </child> | ||
234 | <child> | ||
235 | <object class="GtkButton" id="GNUNET_GTK_publish_directory_dialog_ok_button"> | ||
236 | <property name="label">gtk-ok</property> | ||
237 | <property name="visible">True</property> | ||
238 | <property name="can_focus">True</property> | ||
239 | <property name="can_default">True</property> | ||
240 | <property name="receives_default">True</property> | ||
241 | <property name="use_stock">True</property> | ||
242 | </object> | ||
243 | <packing> | ||
244 | <property name="expand">False</property> | ||
245 | <property name="fill">False</property> | ||
246 | <property name="position">1</property> | ||
247 | </packing> | ||
248 | </child> | ||
249 | </object> | ||
250 | <packing> | ||
251 | <property name="expand">False</property> | ||
252 | <property name="pack_type">end</property> | ||
253 | <property name="position">0</property> | ||
254 | </packing> | ||
255 | </child> | ||
276 | </object> | 256 | </object> |
277 | </child> | 257 | </child> |
278 | <action-widgets> | 258 | <action-widgets> |