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.glade694
1 files changed, 350 insertions, 344 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 3348f828..4a7dc633 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -1,7 +1,7 @@
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.24"/> 4 <requires lib="gtk+" version="3.0"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment"> 5 <object class="GtkAdjustment" id="GNUNET_GTK_edit_publication_metadata_preview_image_horizontal_adjustment">
6 <property name="upper">100</property> 6 <property name="upper">100</property>
7 <property name="step_increment">1</property> 7 <property name="step_increment">1</property>
@@ -88,6 +88,329 @@
88 <column type="gchararray"/> 88 <column type="gchararray"/>
89 </columns> 89 </columns>
90 </object> 90 </object>
91 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
92 <columns>
93 <!-- column-name peer_identity -->
94 <column type="gchararray"/>
95 <!-- column-name number_of_known_addresses -->
96 <column type="guint"/>
97 <!-- column-name country_name -->
98 <column type="gchararray"/>
99 <!-- column-name country_flag -->
100 <column type="GdkPixbuf"/>
101 <!-- column-name bandwidth -->
102 <column type="guint64"/>
103 </columns>
104 </object>
105 <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore">
106 <columns>
107 <!-- column-name namespace_name -->
108 <column type="gchararray"/>
109 <!-- column-name namespace_handle -->
110 <column type="gpointer"/>
111 </columns>
112 </object>
113 <object class="GtkAdjustment" id="adjustment1">
114 <property name="upper">100</property>
115 <property name="step_increment">1</property>
116 <property name="page_increment">10</property>
117 <property name="page_size">10</property>
118 </object>
119 <object class="GtkAdjustment" id="adjustment2">
120 <property name="upper">100</property>
121 <property name="step_increment">1</property>
122 <property name="page_increment">10</property>
123 <property name="page_size">10</property>
124 </object>
125 <object class="GtkAdjustment" id="adjustment3">
126 <property name="upper">100</property>
127 <property name="step_increment">1</property>
128 <property name="page_increment">10</property>
129 </object>
130 <object class="GtkAdjustment" id="adjustment4">
131 <property name="upper">100</property>
132 <property name="step_increment">1</property>
133 <property name="page_increment">10</property>
134 </object>
135 <object class="GtkAdjustment" id="adjustment5">
136 <property name="upper">100</property>
137 <property name="step_increment">1</property>
138 <property name="page_increment">10</property>
139 </object>
140 <object class="GtkAdjustment" id="adjustment6">
141 <property name="upper">100</property>
142 <property name="step_increment">1</property>
143 <property name="page_increment">10</property>
144 </object>
145 <object class="GtkAdjustment" id="adjustment7">
146 <property name="upper">100</property>
147 <property name="step_increment">1</property>
148 <property name="page_increment">10</property>
149 </object>
150 <object class="GtkAdjustment" id="adjustment8">
151 <property name="upper">100</property>
152 <property name="step_increment">1</property>
153 <property name="page_increment">10</property>
154 </object>
155 <object class="GtkListStore" id="anonymity_level_liststore">
156 <columns>
157 <!-- column-name Name -->
158 <column type="gchararray"/>
159 <!-- column-name Level -->
160 <column type="guint"/>
161 <!-- column-name Color -->
162 <column type="gchararray"/>
163 </columns>
164 <data>
165 <row>
166 <col id="0" translatable="yes">None</col>
167 <col id="1">0</col>
168 <col id="2" translatable="yes">#AAAA00000000</col>
169 </row>
170 <row>
171 <col id="0" translatable="yes">Normal</col>
172 <col id="1">1</col>
173 <col id="2" translatable="yes">#000000000000</col>
174 </row>
175 <row>
176 <col id="0" translatable="yes">Paranoid</col>
177 <col id="1">10</col>
178 <col id="2" translatable="yes">#0000AAAA0000</col>
179 </row>
180 </data>
181 </object>
182 <object class="GtkImage" id="down_stock_image">
183 <property name="visible">True</property>
184 <property name="can_focus">False</property>
185 <property name="stock">gtk-go-down</property>
186 </object>
187 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup">
188 <property name="mode">vertical</property>
189 </object>
190 <object class="GtkAdjustment" id="expiration_year_adjustment">
191 <property name="upper">9999</property>
192 <property name="step_increment">1</property>
193 <property name="page_increment">10</property>
194 </object>
195 <object class="GtkImage" id="find_and_replace_stock_image">
196 <property name="visible">True</property>
197 <property name="can_focus">False</property>
198 <property name="stock">gtk-find-and-replace</property>
199 </object>
200 <object class="GtkImage" id="find_stock_image">
201 <property name="visible">True</property>
202 <property name="can_focus">False</property>
203 <property name="stock">gtk-find</property>
204 </object>
205 <object class="GtkImage" id="index_stock_image">
206 <property name="visible">True</property>
207 <property name="can_focus">False</property>
208 <property name="stock">gtk-index</property>
209 </object>
210 <object class="GtkListStore" id="main_window_search_mime_liststore">
211 <columns>
212 <!-- column-name MIME -->
213 <column type="gchararray"/>
214 <!-- column-name Type -->
215 <column type="gchararray"/>
216 <!-- column-name Extension -->
217 <column type="gchararray"/>
218 <!-- column-name Lossyness -->
219 <column type="gchararray"/>
220 <!-- column-name Freedom -->
221 <column type="gchararray"/>
222 </columns>
223 <data>
224 <row>
225 <col id="0"> </col>
226 <col id="1" translatable="yes">Any</col>
227 <col id="2" translatable="yes"> </col>
228 <col id="3" translatable="yes"> </col>
229 <col id="4" translatable="yes"> </col>
230 </row>
231 <row>
232 <col id="0">mimetype:text</col>
233 <col id="1" translatable="yes">Text</col>
234 <col id="2">txt, html</col>
235 <col id="3" translatable="yes">N/A</col>
236 <col id="4" translatable="yes">N/A</col>
237 </row>
238 <row>
239 <col id="0">mimetype:image</col>
240 <col id="1" translatable="yes">Image</col>
241 <col id="2">png, jpeg, gif, ...</col>
242 <col id="3" translatable="yes">N/A</col>
243 <col id="4" translatable="yes">N/A</col>
244 </row>
245 <row>
246 <col id="0">application/pdf</col>
247 <col id="1" translatable="yes">PDF documents</col>
248 <col id="2">pdf</col>
249 <col id="3" translatable="yes">lossless</col>
250 <col id="4" translatable="yes">non-free</col>
251 </row>
252 <row>
253 <col id="0">image/jpeg</col>
254 <col id="1" translatable="yes">JPEG image</col>
255 <col id="2">jpg, jpeg</col>
256 <col id="3" translatable="yes">lossy</col>
257 <col id="4" translatable="yes">free</col>
258 </row>
259 <row>
260 <col id="0">image/png</col>
261 <col id="1" translatable="yes">PNG image</col>
262 <col id="2">png</col>
263 <col id="3" translatable="yes">lossless</col>
264 <col id="4" translatable="yes">non-free</col>
265 </row>
266 <row>
267 <col id="0">mimetype:audio</col>
268 <col id="1" translatable="yes">Audio</col>
269 <col id="2">wav, mp3, ogg, ...</col>
270 <col id="3" translatable="yes"> </col>
271 <col id="4" translatable="yes"> </col>
272 </row>
273 <row>
274 <col id="0">audio/ogg</col>
275 <col id="1" translatable="yes">OGG Vorbis audio</col>
276 <col id="2">ogg</col>
277 <col id="3" translatable="yes">lossy</col>
278 <col id="4" translatable="yes">non-free</col>
279 </row>
280 <row>
281 <col id="0">audio/mpeg</col>
282 <col id="1" translatable="yes">MPEG audio</col>
283 <col id="2">mp3, mp2, mpeg</col>
284 <col id="3" translatable="yes">lossy</col>
285 <col id="4" translatable="yes">non-free</col>
286 </row>
287 <row>
288 <col id="0">mimetype:video</col>
289 <col id="1" translatable="yes">Vorbis</col>
290 <col id="2">ogv, mpeg, mp4, flv, ...</col>
291 <col id="3" translatable="yes"> </col>
292 <col id="4" translatable="yes"> </col>
293 </row>
294 <row>
295 <col id="0">video/ogg</col>
296 <col id="1" translatable="yes">OGG Vorbis video</col>
297 <col id="2">ogv</col>
298 <col id="3" translatable="yes">lossy</col>
299 <col id="4" translatable="yes">free</col>
300 </row>
301 <row>
302 <col id="0">video/mpeg</col>
303 <col id="1" translatable="yes">MPEG video (v2)</col>
304 <col id="2">mpg, mpeg</col>
305 <col id="3" translatable="yes">lossy</col>
306 <col id="4" translatable="yes">non-free</col>
307 </row>
308 <row>
309 <col id="0">video/mp4</col>
310 <col id="1" translatable="yes">MPEG video (v4)</col>
311 <col id="2">mp4</col>
312 <col id="3" translatable="yes">lossy</col>
313 <col id="4" translatable="yes">non-free</col>
314 </row>
315 <row>
316 <col id="0">video/x-msvideo</col>
317 <col id="1" translatable="yes">AVI video</col>
318 <col id="2">avi</col>
319 <col id="3" translatable="yes">lossy</col>
320 <col id="4" translatable="yes">non-free</col>
321 </row>
322 <row>
323 <col id="0">video/x-ms-asf</col>
324 <col id="1" translatable="yes">ASF video</col>
325 <col id="2">asf</col>
326 <col id="3" translatable="yes">lossy</col>
327 <col id="4" translatable="yes">non-free</col>
328 </row>
329 <row>
330 <col id="0">video/x-flv</col>
331 <col id="1" translatable="yes">Flash video</col>
332 <col id="2">flv</col>
333 <col id="3" translatable="yes">lossy</col>
334 <col id="4" translatable="yes">non-free</col>
335 </row>
336 <row>
337 <col id="0">application/x-tar</col>
338 <col id="1" translatable="yes">Tar archive</col>
339 <col id="2">tar, tgz</col>
340 <col id="3" translatable="yes">lossless</col>
341 <col id="4" translatable="yes">free</col>
342 </row>
343 <row>
344 <col id="0">application/zip</col>
345 <col id="1" translatable="yes">Zip archive</col>
346 <col id="2">zip</col>
347 <col id="3" translatable="yes">lossless</col>
348 <col id="4" translatable="yes">free</col>
349 </row>
350 </data>
351 </object>
352 <object class="GtkTreeStore" id="main_window_search_namespace_treestore">
353 <columns>
354 <!-- column-name Name -->
355 <column type="gchararray"/>
356 <!-- column-name Key -->
357 <column type="gpointer"/>
358 <!-- column-name Root -->
359 <column type="gchararray"/>
360 <!-- column-name Tooltip -->
361 <column type="gchararray"/>
362 </columns>
363 </object>
364 <object class="GtkMenu" id="metadata_popup_menu">
365 <property name="visible">True</property>
366 <property name="can_focus">False</property>
367 <child>
368 <object class="GtkMenuItem" id="Copy selection">
369 <property name="visible">True</property>
370 <property name="can_focus">False</property>
371 <property name="label" translatable="yes">Copy selection</property>
372 <property name="use_underline">True</property>
373 <signal name="activate" handler="GNUNET_GTK_FS_metadata_copy_selection_activated" swapped="no"/>
374 </object>
375 </child>
376 </object>
377 <object class="GtkListStore" id="namespace_label_liststore">
378 <columns>
379 <!-- column-name Name -->
380 <column type="gchararray"/>
381 </columns>
382 <data>
383 <row>
384 <col id="0" translatable="yes">&lt;none&gt;</col>
385 </row>
386 </data>
387 </object>
388 <object class="GtkImage" id="new_stock_image">
389 <property name="visible">True</property>
390 <property name="can_focus">False</property>
391 <property name="stock">gtk-new</property>
392 </object>
393 <object class="GtkImage" id="open_stock_image">
394 <property name="visible">True</property>
395 <property name="can_focus">False</property>
396 <property name="stock">gtk-open</property>
397 </object>
398 <object class="GtkAdjustment" id="priority_adjustment">
399 <property name="upper">10000000</property>
400 <property name="value">1000</property>
401 <property name="step_increment">1</property>
402 <property name="page_increment">10</property>
403 </object>
404 <object class="GtkAdjustment" id="replication_adjustment">
405 <property name="upper">999999</property>
406 <property name="step_increment">1</property>
407 <property name="page_increment">10</property>
408 </object>
409 <object class="GtkImage" id="up_stock_image">
410 <property name="visible">True</property>
411 <property name="can_focus">False</property>
412 <property name="stock">gtk-go-up</property>
413 </object>
91 <object class="GtkWindow" id="GNUNET_GTK_main_window"> 414 <object class="GtkWindow" id="GNUNET_GTK_main_window">
92 <property name="can_focus">False</property> 415 <property name="can_focus">False</property>
93 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> 416 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
@@ -164,8 +487,8 @@
164 <property name="use_underline">True</property> 487 <property name="use_underline">True</property>
165 <property name="image">up_stock_image</property> 488 <property name="image">up_stock_image</property>
166 <property name="use_stock">False</property> 489 <property name="use_stock">False</property>
167 <accelerator key="a" signal="activate" modifiers="GDK_CONTROL_MASK"/>
168 <signal name="activate" handler="GNUNET_GTK_main_menu_file_publish_activate_cb" swapped="no"/> 490 <signal name="activate" handler="GNUNET_GTK_main_menu_file_publish_activate_cb" swapped="no"/>
491 <accelerator key="a" signal="activate" modifiers="GDK_CONTROL_MASK"/>
169 </object> 492 </object>
170 </child> 493 </child>
171 <child> 494 <child>
@@ -193,8 +516,8 @@
193 <property name="use_underline">True</property> 516 <property name="use_underline">True</property>
194 <property name="image">down_stock_image</property> 517 <property name="image">down_stock_image</property>
195 <property name="use_stock">False</property> 518 <property name="use_stock">False</property>
196 <accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/>
197 <signal name="activate" handler="GNUNET_GTK_main_menu_file_download_uri_activate_cb" swapped="no"/> 519 <signal name="activate" handler="GNUNET_GTK_main_menu_file_download_uri_activate_cb" swapped="no"/>
520 <accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/>
198 </object> 521 </object>
199 </child> 522 </child>
200 <child> 523 <child>
@@ -207,8 +530,8 @@
207 <property name="use_underline">True</property> 530 <property name="use_underline">True</property>
208 <property name="image">open_stock_image</property> 531 <property name="image">open_stock_image</property>
209 <property name="use_stock">False</property> 532 <property name="use_stock">False</property>
210 <accelerator key="F3" signal="activate"/>
211 <signal name="activate" handler="GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb" swapped="no"/> 533 <signal name="activate" handler="GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb" swapped="no"/>
534 <accelerator key="F3" signal="activate"/>
212 </object> 535 </object>
213 </child> 536 </child>
214 <child> 537 <child>
@@ -226,8 +549,8 @@
226 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Quit</property> 549 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Quit</property>
227 <property name="use_underline">True</property> 550 <property name="use_underline">True</property>
228 <property name="use_stock">True</property> 551 <property name="use_stock">True</property>
229 <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
230 <signal name="activate" handler="GNUNET_FS_GTK_menu_quit_activate_cb" swapped="no"/> 552 <signal name="activate" handler="GNUNET_FS_GTK_menu_quit_activate_cb" swapped="no"/>
553 <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
231 </object> 554 </object>
232 </child> 555 </child>
233 </object> 556 </object>
@@ -372,6 +695,11 @@
372 <attribute name="text">0</attribute> 695 <attribute name="text">0</attribute>
373 </attributes> 696 </attributes>
374 </child> 697 </child>
698 <child internal-child="entry">
699 <object class="GtkEntry" id="combobox-entry1">
700 <property name="can_focus">False</property>
701 </object>
702 </child>
375 </object> 703 </object>
376 <packing> 704 <packing>
377 <property name="expand">False</property> 705 <property name="expand">False</property>
@@ -425,11 +753,8 @@ This operation will be executed using the anonymity level specified on the right
425 <property name="visible">True</property> 753 <property name="visible">True</property>
426 <property name="can_focus">True</property> 754 <property name="can_focus">True</property>
427 <property name="invisible_char">●</property> 755 <property name="invisible_char">●</property>
428 <property name="invisible_char_set">True</property>
429 <property name="primary_icon_activatable">False</property> 756 <property name="primary_icon_activatable">False</property>
430 <property name="secondary_icon_activatable">False</property> 757 <property name="secondary_icon_activatable">False</property>
431 <property name="primary_icon_sensitive">True</property>
432 <property name="secondary_icon_sensitive">True</property>
433 <signal name="key-press-event" handler="main_window_search_entry_key_press_event_cb" swapped="no"/> 758 <signal name="key-press-event" handler="main_window_search_entry_key_press_event_cb" swapped="no"/>
434 </object> 759 </object>
435 <packing> 760 <packing>
@@ -635,9 +960,12 @@ This operation will be executed using the anonymity level specified on the right
635 <property name="search_column">6</property> 960 <property name="search_column">6</property>
636 <property name="enable_grid_lines">horizontal</property> 961 <property name="enable_grid_lines">horizontal</property>
637 <property name="enable_tree_lines">True</property> 962 <property name="enable_tree_lines">True</property>
638 <signal name="cursor-changed" handler="GNUNET_FS_GTK_download_frame_treeview_cursor_changed_cb" swapped="no"/>
639 <signal name="button-press-event" handler="GNUNET_GTK_download_frame_button_press_event_cb" swapped="no"/> 963 <signal name="button-press-event" handler="GNUNET_GTK_download_frame_button_press_event_cb" swapped="no"/>
964 <signal name="cursor-changed" handler="GNUNET_FS_GTK_download_frame_treeview_cursor_changed_cb" swapped="no"/>
640 <signal name="popup-menu" handler="GNUNET_FS_GTK_search_treeview_popup_menu" swapped="no"/> 965 <signal name="popup-menu" handler="GNUNET_FS_GTK_search_treeview_popup_menu" swapped="no"/>
966 <child internal-child="selection">
967 <object class="GtkTreeSelection" id="treeview-selection1"/>
968 </child>
641 <child> 969 <child>
642 <object class="GtkTreeViewColumn" id="GNUNET_GTK_download_description_column"> 970 <object class="GtkTreeViewColumn" id="GNUNET_GTK_download_description_column">
643 <property name="title">Description</property> 971 <property name="title">Description</property>
@@ -808,7 +1136,7 @@ This operation will be executed using the anonymity level specified on the right
808 <property name="visible">True</property> 1136 <property name="visible">True</property>
809 <property name="can_focus">False</property> 1137 <property name="can_focus">False</property>
810 <property name="stock">gtk-clear</property> 1138 <property name="stock">gtk-clear</property>
811 <property name="icon-size">2</property> 1139 <property name="icon_size">2</property>
812 </object> 1140 </object>
813 </child> 1141 </child>
814 </object> 1142 </object>
@@ -899,11 +1227,8 @@ This operation will be executed using the anonymity level specified on the right
899 <property name="visible">True</property> 1227 <property name="visible">True</property>
900 <property name="can_focus">True</property> 1228 <property name="can_focus">True</property>
901 <property name="invisible_char">●</property> 1229 <property name="invisible_char">●</property>
902 <property name="invisible_char_set">True</property>
903 <property name="primary_icon_activatable">False</property> 1230 <property name="primary_icon_activatable">False</property>
904 <property name="secondary_icon_activatable">False</property> 1231 <property name="secondary_icon_activatable">False</property>
905 <property name="primary_icon_sensitive">True</property>
906 <property name="secondary_icon_sensitive">True</property>
907 </object> 1232 </object>
908 <packing> 1233 <packing>
909 <property name="expand">True</property> 1234 <property name="expand">True</property>
@@ -992,6 +1317,7 @@ This operation will be executed using the anonymity level specified on the right
992 <property name="visible">True</property> 1317 <property name="visible">True</property>
993 <property name="can_focus">True</property> 1318 <property name="can_focus">True</property>
994 <property name="receives_default">False</property> 1319 <property name="receives_default">False</property>
1320 <property name="xalign">0.5</property>
995 <property name="draw_indicator">True</property> 1321 <property name="draw_indicator">True</property>
996 </object> 1322 </object>
997 <packing> 1323 <packing>
@@ -1077,14 +1403,17 @@ This operation will be executed using the anonymity level specified on the right
1077 <object class="GtkTreeView" id="GNUNET_GTK_main_window_metadata_treeview"> 1403 <object class="GtkTreeView" id="GNUNET_GTK_main_window_metadata_treeview">
1078 <property name="visible">True</property> 1404 <property name="visible">True</property>
1079 <property name="can_focus">True</property> 1405 <property name="can_focus">True</property>
1080 <property name="model">GNUNET_GTK_meta_data_list_store</property>
1081 <property name="hadjustment">adjustment1</property> 1406 <property name="hadjustment">adjustment1</property>
1082 <property name="vadjustment">adjustment2</property> 1407 <property name="vadjustment">adjustment2</property>
1408 <property name="model">GNUNET_GTK_meta_data_list_store</property>
1083 <property name="search_column">0</property> 1409 <property name="search_column">0</property>
1084 <property name="rubber_banding">True</property> 1410 <property name="rubber_banding">True</property>
1085 <property name="enable_grid_lines">both</property> 1411 <property name="enable_grid_lines">both</property>
1086 <signal name="button-press-event" handler="GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb" swapped="no"/> 1412 <signal name="button-press-event" handler="GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb" swapped="no"/>
1087 <signal name="popup-menu" handler="GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb" swapped="no"/> 1413 <signal name="popup-menu" handler="GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb" swapped="no"/>
1414 <child internal-child="selection">
1415 <object class="GtkTreeSelection" id="treeview-selection2"/>
1416 </child>
1088 <child> 1417 <child>
1089 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_type_column"> 1418 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_type_column">
1090 <property name="sizing">autosize</property> 1419 <property name="sizing">autosize</property>
@@ -1143,320 +1472,6 @@ This operation will be executed using the anonymity level specified on the right
1143 </object> 1472 </object>
1144 </child> 1473 </child>
1145 </object> 1474 </object>
1146 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
1147 <columns>
1148 <!-- column-name peer_identity -->
1149 <column type="gchararray"/>
1150 <!-- column-name number_of_known_addresses -->
1151 <column type="guint"/>
1152 <!-- column-name country_name -->
1153 <column type="gchararray"/>
1154 <!-- column-name country_flag -->
1155 <column type="GdkPixbuf"/>
1156 <!-- column-name bandwidth -->
1157 <column type="guint64"/>
1158 </columns>
1159 </object>
1160 <object class="GtkSizeGroup" id="GNUNET_GTK_download_frame_labels_size_group">
1161 <widgets>
1162 <widget name="GNUNET_GTK_search_frame_download_location_label"/>
1163 <widget name="GNUNET_GTK_search_frame_download_anonymity_label"/>
1164 <widget name="GNUNET_GTK_search_frame_download_filename_label"/>
1165 </widgets>
1166 </object>
1167 <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore">
1168 <columns>
1169 <!-- column-name namespace_name -->
1170 <column type="gchararray"/>
1171 <!-- column-name namespace_handle -->
1172 <column type="gpointer"/>
1173 </columns>
1174 </object>
1175 <object class="GtkAdjustment" id="adjustment1">
1176 <property name="upper">100</property>
1177 <property name="step_increment">1</property>
1178 <property name="page_increment">10</property>
1179 <property name="page_size">10</property>
1180 </object>
1181 <object class="GtkAdjustment" id="adjustment2">
1182 <property name="upper">100</property>
1183 <property name="step_increment">1</property>
1184 <property name="page_increment">10</property>
1185 <property name="page_size">10</property>
1186 </object>
1187 <object class="GtkAdjustment" id="adjustment3">
1188 <property name="upper">100</property>
1189 <property name="step_increment">1</property>
1190 <property name="page_increment">10</property>
1191 </object>
1192 <object class="GtkAdjustment" id="adjustment4">
1193 <property name="upper">100</property>
1194 <property name="step_increment">1</property>
1195 <property name="page_increment">10</property>
1196 </object>
1197 <object class="GtkAdjustment" id="adjustment5">
1198 <property name="upper">100</property>
1199 <property name="step_increment">1</property>
1200 <property name="page_increment">10</property>
1201 </object>
1202 <object class="GtkAdjustment" id="adjustment6">
1203 <property name="upper">100</property>
1204 <property name="step_increment">1</property>
1205 <property name="page_increment">10</property>
1206 </object>
1207 <object class="GtkAdjustment" id="adjustment7">
1208 <property name="upper">100</property>
1209 <property name="step_increment">1</property>
1210 <property name="page_increment">10</property>
1211 </object>
1212 <object class="GtkAdjustment" id="adjustment8">
1213 <property name="upper">100</property>
1214 <property name="step_increment">1</property>
1215 <property name="page_increment">10</property>
1216 </object>
1217 <object class="GtkListStore" id="anonymity_level_liststore">
1218 <columns>
1219 <!-- column-name Name -->
1220 <column type="gchararray"/>
1221 <!-- column-name Level -->
1222 <column type="guint"/>
1223 <!-- column-name Color -->
1224 <column type="gchararray"/>
1225 </columns>
1226 <data>
1227 <row>
1228 <col id="0" translatable="yes">None</col>
1229 <col id="1">0</col>
1230 <col id="2" translatable="yes">#AAAA00000000</col>
1231 </row>
1232 <row>
1233 <col id="0" translatable="yes">Normal</col>
1234 <col id="1">1</col>
1235 <col id="2" translatable="yes">#000000000000</col>
1236 </row>
1237 <row>
1238 <col id="0" translatable="yes">Paranoid</col>
1239 <col id="1">10</col>
1240 <col id="2" translatable="yes">#0000AAAA0000</col>
1241 </row>
1242 </data>
1243 </object>
1244 <object class="GtkImage" id="down_stock_image">
1245 <property name="visible">True</property>
1246 <property name="can_focus">False</property>
1247 <property name="stock">gtk-go-down</property>
1248 </object>
1249 <object class="GtkAdjustment" id="expiration_year_adjustment">
1250 <property name="upper">9999</property>
1251 <property name="step_increment">1</property>
1252 <property name="page_increment">10</property>
1253 </object>
1254 <object class="GtkImage" id="find_and_replace_stock_image">
1255 <property name="visible">True</property>
1256 <property name="can_focus">False</property>
1257 <property name="stock">gtk-find-and-replace</property>
1258 </object>
1259 <object class="GtkImage" id="find_stock_image">
1260 <property name="visible">True</property>
1261 <property name="can_focus">False</property>
1262 <property name="stock">gtk-find</property>
1263 </object>
1264 <object class="GtkImage" id="index_stock_image">
1265 <property name="visible">True</property>
1266 <property name="can_focus">False</property>
1267 <property name="stock">gtk-index</property>
1268 </object>
1269 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup">
1270 <property name="mode">vertical</property>
1271 </object>
1272 <object class="GtkListStore" id="main_window_search_mime_liststore">
1273 <columns>
1274 <!-- column-name MIME -->
1275 <column type="gchararray"/>
1276 <!-- column-name Type -->
1277 <column type="gchararray"/>
1278 <!-- column-name Extension -->
1279 <column type="gchararray"/>
1280 <!-- column-name Lossyness -->
1281 <column type="gchararray"/>
1282 <!-- column-name Freedom -->
1283 <column type="gchararray"/>
1284 </columns>
1285 <data>
1286 <row>
1287 <col id="0"> </col>
1288 <col id="1" translatable="yes">Any</col>
1289 <col id="2" translatable="yes"> </col>
1290 <col id="3" translatable="yes"> </col>
1291 <col id="4" translatable="yes"> </col>
1292 </row>
1293 <row>
1294 <col id="0">mimetype:text</col>
1295 <col id="1" translatable="yes">Text</col>
1296 <col id="2">txt, html</col>
1297 <col id="3" translatable="yes">N/A</col>
1298 <col id="4" translatable="yes">N/A</col>
1299 </row>
1300 <row>
1301 <col id="0">mimetype:image</col>
1302 <col id="1" translatable="yes">Image</col>
1303 <col id="2">png, jpeg, gif, ...</col>
1304 <col id="3" translatable="yes">N/A</col>
1305 <col id="4" translatable="yes">N/A</col>
1306 </row>
1307 <row>
1308 <col id="0">application/pdf</col>
1309 <col id="1" translatable="yes">PDF documents</col>
1310 <col id="2">pdf</col>
1311 <col id="3" translatable="yes">lossless</col>
1312 <col id="4" translatable="yes">non-free</col>
1313 </row>
1314 <row>
1315 <col id="0">image/jpeg</col>
1316 <col id="1" translatable="yes">JPEG image</col>
1317 <col id="2">jpg, jpeg</col>
1318 <col id="3" translatable="yes">lossy</col>
1319 <col id="4" translatable="yes">free</col>
1320 </row>
1321 <row>
1322 <col id="0">image/png</col>
1323 <col id="1" translatable="yes">PNG image</col>
1324 <col id="2">png</col>
1325 <col id="3" translatable="yes">lossless</col>
1326 <col id="4" translatable="yes">non-free</col>
1327 </row>
1328 <row>
1329 <col id="0">mimetype:audio</col>
1330 <col id="1" translatable="yes">Audio</col>
1331 <col id="2">wav, mp3, ogg, ...</col>
1332 <col id="3" translatable="yes"> </col>
1333 <col id="4" translatable="yes"> </col>
1334 </row>
1335 <row>
1336 <col id="0">audio/ogg</col>
1337 <col id="1" translatable="yes">OGG Vorbis audio</col>
1338 <col id="2">ogg</col>
1339 <col id="3" translatable="yes">lossy</col>
1340 <col id="4" translatable="yes">non-free</col>
1341 </row>
1342 <row>
1343 <col id="0">audio/mpeg</col>
1344 <col id="1" translatable="yes">MPEG audio</col>
1345 <col id="2">mp3, mp2, mpeg</col>
1346 <col id="3" translatable="yes">lossy</col>
1347 <col id="4" translatable="yes">non-free</col>
1348 </row>
1349 <row>
1350 <col id="0">mimetype:video</col>
1351 <col id="1" translatable="yes">Vorbis</col>
1352 <col id="2">ogv, mpeg, mp4, flv, ...</col>
1353 <col id="3" translatable="yes"> </col>
1354 <col id="4" translatable="yes"> </col>
1355 </row>
1356 <row>
1357 <col id="0">video/ogg</col>
1358 <col id="1" translatable="yes">OGG Vorbis video</col>
1359 <col id="2">ogv</col>
1360 <col id="3" translatable="yes">lossy</col>
1361 <col id="4" translatable="yes">free</col>
1362 </row>
1363 <row>
1364 <col id="0">video/mpeg</col>
1365 <col id="1" translatable="yes">MPEG video (v2)</col>
1366 <col id="2">mpg, mpeg</col>
1367 <col id="3" translatable="yes">lossy</col>
1368 <col id="4" translatable="yes">non-free</col>
1369 </row>
1370 <row>
1371 <col id="0">video/mp4</col>
1372 <col id="1" translatable="yes">MPEG video (v4)</col>
1373 <col id="2">mp4</col>
1374 <col id="3" translatable="yes">lossy</col>
1375 <col id="4" translatable="yes">non-free</col>
1376 </row>
1377 <row>
1378 <col id="0">video/x-msvideo</col>
1379 <col id="1" translatable="yes">AVI video</col>
1380 <col id="2">avi</col>
1381 <col id="3" translatable="yes">lossy</col>
1382 <col id="4" translatable="yes">non-free</col>
1383 </row>
1384 <row>
1385 <col id="0">video/x-ms-asf</col>
1386 <col id="1" translatable="yes">ASF video</col>
1387 <col id="2">asf</col>
1388 <col id="3" translatable="yes">lossy</col>
1389 <col id="4" translatable="yes">non-free</col>
1390 </row>
1391 <row>
1392 <col id="0">video/x-flv</col>
1393 <col id="1" translatable="yes">Flash video</col>
1394 <col id="2">flv</col>
1395 <col id="3" translatable="yes">lossy</col>
1396 <col id="4" translatable="yes">non-free</col>
1397 </row>
1398 <row>
1399 <col id="0">application/x-tar</col>
1400 <col id="1" translatable="yes">Tar archive</col>
1401 <col id="2">tar, tgz</col>
1402 <col id="3" translatable="yes">lossless</col>
1403 <col id="4" translatable="yes">free</col>
1404 </row>
1405 <row>
1406 <col id="0">application/zip</col>
1407 <col id="1" translatable="yes">Zip archive</col>
1408 <col id="2">zip</col>
1409 <col id="3" translatable="yes">lossless</col>
1410 <col id="4" translatable="yes">free</col>
1411 </row>
1412 </data>
1413 </object>
1414 <object class="GtkTreeStore" id="main_window_search_namespace_treestore">
1415 <columns>
1416 <!-- column-name Name -->
1417 <column type="gchararray"/>
1418 <!-- column-name Key -->
1419 <column type="gpointer"/>
1420 <!-- column-name Root -->
1421 <column type="gchararray"/>
1422 <!-- column-name Tooltip -->
1423 <column type="gchararray"/>
1424 </columns>
1425 </object>
1426 <object class="GtkMenu" id="metadata_popup_menu">
1427 <property name="visible">True</property>
1428 <property name="can_focus">False</property>
1429 <child>
1430 <object class="GtkMenuItem" id="Copy selection">
1431 <property name="visible">True</property>
1432 <property name="can_focus">False</property>
1433 <property name="label" translatable="yes">Copy selection</property>
1434 <property name="use_underline">True</property>
1435 <signal name="activate" handler="GNUNET_GTK_FS_metadata_copy_selection_activated" swapped="no"/>
1436 </object>
1437 </child>
1438 </object>
1439 <object class="GtkListStore" id="namespace_label_liststore">
1440 <columns>
1441 <!-- column-name Name -->
1442 <column type="gchararray"/>
1443 </columns>
1444 <data>
1445 <row>
1446 <col id="0" translatable="yes">&lt;none&gt;</col>
1447 </row>
1448 </data>
1449 </object>
1450 <object class="GtkImage" id="new_stock_image">
1451 <property name="visible">True</property>
1452 <property name="can_focus">False</property>
1453 <property name="stock">gtk-new</property>
1454 </object>
1455 <object class="GtkImage" id="open_stock_image">
1456 <property name="visible">True</property>
1457 <property name="can_focus">False</property>
1458 <property name="stock">gtk-open</property>
1459 </object>
1460 <object class="GtkSizeGroup" id="GNUNET_FS_GTK_download_frame_vsize_group"> 1475 <object class="GtkSizeGroup" id="GNUNET_FS_GTK_download_frame_vsize_group">
1461 <property name="mode">vertical</property> 1476 <property name="mode">vertical</property>
1462 <property name="ignore_hidden">True</property> 1477 <property name="ignore_hidden">True</property>
@@ -1471,20 +1486,11 @@ This operation will be executed using the anonymity level specified on the right
1471 <widget name="GNUNET_GTK_search_frame_download_recursive_checkbox"/> 1486 <widget name="GNUNET_GTK_search_frame_download_recursive_checkbox"/>
1472 </widgets> 1487 </widgets>
1473 </object> 1488 </object>
1474 <object class="GtkAdjustment" id="priority_adjustment"> 1489 <object class="GtkSizeGroup" id="GNUNET_GTK_download_frame_labels_size_group">
1475 <property name="upper">10000000</property> 1490 <widgets>
1476 <property name="value">1000</property> 1491 <widget name="GNUNET_GTK_search_frame_download_location_label"/>
1477 <property name="step_increment">1</property> 1492 <widget name="GNUNET_GTK_search_frame_download_anonymity_label"/>
1478 <property name="page_increment">10</property> 1493 <widget name="GNUNET_GTK_search_frame_download_filename_label"/>
1479 </object> 1494 </widgets>
1480 <object class="GtkAdjustment" id="replication_adjustment">
1481 <property name="upper">999999</property>
1482 <property name="step_increment">1</property>
1483 <property name="page_increment">10</property>
1484 </object>
1485 <object class="GtkImage" id="up_stock_image">
1486 <property name="visible">True</property>
1487 <property name="can_focus">False</property>
1488 <property name="stock">gtk-go-up</property>
1489 </object> 1495 </object>
1490</interface> 1496</interface>