aboutsummaryrefslogtreecommitdiff
path: root/contrib/publish_dialog.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/publish_dialog.glade')
-rw-r--r--contrib/publish_dialog.glade106
1 files changed, 56 insertions, 50 deletions
diff --git a/contrib/publish_dialog.glade b/contrib/publish_dialog.glade
index bad2fd1d..7163be6c 100644
--- a/contrib/publish_dialog.glade
+++ b/contrib/publish_dialog.glade
@@ -2,40 +2,26 @@
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 -->
5 <object class="GtkImage" id="right_stock_image"> 5 <object class="GtkTreeStore" id="GNUNET_GTK_pseudonym_tree_store">
6 <property name="visible">True</property>
7 <property name="stock">gtk-go-forward</property>
8 </object>
9 <object class="GtkImage" id="left_stock_image">
10 <property name="visible">True</property>
11 <property name="stock">gtk-go-back</property>
12 </object>
13 <object class="GtkImage" id="add_stock_image_2">
14 <property name="visible">True</property>
15 <property name="stock">gtk-add</property>
16 </object>
17 <object class="GtkImage" id="new_stock_image">
18 <property name="visible">True</property>
19 <property name="stock">gtk-new</property>
20 </object>
21 <object class="GtkImage" id="add_stock_image">
22 <property name="visible">True</property>
23 <property name="stock">gtk-add</property>
24 </object>
25 <object class="GtkTreeStore" id="GNUNET_GTK_file_sharing_publishing_tree_store">
26 <columns> 6 <columns>
27 <!-- column-name filesize --> 7 <!-- column-name local_name -->
28 <column type="gchararray"/> 8 <column type="gchararray"/>
29 <!-- column-name do_index --> 9 <!-- column-name namespace_handle -->
30 <column type="gboolean"/> 10 <column type="gpointer"/>
31 <!-- column-name filename --> 11 <!-- column-name last_id -->
32 <column type="gchararray"/> 12 <column type="gchararray"/>
33 <!-- column-name anonymity_level --> 13 <!-- column-name last_uri -->
34 <column type="guint"/> 14 <column type="gchararray"/>
35 <!-- column-name priority --> 15 <!-- column-name last_meta -->
36 <column type="guint"/>
37 <!-- column-name file_information_struct -->
38 <column type="gpointer"/> 16 <column type="gpointer"/>
17 <!-- column-name next_id -->
18 <column type="gchararray"/>
19 <!-- column-name last_description_from_meta -->
20 <column type="gchararray"/>
21 <!-- column-name next_id_editable -->
22 <column type="gboolean"/>
23 <!-- column-name current_id_editable -->
24 <column type="gboolean"/>
39 </columns> 25 </columns>
40 </object> 26 </object>
41 <object class="GtkDialog" id="GNUNET_GTK_master_publish_dialog"> 27 <object class="GtkDialog" id="GNUNET_GTK_master_publish_dialog">
@@ -292,6 +278,7 @@
292 </child> 278 </child>
293 <child> 279 <child>
294 <object class="GtkTreeView" id="GNUNET_GTK_master_publish_dialog_pseudonym_tree_view"> 280 <object class="GtkTreeView" id="GNUNET_GTK_master_publish_dialog_pseudonym_tree_view">
281 <property name="visible">True</property>
295 <property name="can_focus">True</property> 282 <property name="can_focus">True</property>
296 <property name="model">GNUNET_GTK_pseudonym_tree_store</property> 283 <property name="model">GNUNET_GTK_pseudonym_tree_store</property>
297 <property name="reorderable">True</property> 284 <property name="reorderable">True</property>
@@ -320,11 +307,11 @@
320 <property name="clickable">True</property> 307 <property name="clickable">True</property>
321 <child> 308 <child>
322 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer"> 309 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer">
323 <property name="ellipsize">end</property> 310 <signal name="edited" handler="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer_edited_cb" swapped="no"/>
324 </object> 311 </object>
325 <attributes> 312 <attributes>
326 <attribute name="editable">7</attribute> 313 <attribute name="editable">8</attribute>
327 <attribute name="text">5</attribute> 314 <attribute name="text">2</attribute>
328 </attributes> 315 </attributes>
329 </child> 316 </child>
330 </object> 317 </object>
@@ -334,11 +321,14 @@
334 <property name="resizable">True</property> 321 <property name="resizable">True</property>
335 <property name="sizing">autosize</property> 322 <property name="sizing">autosize</property>
336 <property name="fixed_width">5</property> 323 <property name="fixed_width">5</property>
337 <property name="title" translatable="yes">Previous identifier</property> 324 <property name="title" translatable="yes">Update identifier</property>
338 <child> 325 <child>
339 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer"/> 326 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer">
327 <signal name="edited" handler="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer_edited_cb" swapped="no"/>
328 </object>
340 <attributes> 329 <attributes>
341 <attribute name="text">2</attribute> 330 <attribute name="editable">7</attribute>
331 <attribute name="text">5</attribute>
342 </attributes> 332 </attributes>
343 </child> 333 </child>
344 </object> 334 </object>
@@ -411,24 +401,40 @@
411 <action-widget response="-5">GNUNET_GTK_master_publish_dialog_execute_button</action-widget> 401 <action-widget response="-5">GNUNET_GTK_master_publish_dialog_execute_button</action-widget>
412 </action-widgets> 402 </action-widgets>
413 </object> 403 </object>
414 <object class="GtkTreeStore" id="GNUNET_GTK_pseudonym_tree_store"> 404 <object class="GtkTreeStore" id="GNUNET_GTK_file_sharing_publishing_tree_store">
415 <columns> 405 <columns>
416 <!-- column-name local_name --> 406 <!-- column-name filesize -->
417 <column type="gchararray"/>
418 <!-- column-name namespace_handle -->
419 <column type="gpointer"/>
420 <!-- column-name last_id -->
421 <column type="gchararray"/> 407 <column type="gchararray"/>
422 <!-- column-name last_uri --> 408 <!-- column-name do_index -->
409 <column type="gboolean"/>
410 <!-- column-name filename -->
423 <column type="gchararray"/> 411 <column type="gchararray"/>
424 <!-- column-name last_meta --> 412 <!-- column-name anonymity_level -->
413 <column type="guint"/>
414 <!-- column-name priority -->
415 <column type="guint"/>
416 <!-- column-name file_information_struct -->
425 <column type="gpointer"/> 417 <column type="gpointer"/>
426 <!-- column-name next_id -->
427 <column type="gchararray"/>
428 <!-- column-name last_description_from_meta -->
429 <column type="gchararray"/>
430 <!-- column-name next_id_editable -->
431 <column type="gboolean"/>
432 </columns> 418 </columns>
433 </object> 419 </object>
420 <object class="GtkImage" id="add_stock_image">
421 <property name="visible">True</property>
422 <property name="stock">gtk-add</property>
423 </object>
424 <object class="GtkImage" id="new_stock_image">
425 <property name="visible">True</property>
426 <property name="stock">gtk-new</property>
427 </object>
428 <object class="GtkImage" id="add_stock_image_2">
429 <property name="visible">True</property>
430 <property name="stock">gtk-add</property>
431 </object>
432 <object class="GtkImage" id="left_stock_image">
433 <property name="visible">True</property>
434 <property name="stock">gtk-go-back</property>
435 </object>
436 <object class="GtkImage" id="right_stock_image">
437 <property name="visible">True</property>
438 <property name="stock">gtk-go-forward</property>
439 </object>
434</interface> 440</interface>