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.glade413
1 files changed, 165 insertions, 248 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 9e28e368..2826ca4e 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -1,6 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy toplevel-contextual -->
4 <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">
5 <property name="upper">100</property> 6 <property name="upper">100</property>
6 <property name="step_increment">1</property> 7 <property name="step_increment">1</property>
@@ -49,141 +50,213 @@
49 <property name="page_increment">10</property> 50 <property name="page_increment">10</property>
50 <property name="page_size">10</property> 51 <property name="page_size">10</property>
51 </object> 52 </object>
53 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
54 <columns>
55 <!-- column-name peer_identity -->
56 <column type="gchararray"/>
57 <!-- column-name number_of_known_addresses -->
58 <column type="guint"/>
59 <!-- column-name country_name -->
60 <column type="gchararray"/>
61 <!-- column-name country_flag -->
62 <column type="GdkPixbuf"/>
63 <!-- column-name bandwidth -->
64 <column type="guint64"/>
65 </columns>
66 </object>
67 <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore">
68 <columns>
69 <!-- column-name namespace_name -->
70 <column type="gchararray"/>
71 <!-- column-name namespace_handle -->
72 <column type="gpointer"/>
73 </columns>
74 </object>
75 <object class="GtkListStore" id="anonymity_level_liststore">
76 <columns>
77 <!-- column-name Name -->
78 <column type="gchararray"/>
79 <!-- column-name Level -->
80 <column type="guint"/>
81 <!-- column-name Color -->
82 <column type="gchararray"/>
83 </columns>
84 <data>
85 <row>
86 <col id="0" translatable="yes">None</col>
87 <col id="1">0</col>
88 <col id="2" translatable="yes">#AAAA00000000</col>
89 </row>
90 <row>
91 <col id="0" translatable="yes">Normal</col>
92 <col id="1">1</col>
93 <col id="2" translatable="yes">#000000000000</col>
94 </row>
95 <row>
96 <col id="0" translatable="yes">Paranoid</col>
97 <col id="1">10</col>
98 <col id="2" translatable="yes">#0000AAAA0000</col>
99 </row>
100 </data>
101 </object>
102 <object class="GtkListStore" id="main_window_search_mime_liststore">
103 <columns>
104 <!-- column-name MIME -->
105 <column type="gchararray"/>
106 <!-- column-name Type -->
107 <column type="gchararray"/>
108 <!-- column-name Extension -->
109 <column type="gchararray"/>
110 <!-- column-name Lossyness -->
111 <column type="gchararray"/>
112 <!-- column-name Freedom -->
113 <column type="gchararray"/>
114 </columns>
115 <data>
116 <row>
117 <col id="0"> </col>
118 <col id="1" translatable="yes">Any</col>
119 <col id="2" translatable="yes"> </col>
120 <col id="3" translatable="yes"> </col>
121 <col id="4" translatable="yes"> </col>
122 </row>
123 <row>
124 <col id="0">plain/text</col>
125 <col id="1" translatable="yes">Text</col>
126 <col id="2">txt</col>
127 <col id="3" translatable="yes">N/A</col>
128 <col id="4" translatable="yes">N/A</col>
129 </row>
130 <row>
131 <col id="0">application/zip</col>
132 <col id="1" translatable="yes">Zip</col>
133 <col id="2">zip</col>
134 <col id="3" translatable="yes">lossless</col>
135 <col id="4" translatable="yes">free</col>
136 </row>
137 <row>
138 <col id="0">audio/mpeg</col>
139 <col id="1" translatable="yes">MPEG audio</col>
140 <col id="2">mp3, mp2, mpeg</col>
141 <col id="3" translatable="yes">lossy</col>
142 <col id="4" translatable="yes">non-free</col>
143 </row>
144 </data>
145 </object>
146 <object class="GtkTreeStore" id="main_window_search_namespace_treestore">
147 <columns>
148 <!-- column-name Name -->
149 <column type="gchararray"/>
150 <!-- column-name Key -->
151 <column type="gpointer"/>
152 <!-- column-name Root -->
153 <column type="gchararray"/>
154 <!-- column-name Tooltip -->
155 <column type="gchararray"/>
156 </columns>
157 </object>
52 <object class="GtkWindow" id="GNUNET_GTK_main_window"> 158 <object class="GtkWindow" id="GNUNET_GTK_main_window">
53 <property name="can_focus">False</property>
54 <property name="title" translatable="yes">gnunet-fs-gtk</property> 159 <property name="title" translatable="yes">gnunet-fs-gtk</property>
55 <property name="window_position">center</property> 160 <property name="window_position">center</property>
56 <property name="default_width">700</property> 161 <property name="default_width">700</property>
57 <property name="default_height">500</property> 162 <property name="default_height">500</property>
58 <property name="icon_name">gnunet-gtk</property> 163 <property name="icon_name">gnunet-gtk</property>
59 <signal name="realize" handler="GNUNET_GTK_main_window_realize_cb" swapped="no"/> 164 <signal name="realize" handler="GNUNET_GTK_main_window_realize_cb"/>
60 <signal name="delete-event" handler="GNUNET_GTK_quit_cb" after="yes" swapped="no"/> 165 <signal name="delete_event" handler="GNUNET_GTK_quit_cb" after="yes"/>
61 <child> 166 <child>
62 <object class="GtkVBox" id="GNUNET_GTK_main_window_vbox"> 167 <object class="GtkVBox" id="GNUNET_GTK_main_window_vbox">
63 <property name="visible">True</property> 168 <property name="visible">True</property>
64 <property name="can_focus">False</property> 169 <property name="orientation">vertical</property>
65 <child>
66 <object class="GtkStatusbar" id="GNUNET_GTK_status_bar">
67 <property name="visible">True</property>
68 <property name="can_focus">False</property>
69 <property name="spacing">2</property>
70 </object>
71 <packing>
72 <property name="expand">False</property>
73 <property name="fill">True</property>
74 <property name="pack_type">end</property>
75 <property name="position">0</property>
76 </packing>
77 </child>
78 <child> 170 <child>
79 <object class="GtkMenuBar" id="GNUNET_GTK_main_menu"> 171 <object class="GtkMenuBar" id="GNUNET_GTK_main_menu">
80 <property name="visible">True</property> 172 <property name="visible">True</property>
81 <property name="can_focus">False</property>
82 <child> 173 <child>
83 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_sharing"> 174 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_file_sharing">
84 <property name="use_action_appearance">False</property>
85 <property name="visible">True</property> 175 <property name="visible">True</property>
86 <property name="can_focus">False</property>
87 <property name="label" translatable="yes">_File sharing</property> 176 <property name="label" translatable="yes">_File sharing</property>
88 <property name="use_underline">True</property> 177 <property name="use_underline">True</property>
89 <child type="submenu"> 178 <child type="submenu">
90 <object class="GtkMenu" id="GNUNET_GTK_main_menu_file_sharing_box"> 179 <object class="GtkMenu" id="GNUNET_GTK_main_menu_file_sharing_box">
91 <property name="can_focus">False</property>
92 <child> 180 <child>
93 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym"> 181 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym">
94 <property name="label" translatable="yes">_Create pseudonym</property> 182 <property name="label" translatable="yes">_Create pseudonym</property>
95 <property name="use_action_appearance">False</property>
96 <property name="visible">True</property> 183 <property name="visible">True</property>
97 <property name="can_focus">False</property>
98 <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> 184 <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>
99 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Create pseudonym</property> 185 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Create pseudonym</property>
100 <property name="use_underline">True</property> 186 <property name="use_underline">True</property>
101 <property name="image">new_stock_image</property> 187 <property name="image">new_stock_image</property>
102 <property name="use_stock">False</property> 188 <property name="use_stock">False</property>
103 <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/> 189 <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/>
104 <signal name="activate" handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb" swapped="no"/> 190 <signal name="activate" handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb"/>
105 </object> 191 </object>
106 </child> 192 </child>
107 <child> 193 <child>
108 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_advertise_pseudonym"> 194 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_advertise_pseudonym">
109 <property name="label" translatable="yes">_Advertise Pseudonym</property> 195 <property name="label" translatable="yes">_Advertise Pseudonym</property>
110 <property name="use_action_appearance">False</property>
111 <property name="visible">True</property> 196 <property name="visible">True</property>
112 <property name="can_focus">False</property>
113 <property name="use_underline">True</property> 197 <property name="use_underline">True</property>
114 <property name="image">index_stock_image</property> 198 <property name="image">index_stock_image</property>
115 <property name="use_stock">False</property> 199 <property name="use_stock">False</property>
116 <signal name="activate" handler="GNUNET_GTK_main_menu_file_advertise_pseudonym_activate_cb" swapped="no"/> 200 <signal name="activate" handler="GNUNET_GTK_main_menu_file_advertise_pseudonym_activate_cb"/>
117 </object> 201 </object>
118 </child> 202 </child>
119 <child> 203 <child>
120 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_publish"> 204 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_publish">
121 <property name="label" translatable="yes">_Publish</property> 205 <property name="label" translatable="yes">_Publish</property>
122 <property name="use_action_appearance">False</property>
123 <property name="visible">True</property> 206 <property name="visible">True</property>
124 <property name="can_focus">False</property>
125 <property name="tooltip_text" translatable="yes">Publish files or directories on GNUnet</property> 207 <property name="tooltip_text" translatable="yes">Publish files or directories on GNUnet</property>
126 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Publish</property> 208 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Publish</property>
127 <property name="use_underline">True</property> 209 <property name="use_underline">True</property>
128 <property name="image">up_stock_image</property> 210 <property name="image">up_stock_image</property>
129 <property name="use_stock">False</property> 211 <property name="use_stock">False</property>
130 <accelerator key="a" signal="activate" modifiers="GDK_CONTROL_MASK"/> 212 <accelerator key="a" signal="activate" modifiers="GDK_CONTROL_MASK"/>
131 <signal name="activate" handler="GNUNET_GTK_main_menu_file_publish_activate_cb" swapped="no"/> 213 <signal name="activate" handler="GNUNET_GTK_main_menu_file_publish_activate_cb"/>
132 </object> 214 </object>
133 </child> 215 </child>
134 <child> 216 <child>
135 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1"> 217 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1"/>
136 <property name="can_focus">False</property>
137 </object>
138 </child> 218 </child>
139 <child> 219 <child>
140 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_download_uri"> 220 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_download_uri">
141 <property name="label" translatable="yes">_Download</property> 221 <property name="label" translatable="yes">_Download</property>
142 <property name="use_action_appearance">False</property>
143 <property name="visible">True</property> 222 <property name="visible">True</property>
144 <property name="can_focus">False</property>
145 <property name="tooltip_text" translatable="yes">Download a file or directory with a known URI.</property> 223 <property name="tooltip_text" translatable="yes">Download a file or directory with a known URI.</property>
146 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Download</property> 224 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Download</property>
147 <property name="use_underline">True</property> 225 <property name="use_underline">True</property>
148 <property name="image">down_stock_image</property> 226 <property name="image">down_stock_image</property>
149 <property name="use_stock">False</property> 227 <property name="use_stock">False</property>
150 <accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/> 228 <accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/>
151 <signal name="activate" handler="GNUNET_GTK_main_menu_file_download_uri_activate_cb" swapped="no"/> 229 <signal name="activate" handler="GNUNET_GTK_main_menu_file_download_uri_activate_cb"/>
152 </object> 230 </object>
153 </child> 231 </child>
154 <child> 232 <child>
155 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_open_gnunet_directory"> 233 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_open_gnunet_directory">
156 <property name="label" translatable="yes">_Open GNUnet directory</property> 234 <property name="label" translatable="yes">_Open GNUnet directory</property>
157 <property name="use_action_appearance">False</property>
158 <property name="visible">True</property> 235 <property name="visible">True</property>
159 <property name="can_focus">False</property>
160 <property name="tooltip_text" translatable="yes">Use this option to browse a GNUnet directory file that has been previously downloaded.</property> 236 <property name="tooltip_text" translatable="yes">Use this option to browse a GNUnet directory file that has been previously downloaded.</property>
161 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Open directory</property> 237 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File sharing/Open directory</property>
162 <property name="use_underline">True</property> 238 <property name="use_underline">True</property>
163 <property name="image">open_stock_image</property> 239 <property name="image">open_stock_image</property>
164 <property name="use_stock">False</property> 240 <property name="use_stock">False</property>
165 <accelerator key="F3" signal="activate"/> 241 <accelerator key="F3" signal="activate"/>
166 <signal name="activate" handler="GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb" swapped="no"/> 242 <signal name="activate" handler="GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb"/>
167 </object> 243 </object>
168 </child> 244 </child>
169 <child> 245 <child>
170 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep2"> 246 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep2">
171 <property name="visible">True</property> 247 <property name="visible">True</property>
172 <property name="can_focus">False</property>
173 </object> 248 </object>
174 </child> 249 </child>
175 <child> 250 <child>
176 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_quit"> 251 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_quit">
177 <property name="label">gtk-quit</property> 252 <property name="label">gtk-quit</property>
178 <property name="use_action_appearance">False</property>
179 <property name="visible">True</property> 253 <property name="visible">True</property>
180 <property name="can_focus">False</property>
181 <property name="tooltip_text" translatable="yes">Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart.</property> 254 <property name="tooltip_text" translatable="yes">Exit gnunet-fs-gtk. Active file-sharing operations will resume upon restart.</property>
182 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Quit</property> 255 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Quit</property>
183 <property name="use_underline">True</property> 256 <property name="use_underline">True</property>
184 <property name="use_stock">True</property> 257 <property name="use_stock">True</property>
185 <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/> 258 <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
186 <signal name="activate" handler="GNUNET_GTK_quit_cb" swapped="no"/> 259 <signal name="activate" handler="GNUNET_GTK_quit_cb"/>
187 </object> 260 </object>
188 </child> 261 </child>
189 </object> 262 </object>
@@ -192,20 +265,15 @@
192 </child> 265 </child>
193 <child> 266 <child>
194 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_edit"> 267 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_edit">
195 <property name="use_action_appearance">False</property>
196 <property name="can_focus">False</property>
197 <property name="label" translatable="yes">_Edit</property> 268 <property name="label" translatable="yes">_Edit</property>
198 <property name="use_underline">True</property> 269 <property name="use_underline">True</property>
199 <child type="submenu"> 270 <child type="submenu">
200 <object class="GtkMenu" id="GNUNET_GTK_main_menu_edit_box"> 271 <object class="GtkMenu" id="GNUNET_GTK_main_menu_edit_box">
201 <property name="visible">True</property> 272 <property name="visible">True</property>
202 <property name="can_focus">False</property>
203 <child> 273 <child>
204 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_edit_preferences"> 274 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_edit_preferences">
205 <property name="label">gtk-preferences</property> 275 <property name="label">gtk-preferences</property>
206 <property name="use_action_appearance">False</property>
207 <property name="visible">True</property> 276 <property name="visible">True</property>
208 <property name="can_focus">False</property>
209 <property name="tooltip_text" translatable="yes">Edit the system configuration.</property> 277 <property name="tooltip_text" translatable="yes">Edit the system configuration.</property>
210 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Edit/Preferences</property> 278 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Edit/Preferences</property>
211 <property name="use_underline">True</property> 279 <property name="use_underline">True</property>
@@ -218,49 +286,40 @@
218 </child> 286 </child>
219 <child> 287 <child>
220 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_view"> 288 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_view">
221 <property name="use_action_appearance">False</property>
222 <property name="visible">True</property> 289 <property name="visible">True</property>
223 <property name="can_focus">False</property>
224 <property name="label" translatable="yes">_View</property> 290 <property name="label" translatable="yes">_View</property>
225 <property name="use_underline">True</property> 291 <property name="use_underline">True</property>
226 <child type="submenu"> 292 <child type="submenu">
227 <object class="GtkMenu" id="GNUNET_GTK_main_menu_view_box"> 293 <object class="GtkMenu" id="GNUNET_GTK_main_menu_view_box">
228 <property name="visible">True</property> 294 <property name="visible">True</property>
229 <property name="can_focus">False</property>
230 <child> 295 <child>
231 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_metadata"> 296 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_metadata">
232 <property name="use_action_appearance">False</property>
233 <property name="visible">True</property> 297 <property name="visible">True</property>
234 <property name="can_focus">False</property>
235 <property name="tooltip_text" translatable="yes">Show meta data in main window</property> 298 <property name="tooltip_text" translatable="yes">Show meta data in main window</property>
236 <property name="label" translatable="yes">Metadata</property> 299 <property name="label" translatable="yes">Metadata</property>
237 <property name="use_underline">True</property> 300 <property name="use_underline">True</property>
238 <property name="active">True</property> 301 <property name="active">True</property>
239 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_metadata_toggled_cb" swapped="no"/> 302 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_metadata_toggled_cb"/>
240 </object> 303 </object>
241 </child> 304 </child>
242 <child> 305 <child>
243 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_preview"> 306 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_preview">
244 <property name="use_action_appearance">False</property>
245 <property name="visible">True</property> 307 <property name="visible">True</property>
246 <property name="can_focus">False</property>
247 <property name="tooltip_text" translatable="yes">Show preview (when available)</property> 308 <property name="tooltip_text" translatable="yes">Show preview (when available)</property>
248 <property name="label" translatable="yes">Preview</property> 309 <property name="label" translatable="yes">Preview</property>
249 <property name="use_underline">True</property> 310 <property name="use_underline">True</property>
250 <property name="active">True</property> 311 <property name="active">True</property>
251 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_preview_toggled_cb" swapped="no"/> 312 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_preview_toggled_cb"/>
252 </object> 313 </object>
253 </child> 314 </child>
254 <child> 315 <child>
255 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_search_preview"> 316 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_search_preview">
256 <property name="use_action_appearance">False</property>
257 <property name="visible">True</property> 317 <property name="visible">True</property>
258 <property name="can_focus">False</property>
259 <property name="tooltip_text" translatable="yes">Show search box in main window</property> 318 <property name="tooltip_text" translatable="yes">Show search box in main window</property>
260 <property name="label" translatable="yes">Search</property> 319 <property name="label" translatable="yes">Search</property>
261 <property name="use_underline">True</property> 320 <property name="use_underline">True</property>
262 <property name="active">True</property> 321 <property name="active">True</property>
263 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_search_toggled_cb" swapped="no"/> 322 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_search_toggled_cb"/>
264 </object> 323 </object>
265 </child> 324 </child>
266 </object> 325 </object>
@@ -269,26 +328,21 @@
269 </child> 328 </child>
270 <child> 329 <child>
271 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_help"> 330 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_help">
272 <property name="use_action_appearance">False</property>
273 <property name="visible">True</property> 331 <property name="visible">True</property>
274 <property name="can_focus">False</property>
275 <property name="label" translatable="yes">_Help</property> 332 <property name="label" translatable="yes">_Help</property>
276 <property name="use_underline">True</property> 333 <property name="use_underline">True</property>
277 <child type="submenu"> 334 <child type="submenu">
278 <object class="GtkMenu" id="GNUNET_GTK_main_menu_help_abou"> 335 <object class="GtkMenu" id="GNUNET_GTK_main_menu_help_abou">
279 <property name="visible">True</property> 336 <property name="visible">True</property>
280 <property name="can_focus">False</property>
281 <child> 337 <child>
282 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_help_about"> 338 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_help_about">
283 <property name="label">gtk-about</property> 339 <property name="label">gtk-about</property>
284 <property name="use_action_appearance">False</property>
285 <property name="visible">True</property> 340 <property name="visible">True</property>
286 <property name="can_focus">False</property>
287 <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-fs-gtk</property> 341 <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-fs-gtk</property>
288 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Help/About</property> 342 <property name="accel_path">&lt;gnunet-fs-gtk&gt;/Help/About</property>
289 <property name="use_underline">True</property> 343 <property name="use_underline">True</property>
290 <property name="use_stock">True</property> 344 <property name="use_stock">True</property>
291 <signal name="activate" handler="GNUNET_GTK_main_menu_help_about_activate_cb" swapped="no"/> 345 <signal name="activate" handler="GNUNET_GTK_main_menu_help_about_activate_cb"/>
292 </object> 346 </object>
293 </child> 347 </child>
294 </object> 348 </object>
@@ -298,20 +352,17 @@
298 </object> 352 </object>
299 <packing> 353 <packing>
300 <property name="expand">False</property> 354 <property name="expand">False</property>
301 <property name="fill">True</property>
302 <property name="position">1</property> 355 <property name="position">1</property>
303 </packing> 356 </packing>
304 </child> 357 </child>
305 <child> 358 <child>
306 <object class="GtkHBox" id="main_window_search_hbox"> 359 <object class="GtkHBox" id="main_window_search_hbox">
307 <property name="visible">True</property> 360 <property name="visible">True</property>
308 <property name="can_focus">False</property>
309 <property name="border_width">3</property> 361 <property name="border_width">3</property>
310 <property name="spacing">4</property> 362 <property name="spacing">4</property>
311 <child> 363 <child>
312 <object class="GtkLabel" id="main_window_search_namespace_label"> 364 <object class="GtkLabel" id="main_window_search_namespace_label">
313 <property name="visible">True</property> 365 <property name="visible">True</property>
314 <property name="can_focus">False</property>
315 <property name="label" translatable="yes">Namespace:</property> 366 <property name="label" translatable="yes">Namespace:</property>
316 </object> 367 </object>
317 <packing> 368 <packing>
@@ -323,7 +374,6 @@
323 <child> 374 <child>
324 <object class="GtkLabel" id="main_window_search_selected_namespace_label"> 375 <object class="GtkLabel" id="main_window_search_selected_namespace_label">
325 <property name="visible">True</property> 376 <property name="visible">True</property>
326 <property name="can_focus">False</property>
327 <property name="label">&lt;none&gt;</property> 377 <property name="label">&lt;none&gt;</property>
328 <property name="single_line_mode">True</property> 378 <property name="single_line_mode">True</property>
329 </object> 379 </object>
@@ -336,27 +386,23 @@
336 <child> 386 <child>
337 <object class="GtkAlignment" id="main_window_search_namespace_combobox_alignment"> 387 <object class="GtkAlignment" id="main_window_search_namespace_combobox_alignment">
338 <property name="visible">True</property> 388 <property name="visible">True</property>
339 <property name="can_focus">False</property>
340 <property name="xscale">0</property> 389 <property name="xscale">0</property>
341 <property name="yscale">0</property> 390 <property name="yscale">0</property>
342 <child> 391 <child>
343 <object class="GtkToggleButton" id="main_window_search_namespace_dropdown_button"> 392 <object class="GtkToggleButton" id="main_window_search_namespace_dropdown_button">
344 <property name="use_action_appearance">False</property>
345 <property name="width_request">21</property> 393 <property name="width_request">21</property>
346 <property name="height_request">21</property> 394 <property name="height_request">21</property>
347 <property name="visible">True</property> 395 <property name="visible">True</property>
348 <property name="can_focus">True</property> 396 <property name="can_focus">True</property>
349 <property name="receives_default">True</property> 397 <property name="receives_default">True</property>
350 <property name="events">GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property> 398 <property name="events">GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
351 <property name="use_action_appearance">False</property>
352 <property name="image_position">right</property> 399 <property name="image_position">right</property>
353 <signal name="toggled" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_toggled_cb" swapped="no"/> 400 <signal name="leave_notify_event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb"/>
354 <signal name="leave-notify-event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb" swapped="no"/> 401 <signal name="toggled" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_toggled_cb"/>
355 <signal name="enter-notify-event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb" swapped="no"/> 402 <signal name="enter_notify_event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb"/>
356 <child> 403 <child>
357 <object class="GtkArrow" id="arrow1"> 404 <object class="GtkArrow" id="arrow1">
358 <property name="visible">True</property> 405 <property name="visible">True</property>
359 <property name="can_focus">False</property>
360 <property name="arrow_type">down</property> 406 <property name="arrow_type">down</property>
361 </object> 407 </object>
362 </child> 408 </child>
@@ -375,18 +421,15 @@
375 <child> 421 <child>
376 <object class="GtkAlignment" id="main_window_search_button_alignment"> 422 <object class="GtkAlignment" id="main_window_search_button_alignment">
377 <property name="visible">True</property> 423 <property name="visible">True</property>
378 <property name="can_focus">False</property>
379 <property name="yscale">0</property> 424 <property name="yscale">0</property>
380 <child> 425 <child>
381 <object class="GtkButton" id="main_window_search_button"> 426 <object class="GtkButton" id="main_window_search_button">
382 <property name="label" translatable="yes">Find:</property> 427 <property name="label" translatable="yes">Find:</property>
383 <property name="use_action_appearance">False</property>
384 <property name="visible">True</property> 428 <property name="visible">True</property>
385 <property name="can_focus">True</property> 429 <property name="can_focus">True</property>
386 <property name="receives_default">True</property> 430 <property name="receives_default">True</property>
387 <property name="use_action_appearance">False</property>
388 <property name="image">find_stock_image</property> 431 <property name="image">find_stock_image</property>
389 <signal name="clicked" handler="main_window_search_button_clicked_cb" swapped="no"/> 432 <signal name="clicked" handler="main_window_search_button_clicked_cb"/>
390 </object> 433 </object>
391 </child> 434 </child>
392 </object> 435 </object>
@@ -401,22 +444,17 @@
401 <property name="visible">True</property> 444 <property name="visible">True</property>
402 <property name="can_focus">True</property> 445 <property name="can_focus">True</property>
403 <property name="has_focus">True</property> 446 <property name="has_focus">True</property>
404 <property name="invisible_char"></property> 447 <property name="invisible_char">&#x25CF;</property>
405 <property name="invisible_char_set">True</property> 448 <property name="invisible_char_set">True</property>
406 <property name="primary_icon_activatable">False</property> 449 <signal name="key_press_event" handler="main_window_search_entry_key_press_event_cb"/>
407 <property name="secondary_icon_activatable">False</property>
408 <signal name="key-press-event" handler="main_window_search_entry_key_press_event_cb" swapped="no"/>
409 </object> 450 </object>
410 <packing> 451 <packing>
411 <property name="expand">True</property>
412 <property name="fill">True</property>
413 <property name="position">5</property> 452 <property name="position">5</property>
414 </packing> 453 </packing>
415 </child> 454 </child>
416 <child> 455 <child>
417 <object class="GtkLabel" id="main_window_search_anonymity_label"> 456 <object class="GtkLabel" id="main_window_search_anonymity_label">
418 <property name="visible">True</property> 457 <property name="visible">True</property>
419 <property name="can_focus">False</property>
420 <property name="label" translatable="yes">Anonymity:</property> 458 <property name="label" translatable="yes">Anonymity:</property>
421 </object> 459 </object>
422 <packing> 460 <packing>
@@ -428,12 +466,10 @@
428 <child> 466 <child>
429 <object class="GtkAlignment" id="main_window_search_anonymity_combobox_alignment"> 467 <object class="GtkAlignment" id="main_window_search_anonymity_combobox_alignment">
430 <property name="visible">True</property> 468 <property name="visible">True</property>
431 <property name="can_focus">False</property>
432 <property name="yscale">0</property> 469 <property name="yscale">0</property>
433 <child> 470 <child>
434 <object class="GtkComboBox" id="main_window_search_anonymity_combobox"> 471 <object class="GtkComboBox" id="main_window_search_anonymity_combobox">
435 <property name="visible">True</property> 472 <property name="visible">True</property>
436 <property name="can_focus">False</property>
437 <property name="model">anonymity_level_liststore</property> 473 <property name="model">anonymity_level_liststore</property>
438 <property name="active">1</property> 474 <property name="active">1</property>
439 <child> 475 <child>
@@ -461,7 +497,6 @@
461 <child> 497 <child>
462 <object class="GtkLabel" id="main_window_search_mime_label"> 498 <object class="GtkLabel" id="main_window_search_mime_label">
463 <property name="visible">True</property> 499 <property name="visible">True</property>
464 <property name="can_focus">False</property>
465 <property name="label" translatable="yes">Type:</property> 500 <property name="label" translatable="yes">Type:</property>
466 </object> 501 </object>
467 <packing> 502 <packing>
@@ -473,12 +508,10 @@
473 <child> 508 <child>
474 <object class="GtkAlignment" id="main_window_search_mime_combobox_alignment"> 509 <object class="GtkAlignment" id="main_window_search_mime_combobox_alignment">
475 <property name="visible">True</property> 510 <property name="visible">True</property>
476 <property name="can_focus">False</property>
477 <property name="yscale">0</property> 511 <property name="yscale">0</property>
478 <child> 512 <child>
479 <object class="GtkComboBox" id="main_window_search_mime_combobox"> 513 <object class="GtkComboBox" id="main_window_search_mime_combobox">
480 <property name="visible">True</property> 514 <property name="visible">True</property>
481 <property name="can_focus">False</property>
482 <property name="model">main_window_search_mime_liststore</property> 515 <property name="model">main_window_search_mime_liststore</property>
483 <property name="active">0</property> 516 <property name="active">0</property>
484 <child> 517 <child>
@@ -542,7 +575,7 @@
542 <property name="visible">True</property> 575 <property name="visible">True</property>
543 <property name="can_focus">True</property> 576 <property name="can_focus">True</property>
544 <property name="scrollable">True</property> 577 <property name="scrollable">True</property>
545 <signal name="switch-page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes" swapped="no"/> 578 <signal name="switch_page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes"/>
546 </object> 579 </object>
547 <packing> 580 <packing>
548 <property name="resize">True</property> 581 <property name="resize">True</property>
@@ -552,13 +585,11 @@
552 <child> 585 <child>
553 <object class="GtkVBox" id="GNUNET_GTK_main_window_extras_vbox"> 586 <object class="GtkVBox" id="GNUNET_GTK_main_window_extras_vbox">
554 <property name="visible">True</property> 587 <property name="visible">True</property>
555 <property name="can_focus">False</property>
556 <child> 588 <child>
557 <object class="GtkImage" id="GNUNET_GTK_main_window_preview_image"> 589 <object class="GtkImage" id="GNUNET_GTK_main_window_preview_image">
558 <property name="width_request">128</property> 590 <property name="width_request">128</property>
559 <property name="height_request">128</property> 591 <property name="height_request">128</property>
560 <property name="visible">True</property> 592 <property name="visible">True</property>
561 <property name="can_focus">False</property>
562 <property name="has_tooltip">True</property> 593 <property name="has_tooltip">True</property>
563 <property name="tooltip_text" translatable="yes">Thumbnail associated with the currently selected content</property> 594 <property name="tooltip_text" translatable="yes">Thumbnail associated with the currently selected content</property>
564 <property name="pixel_size">256</property> 595 <property name="pixel_size">256</property>
@@ -580,17 +611,14 @@
580 <object class="GtkTreeView" id="GNUNET_GTK_main_window_metadata_treeview"> 611 <object class="GtkTreeView" id="GNUNET_GTK_main_window_metadata_treeview">
581 <property name="visible">True</property> 612 <property name="visible">True</property>
582 <property name="can_focus">True</property> 613 <property name="can_focus">True</property>
614 <property name="model">GNUNET_GTK_meta_data_list_store</property>
583 <property name="hadjustment">adjustment1</property> 615 <property name="hadjustment">adjustment1</property>
584 <property name="vadjustment">adjustment2</property> 616 <property name="vadjustment">adjustment2</property>
585 <property name="model">GNUNET_GTK_meta_data_list_store</property>
586 <property name="search_column">0</property> 617 <property name="search_column">0</property>
587 <property name="rubber_banding">True</property> 618 <property name="rubber_banding">True</property>
588 <property name="enable_grid_lines">both</property> 619 <property name="enable_grid_lines">both</property>
589 <signal name="button-press-event" handler="GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb" swapped="no"/> 620 <signal name="button_press_event" handler="GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb"/>
590 <signal name="popup-menu" handler="GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb" swapped="no"/> 621 <signal name="popup_menu" handler="GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb"/>
591 <child internal-child="selection">
592 <object class="GtkTreeSelection" id="treeview-selection2"/>
593 </child>
594 <child> 622 <child>
595 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_type_column"> 623 <object class="GtkTreeViewColumn" id="GNUNET_GTK_main_window_metadata_type_column">
596 <property name="sizing">autosize</property> 624 <property name="sizing">autosize</property>
@@ -628,8 +656,6 @@
628 </child> 656 </child>
629 </object> 657 </object>
630 <packing> 658 <packing>
631 <property name="expand">True</property>
632 <property name="fill">True</property>
633 <property name="position">1</property> 659 <property name="position">1</property>
634 </packing> 660 </packing>
635 </child> 661 </child>
@@ -641,36 +667,23 @@
641 </child> 667 </child>
642 </object> 668 </object>
643 <packing> 669 <packing>
644 <property name="expand">True</property>
645 <property name="fill">True</property>
646 <property name="position">3</property> 670 <property name="position">3</property>
647 </packing> 671 </packing>
648 </child> 672 </child>
673 <child>
674 <object class="GtkStatusbar" id="GNUNET_GTK_status_bar">
675 <property name="visible">True</property>
676 <property name="spacing">2</property>
677 </object>
678 <packing>
679 <property name="expand">False</property>
680 <property name="pack_type">end</property>
681 <property name="position">0</property>
682 </packing>
683 </child>
649 </object> 684 </object>
650 </child> 685 </child>
651 </object> 686 </object>
652 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
653 <columns>
654 <!-- column-name peer_identity -->
655 <column type="gchararray"/>
656 <!-- column-name number_of_known_addresses -->
657 <column type="guint"/>
658 <!-- column-name country_name -->
659 <column type="gchararray"/>
660 <!-- column-name country_flag -->
661 <column type="GdkPixbuf"/>
662 <!-- column-name bandwidth -->
663 <column type="guint64"/>
664 </columns>
665 </object>
666 <object class="GtkListStore" id="GNUNET_GTK_select_pseudonym_liststore">
667 <columns>
668 <!-- column-name namespace_name -->
669 <column type="gchararray"/>
670 <!-- column-name namespace_handle -->
671 <column type="gpointer"/>
672 </columns>
673 </object>
674 <object class="GtkAdjustment" id="adjustment1"> 687 <object class="GtkAdjustment" id="adjustment1">
675 <property name="upper">100</property> 688 <property name="upper">100</property>
676 <property name="step_increment">1</property> 689 <property name="step_increment">1</property>
@@ -709,131 +722,28 @@
709 </object> 722 </object>
710 <object class="GtkImage" id="down_stock_image"> 723 <object class="GtkImage" id="down_stock_image">
711 <property name="visible">True</property> 724 <property name="visible">True</property>
712 <property name="can_focus">False</property>
713 <property name="stock">gtk-go-down</property> 725 <property name="stock">gtk-go-down</property>
714 </object> 726 </object>
715 <object class="GtkImage" id="find_stock_image"> 727 <object class="GtkImage" id="find_stock_image">
716 <property name="visible">True</property> 728 <property name="visible">True</property>
717 <property name="can_focus">False</property>
718 <property name="stock">gtk-find</property> 729 <property name="stock">gtk-find</property>
719 </object> 730 </object>
720 <object class="GtkImage" id="index_stock_image"> 731 <object class="GtkImage" id="index_stock_image">
721 <property name="visible">True</property> 732 <property name="visible">True</property>
722 <property name="can_focus">False</property>
723 <property name="stock">gtk-index</property> 733 <property name="stock">gtk-index</property>
724 </object> 734 </object>
725 <object class="GtkListStore" id="anonymity_level_liststore">
726 <columns>
727 <!-- column-name Name -->
728 <column type="gchararray"/>
729 <!-- column-name Level -->
730 <column type="guint"/>
731 <!-- column-name Color -->
732 <column type="gchararray"/>
733 </columns>
734 <data>
735 <row>
736 <col id="0" translatable="yes">None</col>
737 <col id="1">0</col>
738 <col id="2" translatable="yes">#AAAA00000000</col>
739 </row>
740 <row>
741 <col id="0" translatable="yes">Normal</col>
742 <col id="1">1</col>
743 <col id="2" translatable="yes">#000000000000</col>
744 </row>
745 <row>
746 <col id="0" translatable="yes">Paranoid</col>
747 <col id="1">10</col>
748 <col id="2" translatable="yes">#0000AAAA0000</col>
749 </row>
750 </data>
751 </object>
752 <object class="GtkListStore" id="main_window_search_mime_liststore">
753 <columns>
754 <!-- column-name MIME -->
755 <column type="gchararray"/>
756 <!-- column-name Type -->
757 <column type="gchararray"/>
758 <!-- column-name Extension -->
759 <column type="gchararray"/>
760 <!-- column-name Lossyness -->
761 <column type="gchararray"/>
762 <!-- column-name Freedom -->
763 <column type="gchararray"/>
764 </columns>
765 <data>
766 <row>
767 <col id="0"> </col>
768 <col id="1" translatable="yes">Any</col>
769 <col id="2" translatable="yes"> </col>
770 <col id="3" translatable="yes"> </col>
771 <col id="4" translatable="yes"> </col>
772 </row>
773 <row>
774 <col id="0">plain/text</col>
775 <col id="1" translatable="yes">Text</col>
776 <col id="2">txt</col>
777 <col id="3" translatable="yes">N/A</col>
778 <col id="4" translatable="yes">N/A</col>
779 </row>
780 <row>
781 <col id="0">application/zip</col>
782 <col id="1" translatable="yes">Zip</col>
783 <col id="2">zip</col>
784 <col id="3" translatable="yes">lossless</col>
785 <col id="4" translatable="yes">free</col>
786 </row>
787 <row>
788 <col id="0">audio/mpeg</col>
789 <col id="1" translatable="yes">MPEG audio</col>
790 <col id="2">mp3, mp2, mpeg</col>
791 <col id="3" translatable="yes">lossy</col>
792 <col id="4" translatable="yes">non-free</col>
793 </row>
794 </data>
795 </object>
796 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup">
797 <property name="mode">vertical</property>
798 <widgets>
799 <widget name="main_window_search_entry"/>
800 <widget name="main_window_search_anonymity_combobox"/>
801 <widget name="main_window_search_mime_combobox"/>
802 </widgets>
803 </object>
804 <object class="GtkAdjustment" id="expiration_year_adjustment">
805 <property name="upper">9999</property>
806 <property name="step_increment">1</property>
807 <property name="page_increment">10</property>
808 </object>
809 <object class="GtkTreeStore" id="main_window_search_namespace_treestore">
810 <columns>
811 <!-- column-name Name -->
812 <column type="gchararray"/>
813 <!-- column-name Key -->
814 <column type="gpointer"/>
815 <!-- column-name Root -->
816 <column type="gchararray"/>
817 <!-- column-name Tooltip -->
818 <column type="gchararray"/>
819 </columns>
820 </object>
821 <object class="GtkMenu" id="metadata_popup_menu"> 735 <object class="GtkMenu" id="metadata_popup_menu">
822 <property name="visible">True</property> 736 <property name="visible">True</property>
823 <property name="can_focus">False</property>
824 <child> 737 <child>
825 <object class="GtkMenuItem" id="Copy selection"> 738 <object class="GtkMenuItem" id="Copy selection">
826 <property name="use_action_appearance">False</property>
827 <property name="visible">True</property> 739 <property name="visible">True</property>
828 <property name="can_focus">False</property>
829 <property name="label" translatable="yes">Copy selection</property> 740 <property name="label" translatable="yes">Copy selection</property>
830 <property name="use_underline">True</property> 741 <property name="use_underline">True</property>
831 <signal name="activate" handler="GNUNET_GTK_FS_metadata_copy_selection_activated" swapped="no"/> 742 <signal name="activate" handler="GNUNET_GTK_FS_metadata_copy_selection_activated"/>
832 </object> 743 </object>
833 </child> 744 </child>
834 </object> 745 </object>
835 <object class="GtkWindow" id="namespace_selector_window"> 746 <object class="GtkWindow" id="namespace_selector_window">
836 <property name="can_focus">False</property>
837 <property name="events">GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property> 747 <property name="events">GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
838 <property name="resizable">False</property> 748 <property name="resizable">False</property>
839 <property name="destroy_with_parent">True</property> 749 <property name="destroy_with_parent">True</property>
@@ -845,8 +755,8 @@
845 <property name="deletable">False</property> 755 <property name="deletable">False</property>
846 <property name="transient_for">GNUNET_GTK_main_window</property> 756 <property name="transient_for">GNUNET_GTK_main_window</property>
847 <property name="mnemonics_visible">False</property> 757 <property name="mnemonics_visible">False</property>
848 <signal name="leave-notify-event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb" swapped="no"/> 758 <signal name="leave_notify_event" handler="GNUNET_FS_GTK_search_namespace_selector_window_leave_notify_event_cb"/>
849 <signal name="enter-notify-event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb" swapped="no"/> 759 <signal name="enter_notify_event" handler="GNUNET_FS_GTK_search_namespace_dropdown_button_enter_notify_event_cb"/>
850 <child> 760 <child>
851 <object class="GtkTreeView" id="namespace_selector_treeview"> 761 <object class="GtkTreeView" id="namespace_selector_treeview">
852 <property name="visible">True</property> 762 <property name="visible">True</property>
@@ -858,11 +768,8 @@
858 <property name="hover_selection">True</property> 768 <property name="hover_selection">True</property>
859 <property name="hover_expand">True</property> 769 <property name="hover_expand">True</property>
860 <property name="tooltip_column">3</property> 770 <property name="tooltip_column">3</property>
861 <signal name="button-press-event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_press_event_cb" swapped="no"/> 771 <signal name="button_press_event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_press_event_cb"/>
862 <signal name="button-release-event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_release_event_cb" swapped="no"/> 772 <signal name="button_release_event" handler="GNUNET_FS_GTK_namespace_selector_treeview_button_release_event_cb"/>
863 <child internal-child="selection">
864 <object class="GtkTreeSelection" id="treeview-selection3"/>
865 </child>
866 <child> 773 <child>
867 <object class="GtkTreeViewColumn" id="name_column"> 774 <object class="GtkTreeViewColumn" id="name_column">
868 <property name="sizing">autosize</property> 775 <property name="sizing">autosize</property>
@@ -892,17 +799,32 @@
892 </object> 799 </object>
893 <object class="GtkImage" id="new_stock_image"> 800 <object class="GtkImage" id="new_stock_image">
894 <property name="visible">True</property> 801 <property name="visible">True</property>
895 <property name="can_focus">False</property>
896 <property name="stock">gtk-new</property> 802 <property name="stock">gtk-new</property>
897 </object> 803 </object>
898 <object class="GtkImage" id="open_stock_image"> 804 <object class="GtkImage" id="open_stock_image">
899 <property name="visible">True</property> 805 <property name="visible">True</property>
900 <property name="can_focus">False</property>
901 <property name="stock">gtk-open</property> 806 <property name="stock">gtk-open</property>
902 </object> 807 </object>
808 <object class="GtkImage" id="up_stock_image">
809 <property name="visible">True</property>
810 <property name="stock">gtk-go-up</property>
811 </object>
812 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup">
813 <property name="mode">vertical</property>
814 <widgets>
815 <widget name="main_window_search_mime_combobox"/>
816 <widget name="main_window_search_anonymity_combobox"/>
817 <widget name="main_window_search_entry"/>
818 </widgets>
819 </object>
820 <object class="GtkAdjustment" id="expiration_year_adjustment">
821 <property name="upper">9999</property>
822 <property name="step_increment">1</property>
823 <property name="page_increment">10</property>
824 </object>
903 <object class="GtkAdjustment" id="priority_adjustment"> 825 <object class="GtkAdjustment" id="priority_adjustment">
904 <property name="upper">10000000</property>
905 <property name="value">1000</property> 826 <property name="value">1000</property>
827 <property name="upper">10000000</property>
906 <property name="step_increment">1</property> 828 <property name="step_increment">1</property>
907 <property name="page_increment">10</property> 829 <property name="page_increment">10</property>
908 </object> 830 </object>
@@ -911,11 +833,6 @@
911 <property name="step_increment">1</property> 833 <property name="step_increment">1</property>
912 <property name="page_increment">10</property> 834 <property name="page_increment">10</property>
913 </object> 835 </object>
914 <object class="GtkImage" id="up_stock_image">
915 <property name="visible">True</property>
916 <property name="can_focus">False</property>
917 <property name="stock">gtk-go-up</property>
918 </object>
919 <object class="GtkSizeGroup" id="sizegroup4"/> 836 <object class="GtkSizeGroup" id="sizegroup4"/>
920 <object class="GtkSizeGroup" id="sizegroup5"/> 837 <object class="GtkSizeGroup" id="sizegroup5"/>
921</interface> 838</interface>