aboutsummaryrefslogtreecommitdiff
path: root/gnunet-gtk.glade
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet-gtk.glade')
-rw-r--r--gnunet-gtk.glade310
1 files changed, 209 insertions, 101 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index f2ab15ba..ec7193bc 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -52,7 +52,7 @@
52 <property name="visible">True</property> 52 <property name="visible">True</property>
53 <property name="label">gtk-about</property> 53 <property name="label">gtk-about</property>
54 <property name="use_stock">True</property> 54 <property name="use_stock">True</property>
55 <signal name="activate" handler="on_about_activate"/> 55 <signal name="activate" handler="on_about_clicked"/>
56 </widget> 56 </widget>
57 </child> 57 </child>
58 </widget> 58 </widget>
@@ -78,19 +78,60 @@
78 <property name="enable_popup">False</property> 78 <property name="enable_popup">False</property>
79 79
80 <child> 80 <child>
81 <widget class="GtkLabel" id="splashScreen"> 81 <widget class="GtkScrolledWindow" id="scrolledwindow19">
82 <property name="visible">True</property> 82 <property name="visible">True</property>
83 <property name="label" translatable="yes">Welcome to GNUnet 83 <property name="can_focus">True</property>
84</property> 84 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
85 <property name="use_underline">False</property> 85 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
86 <property name="use_markup">True</property> 86 <property name="shadow_type">GTK_SHADOW_NONE</property>
87 <property name="justify">GTK_JUSTIFY_LEFT</property> 87 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
88 <property name="wrap">True</property> 88
89 <property name="selectable">False</property> 89 <child>
90 <property name="xalign">0.5</property> 90 <widget class="GtkViewport" id="viewport6">
91 <property name="yalign">0.5</property> 91 <property name="visible">True</property>
92 <property name="xpad">0</property> 92 <property name="shadow_type">GTK_SHADOW_IN</property>
93 <property name="ypad">0</property> 93
94 <child>
95 <widget class="GtkLabel" id="label75">
96 <property name="visible">True</property>
97 <property name="label" translatable="yes">&lt;span size=&quot;x-large&quot;&gt;Welcome to gnunet-gtk 0.7.0&lt;/span&gt;
98
99gnunet-gtk is the GTK+ user interface for GNUnet. It is intended to eventually provide a universal, pluggable interface for all GNUnet services.
100
101This is an alpha release. Many features are not working and others are missing. The GNUnet homepage offers information about new versions of gnunet-gtk.
102
103&lt;span size=&quot;x-large&quot;&gt;Important changes (compared to gnunet-gtk 0.6.6):&lt;/span&gt;
104
105The redesign of the GNUnet core has also affected gnunet-gtk. The new codebase is based on glade, which should make it easier to customize and extend gnunet-gtk.
106
107The new codebase is mostly a collection of GTK+ signal handlers that trigger the appropriate actions on GNUnet's FSUI and ECRS libraries.
108
109The code is still far from complete, missing features include:
110* support for starting and stopping gnunetd
111* support for file sharing (insert, search, download, pseudonyms, namespaces, directories, collections)
112* support for statistics (raw, graphical)
113* support for chat
114
115We hope that you will enjoy gnunet-gtk (especially once it is ready).
116
117
118Thank you,
119
120
121 The GNUnet Team</property>
122 <property name="use_underline">False</property>
123 <property name="use_markup">True</property>
124 <property name="justify">GTK_JUSTIFY_LEFT</property>
125 <property name="wrap">True</property>
126 <property name="selectable">False</property>
127 <property name="xalign">0.5</property>
128 <property name="yalign">0.5</property>
129 <property name="xpad">0</property>
130 <property name="ypad">0</property>
131 </widget>
132 </child>
133 </widget>
134 </child>
94 </widget> 135 </widget>
95 <packing> 136 <packing>
96 <property name="tab_expand">False</property> 137 <property name="tab_expand">False</property>
@@ -166,12 +207,12 @@
166 <property name="spacing">0</property> 207 <property name="spacing">0</property>
167 208
168 <child> 209 <child>
169 <widget class="GtkButton" id="startGnunetdButton"> 210 <widget class="GtkButton" id="startDaemon">
170 <property name="visible">True</property> 211 <property name="visible">True</property>
171 <property name="can_focus">True</property> 212 <property name="can_focus">True</property>
172 <property name="relief">GTK_RELIEF_NORMAL</property> 213 <property name="relief">GTK_RELIEF_NORMAL</property>
173 <property name="focus_on_click">True</property> 214 <property name="focus_on_click">True</property>
174 <signal name="clicked" handler="on_startGnunetdButton_clicked" last_modification_time="Mon, 23 May 2005 19:05:11 GMT"/> 215 <signal name="clicked" handler="on_startDaemon_clicked" last_modification_time="Mon, 23 May 2005 19:05:11 GMT"/>
175 216
176 <child> 217 <child>
177 <widget class="GtkAlignment" id="alignment1"> 218 <widget class="GtkAlignment" id="alignment1">
@@ -211,7 +252,7 @@
211 <child> 252 <child>
212 <widget class="GtkLabel" id="startButton"> 253 <widget class="GtkLabel" id="startButton">
213 <property name="visible">True</property> 254 <property name="visible">True</property>
214 <property name="label" translatable="yes">_start gnunetd</property> 255 <property name="label" translatable="yes">start gnunetd</property>
215 <property name="use_underline">True</property> 256 <property name="use_underline">True</property>
216 <property name="use_markup">False</property> 257 <property name="use_markup">False</property>
217 <property name="justify">GTK_JUSTIFY_RIGHT</property> 258 <property name="justify">GTK_JUSTIFY_RIGHT</property>
@@ -287,7 +328,7 @@
287 <child> 328 <child>
288 <widget class="GtkLabel" id="label64"> 329 <widget class="GtkLabel" id="label64">
289 <property name="visible">True</property> 330 <property name="visible">True</property>
290 <property name="label" translatable="yes">s_top gnunetd</property> 331 <property name="label" translatable="yes">stop gnunetd</property>
291 <property name="use_underline">True</property> 332 <property name="use_underline">True</property>
292 <property name="use_markup">False</property> 333 <property name="use_markup">False</property>
293 <property name="justify">GTK_JUSTIFY_LEFT</property> 334 <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -317,7 +358,7 @@
317 </child> 358 </child>
318 359
319 <child> 360 <child>
320 <widget class="GtkImage" id="statusPixmap"> 361 <widget class="GtkImage" id="statusPixmapNo">
321 <property name="visible">True</property> 362 <property name="visible">True</property>
322 <property name="stock">gtk-no</property> 363 <property name="stock">gtk-no</property>
323 <property name="icon_size">4</property> 364 <property name="icon_size">4</property>
@@ -327,7 +368,29 @@
327 <property name="ypad">0</property> 368 <property name="ypad">0</property>
328 <accessibility> 369 <accessibility>
329 <atkproperty name="AtkObject::accessible_name" translatable="yes">status</atkproperty> 370 <atkproperty name="AtkObject::accessible_name" translatable="yes">status</atkproperty>
330 <atkproperty name="AtkObject::accessible_description" translatable="yes">gnunetd status</atkproperty> 371 <atkproperty name="AtkObject::accessible_description" translatable="yes">gnunetd status: not running</atkproperty>
372 </accessibility>
373 </widget>
374 <packing>
375 <property name="padding">0</property>
376 <property name="expand">False</property>
377 <property name="fill">False</property>
378 </packing>
379 </child>
380
381 <child>
382 <widget class="GtkImage" id="statusPixmapYes">
383 <property agent="glademm" name="cxx_visibility">public</property>
384 <property name="visible">True</property>
385 <property name="stock">gtk-yes</property>
386 <property name="icon_size">4</property>
387 <property name="xalign">0.5</property>
388 <property name="yalign">0.5</property>
389 <property name="xpad">0</property>
390 <property name="ypad">0</property>
391 <accessibility>
392 <atkproperty name="AtkObject::accessible_name" translatable="yes">status</atkproperty>
393 <atkproperty name="AtkObject::accessible_description" translatable="yes">gnunetd status: running</atkproperty>
331 </accessibility> 394 </accessibility>
332 </widget> 395 </widget>
333 <packing> 396 <packing>
@@ -432,6 +495,7 @@
432 495
433 <child> 496 <child>
434 <widget class="GtkTreeView" id="clist2"> 497 <widget class="GtkTreeView" id="clist2">
498 <property agent="glademm" name="cxx_visibility">public</property>
435 <property name="visible">True</property> 499 <property name="visible">True</property>
436 <property name="can_focus">True</property> 500 <property name="can_focus">True</property>
437 <property name="headers_visible">True</property> 501 <property name="headers_visible">True</property>
@@ -535,6 +599,7 @@
535 599
536 <child> 600 <child>
537 <widget class="GtkTreeView" id="clist7"> 601 <widget class="GtkTreeView" id="clist7">
602 <property agent="glademm" name="cxx_visibility">public</property>
538 <property name="visible">True</property> 603 <property name="visible">True</property>
539 <property name="can_focus">True</property> 604 <property name="can_focus">True</property>
540 <property name="headers_visible">True</property> 605 <property name="headers_visible">True</property>
@@ -589,6 +654,7 @@
589 654
590 <child> 655 <child>
591 <widget class="GtkTreeView" id="clist5"> 656 <widget class="GtkTreeView" id="clist5">
657 <property agent="glademm" name="cxx_visibility">public</property>
592 <property name="visible">True</property> 658 <property name="visible">True</property>
593 <property name="can_focus">True</property> 659 <property name="can_focus">True</property>
594 <property name="headers_visible">True</property> 660 <property name="headers_visible">True</property>
@@ -643,6 +709,7 @@
643 709
644 <child> 710 <child>
645 <widget class="GtkTreeView" id="clist6"> 711 <widget class="GtkTreeView" id="clist6">
712 <property agent="glademm" name="cxx_visibility">public</property>
646 <property name="visible">True</property> 713 <property name="visible">True</property>
647 <property name="can_focus">True</property> 714 <property name="can_focus">True</property>
648 <property name="headers_visible">True</property> 715 <property name="headers_visible">True</property>
@@ -712,7 +779,8 @@
712 <property name="spacing">0</property> 779 <property name="spacing">0</property>
713 780
714 <child> 781 <child>
715 <widget class="GtkNotebook" id="notebook6"> 782 <widget class="GtkNotebook" id="downloadNotebook">
783 <property agent="glademm" name="cxx_visibility">public</property>
716 <property name="can_focus">True</property> 784 <property name="can_focus">True</property>
717 <property name="show_tabs">True</property> 785 <property name="show_tabs">True</property>
718 <property name="show_border">True</property> 786 <property name="show_border">True</property>
@@ -783,7 +851,8 @@
783 </accessibility> 851 </accessibility>
784 852
785 <child internal-child="entry"> 853 <child internal-child="entry">
786 <widget class="GtkEntry" id="combo-entry2"> 854 <widget class="GtkEntry" id="searchKeywordGtkEntry">
855 <property agent="glademm" name="cxx_visibility">public</property>
787 <property name="visible">True</property> 856 <property name="visible">True</property>
788 <property name="can_focus">True</property> 857 <property name="can_focus">True</property>
789 <property name="editable">True</property> 858 <property name="editable">True</property>
@@ -931,24 +1000,9 @@
931 </child> 1000 </child>
932 1001
933 <child> 1002 <child>
934 <widget class="GtkOptionMenu" id="optionmenu1"> 1003 <widget class="GtkComboBoxEntry" id="searchNamespaceComboBoxEntry">
1004 <property agent="glademm" name="cxx_visibility">public</property>
935 <property name="visible">True</property> 1005 <property name="visible">True</property>
936 <property name="can_focus">True</property>
937 <property name="history">0</property>
938
939 <child internal-child="menu">
940 <widget class="GtkMenu" id="convertwidget16">
941 <property name="visible">True</property>
942
943 <child>
944 <widget class="GtkMenuItem" id="convertwidget17">
945 <property name="visible">True</property>
946 <property name="label" translatable="yes">global (everywhere)</property>
947 <property name="use_underline">True</property>
948 </widget>
949 </child>
950 </widget>
951 </child>
952 </widget> 1006 </widget>
953 <packing> 1007 <packing>
954 <property name="padding">0</property> 1008 <property name="padding">0</property>
@@ -1025,6 +1079,7 @@
1025 1079
1026 <child> 1080 <child>
1027 <widget class="GtkRadioButton" id="indexbutton"> 1081 <widget class="GtkRadioButton" id="indexbutton">
1082 <property agent="glademm" name="cxx_visibility">public</property>
1028 <property name="visible">True</property> 1083 <property name="visible">True</property>
1029 <property name="can_focus">True</property> 1084 <property name="can_focus">True</property>
1030 <property name="label" translatable="yes">index</property> 1085 <property name="label" translatable="yes">index</property>
@@ -1044,6 +1099,7 @@
1044 1099
1045 <child> 1100 <child>
1046 <widget class="GtkRadioButton" id="insertButton"> 1101 <widget class="GtkRadioButton" id="insertButton">
1102 <property agent="glademm" name="cxx_visibility">public</property>
1047 <property name="visible">True</property> 1103 <property name="visible">True</property>
1048 <property name="can_focus">True</property> 1104 <property name="can_focus">True</property>
1049 <property name="label" translatable="yes">insert</property> 1105 <property name="label" translatable="yes">insert</property>
@@ -1099,6 +1155,7 @@
1099 1155
1100 <child> 1156 <child>
1101 <widget class="GtkRadioButton" id="radiobutton2"> 1157 <widget class="GtkRadioButton" id="radiobutton2">
1158 <property agent="glademm" name="cxx_visibility">public</property>
1102 <property name="visible">True</property> 1159 <property name="visible">True</property>
1103 <property name="can_focus">True</property> 1160 <property name="can_focus">True</property>
1104 <property name="label" translatable="yes">file only</property> 1161 <property name="label" translatable="yes">file only</property>
@@ -1118,6 +1175,7 @@
1118 1175
1119 <child> 1176 <child>
1120 <widget class="GtkRadioButton" id="radiobutton3"> 1177 <widget class="GtkRadioButton" id="radiobutton3">
1178 <property agent="glademm" name="cxx_visibility">public</property>
1121 <property name="visible">True</property> 1179 <property name="visible">True</property>
1122 <property name="can_focus">True</property> 1180 <property name="can_focus">True</property>
1123 <property name="label" translatable="yes">recursive (for entire directories)</property> 1181 <property name="label" translatable="yes">recursive (for entire directories)</property>
@@ -1182,6 +1240,7 @@
1182 1240
1183 <child internal-child="entry"> 1241 <child internal-child="entry">
1184 <widget class="GtkEntry" id="combo-entry1"> 1242 <widget class="GtkEntry" id="combo-entry1">
1243 <property agent="glademm" name="cxx_visibility">public</property>
1185 <property name="visible">True</property> 1244 <property name="visible">True</property>
1186 <property name="can_focus">True</property> 1245 <property name="can_focus">True</property>
1187 <property name="editable">True</property> 1246 <property name="editable">True</property>
@@ -1236,7 +1295,7 @@
1236 <property name="can_focus">True</property> 1295 <property name="can_focus">True</property>
1237 <property name="relief">GTK_RELIEF_NORMAL</property> 1296 <property name="relief">GTK_RELIEF_NORMAL</property>
1238 <property name="focus_on_click">True</property> 1297 <property name="focus_on_click">True</property>
1239 <signal name="activate" handler="on_mainFileSharingInsertBrowseButton_activate" object="fsinsertfilenamecombo" last_modification_time="Mon, 23 May 2005 17:09:36 GMT"/> 1298 <signal name="clicked" handler="on_mainFileSharingInsertBrowseButton_clicked" object="fsinsertfilenamecombo" last_modification_time="Mon, 23 May 2005 17:09:36 GMT"/>
1240 1299
1241 <child> 1300 <child>
1242 <widget class="GtkAlignment" id="alignment7"> 1301 <widget class="GtkAlignment" id="alignment7">
@@ -1437,7 +1496,7 @@
1437 <property name="visible">True</property> 1496 <property name="visible">True</property>
1438 <property name="label" translatable="yes">_Namespace</property> 1497 <property name="label" translatable="yes">_Namespace</property>
1439 <property name="use_underline">True</property> 1498 <property name="use_underline">True</property>
1440 <signal name="activate_item" handler="on_create_namespace_activate" last_modification_time="Mon, 23 May 2005 19:13:47 GMT"/> 1499 <signal name="activate_item" handler="on_create_namespace_clicked" last_modification_time="Mon, 23 May 2005 19:13:47 GMT"/>
1441 </widget> 1500 </widget>
1442 </child> 1501 </child>
1443 1502
@@ -1446,7 +1505,7 @@
1446 <property name="visible">True</property> 1505 <property name="visible">True</property>
1447 <property name="label" translatable="yes">_Directory</property> 1506 <property name="label" translatable="yes">_Directory</property>
1448 <property name="use_underline">True</property> 1507 <property name="use_underline">True</property>
1449 <signal name="activate_item" handler="on_create_directory_activate" last_modification_time="Mon, 23 May 2005 19:13:40 GMT"/> 1508 <signal name="activate_item" handler="on_create_directory_clicked" last_modification_time="Mon, 23 May 2005 19:13:40 GMT"/>
1450 </widget> 1509 </widget>
1451 </child> 1510 </child>
1452 1511
@@ -1455,7 +1514,7 @@
1455 <property name="visible">True</property> 1514 <property name="visible">True</property>
1456 <property name="label" translatable="yes">_Collection</property> 1515 <property name="label" translatable="yes">_Collection</property>
1457 <property name="use_underline">True</property> 1516 <property name="use_underline">True</property>
1458 <signal name="activate_item" handler="on_create_collection_activate" last_modification_time="Mon, 23 May 2005 19:13:32 GMT"/> 1517 <signal name="activate_item" handler="on_create_collection_clicked" last_modification_time="Mon, 23 May 2005 19:13:32 GMT"/>
1459 </widget> 1518 </widget>
1460 </child> 1519 </child>
1461 1520
@@ -1464,7 +1523,7 @@
1464 <property name="visible">True</property> 1523 <property name="visible">True</property>
1465 <property name="label" translatable="yes">_Advertisement</property> 1524 <property name="label" translatable="yes">_Advertisement</property>
1466 <property name="use_underline">True</property> 1525 <property name="use_underline">True</property>
1467 <signal name="activate_item" handler="on_create_advertisement_activate" last_modification_time="Mon, 23 May 2005 19:13:53 GMT"/> 1526 <signal name="activate_item" handler="on_create_advertisement_clicked" last_modification_time="Mon, 23 May 2005 19:13:53 GMT"/>
1468 </widget> 1527 </widget>
1469 </child> 1528 </child>
1470 </widget> 1529 </widget>
@@ -1488,7 +1547,7 @@
1488 <property name="tooltip" translatable="yes">Will prevent future insertions into the namespace (will not delete content in the namespace)</property> 1547 <property name="tooltip" translatable="yes">Will prevent future insertions into the namespace (will not delete content in the namespace)</property>
1489 <property name="label" translatable="yes">_Namespace</property> 1548 <property name="label" translatable="yes">_Namespace</property>
1490 <property name="use_underline">True</property> 1549 <property name="use_underline">True</property>
1491 <signal name="activate_item" handler="on_namespace2_activate" last_modification_time="Mon, 23 May 2005 19:14:04 GMT"/> 1550 <signal name="activate_item" handler="on_namespace2_clicked" last_modification_time="Mon, 23 May 2005 19:14:04 GMT"/>
1492 </widget> 1551 </widget>
1493 </child> 1552 </child>
1494 1553
@@ -1498,7 +1557,7 @@
1498 <property name="tooltip" translatable="yes">end collection (will not delete content already in the collection)</property> 1557 <property name="tooltip" translatable="yes">end collection (will not delete content already in the collection)</property>
1499 <property name="label" translatable="yes">_Collection</property> 1558 <property name="label" translatable="yes">_Collection</property>
1500 <property name="use_underline">True</property> 1559 <property name="use_underline">True</property>
1501 <signal name="activate_item" handler="on_collection_delete_activate" last_modification_time="Mon, 23 May 2005 19:14:11 GMT"/> 1560 <signal name="activate_item" handler="on_collection_delete_clicked" last_modification_time="Mon, 23 May 2005 19:14:11 GMT"/>
1502 </widget> 1561 </widget>
1503 </child> 1562 </child>
1504 </widget> 1563 </widget>
@@ -1596,6 +1655,7 @@
1596 1655
1597 <child> 1656 <child>
1598 <widget class="GtkTreeView" id="clist1"> 1657 <widget class="GtkTreeView" id="clist1">
1658 <property agent="glademm" name="cxx_visibility">public</property>
1599 <property name="visible">True</property> 1659 <property name="visible">True</property>
1600 <property name="can_focus">True</property> 1660 <property name="can_focus">True</property>
1601 <property name="headers_visible">True</property> 1661 <property name="headers_visible">True</property>
@@ -1689,6 +1749,7 @@
1689 1749
1690 <child> 1750 <child>
1691 <widget class="GtkVBox" id="statisticsnotebookvbox"> 1751 <widget class="GtkVBox" id="statisticsnotebookvbox">
1752 <property agent="glademm" name="cxx_visibility">public</property>
1692 <property name="homogeneous">False</property> 1753 <property name="homogeneous">False</property>
1693 <property name="spacing">0</property> 1754 <property name="spacing">0</property>
1694 1755
@@ -1745,7 +1806,8 @@
1745 <property name="spacing">0</property> 1806 <property name="spacing">0</property>
1746 1807
1747 <child> 1808 <child>
1748 <widget class="GtkNotebook" id="notebook3"> 1809 <widget class="GtkNotebook" id="chatnotebook">
1810 <property agent="glademm" name="cxx_visibility">public</property>
1749 <property name="can_focus">True</property> 1811 <property name="can_focus">True</property>
1750 <property name="show_tabs">True</property> 1812 <property name="show_tabs">True</property>
1751 <property name="show_border">True</property> 1813 <property name="show_border">True</property>
@@ -1808,6 +1870,7 @@
1808 1870
1809 <child internal-child="entry"> 1871 <child internal-child="entry">
1810 <widget class="GtkEntry" id="chatMainEntryLine"> 1872 <widget class="GtkEntry" id="chatMainEntryLine">
1873 <property agent="glademm" name="cxx_visibility">public</property>
1811 <property name="visible">True</property> 1874 <property name="visible">True</property>
1812 <property name="can_focus">True</property> 1875 <property name="can_focus">True</property>
1813 <property name="editable">True</property> 1876 <property name="editable">True</property>
@@ -1817,8 +1880,8 @@
1817 <property name="has_frame">True</property> 1880 <property name="has_frame">True</property>
1818 <property name="invisible_char">*</property> 1881 <property name="invisible_char">*</property>
1819 <property name="activates_default">False</property> 1882 <property name="activates_default">False</property>
1820 <signal name="activate" handler="chatMainEntryLine_activate" last_modification_time="Mon, 23 May 2005 17:28:12 GMT"/> 1883 <signal name="activate" handler="chatMainEntryLine_clicked" last_modification_time="Mon, 23 May 2005 17:28:12 GMT"/>
1821 <signal name="editing_done" handler="on_chatMainEntryLine_editing_done" last_modification_time="Mon, 23 May 2005 17:28:16 GMT"/> 1884 <signal name="editing_done" handler="on_chatMainEntryLine_editing_done_clicked" last_modification_time="Mon, 23 May 2005 17:28:16 GMT"/>
1822 <accelerator key="Return" modifiers="0" signal="activate"/> 1885 <accelerator key="Return" modifiers="0" signal="activate"/>
1823 </widget> 1886 </widget>
1824 </child> 1887 </child>
@@ -1923,6 +1986,7 @@
1923 <property name="padding">0</property> 1986 <property name="padding">0</property>
1924 <property name="expand">False</property> 1987 <property name="expand">False</property>
1925 <property name="fill">False</property> 1988 <property name="fill">False</property>
1989 <property name="pack_type">GTK_PACK_END</property>
1926 </packing> 1990 </packing>
1927 </child> 1991 </child>
1928 </widget> 1992 </widget>
@@ -1976,7 +2040,7 @@
1976 <accessibility> 2040 <accessibility>
1977 <atkproperty name="AtkObject::accessible_name" translatable="yes">Delete button</atkproperty> 2041 <atkproperty name="AtkObject::accessible_name" translatable="yes">Delete button</atkproperty>
1978 </accessibility> 2042 </accessibility>
1979 <signal name="activate" handler="on_metaDataDialogDeleteButton_activate" last_modification_time="Mon, 23 May 2005 18:49:51 GMT"/> 2043 <signal name="activate" handler="on_metaDataDialogDeleteButton_clicked" object="metaDataDialog" last_modification_time="Mon, 23 May 2005 18:49:51 GMT"/>
1980 <accelerator key="Delete" modifiers="0" signal="activate"/> 2044 <accelerator key="Delete" modifiers="0" signal="activate"/>
1981 </widget> 2045 </widget>
1982 </child> 2046 </child>
@@ -2075,6 +2139,7 @@
2075 2139
2076 <child> 2140 <child>
2077 <widget class="GtkOptionMenu" id="optionmenu2"> 2141 <widget class="GtkOptionMenu" id="optionmenu2">
2142 <property agent="glademm" name="cxx_visibility">public</property>
2078 <property name="visible">True</property> 2143 <property name="visible">True</property>
2079 <property name="can_focus">True</property> 2144 <property name="can_focus">True</property>
2080 <property name="history">0</property> 2145 <property name="history">0</property>
@@ -2124,6 +2189,7 @@
2124 2189
2125 <child> 2190 <child>
2126 <widget class="GtkEntry" id="metaDataDialogValueEntry"> 2191 <widget class="GtkEntry" id="metaDataDialogValueEntry">
2192 <property agent="glademm" name="cxx_visibility">public</property>
2127 <property name="visible">True</property> 2193 <property name="visible">True</property>
2128 <property name="can_focus">True</property> 2194 <property name="can_focus">True</property>
2129 <property name="editable">True</property> 2195 <property name="editable">True</property>
@@ -2173,6 +2239,7 @@ Press ENTER to add the data.</atkproperty>
2173 2239
2174 <child> 2240 <child>
2175 <widget class="GtkTreeView" id="metaDataDialogMetaDataList"> 2241 <widget class="GtkTreeView" id="metaDataDialogMetaDataList">
2242 <property agent="glademm" name="cxx_visibility">public</property>
2176 <property name="visible">True</property> 2243 <property name="visible">True</property>
2177 <property name="can_focus">True</property> 2244 <property name="can_focus">True</property>
2178 <property name="headers_visible">True</property> 2245 <property name="headers_visible">True</property>
@@ -2241,6 +2308,7 @@ Press ENTER to add the data.</atkproperty>
2241 2308
2242 <child> 2309 <child>
2243 <widget class="GtkEntry" id="fileInformationKeywordEntry"> 2310 <widget class="GtkEntry" id="fileInformationKeywordEntry">
2311 <property agent="glademm" name="cxx_visibility">public</property>
2244 <property name="visible">True</property> 2312 <property name="visible">True</property>
2245 <property name="can_focus">True</property> 2313 <property name="can_focus">True</property>
2246 <property name="editable">True</property> 2314 <property name="editable">True</property>
@@ -2250,8 +2318,8 @@ Press ENTER to add the data.</atkproperty>
2250 <property name="has_frame">True</property> 2318 <property name="has_frame">True</property>
2251 <property name="invisible_char">*</property> 2319 <property name="invisible_char">*</property>
2252 <property name="activates_default">False</property> 2320 <property name="activates_default">False</property>
2253 <signal name="activate" handler="fileInformationKeywordEntry_activate" object="metaDataDialog" last_modification_time="Mon, 23 May 2005 17:23:09 GMT"/> 2321 <signal name="activate" handler="fileInformationKeywordEntry_clicked" object="metaDataDialog" last_modification_time="Mon, 23 May 2005 17:23:09 GMT"/>
2254 <signal name="editing_done" handler="fileInformationKeywordEntry_activate" object="metaDataDialog" last_modification_time="Mon, 23 May 2005 18:56:54 GMT"/> 2322 <signal name="editing_done" handler="fileInformationKeywordEntry_clicked" object="metaDataDialog" last_modification_time="Mon, 23 May 2005 18:56:54 GMT"/>
2255 <accelerator key="Return" modifiers="0" signal="activate"/> 2323 <accelerator key="Return" modifiers="0" signal="activate"/>
2256 </widget> 2324 </widget>
2257 <packing> 2325 <packing>
@@ -2288,6 +2356,7 @@ Press ENTER to add the data.</atkproperty>
2288 2356
2289 <child> 2357 <child>
2290 <widget class="GtkTreeView" id="metaDataDialogKeywordList"> 2358 <widget class="GtkTreeView" id="metaDataDialogKeywordList">
2359 <property agent="glademm" name="cxx_visibility">public</property>
2291 <property name="visible">True</property> 2360 <property name="visible">True</property>
2292 <property name="tooltip" translatable="yes">Select entries and use Delete button in order to delete keywords.</property> 2361 <property name="tooltip" translatable="yes">Select entries and use Delete button in order to delete keywords.</property>
2293 <property name="can_focus">True</property> 2362 <property name="can_focus">True</property>
@@ -2398,6 +2467,7 @@ Press ENTER to add the data.</atkproperty>
2398 2467
2399 <child> 2468 <child>
2400 <widget class="GtkTreeView" id="clist10"> 2469 <widget class="GtkTreeView" id="clist10">
2470 <property agent="glademm" name="cxx_visibility">public</property>
2401 <property name="visible">True</property> 2471 <property name="visible">True</property>
2402 <property name="can_focus">True</property> 2472 <property name="can_focus">True</property>
2403 <property name="headers_visible">True</property> 2473 <property name="headers_visible">True</property>
@@ -2453,13 +2523,15 @@ Press ENTER to add the data.</atkproperty>
2453 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> 2523 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
2454 2524
2455 <child> 2525 <child>
2456 <widget class="GtkScrolledWindow" id="scrolledwindow14"> 2526 <widget class="GtkScrolledWindow" id="searchPageScrolledWindow">
2527 <property agent="glademm" name="cxx_visibility">public</property>
2457 <property name="visible">True</property> 2528 <property name="visible">True</property>
2458 <property name="can_focus">True</property> 2529 <property name="can_focus">True</property>
2459 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> 2530 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2460 <property name="vscrollbar_policy">GTK_POLICY_NEVER</property> 2531 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2461 <property name="shadow_type">GTK_SHADOW_NONE</property> 2532 <property name="shadow_type">GTK_SHADOW_NONE</property>
2462 <property name="window_placement">GTK_CORNER_TOP_LEFT</property> 2533 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2534 <signal name="destroy" handler="on_searchPageScrolledWindow_destroy" object="searchPageScrolledWindow" last_modification_time="Thu, 26 May 2005 22:41:04 GMT"/>
2463 2535
2464 <child> 2536 <child>
2465 <widget class="GtkViewport" id="viewport5"> 2537 <widget class="GtkViewport" id="viewport5">
@@ -2483,6 +2555,7 @@ Press ENTER to add the data.</atkproperty>
2483 2555
2484 <child> 2556 <child>
2485 <widget class="GtkTreeView" id="searchResults"> 2557 <widget class="GtkTreeView" id="searchResults">
2558 <property agent="glademm" name="cxx_visibility">public</property>
2486 <property name="visible">True</property> 2559 <property name="visible">True</property>
2487 <property name="can_focus">True</property> 2560 <property name="can_focus">True</property>
2488 <property name="headers_visible">True</property> 2561 <property name="headers_visible">True</property>
@@ -2506,64 +2579,95 @@ Press ENTER to add the data.</atkproperty>
2506 <property name="relief">GTK_RELIEF_NORMAL</property> 2579 <property name="relief">GTK_RELIEF_NORMAL</property>
2507 <property name="focus_on_click">True</property> 2580 <property name="focus_on_click">True</property>
2508 <signal name="clicked" handler="on_downloadButton_clicked" object="searchResults" last_modification_time="Mon, 23 May 2005 18:59:36 GMT"/> 2581 <signal name="clicked" handler="on_downloadButton_clicked" object="searchResults" last_modification_time="Mon, 23 May 2005 18:59:36 GMT"/>
2582 <signal name="activate" handler="on_downloadButton_clicked" object="searchResults" last_modification_time="Thu, 26 May 2005 09:26:15 GMT"/>
2509 <accelerator key="Return" modifiers="GDK_CONTROL_MASK" signal="activate"/> 2583 <accelerator key="Return" modifiers="GDK_CONTROL_MASK" signal="activate"/>
2510 2584
2511 <child> 2585 <child>
2512 <widget class="GtkAlignment" id="alignment3"> 2586 <widget class="GtkHBox" id="hbox23">
2513 <property name="visible">True</property> 2587 <property name="visible">True</property>
2514 <property name="xalign">0.5</property> 2588 <property name="homogeneous">False</property>
2515 <property name="yalign">0.5</property> 2589 <property name="spacing">0</property>
2516 <property name="xscale">0</property>
2517 <property name="yscale">0</property>
2518 <property name="top_padding">0</property>
2519 <property name="bottom_padding">0</property>
2520 <property name="left_padding">0</property>
2521 <property name="right_padding">0</property>
2522 2590
2523 <child> 2591 <child>
2524 <widget class="GtkHBox" id="hbox13"> 2592 <widget class="GtkAlignment" id="alignment3">
2525 <property name="visible">True</property> 2593 <property name="visible">True</property>
2526 <property name="homogeneous">False</property> 2594 <property name="xalign">0.5</property>
2527 <property name="spacing">2</property> 2595 <property name="yalign">0.5</property>
2596 <property name="xscale">0</property>
2597 <property name="yscale">0</property>
2598 <property name="top_padding">0</property>
2599 <property name="bottom_padding">0</property>
2600 <property name="left_padding">0</property>
2601 <property name="right_padding">0</property>
2528 2602
2529 <child> 2603 <child>
2530 <widget class="GtkImage" id="image3"> 2604 <widget class="GtkHBox" id="hbox13">
2531 <property name="visible">True</property> 2605 <property name="visible">True</property>
2532 <property name="stock">gtk-copy</property> 2606 <property name="homogeneous">False</property>
2533 <property name="icon_size">4</property> 2607 <property name="spacing">2</property>
2534 <property name="xalign">0.5</property>
2535 <property name="yalign">0.5</property>
2536 <property name="xpad">0</property>
2537 <property name="ypad">0</property>
2538 </widget>
2539 <packing>
2540 <property name="padding">0</property>
2541 <property name="expand">False</property>
2542 <property name="fill">False</property>
2543 </packing>
2544 </child>
2545 2608
2546 <child> 2609 <child>
2547 <widget class="GtkLabel" id="label65"> 2610 <widget class="GtkImage" id="image3">
2548 <property name="visible">True</property> 2611 <property name="visible">True</property>
2549 <property name="label" translatable="yes">_Download</property> 2612 <property name="stock">gtk-copy</property>
2550 <property name="use_underline">True</property> 2613 <property name="icon_size">4</property>
2551 <property name="use_markup">False</property> 2614 <property name="xalign">0.5</property>
2552 <property name="justify">GTK_JUSTIFY_LEFT</property> 2615 <property name="yalign">0.5</property>
2553 <property name="wrap">False</property> 2616 <property name="xpad">0</property>
2554 <property name="selectable">False</property> 2617 <property name="ypad">0</property>
2555 <property name="xalign">0.5</property> 2618 </widget>
2556 <property name="yalign">0.5</property> 2619 <packing>
2557 <property name="xpad">0</property> 2620 <property name="padding">0</property>
2558 <property name="ypad">0</property> 2621 <property name="expand">False</property>
2622 <property name="fill">False</property>
2623 </packing>
2624 </child>
2625
2626 <child>
2627 <widget class="GtkLabel" id="label65">
2628 <property name="visible">True</property>
2629 <property name="label" translatable="yes">_Download</property>
2630 <property name="use_underline">True</property>
2631 <property name="use_markup">False</property>
2632 <property name="justify">GTK_JUSTIFY_LEFT</property>
2633 <property name="wrap">False</property>
2634 <property name="selectable">False</property>
2635 <property name="xalign">0.5</property>
2636 <property name="yalign">0.5</property>
2637 <property name="xpad">0</property>
2638 <property name="ypad">0</property>
2639 </widget>
2640 <packing>
2641 <property name="padding">0</property>
2642 <property name="expand">False</property>
2643 <property name="fill">False</property>
2644 </packing>
2645 </child>
2559 </widget> 2646 </widget>
2560 <packing>
2561 <property name="padding">0</property>
2562 <property name="expand">False</property>
2563 <property name="fill">False</property>
2564 </packing>
2565 </child> 2647 </child>
2566 </widget> 2648 </widget>
2649 <packing>
2650 <property name="padding">0</property>
2651 <property name="expand">True</property>
2652 <property name="fill">True</property>
2653 </packing>
2654 </child>
2655
2656 <child>
2657 <widget class="GtkButton" id="closeSearchButton">
2658 <property name="visible">True</property>
2659 <property name="can_focus">True</property>
2660 <property name="label">gtk-close</property>
2661 <property name="use_stock">True</property>
2662 <property name="relief">GTK_RELIEF_NORMAL</property>
2663 <property name="focus_on_click">True</property>
2664 <signal name="clicked" handler="on_closeSearchButton_clicked" object="searchPageScrolledWindow" last_modification_time="Thu, 26 May 2005 22:42:37 GMT"/>
2665 </widget>
2666 <packing>
2667 <property name="padding">0</property>
2668 <property name="expand">True</property>
2669 <property name="fill">True</property>
2670 </packing>
2567 </child> 2671 </child>
2568 </widget> 2672 </widget>
2569 </child> 2673 </child>
@@ -2613,6 +2717,7 @@ Press ENTER to add the data.</atkproperty>
2613 2717
2614 <child> 2718 <child>
2615 <widget class="GtkTreeView" id="namespaceContentFrameTreeView"> 2719 <widget class="GtkTreeView" id="namespaceContentFrameTreeView">
2720 <property agent="glademm" name="cxx_visibility">public</property>
2616 <property name="visible">True</property> 2721 <property name="visible">True</property>
2617 <property name="can_focus">True</property> 2722 <property name="can_focus">True</property>
2618 <property name="headers_visible">True</property> 2723 <property name="headers_visible">True</property>
@@ -2642,7 +2747,7 @@ Press ENTER to add the data.</atkproperty>
2642 <property name="can_focus">True</property> 2747 <property name="can_focus">True</property>
2643 <property name="relief">GTK_RELIEF_NORMAL</property> 2748 <property name="relief">GTK_RELIEF_NORMAL</property>
2644 <property name="focus_on_click">True</property> 2749 <property name="focus_on_click">True</property>
2645 <signal name="clicked" handler="on_namespaceInsertButton_activate" object="namespaceContentFrame" last_modification_time="Mon, 23 May 2005 19:00:01 GMT"/> 2750 <signal name="clicked" handler="on_namespaceInsertButton_clicked" object="namespaceContentFrame" last_modification_time="Mon, 23 May 2005 19:00:01 GMT"/>
2646 2751
2647 <child> 2752 <child>
2648 <widget class="GtkAlignment" id="alignment4"> 2753 <widget class="GtkAlignment" id="alignment4">
@@ -2718,7 +2823,7 @@ Press ENTER to add the data.</atkproperty>
2718 <property name="can_focus">True</property> 2823 <property name="can_focus">True</property>
2719 <property name="relief">GTK_RELIEF_NORMAL</property> 2824 <property name="relief">GTK_RELIEF_NORMAL</property>
2720 <property name="focus_on_click">False</property> 2825 <property name="focus_on_click">False</property>
2721 <signal name="clicked" handler="on_namespaceUpdateButton_clicked" object="namespaceContentFrameTreeView" last_modification_time="Mon, 23 May 2005 19:01:59 GMT"/> 2826 <signal name="clicked" handler="on_namespaceUpdateButton_clicked" object="namespaceContentFrame" last_modification_time="Mon, 23 May 2005 19:01:59 GMT"/>
2722 2827
2723 <child> 2828 <child>
2724 <widget class="GtkAlignment" id="alignment5"> 2829 <widget class="GtkAlignment" id="alignment5">
@@ -2835,6 +2940,7 @@ Press ENTER to add the data.</atkproperty>
2835 2940
2836 <child> 2941 <child>
2837 <widget class="GtkTextView" id="chatLogViewer"> 2942 <widget class="GtkTextView" id="chatLogViewer">
2943 <property agent="glademm" name="cxx_visibility">public</property>
2838 <property name="visible">True</property> 2944 <property name="visible">True</property>
2839 <property name="can_focus">True</property> 2945 <property name="can_focus">True</property>
2840 <property name="editable">True</property> 2946 <property name="editable">True</property>
@@ -2868,6 +2974,7 @@ Press ENTER to add the data.</atkproperty>
2868 2974
2869 <child> 2975 <child>
2870 <widget class="GtkComboBoxEntry" id="chatLineTextEntry"> 2976 <widget class="GtkComboBoxEntry" id="chatLineTextEntry">
2977 <property agent="glademm" name="cxx_visibility">public</property>
2871 <property name="visible">True</property> 2978 <property name="visible">True</property>
2872 <property name="items" translatable="yes">/join #gnunet</property> 2979 <property name="items" translatable="yes">/join #gnunet</property>
2873 <signal name="editing_done" handler="on_chatLineTextEntry_editing_done" last_modification_time="Mon, 23 May 2005 17:18:48 GMT"/> 2980 <signal name="editing_done" handler="on_chatLineTextEntry_editing_done" last_modification_time="Mon, 23 May 2005 17:18:48 GMT"/>
@@ -2980,7 +3087,8 @@ Press ENTER to add the data.</atkproperty>
2980 <property name="window_placement">GTK_CORNER_TOP_LEFT</property> 3087 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2981 3088
2982 <child> 3089 <child>
2983 <widget class="GtkTreeView" id="treeview3"> 3090 <widget class="GtkTreeView" id="chatUserListTreeView">
3091 <property agent="glademm" name="cxx_visibility">public</property>
2984 <property name="visible">True</property> 3092 <property name="visible">True</property>
2985 <property name="can_focus">True</property> 3093 <property name="can_focus">True</property>
2986 <property name="headers_visible">True</property> 3094 <property name="headers_visible">True</property>