diff options
Diffstat (limited to 'contrib/gnunet_fs_gtk_publish_dialog.glade')
-rw-r--r-- | contrib/gnunet_fs_gtk_publish_dialog.glade | 328 |
1 files changed, 154 insertions, 174 deletions
diff --git a/contrib/gnunet_fs_gtk_publish_dialog.glade b/contrib/gnunet_fs_gtk_publish_dialog.glade index 409a2e11..d160be7c 100644 --- a/contrib/gnunet_fs_gtk_publish_dialog.glade +++ b/contrib/gnunet_fs_gtk_publish_dialog.glade | |||
@@ -2,50 +2,6 @@ | |||
2 | <interface> | 2 | <interface> |
3 | <requires lib="gtk+" version="2.20"/> | 3 | <requires lib="gtk+" version="2.20"/> |
4 | <!-- interface-naming-policy project-wide --> | 4 | <!-- interface-naming-policy project-wide --> |
5 | <object class="GtkAdjustment" id="adjustment4"> | ||
6 | <property name="upper">100</property> | ||
7 | <property name="step_increment">1</property> | ||
8 | <property name="page_increment">10</property> | ||
9 | <property name="page_size">10</property> | ||
10 | </object> | ||
11 | <object class="GtkAdjustment" id="adjustment3"> | ||
12 | <property name="upper">100</property> | ||
13 | <property name="step_increment">1</property> | ||
14 | <property name="page_increment">10</property> | ||
15 | <property name="page_size">10</property> | ||
16 | </object> | ||
17 | <object class="GtkAdjustment" id="adjustment2"> | ||
18 | <property name="upper">100</property> | ||
19 | <property name="step_increment">1</property> | ||
20 | <property name="page_increment">10</property> | ||
21 | <property name="page_size">10</property> | ||
22 | </object> | ||
23 | <object class="GtkAdjustment" id="adjustment1"> | ||
24 | <property name="upper">100</property> | ||
25 | <property name="step_increment">1</property> | ||
26 | <property name="page_increment">10</property> | ||
27 | <property name="page_size">10</property> | ||
28 | </object> | ||
29 | <object class="GtkImage" id="right_stock_image"> | ||
30 | <property name="visible">True</property> | ||
31 | <property name="stock">gtk-go-forward</property> | ||
32 | </object> | ||
33 | <object class="GtkImage" id="left_stock_image"> | ||
34 | <property name="visible">True</property> | ||
35 | <property name="stock">gtk-go-back</property> | ||
36 | </object> | ||
37 | <object class="GtkImage" id="add_stock_image_2"> | ||
38 | <property name="visible">True</property> | ||
39 | <property name="stock">gtk-add</property> | ||
40 | </object> | ||
41 | <object class="GtkImage" id="new_stock_image"> | ||
42 | <property name="visible">True</property> | ||
43 | <property name="stock">gtk-new</property> | ||
44 | </object> | ||
45 | <object class="GtkImage" id="add_stock_image"> | ||
46 | <property name="visible">True</property> | ||
47 | <property name="stock">gtk-add</property> | ||
48 | </object> | ||
49 | <object class="GtkTreeStore" id="GNUNET_GTK_file_sharing_publishing_tree_store"> | 5 | <object class="GtkTreeStore" id="GNUNET_GTK_file_sharing_publishing_tree_store"> |
50 | <columns> | 6 | <columns> |
51 | <!-- column-name filesize --> | 7 | <!-- column-name filesize --> |
@@ -60,137 +16,132 @@ | |||
60 | <column type="guint"/> | 16 | <column type="guint"/> |
61 | <!-- column-name file_information_struct --> | 17 | <!-- column-name file_information_struct --> |
62 | <column type="gpointer"/> | 18 | <column type="gpointer"/> |
19 | <!-- column-name expiration_time_absolute --> | ||
20 | <column type="guint64"/> | ||
21 | <!-- column-name replication_level --> | ||
22 | <column type="guint"/> | ||
63 | </columns> | 23 | </columns> |
64 | </object> | 24 | </object> |
65 | <object class="GtkDialog" id="GNUNET_GTK_master_publish_dialog"> | 25 | <object class="GtkWindow" id="GNUNET_GTK_master_publish_dialog"> |
66 | <property name="height_request">500</property> | 26 | <property name="height_request">500</property> |
67 | <property name="border_width">5</property> | 27 | <property name="can_focus">False</property> |
68 | <property name="title" translatable="yes">Publish content on GNUnet</property> | 28 | <property name="title" translatable="yes">Publish content on GNUnet</property> |
69 | <property name="modal">True</property> | ||
70 | <property name="window_position">center-on-parent</property> | 29 | <property name="window_position">center-on-parent</property> |
71 | <property name="type_hint">dialog</property> | 30 | <property name="destroy_with_parent">True</property> |
72 | <property name="skip_taskbar_hint">True</property> | 31 | <property name="transient_for">GNUNET_GTK_main_window</property> |
73 | <property name="has_separator">False</property> | 32 | <signal name="delete-event" handler="GNUNET_GTK_master_publish_dialog_delete_event_cb" swapped="no"/> |
74 | <child internal-child="vbox"> | 33 | <signal name="realize" handler="GNUNET_GTK_master_publish_dialog_realize_cb" swapped="no"/> |
34 | <child> | ||
75 | <object class="GtkVBox" id="GNUNET_GTK_master_publish_dialog_vbox"> | 35 | <object class="GtkVBox" id="GNUNET_GTK_master_publish_dialog_vbox"> |
76 | <property name="visible">True</property> | 36 | <property name="visible">True</property> |
77 | <property name="spacing">2</property> | 37 | <property name="can_focus">False</property> |
38 | <property name="border_width">4</property> | ||
39 | <property name="spacing">7</property> | ||
78 | <child> | 40 | <child> |
79 | <object class="GtkVBox" id="GNUNET_GTK_master_publish_dialog_file_information_vbox"> | 41 | <object class="GtkScrolledWindow" id="GNUNET_GTK_master_publish_dialog_file_information_scrolled_window"> |
80 | <property name="visible">True</property> | 42 | <property name="visible">True</property> |
43 | <property name="can_focus">True</property> | ||
44 | <property name="hadjustment">adjustment5</property> | ||
45 | <property name="vadjustment">adjustment6</property> | ||
46 | <property name="hscrollbar_policy">automatic</property> | ||
47 | <property name="vscrollbar_policy">automatic</property> | ||
48 | <property name="shadow_type">in</property> | ||
81 | <child> | 49 | <child> |
82 | <object class="GtkScrolledWindow" id="GNUNET_GTK_master_publish_dialog_file_information_scrolled_window"> | 50 | <object class="GtkTreeView" id="GNUNET_GTK_master_publish_dialog_file_information_tree_view"> |
83 | <property name="height_request">100</property> | 51 | <property name="height_request">100</property> |
84 | <property name="visible">True</property> | 52 | <property name="visible">True</property> |
85 | <property name="can_focus">True</property> | 53 | <property name="can_focus">True</property> |
86 | <property name="hadjustment">adjustment1</property> | 54 | <property name="model">GNUNET_GTK_file_sharing_publishing_tree_store</property> |
87 | <property name="vadjustment">adjustment2</property> | 55 | <property name="hadjustment">adjustment5</property> |
88 | <property name="hscrollbar_policy">automatic</property> | 56 | <property name="vadjustment">adjustment6</property> |
89 | <property name="vscrollbar_policy">automatic</property> | 57 | <property name="headers_clickable">False</property> |
58 | <property name="search_column">0</property> | ||
59 | <property name="enable_tree_lines">True</property> | ||
90 | <child> | 60 | <child> |
91 | <object class="GtkTreeView" id="GNUNET_GTK_master_publish_dialog_file_information_tree_view"> | 61 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_column"> |
92 | <property name="visible">True</property> | 62 | <property name="sizing">autosize</property> |
93 | <property name="can_focus">True</property> | 63 | <property name="title">Size</property> |
94 | <property name="model">GNUNET_GTK_file_sharing_publishing_tree_store</property> | ||
95 | <property name="hadjustment">adjustment1</property> | ||
96 | <property name="vadjustment">adjustment2</property> | ||
97 | <property name="enable_tree_lines">True</property> | ||
98 | <child> | 64 | <child> |
99 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_column"> | 65 | <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_renderer"/> |
100 | <property name="sizing">autosize</property> | 66 | <attributes> |
101 | <property name="title" translatable="yes">Size</property> | 67 | <attribute name="text">0</attribute> |
102 | <child> | 68 | </attributes> |
103 | <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_file_information_filesize_renderer"/> | ||
104 | <attributes> | ||
105 | <attribute name="text">0</attribute> | ||
106 | </attributes> | ||
107 | </child> | ||
108 | </object> | ||
109 | </child> | 69 | </child> |
70 | </object> | ||
71 | </child> | ||
72 | <child> | ||
73 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filename_column"> | ||
74 | <property name="sizing">autosize</property> | ||
75 | <property name="title">Filename</property> | ||
76 | <property name="expand">True</property> | ||
77 | <property name="clickable">True</property> | ||
78 | <property name="reorderable">True</property> | ||
79 | <property name="sort_indicator">True</property> | ||
110 | <child> | 80 | <child> |
111 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_file_information_filename_column"> | 81 | <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_file_information_filename_renderer"/> |
112 | <property name="resizable">True</property> | 82 | <attributes> |
113 | <property name="sizing">autosize</property> | 83 | <attribute name="text">2</attribute> |
114 | <property name="title" translatable="yes">Filename</property> | 84 | </attributes> |
115 | <property name="expand">True</property> | ||
116 | <property name="clickable">True</property> | ||
117 | <property name="reorderable">True</property> | ||
118 | <property name="sort_indicator">True</property> | ||
119 | <child> | ||
120 | <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_file_information_filename_renderer"/> | ||
121 | <attributes> | ||
122 | <attribute name="text">2</attribute> | ||
123 | </attributes> | ||
124 | </child> | ||
125 | </object> | ||
126 | </child> | 85 | </child> |
127 | </object> | 86 | </object> |
128 | </child> | 87 | </child> |
129 | </object> | 88 | </object> |
130 | <packing> | ||
131 | <property name="expand">True</property> | ||
132 | <property name="fill">True</property> | ||
133 | <property name="position">0</property> | ||
134 | </packing> | ||
135 | </child> | 89 | </child> |
136 | </object> | 90 | </object> |
137 | <packing> | 91 | <packing> |
138 | <property name="expand">True</property> | 92 | <property name="expand">True</property> |
139 | <property name="fill">True</property> | 93 | <property name="fill">True</property> |
140 | <property name="padding">8</property> | ||
141 | <property name="position">0</property> | 94 | <property name="position">0</property> |
142 | </packing> | 95 | </packing> |
143 | </child> | 96 | </child> |
144 | <child> | 97 | <child> |
145 | <object class="GtkHBox" id="GNUNET_GTK_master_dialog_modification_button_hbox"> | 98 | <object class="GtkHBox" id="GNUNET_GTK_master_dialog_modification_button_hbox"> |
146 | <property name="visible">True</property> | 99 | <property name="visible">True</property> |
100 | <property name="can_focus">False</property> | ||
147 | <child> | 101 | <child> |
148 | <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_action_table"> | 102 | <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_action_table"> |
149 | <property name="visible">True</property> | 103 | <property name="visible">True</property> |
104 | <property name="can_focus">False</property> | ||
150 | <property name="n_rows">2</property> | 105 | <property name="n_rows">2</property> |
151 | <property name="n_columns">3</property> | 106 | <property name="n_columns">3</property> |
152 | <child> | 107 | <child> |
153 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_add_button"> | 108 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_add_button"> |
154 | <property name="label">Add _File</property> | 109 | <property name="label" translatable="yes">Add _File</property> |
110 | <property name="use_action_appearance">False</property> | ||
155 | <property name="visible">True</property> | 111 | <property name="visible">True</property> |
156 | <property name="can_focus">True</property> | 112 | <property name="can_focus">True</property> |
157 | <property name="receives_default">True</property> | 113 | <property name="receives_default">True</property> |
158 | <property name="use_action_appearance">False</property> | ||
159 | <property name="image">add_stock_image</property> | ||
160 | <property name="use_underline">True</property> | 114 | <property name="use_underline">True</property> |
161 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_add_button_clicked_cb" swapped="no"/> | 115 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_add_button_clicked_cb" swapped="no"/> |
162 | </object> | 116 | </object> |
163 | </child> | 117 | </child> |
164 | <child> | 118 | <child> |
165 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_open_button"> | 119 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_new_button"> |
166 | <property name="label">Add _Directory</property> | 120 | <property name="label" translatable="yes">_Create empty directory</property> |
121 | <property name="use_action_appearance">False</property> | ||
167 | <property name="visible">True</property> | 122 | <property name="visible">True</property> |
168 | <property name="can_focus">True</property> | 123 | <property name="can_focus">True</property> |
169 | <property name="receives_default">True</property> | 124 | <property name="receives_default">True</property> |
170 | <property name="use_action_appearance">False</property> | 125 | <property name="image">new_stock_image</property> |
171 | <property name="image">add_stock_image_2</property> | ||
172 | <property name="use_underline">True</property> | 126 | <property name="use_underline">True</property> |
173 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_open_button_clicked_cb" swapped="no"/> | 127 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_new_button_clicked_cb" swapped="no"/> |
174 | </object> | 128 | </object> |
175 | <packing> | 129 | <packing> |
176 | <property name="top_attach">1</property> | 130 | <property name="left_attach">1</property> |
177 | <property name="bottom_attach">2</property> | 131 | <property name="right_attach">3</property> |
178 | </packing> | 132 | </packing> |
179 | </child> | 133 | </child> |
180 | <child> | 134 | <child> |
181 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_delete_button"> | 135 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_open_button"> |
182 | <property name="label">gtk-delete</property> | 136 | <property name="label" translatable="yes">Add _Directory</property> |
137 | <property name="use_action_appearance">False</property> | ||
183 | <property name="visible">True</property> | 138 | <property name="visible">True</property> |
184 | <property name="sensitive">False</property> | ||
185 | <property name="can_focus">True</property> | 139 | <property name="can_focus">True</property> |
186 | <property name="receives_default">True</property> | 140 | <property name="receives_default">True</property> |
187 | <property name="use_action_appearance">False</property> | 141 | <property name="use_underline">True</property> |
188 | <property name="use_stock">True</property> | 142 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_open_button_clicked_cb" swapped="no"/> |
189 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_delete_button_clicked_cb" swapped="no"/> | ||
190 | </object> | 143 | </object> |
191 | <packing> | 144 | <packing> |
192 | <property name="left_attach">2</property> | ||
193 | <property name="right_attach">3</property> | ||
194 | <property name="top_attach">1</property> | 145 | <property name="top_attach">1</property> |
195 | <property name="bottom_attach">2</property> | 146 | <property name="bottom_attach">2</property> |
196 | </packing> | 147 | </packing> |
@@ -198,11 +149,11 @@ | |||
198 | <child> | 149 | <child> |
199 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_edit_button"> | 150 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_edit_button"> |
200 | <property name="label">gtk-edit</property> | 151 | <property name="label">gtk-edit</property> |
152 | <property name="use_action_appearance">False</property> | ||
201 | <property name="visible">True</property> | 153 | <property name="visible">True</property> |
202 | <property name="sensitive">False</property> | 154 | <property name="sensitive">False</property> |
203 | <property name="can_focus">True</property> | 155 | <property name="can_focus">True</property> |
204 | <property name="receives_default">True</property> | 156 | <property name="receives_default">True</property> |
205 | <property name="use_action_appearance">False</property> | ||
206 | <property name="use_stock">True</property> | 157 | <property name="use_stock">True</property> |
207 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_edit_button_clicked_cb" swapped="no"/> | 158 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_edit_button_clicked_cb" swapped="no"/> |
208 | </object> | 159 | </object> |
@@ -214,19 +165,21 @@ | |||
214 | </packing> | 165 | </packing> |
215 | </child> | 166 | </child> |
216 | <child> | 167 | <child> |
217 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_new_button"> | 168 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_delete_button"> |
218 | <property name="label">_Create empty directory</property> | 169 | <property name="label">gtk-delete</property> |
170 | <property name="use_action_appearance">False</property> | ||
219 | <property name="visible">True</property> | 171 | <property name="visible">True</property> |
172 | <property name="sensitive">False</property> | ||
220 | <property name="can_focus">True</property> | 173 | <property name="can_focus">True</property> |
221 | <property name="receives_default">True</property> | 174 | <property name="receives_default">True</property> |
222 | <property name="use_action_appearance">False</property> | 175 | <property name="use_stock">True</property> |
223 | <property name="image">new_stock_image</property> | 176 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_delete_button_clicked_cb" swapped="no"/> |
224 | <property name="use_underline">True</property> | ||
225 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_new_button_clicked_cb" swapped="no"/> | ||
226 | </object> | 177 | </object> |
227 | <packing> | 178 | <packing> |
228 | <property name="left_attach">1</property> | 179 | <property name="left_attach">2</property> |
229 | <property name="right_attach">3</property> | 180 | <property name="right_attach">3</property> |
181 | <property name="top_attach">1</property> | ||
182 | <property name="bottom_attach">2</property> | ||
230 | </packing> | 183 | </packing> |
231 | </child> | 184 | </child> |
232 | </object> | 185 | </object> |
@@ -240,17 +193,18 @@ | |||
240 | <child> | 193 | <child> |
241 | <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_arrow_table"> | 194 | <object class="GtkTable" id="GNUNET_GTK_master_publish_dialog_arrow_table"> |
242 | <property name="visible">True</property> | 195 | <property name="visible">True</property> |
196 | <property name="can_focus">False</property> | ||
243 | <property name="n_rows">2</property> | 197 | <property name="n_rows">2</property> |
244 | <property name="n_columns">3</property> | 198 | <property name="n_columns">3</property> |
245 | <property name="homogeneous">True</property> | 199 | <property name="homogeneous">True</property> |
246 | <child> | 200 | <child> |
247 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_up_button"> | 201 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_up_button"> |
248 | <property name="label">gtk-go-up</property> | 202 | <property name="label">gtk-go-up</property> |
203 | <property name="use_action_appearance">False</property> | ||
249 | <property name="visible">True</property> | 204 | <property name="visible">True</property> |
250 | <property name="sensitive">False</property> | 205 | <property name="sensitive">False</property> |
251 | <property name="can_focus">True</property> | 206 | <property name="can_focus">True</property> |
252 | <property name="receives_default">True</property> | 207 | <property name="receives_default">True</property> |
253 | <property name="use_action_appearance">False</property> | ||
254 | <property name="use_stock">True</property> | 208 | <property name="use_stock">True</property> |
255 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_up_button_clicked_cb" swapped="no"/> | 209 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_up_button_clicked_cb" swapped="no"/> |
256 | </object> | 210 | </object> |
@@ -260,48 +214,48 @@ | |||
260 | </packing> | 214 | </packing> |
261 | </child> | 215 | </child> |
262 | <child> | 216 | <child> |
263 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_down_button"> | 217 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_left_button"> |
264 | <property name="label">gtk-go-down</property> | 218 | <property name="label" translatable="yes">_Left</property> |
219 | <property name="use_action_appearance">False</property> | ||
265 | <property name="visible">True</property> | 220 | <property name="visible">True</property> |
266 | <property name="sensitive">False</property> | 221 | <property name="sensitive">False</property> |
267 | <property name="can_focus">True</property> | 222 | <property name="can_focus">True</property> |
268 | <property name="receives_default">True</property> | 223 | <property name="receives_default">True</property> |
269 | <property name="use_action_appearance">False</property> | 224 | <property name="image">left_stock_image</property> |
270 | <property name="use_stock">True</property> | 225 | <property name="use_underline">True</property> |
271 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_down_button_clicked_cb" swapped="no"/> | 226 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_left_button_clicked_cb" swapped="no"/> |
272 | </object> | 227 | </object> |
273 | <packing> | 228 | <packing> |
274 | <property name="left_attach">1</property> | ||
275 | <property name="right_attach">2</property> | ||
276 | <property name="top_attach">1</property> | 229 | <property name="top_attach">1</property> |
277 | <property name="bottom_attach">2</property> | 230 | <property name="bottom_attach">2</property> |
278 | </packing> | 231 | </packing> |
279 | </child> | 232 | </child> |
280 | <child> | 233 | <child> |
281 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_left_button"> | 234 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_down_button"> |
282 | <property name="label">_Left</property> | 235 | <property name="label">gtk-go-down</property> |
236 | <property name="use_action_appearance">False</property> | ||
283 | <property name="visible">True</property> | 237 | <property name="visible">True</property> |
284 | <property name="sensitive">False</property> | 238 | <property name="sensitive">False</property> |
285 | <property name="can_focus">True</property> | 239 | <property name="can_focus">True</property> |
286 | <property name="receives_default">True</property> | 240 | <property name="receives_default">True</property> |
287 | <property name="use_action_appearance">False</property> | 241 | <property name="use_stock">True</property> |
288 | <property name="image">left_stock_image</property> | 242 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_down_button_clicked_cb" swapped="no"/> |
289 | <property name="use_underline">True</property> | ||
290 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_left_button_clicked_cb" swapped="no"/> | ||
291 | </object> | 243 | </object> |
292 | <packing> | 244 | <packing> |
245 | <property name="left_attach">1</property> | ||
246 | <property name="right_attach">2</property> | ||
293 | <property name="top_attach">1</property> | 247 | <property name="top_attach">1</property> |
294 | <property name="bottom_attach">2</property> | 248 | <property name="bottom_attach">2</property> |
295 | </packing> | 249 | </packing> |
296 | </child> | 250 | </child> |
297 | <child> | 251 | <child> |
298 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_right_button"> | 252 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_right_button"> |
299 | <property name="label">_Right</property> | 253 | <property name="label" translatable="yes">_Right</property> |
254 | <property name="use_action_appearance">False</property> | ||
300 | <property name="visible">True</property> | 255 | <property name="visible">True</property> |
301 | <property name="sensitive">False</property> | 256 | <property name="sensitive">False</property> |
302 | <property name="can_focus">True</property> | 257 | <property name="can_focus">True</property> |
303 | <property name="receives_default">True</property> | 258 | <property name="receives_default">True</property> |
304 | <property name="use_action_appearance">False</property> | ||
305 | <property name="image">right_stock_image</property> | 259 | <property name="image">right_stock_image</property> |
306 | <property name="use_underline">True</property> | 260 | <property name="use_underline">True</property> |
307 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_right_button_clicked_cb" swapped="no"/> | 261 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_right_button_clicked_cb" swapped="no"/> |
@@ -336,27 +290,29 @@ | |||
336 | </child> | 290 | </child> |
337 | <child> | 291 | <child> |
338 | <object class="GtkScrolledWindow" id="GNUNET_GTK_master_publish_dialog_pseudonym_scrolled_window"> | 292 | <object class="GtkScrolledWindow" id="GNUNET_GTK_master_publish_dialog_pseudonym_scrolled_window"> |
339 | <property name="height_request">100</property> | ||
340 | <property name="visible">True</property> | 293 | <property name="visible">True</property> |
341 | <property name="can_focus">True</property> | 294 | <property name="can_focus">True</property> |
342 | <property name="hadjustment">adjustment3</property> | 295 | <property name="hadjustment">adjustment7</property> |
343 | <property name="vadjustment">adjustment4</property> | 296 | <property name="vadjustment">adjustment8</property> |
344 | <property name="hscrollbar_policy">automatic</property> | 297 | <property name="hscrollbar_policy">automatic</property> |
345 | <property name="vscrollbar_policy">automatic</property> | 298 | <property name="vscrollbar_policy">automatic</property> |
299 | <property name="shadow_type">in</property> | ||
346 | <child> | 300 | <child> |
347 | <object class="GtkTreeView" id="GNUNET_GTK_master_publish_dialog_pseudonym_tree_view"> | 301 | <object class="GtkTreeView" id="GNUNET_GTK_master_publish_dialog_pseudonym_tree_view"> |
348 | <property name="visible">True</property> | 302 | <property name="visible">True</property> |
349 | <property name="can_focus">True</property> | 303 | <property name="can_focus">True</property> |
350 | <property name="model">GNUNET_GTK_pseudonym_tree_store</property> | 304 | <property name="model">GNUNET_GTK_pseudonym_tree_store</property> |
351 | <property name="hadjustment">adjustment3</property> | 305 | <property name="hadjustment">adjustment7</property> |
352 | <property name="vadjustment">adjustment4</property> | 306 | <property name="vadjustment">adjustment8</property> |
307 | <property name="headers_clickable">False</property> | ||
353 | <property name="reorderable">True</property> | 308 | <property name="reorderable">True</property> |
309 | <property name="search_column">0</property> | ||
354 | <property name="rubber_banding">True</property> | 310 | <property name="rubber_banding">True</property> |
355 | <property name="enable_grid_lines">both</property> | 311 | <property name="enable_grid_lines">both</property> |
356 | <child> | 312 | <child> |
357 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_name_column"> | 313 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_name_column"> |
358 | <property name="resizable">True</property> | 314 | <property name="resizable">True</property> |
359 | <property name="title" translatable="yes">Pseudonym</property> | 315 | <property name="title">Pseudonym</property> |
360 | <property name="clickable">True</property> | 316 | <property name="clickable">True</property> |
361 | <property name="reorderable">True</property> | 317 | <property name="reorderable">True</property> |
362 | <property name="sort_indicator">True</property> | 318 | <property name="sort_indicator">True</property> |
@@ -370,14 +326,11 @@ | |||
370 | </child> | 326 | </child> |
371 | <child> | 327 | <child> |
372 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_column"> | 328 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_column"> |
373 | <property name="resizable">True</property> | ||
374 | <property name="sizing">autosize</property> | 329 | <property name="sizing">autosize</property> |
375 | <property name="title" translatable="yes">Current identifier</property> | 330 | <property name="title">Current identifier</property> |
376 | <property name="clickable">True</property> | 331 | <property name="clickable">True</property> |
377 | <child> | 332 | <child> |
378 | <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer"> | 333 | <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer"/> |
379 | <signal name="edited" handler="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer_edited_cb" swapped="no"/> | ||
380 | </object> | ||
381 | <attributes> | 334 | <attributes> |
382 | <attribute name="editable">8</attribute> | 335 | <attribute name="editable">8</attribute> |
383 | <attribute name="text">2</attribute> | 336 | <attribute name="text">2</attribute> |
@@ -387,14 +340,11 @@ | |||
387 | </child> | 340 | </child> |
388 | <child> | 341 | <child> |
389 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_column"> | 342 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_column"> |
390 | <property name="resizable">True</property> | ||
391 | <property name="sizing">autosize</property> | 343 | <property name="sizing">autosize</property> |
392 | <property name="fixed_width">5</property> | 344 | <property name="fixed_width">5</property> |
393 | <property name="title" translatable="yes">Update identifier</property> | 345 | <property name="title">Update identifier</property> |
394 | <child> | 346 | <child> |
395 | <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer"> | 347 | <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer"/> |
396 | <signal name="edited" handler="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer_edited_cb" swapped="no"/> | ||
397 | </object> | ||
398 | <attributes> | 348 | <attributes> |
399 | <attribute name="editable">7</attribute> | 349 | <attribute name="editable">7</attribute> |
400 | <attribute name="text">5</attribute> | 350 | <attribute name="text">5</attribute> |
@@ -404,7 +354,7 @@ | |||
404 | </child> | 354 | </child> |
405 | <child> | 355 | <child> |
406 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_column"> | 356 | <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_column"> |
407 | <property name="title" translatable="yes">Description (of existing content)</property> | 357 | <property name="title">Description (of existing content)</property> |
408 | <child> | 358 | <child> |
409 | <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_renderer"> | 359 | <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_renderer"> |
410 | <property name="wrap_mode">word</property> | 360 | <property name="wrap_mode">word</property> |
@@ -419,60 +369,59 @@ | |||
419 | </child> | 369 | </child> |
420 | </object> | 370 | </object> |
421 | <packing> | 371 | <packing> |
422 | <property name="expand">False</property> | 372 | <property name="expand">True</property> |
423 | <property name="fill">True</property> | 373 | <property name="fill">True</property> |
424 | <property name="position">2</property> | 374 | <property name="position">2</property> |
425 | </packing> | 375 | </packing> |
426 | </child> | 376 | </child> |
427 | <child internal-child="action_area"> | 377 | <child> |
428 | <object class="GtkHButtonBox" id="GNUNET_GTK_master_publish_dialog_master_action_area"> | 378 | <object class="GtkHBox" id="GNUNET_GTK_master_publish_dialog_master_buttons_hbox"> |
429 | <property name="visible">True</property> | 379 | <property name="visible">True</property> |
430 | <property name="layout_style">end</property> | 380 | <property name="can_focus">False</property> |
381 | <property name="spacing">2</property> | ||
431 | <child> | 382 | <child> |
432 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_cancel_button"> | 383 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_execute_button"> |
433 | <property name="label">gtk-cancel</property> | 384 | <property name="label" translatable="yes">_Execute</property> |
385 | <property name="use_action_appearance">False</property> | ||
434 | <property name="visible">True</property> | 386 | <property name="visible">True</property> |
435 | <property name="can_focus">True</property> | 387 | <property name="can_focus">True</property> |
436 | <property name="receives_default">True</property> | 388 | <property name="receives_default">True</property> |
437 | <property name="use_action_appearance">False</property> | 389 | <property name="use_underline">True</property> |
438 | <property name="use_stock">True</property> | 390 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_execute_button_clicked_cb" swapped="no"/> |
439 | </object> | 391 | </object> |
440 | <packing> | 392 | <packing> |
441 | <property name="expand">False</property> | 393 | <property name="expand">False</property> |
442 | <property name="fill">False</property> | 394 | <property name="fill">False</property> |
395 | <property name="pack_type">end</property> | ||
443 | <property name="position">0</property> | 396 | <property name="position">0</property> |
444 | </packing> | 397 | </packing> |
445 | </child> | 398 | </child> |
446 | <child> | 399 | <child> |
447 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_execute_button"> | 400 | <object class="GtkButton" id="GNUNET_GTK_master_publish_dialog_cancel_button"> |
448 | <property name="label">gtk-execute</property> | 401 | <property name="label" translatable="yes">_Cancel</property> |
402 | <property name="use_action_appearance">False</property> | ||
449 | <property name="visible">True</property> | 403 | <property name="visible">True</property> |
450 | <property name="sensitive">False</property> | ||
451 | <property name="can_focus">True</property> | 404 | <property name="can_focus">True</property> |
452 | <property name="receives_default">True</property> | 405 | <property name="receives_default">True</property> |
453 | <property name="use_action_appearance">False</property> | 406 | <property name="use_underline">True</property> |
454 | <property name="use_stock">True</property> | 407 | <signal name="clicked" handler="GNUNET_GTK_master_publish_dialog_cancel_button_clicked_cb" swapped="no"/> |
455 | </object> | 408 | </object> |
456 | <packing> | 409 | <packing> |
457 | <property name="expand">False</property> | 410 | <property name="expand">False</property> |
458 | <property name="fill">False</property> | 411 | <property name="fill">False</property> |
412 | <property name="pack_type">end</property> | ||
459 | <property name="position">1</property> | 413 | <property name="position">1</property> |
460 | </packing> | 414 | </packing> |
461 | </child> | 415 | </child> |
462 | </object> | 416 | </object> |
463 | <packing> | 417 | <packing> |
464 | <property name="expand">False</property> | 418 | <property name="expand">False</property> |
465 | <property name="fill">True</property> | 419 | <property name="fill">False</property> |
466 | <property name="pack_type">end</property> | ||
467 | <property name="position">3</property> | 420 | <property name="position">3</property> |
468 | </packing> | 421 | </packing> |
469 | </child> | 422 | </child> |
470 | </object> | 423 | </object> |
471 | </child> | 424 | </child> |
472 | <action-widgets> | ||
473 | <action-widget response="-6">GNUNET_GTK_master_publish_dialog_cancel_button</action-widget> | ||
474 | <action-widget response="-5">GNUNET_GTK_master_publish_dialog_execute_button</action-widget> | ||
475 | </action-widgets> | ||
476 | </object> | 425 | </object> |
477 | <object class="GtkTreeStore" id="GNUNET_GTK_pseudonym_tree_store"> | 426 | <object class="GtkTreeStore" id="GNUNET_GTK_pseudonym_tree_store"> |
478 | <columns> | 427 | <columns> |
@@ -496,4 +445,35 @@ | |||
496 | <column type="gboolean"/> | 445 | <column type="gboolean"/> |
497 | </columns> | 446 | </columns> |
498 | </object> | 447 | </object> |
448 | <object class="GtkAdjustment" id="adjustment5"> | ||
449 | <property name="upper">100</property> | ||
450 | <property name="step_increment">1</property> | ||
451 | <property name="page_increment">10</property> | ||
452 | </object> | ||
453 | <object class="GtkAdjustment" id="adjustment6"> | ||
454 | <property name="upper">100</property> | ||
455 | <property name="step_increment">1</property> | ||
456 | <property name="page_increment">10</property> | ||
457 | </object> | ||
458 | <object class="GtkImage" id="left_stock_image"> | ||
459 | <property name="visible">True</property> | ||
460 | <property name="can_focus">False</property> | ||
461 | <property name="stock">gtk-go-back</property> | ||
462 | </object> | ||
463 | <object class="GtkImage" id="new_stock_image"> | ||
464 | <property name="visible">True</property> | ||
465 | <property name="can_focus">False</property> | ||
466 | <property name="stock">gtk-new</property> | ||
467 | </object> | ||
468 | <object class="GtkImage" id="right_stock_image"> | ||
469 | <property name="visible">True</property> | ||
470 | <property name="can_focus">False</property> | ||
471 | <property name="stock">gtk-go-forward</property> | ||
472 | </object> | ||
473 | <object class="GtkSizeGroup" id="sizegroup1"> | ||
474 | <widgets> | ||
475 | <widget name="GNUNET_GTK_master_publish_dialog_execute_button"/> | ||
476 | <widget name="GNUNET_GTK_master_publish_dialog_cancel_button"/> | ||
477 | </widgets> | ||
478 | </object> | ||
499 | </interface> | 479 | </interface> |