aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_setup_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_setup_gtk_main_window.glade332
1 files changed, 173 insertions, 159 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index 20a6576d..9827a3bf 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -2,140 +2,6 @@
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 <!-- interface-naming-policy toplevel-contextual -->
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="tooltip_text" translatable="yes">Delete GNS entry</property>
14 <property name="label" translatable="yes">Delete</property>
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">1 day</property>
30 </object>
31 </child>
32 <child>
33 <object class="GtkMenuItem" id="1w_exp">
34 <property name="use_action_appearance">False</property>
35 <property name="visible">True</property>
36 <property name="can_focus">False</property>
37 <property name="label" translatable="yes">1 week</property>
38 </object>
39 </child>
40 <child>
41 <object class="GtkMenuItem" id="1y_exp">
42 <property name="use_action_appearance">False</property>
43 <property name="visible">True</property>
44 <property name="can_focus">False</property>
45 <property name="label" translatable="yes">1 year</property>
46 </object>
47 </child>
48 <child>
49 <object class="GtkMenuItem" id="exp_inf">
50 <property name="use_action_appearance">False</property>
51 <property name="visible">True</property>
52 <property name="can_focus">False</property>
53 <property name="label" translatable="yes">never</property>
54 </object>
55 </child>
56 </object>
57 <object class="GtkTreeStore" id="GNUNET_GNS_GTK_treestore">
58 <columns>
59 <!-- column-name name -->
60 <column type="gchararray"/>
61 <!-- column-name is_public -->
62 <column type="gboolean"/>
63 <!-- column-name record_type -->
64 <column type="guint"/>
65 <!-- column-name record_type_as_string -->
66 <column type="gchararray"/>
67 <!-- column-name expiration_time -->
68 <column type="guint64"/>
69 <!-- column-name expiration_time_is_relative -->
70 <column type="gboolean"/>
71 <!-- column-name expiration_time_as_string -->
72 <column type="gchararray"/>
73 <!-- column-name value_as_string -->
74 <column type="gchararray"/>
75 <!-- column-name value_color -->
76 <column type="gchararray"/>
77 <!-- column-name name_is_editable -->
78 <column type="gboolean"/>
79 <!-- column-name name_is_row -->
80 <column type="gboolean"/>
81 <!-- column-name not_dummy_row -->
82 <column type="gboolean"/>
83 <!-- column-name expiration_time_as_color -->
84 <column type="gchararray"/>
85 <!-- column-name name_color -->
86 <column type="gchararray"/>
87 </columns>
88 </object>
89 <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore">
90 <columns>
91 <!-- column-name type -->
92 <column type="guint"/>
93 <!-- column-name typename -->
94 <column type="gchararray"/>
95 </columns>
96 <data>
97 <row>
98 <col id="0">1</col>
99 <col id="1" translatable="yes">A</col>
100 </row>
101 <row>
102 <col id="0">2</col>
103 <col id="1" translatable="yes">NS</col>
104 </row>
105 <row>
106 <col id="0">5</col>
107 <col id="1" translatable="yes">CNAME</col>
108 </row>
109 <row>
110 <col id="0">6</col>
111 <col id="1" translatable="yes">SOA</col>
112 </row>
113 <row>
114 <col id="0">12</col>
115 <col id="1" translatable="yes">PTR</col>
116 </row>
117 <row>
118 <col id="0">15</col>
119 <col id="1" translatable="yes">MX</col>
120 </row>
121 <row>
122 <col id="0">16</col>
123 <col id="1" translatable="yes">TXT</col>
124 </row>
125 <row>
126 <col id="0">28</col>
127 <col id="1" translatable="yes">AAAA</col>
128 </row>
129 <row>
130 <col id="0">65536</col>
131 <col id="1" translatable="yes">PKEY</col>
132 </row>
133 <row>
134 <col id="0">65538</col>
135 <col id="1" translatable="yes">LEHO</col>
136 </row>
137 </data>
138 </object>
139 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment"> 5 <object class="GtkAdjustment" id="GNUNET_setup_bandwidth_in_adjustment">
140 <property name="lower">5000</property> 6 <property name="lower">5000</property>
141 <property name="upper">999999999</property> 7 <property name="upper">999999999</property>
@@ -150,27 +16,6 @@
150 <property name="step_increment">1</property> 16 <property name="step_increment">1</property>
151 <property name="page_increment">10</property> 17 <property name="page_increment">10</property>
152 </object> 18 </object>
153 <object class="GtkAdjustment" id="GNUNET_setup_exit_interface_mask_adjustment">
154 <property name="lower">1</property>
155 <property name="upper">127</property>
156 <property name="value">48</property>
157 <property name="step_increment">1</property>
158 <property name="page_increment">10</property>
159 </object>
160 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_mysql_port_adjustment">
161 <property name="lower">1</property>
162 <property name="upper">65535</property>
163 <property name="value">3306</property>
164 <property name="step_increment">1</property>
165 <property name="page_increment">10</property>
166 </object>
167 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment">
168 <property name="lower">65536</property>
169 <property name="upper">9999999999</property>
170 <property name="value">1024000</property>
171 <property name="step_increment">65536</property>
172 <property name="page_increment">1024000</property>
173 </object>
174 <object class="GtkDialog" id="GNUNET_setup_dialog"> 19 <object class="GtkDialog" id="GNUNET_setup_dialog">
175 <property name="can_focus">False</property> 20 <property name="can_focus">False</property>
176 <property name="border_width">5</property> 21 <property name="border_width">5</property>
@@ -4445,7 +4290,7 @@
4445 <object class="GtkTreeView" id="GNUNET_setup_gns_main_treeview"> 4290 <object class="GtkTreeView" id="GNUNET_setup_gns_main_treeview">
4446 <property name="visible">True</property> 4291 <property name="visible">True</property>
4447 <property name="can_focus">True</property> 4292 <property name="can_focus">True</property>
4448 <property name="model"></property> 4293 <property name="model">GNUNET_setup_gns_treestore</property>
4449 <property name="search_column">0</property> 4294 <property name="search_column">0</property>
4450 <child> 4295 <child>
4451 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_name_treeviewcolumn"> 4296 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_name_treeviewcolumn">
@@ -4599,6 +4444,27 @@
4599 <action-widget response="-3">GNUNET_setup_save_button</action-widget> 4444 <action-widget response="-3">GNUNET_setup_save_button</action-widget>
4600 </action-widgets> 4445 </action-widgets>
4601 </object> 4446 </object>
4447 <object class="GtkAdjustment" id="GNUNET_setup_exit_interface_mask_adjustment">
4448 <property name="lower">1</property>
4449 <property name="upper">127</property>
4450 <property name="value">48</property>
4451 <property name="step_increment">1</property>
4452 <property name="page_increment">10</property>
4453 </object>
4454 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_mysql_port_adjustment">
4455 <property name="lower">1</property>
4456 <property name="upper">65535</property>
4457 <property name="value">3306</property>
4458 <property name="step_increment">1</property>
4459 <property name="page_increment">10</property>
4460 </object>
4461 <object class="GtkAdjustment" id="GNUNET_setup_fs_datacache_quota_adjustment">
4462 <property name="lower">65536</property>
4463 <property name="upper">9999999999</property>
4464 <property name="value">1024000</property>
4465 <property name="step_increment">65536</property>
4466 <property name="page_increment">1024000</property>
4467 </object>
4602 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_mysql_port_adjustment"> 4468 <object class="GtkAdjustment" id="GNUNET_setup_fs_datastore_mysql_port_adjustment">
4603 <property name="lower">1</property> 4469 <property name="lower">1</property>
4604 <property name="upper">65535</property> 4470 <property name="upper">65535</property>
@@ -4613,10 +4479,60 @@
4613 <property name="step_increment">1000000</property> 4479 <property name="step_increment">1000000</property>
4614 <property name="page_increment">1000000000</property> 4480 <property name="page_increment">1000000000</property>
4615 </object> 4481 </object>
4616 <object class="GtkListStore" id="GNUNET_setup_gns_liststore"> 4482 <object class="GtkMenu" id="GNUNET_setup_gns_delete_popup_menu">
4483 <property name="visible">True</property>
4484 <property name="can_focus">False</property>
4485 <child>
4486 <object class="GtkMenuItem" id="GNUNET_setup_gns_popup_delete_button">
4487 <property name="use_action_appearance">False</property>
4488 <property name="visible">True</property>
4489 <property name="can_focus">False</property>
4490 <property name="tooltip_text" translatable="yes">Delete GNS entry</property>
4491 <property name="label" translatable="yes">Delete</property>
4492 </object>
4493 </child>
4494 <child>
4495 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_delete_sep">
4496 <property name="use_action_appearance">False</property>
4497 <property name="visible">True</property>
4498 <property name="can_focus">False</property>
4499 </object>
4500 </child>
4501 <child>
4502 <object class="GtkMenuItem" id="GNUNET_setup_gns_popup_1d_exp_button">
4503 <property name="use_action_appearance">False</property>
4504 <property name="visible">True</property>
4505 <property name="can_focus">False</property>
4506 <property name="label" translatable="yes">1 day</property>
4507 </object>
4508 </child>
4509 <child>
4510 <object class="GtkMenuItem" id="GNUNET_setup_gns_popup_1w_exp_button">
4511 <property name="use_action_appearance">False</property>
4512 <property name="visible">True</property>
4513 <property name="can_focus">False</property>
4514 <property name="label" translatable="yes">1 week</property>
4515 </object>
4516 </child>
4517 <child>
4518 <object class="GtkMenuItem" id="GNUNET_setup_gns_popup_1y_exp_button">
4519 <property name="use_action_appearance">False</property>
4520 <property name="visible">True</property>
4521 <property name="can_focus">False</property>
4522 <property name="label" translatable="yes">1 year</property>
4523 </object>
4524 </child>
4525 <child>
4526 <object class="GtkMenuItem" id="GNUNET_setup_gns_popup_forever_exp_button">
4527 <property name="use_action_appearance">False</property>
4528 <property name="visible">True</property>
4529 <property name="can_focus">False</property>
4530 <property name="label" translatable="yes">never</property>
4531 </object>
4532 </child>
4533 </object>
4534 <object class="GtkListStore" id="GNUNET_setup_gns_exit_dialog_liststore">
4617 <columns> 4535 <columns>
4618 <!-- column-name hostname -->
4619 <column type="gchararray"/>
4620 <!-- column-name sourceport --> 4536 <!-- column-name sourceport -->
4621 <column type="guint"/> 4537 <column type="guint"/>
4622 <!-- column-name targetport --> 4538 <!-- column-name targetport -->
@@ -4627,6 +4543,104 @@
4627 <column type="gchararray"/> 4543 <column type="gchararray"/>
4628 </columns> 4544 </columns>
4629 </object> 4545 </object>
4546 <object class="GtkTreeStore" id="GNUNET_setup_gns_treestore">
4547 <columns>
4548 <!-- column-name name -->
4549 <column type="gchararray"/>
4550 <!-- column-name is_public -->
4551 <column type="gboolean"/>
4552 <!-- column-name record_type -->
4553 <column type="guint"/>
4554 <!-- column-name record_type_as_string -->
4555 <column type="gchararray"/>
4556 <!-- column-name expiration_time -->
4557 <column type="guint64"/>
4558 <!-- column-name expiration_time_is_relative -->
4559 <column type="gboolean"/>
4560 <!-- column-name expiration_time_as_string -->
4561 <column type="gchararray"/>
4562 <!-- column-name value_as_string -->
4563 <column type="gchararray"/>
4564 <!-- column-name value_color -->
4565 <column type="gchararray"/>
4566 <!-- column-name name_is_editable -->
4567 <column type="gboolean"/>
4568 <!-- column-name name_is_row -->
4569 <column type="gboolean"/>
4570 <!-- column-name not_dummy_row -->
4571 <column type="gboolean"/>
4572 <!-- column-name expiration_time_as_color -->
4573 <column type="gchararray"/>
4574 <!-- column-name name_color -->
4575 <column type="gchararray"/>
4576 </columns>
4577 </object>
4578 <object class="GtkListStore" id="GNUNET_setup_gns_type_liststore">
4579 <columns>
4580 <!-- column-name type -->
4581 <column type="guint"/>
4582 <!-- column-name typename -->
4583 <column type="gchararray"/>
4584 </columns>
4585 <data>
4586 <row>
4587 <col id="0">1</col>
4588 <col id="1" translatable="yes">A</col>
4589 </row>
4590 <row>
4591 <col id="0">2</col>
4592 <col id="1" translatable="yes">NS</col>
4593 </row>
4594 <row>
4595 <col id="0">5</col>
4596 <col id="1" translatable="yes">CNAME</col>
4597 </row>
4598 <row>
4599 <col id="0">6</col>
4600 <col id="1" translatable="yes">SOA</col>
4601 </row>
4602 <row>
4603 <col id="0">12</col>
4604 <col id="1" translatable="yes">PTR</col>
4605 </row>
4606 <row>
4607 <col id="0">15</col>
4608 <col id="1" translatable="yes">MX</col>
4609 </row>
4610 <row>
4611 <col id="0">16</col>
4612 <col id="1" translatable="yes">TXT</col>
4613 </row>
4614 <row>
4615 <col id="0">28</col>
4616 <col id="1" translatable="yes">AAAA</col>
4617 </row>
4618 <row>
4619 <col id="0">65536</col>
4620 <col id="1" translatable="yes">PKEY</col>
4621 </row>
4622 <row>
4623 <col id="0">65538</col>
4624 <col id="1" translatable="yes">LEHO</col>
4625 </row>
4626 <row>
4627 <col id="0">33</col>
4628 <col id="1" translatable="yes">SRV</col>
4629 </row>
4630 <row>
4631 <col id="0">65539</col>
4632 <col id="1" translatable="yes">VPN</col>
4633 </row>
4634 <row>
4635 <col id="0">65540</col>
4636 <col id="1" translatable="yes">REV</col>
4637 </row>
4638 <row>
4639 <col id="0">65537</col>
4640 <col id="1" translatable="yes">PSEU</col>
4641 </row>
4642 </data>
4643 </object>
4630 <object class="GtkAdjustment" id="GNUNET_setup_hostlist_server_port_adjustment"> 4644 <object class="GtkAdjustment" id="GNUNET_setup_hostlist_server_port_adjustment">
4631 <property name="lower">1</property> 4645 <property name="lower">1</property>
4632 <property name="upper">65535</property> 4646 <property name="upper">65535</property>