aboutsummaryrefslogtreecommitdiff
path: root/contrib/main-window.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-27 10:02:50 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-27 10:02:50 +0000
commitc1320a6bb621148c5961fcc2f84de78aa71fe559 (patch)
treecac9cfe9e10fd94d9a57f4f49636e3aad42c7ae5 /contrib/main-window.glade
parent13b6c09a4c4383b7b1c897ca20aa5d9cee558bb6 (diff)
downloadgnunet-gtk-c1320a6bb621148c5961fcc2f84de78aa71fe559.tar.gz
gnunet-gtk-c1320a6bb621148c5961fcc2f84de78aa71fe559.zip
adding open-URI support, works for search, download URIs need more work
Diffstat (limited to 'contrib/main-window.glade')
-rw-r--r--contrib/main-window.glade90
1 files changed, 44 insertions, 46 deletions
diff --git a/contrib/main-window.glade b/contrib/main-window.glade
index 60244b3e..4f795f1b 100644
--- a/contrib/main-window.glade
+++ b/contrib/main-window.glade
@@ -2,25 +2,33 @@
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="image5"> 5 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
6 <property name="visible">True</property> 6 <columns>
7 <property name="stock">gtk-go-down</property> 7 <!-- column-name peer_identity -->
8 </object> 8 <column type="gchararray"/>
9 <object class="GtkImage" id="image4"> 9 <!-- column-name trust -->
10 <property name="visible">True</property> 10 <column type="guint"/>
11 <property name="stock">gtk-find</property> 11 <!-- column-name number_of_known_addresses -->
12 </object> 12 <column type="guint"/>
13 <object class="GtkImage" id="image1"> 13 <!-- column-name country_name -->
14 <property name="visible">True</property> 14 <column type="gchararray"/>
15 <property name="stock">gtk-open</property> 15 <!-- column-name country_flag -->
16 </object> 16 <column type="GdkPixbuf"/>
17 <object class="GtkImage" id="image3"> 17 <!-- column-name bandwidth -->
18 <property name="visible">True</property> 18 <column type="guint64"/>
19 <property name="stock">gtk-new</property> 19 </columns>
20 </object> 20 </object>
21 <object class="GtkImage" id="image2"> 21 <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store">
22 <property name="visible">True</property> 22 <columns>
23 <property name="stock">gtk-go-up</property> 23 <!-- column-name extractor_meta_type -->
24 <column type="guint"/>
25 <!-- column-name extractor_meta_format -->
26 <column type="guint"/>
27 <!-- column-name extractor_meta_type_string -->
28 <column type="gchararray"/>
29 <!-- column-name extracotr_meta_value -->
30 <column type="gchararray"/>
31 </columns>
24 </object> 32 </object>
25 <object class="GtkWindow" id="GNUNET_GTK_main_window"> 33 <object class="GtkWindow" id="GNUNET_GTK_main_window">
26 <property name="title" translatable="yes">gnunet-gtk</property> 34 <property name="title" translatable="yes">gnunet-gtk</property>
@@ -47,7 +55,6 @@
47 <child> 55 <child>
48 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym"> 56 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym">
49 <property name="label" translatable="yes">_Create pseudonym</property> 57 <property name="label" translatable="yes">_Create pseudonym</property>
50 <property name="visible">True</property>
51 <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> 58 <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>
52 <property name="use_action_appearance">False</property> 59 <property name="use_action_appearance">False</property>
53 <property name="accel_path">&lt;gnunet-gtk&gt;/File sharing/Create pseudonym</property> 60 <property name="accel_path">&lt;gnunet-gtk&gt;/File sharing/Create pseudonym</property>
@@ -351,7 +358,6 @@
351 </child> 358 </child>
352 <child> 359 <child>
353 <object class="GtkNotebook" id="GNUNET_GTK_statistics_notebook"> 360 <object class="GtkNotebook" id="GNUNET_GTK_statistics_notebook">
354 <property name="visible">True</property>
355 <property name="can_focus">True</property> 361 <property name="can_focus">True</property>
356 <property name="scrollable">True</property> 362 <property name="scrollable">True</property>
357 </object> 363 </object>
@@ -465,32 +471,24 @@
465 </object> 471 </object>
466 </child> 472 </child>
467 </object> 473 </object>
468 <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store"> 474 <object class="GtkImage" id="image2">
469 <columns> 475 <property name="visible">True</property>
470 <!-- column-name extractor_meta_type --> 476 <property name="stock">gtk-go-up</property>
471 <column type="guint"/>
472 <!-- column-name extractor_meta_format -->
473 <column type="guint"/>
474 <!-- column-name extractor_meta_type_string -->
475 <column type="gchararray"/>
476 <!-- column-name extracotr_meta_value -->
477 <column type="gchararray"/>
478 </columns>
479 </object> 477 </object>
480 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store"> 478 <object class="GtkImage" id="image3">
481 <columns> 479 <property name="visible">True</property>
482 <!-- column-name peer_identity --> 480 <property name="stock">gtk-new</property>
483 <column type="gchararray"/> 481 </object>
484 <!-- column-name trust --> 482 <object class="GtkImage" id="image1">
485 <column type="guint"/> 483 <property name="visible">True</property>
486 <!-- column-name number_of_known_addresses --> 484 <property name="stock">gtk-open</property>
487 <column type="guint"/> 485 </object>
488 <!-- column-name country_name --> 486 <object class="GtkImage" id="image4">
489 <column type="gchararray"/> 487 <property name="visible">True</property>
490 <!-- column-name country_flag --> 488 <property name="stock">gtk-find</property>
491 <column type="GdkPixbuf"/> 489 </object>
492 <!-- column-name bandwidth --> 490 <object class="GtkImage" id="image5">
493 <column type="guint64"/> 491 <property name="visible">True</property>
494 </columns> 492 <property name="stock">gtk-go-down</property>
495 </object> 493 </object>
496</interface> 494</interface>