aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_gns_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_gns_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_gns_gtk_main_window.glade483
1 files changed, 0 insertions, 483 deletions
diff --git a/contrib/gnunet_gns_gtk_main_window.glade b/contrib/gnunet_gns_gtk_main_window.glade
deleted file mode 100644
index 603c1f55..00000000
--- a/contrib/gnunet_gns_gtk_main_window.glade
+++ /dev/null
@@ -1,483 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkMenu" id="GNUNET_GNS_GTK_delete_popup_menu">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <child>
9 <object class="GtkMenuItem" id="GNUNET_GNS_GTK_delete_button">
10 <property name="use_action_appearance">False</property>
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="label" translatable="yes">Delete Record</property>
14 <signal name="activate" handler="GNUNET_GNS_GTK_delete_popup_menu_delete_cb" swapped="no"/>
15 </object>
16 </child>
17 <child>
18 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_delete_sep">
19 <property name="use_action_appearance">False</property>
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 </object>
23 </child>
24 <child>
25 <object class="GtkMenuItem" id="1d_exp">
26 <property name="use_action_appearance">False</property>
27 <property name="visible">True</property>
28 <property name="can_focus">False</property>
29 <property name="label" translatable="yes">Record expires in 1 day</property>
30 <property name="use_underline">True</property>
31 <signal name="activate" handler="GNUNET_GNS_GTK_main_treeview_popup_menu_exp1d_cb" swapped="no"/>
32 </object>
33 </child>
34 <child>
35 <object class="GtkMenuItem" id="1w_exp">
36 <property name="use_action_appearance">False</property>
37 <property name="visible">True</property>
38 <property name="can_focus">False</property>
39 <property name="label" translatable="yes">Record expires in 1 week</property>
40 <property name="use_underline">True</property>
41 <signal name="activate" handler="GNUNET_GNS_GTK_main_treeview_popup_menu_exp1w_cb" swapped="no"/>
42 </object>
43 </child>
44 <child>
45 <object class="GtkMenuItem" id="1y_exp">
46 <property name="use_action_appearance">False</property>
47 <property name="visible">True</property>
48 <property name="can_focus">False</property>
49 <property name="label" translatable="yes">Record expires in 1 year</property>
50 <property name="use_underline">True</property>
51 <signal name="activate" handler="GNUNET_GNS_GTK_main_treeview_popup_menu_exp1y_cb" swapped="no"/>
52 </object>
53 </child>
54 <child>
55 <object class="GtkMenuItem" id="exp_inf">
56 <property name="use_action_appearance">False</property>
57 <property name="visible">True</property>
58 <property name="can_focus">False</property>
59 <property name="label" translatable="yes">Record never expires</property>
60 <property name="use_underline">True</property>
61 <signal name="activate" handler="GNUNET_GNS_GTK_main_treeview_popup_menu_expinf_cb" swapped="no"/>
62 </object>
63 </child>
64 </object>
65 <object class="GtkTreeStore" id="GNUNET_GNS_GTK_treestore">
66 <columns>
67 <!-- column-name name -->
68 <column type="gchararray"/>
69 <!-- column-name is_public -->
70 <column type="gboolean"/>
71 <!-- column-name record_type -->
72 <column type="guint"/>
73 <!-- column-name record_type_as_string -->
74 <column type="gchararray"/>
75 <!-- column-name expiration_time -->
76 <column type="guint64"/>
77 <!-- column-name expiration_time_is_relative -->
78 <column type="gboolean"/>
79 <!-- column-name expiration_time_as_string -->
80 <column type="gchararray"/>
81 <!-- column-name value_as_string -->
82 <column type="gchararray"/>
83 <!-- column-name value_color -->
84 <column type="gchararray"/>
85 <!-- column-name name_is_editable -->
86 <column type="gboolean"/>
87 <!-- column-name name_is_row -->
88 <column type="gboolean"/>
89 <!-- column-name not_dummy_row -->
90 <column type="gboolean"/>
91 <!-- column-name expiration_time_as_color -->
92 <column type="gchararray"/>
93 <!-- column-name name_color -->
94 <column type="gchararray"/>
95 </columns>
96 </object>
97 <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore">
98 <columns>
99 <!-- column-name type -->
100 <column type="guint"/>
101 <!-- column-name typename -->
102 <column type="gchararray"/>
103 </columns>
104 <data>
105 <row>
106 <col id="0">1</col>
107 <col id="1" translatable="yes">A</col>
108 </row>
109 <row>
110 <col id="0">2</col>
111 <col id="1" translatable="yes">NS</col>
112 </row>
113 <row>
114 <col id="0">5</col>
115 <col id="1" translatable="yes">CNAME</col>
116 </row>
117 <row>
118 <col id="0">6</col>
119 <col id="1" translatable="yes">SOA</col>
120 </row>
121 <row>
122 <col id="0">12</col>
123 <col id="1" translatable="yes">PTR</col>
124 </row>
125 <row>
126 <col id="0">15</col>
127 <col id="1" translatable="yes">MX</col>
128 </row>
129 <row>
130 <col id="0">16</col>
131 <col id="1" translatable="yes">TXT</col>
132 </row>
133 <row>
134 <col id="0">28</col>
135 <col id="1" translatable="yes">AAAA</col>
136 </row>
137 <row>
138 <col id="0">65536</col>
139 <col id="1" translatable="yes">PKEY</col>
140 </row>
141 <row>
142 <col id="0">65538</col>
143 <col id="1" translatable="yes">LEHO</col>
144 </row>
145 </data>
146 </object>
147 <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window">
148 <property name="can_focus">False</property>
149 <property name="title" translatable="yes">gnunet-gns-gtk</property>
150 <property name="default_height">500</property>
151 <signal name="delete-event" handler="GNUNET_GNS_GTK_main_window_delete_event_cb" swapped="no"/>
152 <child>
153 <object class="GtkVBox" id="GNUNET_GNS_GTK_main_vbox">
154 <property name="visible">True</property>
155 <property name="can_focus">False</property>
156 <child>
157 <object class="GtkMenuBar" id="GNUNET_GNS_GTK_menubar">
158 <property name="visible">True</property>
159 <property name="can_focus">False</property>
160 <child>
161 <object class="GtkMenuItem" id="GNUNET_GNS_GTK_file_menuitem">
162 <property name="use_action_appearance">False</property>
163 <property name="visible">True</property>
164 <property name="can_focus">False</property>
165 <property name="label" translatable="yes">_File</property>
166 <property name="use_underline">True</property>
167 <child type="submenu">
168 <object class="GtkMenu" id="menu1">
169 <property name="visible">True</property>
170 <property name="can_focus">False</property>
171 <child>
172 <object class="GtkImageMenuItem" id="GNUNET_GNS_GTK_new_imagemenuitem">
173 <property name="label">gtk-new</property>
174 <property name="use_action_appearance">False</property>
175 <property name="visible">True</property>
176 <property name="can_focus">False</property>
177 <property name="use_underline">True</property>
178 <property name="use_stock">True</property>
179 <signal name="activate" handler="GNUNET_GNS_GTK_new_imagemenuitem_activate_cb" swapped="no"/>
180 </object>
181 </child>
182 <child>
183 <object class="GtkImageMenuItem" id="GNUNET_GNS_GTK_open_imagemenuitem">
184 <property name="label">gtk-open</property>
185 <property name="use_action_appearance">False</property>
186 <property name="visible">True</property>
187 <property name="can_focus">False</property>
188 <property name="use_underline">True</property>
189 <property name="use_stock">True</property>
190 <signal name="activate" handler="GNUNET_GNS_GTK_open_imagemenuitem_activate_cb" swapped="no"/>
191 </object>
192 </child>
193 <child>
194 <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
195 <property name="visible">True</property>
196 <property name="can_focus">False</property>
197 </object>
198 </child>
199 <child>
200 <object class="GtkImageMenuItem" id="GNUNET_GNS_GTK_quit_imagemenuitem">
201 <property name="label">gtk-quit</property>
202 <property name="use_action_appearance">False</property>
203 <property name="visible">True</property>
204 <property name="can_focus">False</property>
205 <property name="use_underline">True</property>
206 <property name="use_stock">True</property>
207 <signal name="activate" handler="GNUNET_GNS_GTK_quit_imagemenuitem_activate_cb" swapped="no"/>
208 </object>
209 </child>
210 </object>
211 </child>
212 </object>
213 </child>
214 <child>
215 <object class="GtkMenuItem" id="GNUNET_GNS_GTK_options_menuitem">
216 <property name="use_action_appearance">False</property>
217 <property name="visible">True</property>
218 <property name="can_focus">False</property>
219 <property name="label" translatable="yes">_Options</property>
220 <property name="use_underline">True</property>
221 <child type="submenu">
222 <object class="GtkMenu" id="menu2">
223 <property name="visible">True</property>
224 <property name="can_focus">False</property>
225 <child>
226 <object class="GtkCheckMenuItem" id="GNUNET_GNS_GTK_autoshort_imagemenuitem">
227 <property name="use_action_appearance">False</property>
228 <property name="visible">True</property>
229 <property name="can_focus">False</property>
230 <property name="label" translatable="yes">Automatically shorten names</property>
231 <property name="use_underline">True</property>
232 <signal name="toggled" handler="GNUNET_GNS_GTK_autoshort_imagemenuitem_toggled_cb" swapped="no"/>
233 </object>
234 </child>
235 </object>
236 </child>
237 </object>
238 </child>
239 <child>
240 <object class="GtkMenuItem" id="GNUNET_GNS_GTK_help_menuitem">
241 <property name="use_action_appearance">False</property>
242 <property name="visible">True</property>
243 <property name="can_focus">False</property>
244 <property name="label" translatable="yes">_Help</property>
245 <property name="use_underline">True</property>
246 <child type="submenu">
247 <object class="GtkMenu" id="menu3">
248 <property name="visible">True</property>
249 <property name="can_focus">False</property>
250 <child>
251 <object class="GtkImageMenuItem" id="GNUNET_GNS_GTK_about_imagemenuitem">
252 <property name="label">gtk-about</property>
253 <property name="use_action_appearance">False</property>
254 <property name="visible">True</property>
255 <property name="can_focus">False</property>
256 <property name="use_underline">True</property>
257 <property name="use_stock">True</property>
258 <signal name="activate" handler="GNUNET_GNS_GTK_about_imagemenuitem_activate_cb" swapped="no"/>
259 </object>
260 </child>
261 </object>
262 </child>
263 </object>
264 </child>
265 </object>
266 <packing>
267 <property name="expand">False</property>
268 <property name="fill">True</property>
269 <property name="position">0</property>
270 </packing>
271 </child>
272 <child>
273 <object class="GtkFrame" id="GNUNET_GNS_GTK_main_frame">
274 <property name="visible">True</property>
275 <property name="can_focus">False</property>
276 <property name="label_xalign">0</property>
277 <property name="shadow_type">none</property>
278 <child>
279 <object class="GtkAlignment" id="GNUNET_GNS_GTK_main_alignment">
280 <property name="visible">True</property>
281 <property name="can_focus">False</property>
282 <property name="left_padding">12</property>
283 <child>
284 <object class="GtkHBox" id="GNUNET_GNS_GTK_pseu_hbox">
285 <property name="visible">True</property>
286 <property name="can_focus">False</property>
287 <child>
288 <object class="GtkLabel" id="GNUNET_GNS_GTK_pseu_label">
289 <property name="visible">True</property>
290 <property name="can_focus">False</property>
291 <property name="label" translatable="yes">Preferred zone name (PSEU):</property>
292 </object>
293 <packing>
294 <property name="expand">False</property>
295 <property name="fill">False</property>
296 <property name="padding">5</property>
297 <property name="position">0</property>
298 </packing>
299 </child>
300 <child>
301 <object class="GtkEntry" id="GNUNET_GNS_GTK_pseu_entry">
302 <property name="visible">True</property>
303 <property name="can_focus">True</property>
304 <property name="tooltip_text" translatable="yes">Enter the preferred name for this zone here. The value will be stored in the PSEU record for your public key. This is the GNS equivalent of your domain name. You should try to pick a name that is globally unique.</property>
305 <property name="max_length">63</property>
306 <property name="invisible_char">●</property>
307 <property name="primary_icon_activatable">False</property>
308 <property name="secondary_icon_activatable">False</property>
309 <property name="primary_icon_sensitive">True</property>
310 <property name="secondary_icon_sensitive">True</property>
311 <signal name="changed" handler="GNUNET_GNS_GTK_pseu_entry_changed_cb" swapped="no"/>
312 </object>
313 <packing>
314 <property name="expand">True</property>
315 <property name="fill">True</property>
316 <property name="padding">5</property>
317 <property name="position">1</property>
318 </packing>
319 </child>
320 <child>
321 <object class="GtkButton" id="GNUNET_GNS_GTK_public_key_copy_button">
322 <property name="label">gtk-copy</property>
323 <property name="use_action_appearance">False</property>
324 <property name="visible">True</property>
325 <property name="can_focus">True</property>
326 <property name="receives_default">True</property>
327 <property name="tooltip_text" translatable="yes">Copy the public key of this zone to the clipboard.</property>
328 <property name="use_stock">True</property>
329 <signal name="clicked" handler="GNUNET_GNS_GTK_public_key_copy_button_clicked_cb" swapped="no"/>
330 </object>
331 <packing>
332 <property name="expand">False</property>
333 <property name="fill">False</property>
334 <property name="padding">20</property>
335 <property name="position">2</property>
336 </packing>
337 </child>
338 </object>
339 </child>
340 </object>
341 </child>
342 <child type="label">
343 <object class="GtkLabel" id="GNUNET_GNS_GTK_zone_label">
344 <property name="visible">True</property>
345 <property name="can_focus">False</property>
346 <property name="label" translatable="yes">&lt;b&gt;SET TO PUBLIC KEY OF THE ZONE&lt;/b&gt;</property>
347 <property name="use_markup">True</property>
348 </object>
349 </child>
350 </object>
351 <packing>
352 <property name="expand">False</property>
353 <property name="fill">False</property>
354 <property name="padding">5</property>
355 <property name="position">1</property>
356 </packing>
357 </child>
358 <child>
359 <object class="GtkScrolledWindow" id="GNUNET_GNS_GTK_main_scrolledwindow">
360 <property name="visible">True</property>
361 <property name="can_focus">True</property>
362 <property name="hscrollbar_policy">automatic</property>
363 <property name="vscrollbar_policy">automatic</property>
364 <child>
365 <object class="GtkTreeView" id="GNUNET_GNS_GTK_main_treeview">
366 <property name="visible">True</property>
367 <property name="can_focus">True</property>
368 <property name="model">GNUNET_GNS_GTK_treestore</property>
369 <signal name="button-press-event" handler="GNUNET_GNS_GTK_main_treeview_button_press_popup_menu_cb" swapped="no"/>
370 <signal name="key-press-event" handler="GNUNET_GNS_GTK_main_treeview_key_press_popup_menu_cb" after="yes" swapped="no"/>
371 <signal name="realize" handler="GNUNET_GNS_GTK_main_treeview_realize_cb" swapped="no"/>
372 <signal name="popup-menu" handler="GNUNET_GNS_GTK_main_treeview_popup_menu_cb" swapped="no"/>
373 <child>
374 <object class="GtkTreeViewColumn" id="GNUNET_GNS_GTK_name_treeviewcolumn">
375 <property name="title">Name</property>
376 <property name="clickable">True</property>
377 <property name="reorderable">True</property>
378 <property name="sort_indicator">True</property>
379 <property name="sort_column_id">0</property>
380 <child>
381 <object class="GtkCellRendererText" id="GNUNET_GNS_GTK_name_cellrenderertext">
382 <signal name="edited" handler="GNUNET_GNS_GTK_name_cellrenderertext_edited_cb" swapped="no"/>
383 </object>
384 <attributes>
385 <attribute name="visible">9</attribute>
386 <attribute name="background">13</attribute>
387 <attribute name="editable">9</attribute>
388 <attribute name="text">0</attribute>
389 </attributes>
390 </child>
391 </object>
392 </child>
393 <child>
394 <object class="GtkTreeViewColumn" id="GNUNET_GNS_GTK_ispublic_treeviewcolumn">
395 <property name="sizing">fixed</property>
396 <property name="fixed_width">50</property>
397 <property name="title">Public</property>
398 <property name="clickable">True</property>
399 <child>
400 <object class="GtkCellRendererToggle" id="GNUNET_GNS_GTK_ispublic_cellrenderertoggle">
401 <signal name="toggled" handler="GNUNET_GNS_GTK_ispublic_cellrenderertoggle_toggled_cb" swapped="no"/>
402 </object>
403 <attributes>
404 <attribute name="visible">10</attribute>
405 <attribute name="active">1</attribute>
406 </attributes>
407 </child>
408 </object>
409 </child>
410 <child>
411 <object class="GtkTreeViewColumn" id="GNUNET_GNS_GTK_type_treeviewcolumn">
412 <property name="sizing">autosize</property>
413 <property name="fixed_width">90</property>
414 <property name="title">Type</property>
415 <property name="clickable">True</property>
416 <property name="reorderable">True</property>
417 <property name="sort_indicator">True</property>
418 <property name="sort_column_id">3</property>
419 <child>
420 <object class="GtkCellRendererCombo" id="GNUNET_GNS_GTK_type_cellrenderercombo">
421 <property name="editable">True</property>
422 <property name="model">GNUNET_GNS_GTK_type_liststore</property>
423 <property name="text_column">1</property>
424 <signal name="changed" handler="GNUNET_GNS_GTK_type_cellrenderercombo_changed_cb" swapped="no"/>
425 </object>
426 <attributes>
427 <attribute name="visible">11</attribute>
428 <attribute name="text">3</attribute>
429 </attributes>
430 </child>
431 </object>
432 </child>
433 <child>
434 <object class="GtkTreeViewColumn" id="GNUNET_GNS_GTK_expiration_treeviewcolumn">
435 <property name="title">Expiration</property>
436 <property name="reorderable">True</property>
437 <property name="sort_indicator">True</property>
438 <property name="sort_column_id">4</property>
439 <child>
440 <object class="GtkCellRendererText" id="GNUNET_GNS_GTK_expiration_cellrenderertext">
441 <property name="editable">True</property>
442 <signal name="edited" handler="GNUNET_GNS_GTK_expiration_cellrenderertext_edited_cb" swapped="no"/>
443 </object>
444 <attributes>
445 <attribute name="visible">10</attribute>
446 <attribute name="background">12</attribute>
447 <attribute name="text">6</attribute>
448 </attributes>
449 </child>
450 </object>
451 </child>
452 <child>
453 <object class="GtkTreeViewColumn" id="GNUNET_GNS_GTK_value_treeviewcolumn">
454 <property name="sizing">autosize</property>
455 <property name="title">Value</property>
456 <property name="expand">True</property>
457 <property name="sort_column_id">7</property>
458 <child>
459 <object class="GtkCellRendererText" id="GNUNET_GNS_GTK_value_cellrenderertext">
460 <property name="editable">True</property>
461 <signal name="edited" handler="GNUNET_GNS_GTK_value_cellrenderertext_edited_cb" swapped="no"/>
462 </object>
463 <attributes>
464 <attribute name="visible">10</attribute>
465 <attribute name="background">8</attribute>
466 <attribute name="text">7</attribute>
467 </attributes>
468 </child>
469 </object>
470 </child>
471 </object>
472 </child>
473 </object>
474 <packing>
475 <property name="expand">True</property>
476 <property name="fill">True</property>
477 <property name="position">2</property>
478 </packing>
479 </child>
480 </object>
481 </child>
482 </object>
483</interface>