diff options
Diffstat (limited to 'contrib/gnunet_gns_gtk_about_window.glade')
-rw-r--r-- | contrib/gnunet_gns_gtk_about_window.glade | 340 |
1 files changed, 340 insertions, 0 deletions
diff --git a/contrib/gnunet_gns_gtk_about_window.glade b/contrib/gnunet_gns_gtk_about_window.glade new file mode 100644 index 00000000..fac0c6e9 --- /dev/null +++ b/contrib/gnunet_gns_gtk_about_window.glade | |||
@@ -0,0 +1,340 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <interface> | ||
3 | <requires lib="gtk+" version="2.20"/> | ||
4 | <!-- interface-naming-policy project-wide --> | ||
5 | <object class="GtkWindow" id="about_window"> | ||
6 | <property name="title" translatable="yes">gnunet-gns-gtk</property> | ||
7 | <property name="modal">True</property> | ||
8 | <property name="destroy_with_parent">True</property> | ||
9 | <signal name="realize" handler="GNUNET_GTK_about_window_realized"/> | ||
10 | <signal name="delete_event" handler="GNUNET_GTK_about_window_got_delete_event"/> | ||
11 | <child> | ||
12 | <object class="GtkVBox" id="about_main_vbox"> | ||
13 | <property name="visible">True</property> | ||
14 | <property name="border_width">10</property> | ||
15 | <property name="orientation">vertical</property> | ||
16 | <child> | ||
17 | <object class="GtkImage" id="about_logo_image"> | ||
18 | <property name="visible">True</property> | ||
19 | <property name="pixbuf">gnunet_logo.png</property> | ||
20 | </object> | ||
21 | <packing> | ||
22 | <property name="expand">False</property> | ||
23 | <property name="position">0</property> | ||
24 | </packing> | ||
25 | </child> | ||
26 | <child> | ||
27 | <object class="GtkLabel" id="about_name_version_label"> | ||
28 | <property name="visible">True</property> | ||
29 | <property name="label">GNUnet-FS-GTK r20167</property> | ||
30 | <attributes> | ||
31 | <attribute name="weight" value="bold"/> | ||
32 | <attribute name="size" value="200"/> | ||
33 | </attributes> | ||
34 | </object> | ||
35 | <packing> | ||
36 | <property name="expand">False</property> | ||
37 | <property name="position">1</property> | ||
38 | </packing> | ||
39 | </child> | ||
40 | <child> | ||
41 | <object class="GtkLabel" id="about_copyright_label"> | ||
42 | <property name="visible">True</property> | ||
43 | <property name="label">(C) 2010-2012 The GNUnet Project</property> | ||
44 | </object> | ||
45 | <packing> | ||
46 | <property name="expand">False</property> | ||
47 | <property name="position">2</property> | ||
48 | </packing> | ||
49 | </child> | ||
50 | <child> | ||
51 | <object class="GtkLabel" id="about_link_label"> | ||
52 | <property name="visible">True</property> | ||
53 | <property name="label"><a href="https://gnunet.org/">GNUnet: GNU's Framework for Secure P2P Networking</a></property> | ||
54 | <property name="use_markup">True</property> | ||
55 | <property name="wrap">True</property> | ||
56 | </object> | ||
57 | <packing> | ||
58 | <property name="expand">False</property> | ||
59 | <property name="position">3</property> | ||
60 | </packing> | ||
61 | </child> | ||
62 | <child> | ||
63 | <object class="GtkNotebook" id="about_credits_notebook"> | ||
64 | <property name="can_focus">True</property> | ||
65 | <child> | ||
66 | <object class="GtkScrolledWindow" id="about_credits_authors_scroller"> | ||
67 | <property name="visible">True</property> | ||
68 | <property name="can_focus">True</property> | ||
69 | <property name="hscrollbar_policy">automatic</property> | ||
70 | <property name="vscrollbar_policy">automatic</property> | ||
71 | <child> | ||
72 | <object class="GtkTextView" id="about_credits_authors_textview"> | ||
73 | <property name="visible">True</property> | ||
74 | <property name="can_focus">True</property> | ||
75 | <property name="editable">False</property> | ||
76 | <property name="wrap_mode">word</property> | ||
77 | <property name="cursor_visible">False</property> | ||
78 | <property name="buffer">credits_authors_contents</property> | ||
79 | <property name="accepts_tab">False</property> | ||
80 | </object> | ||
81 | </child> | ||
82 | </object> | ||
83 | </child> | ||
84 | <child type="tab"> | ||
85 | <object class="GtkLabel" id="about_credits_authors_tab"> | ||
86 | <property name="visible">True</property> | ||
87 | <property name="label" translatable="yes">Developed by</property> | ||
88 | </object> | ||
89 | <packing> | ||
90 | <property name="tab_fill">False</property> | ||
91 | </packing> | ||
92 | </child> | ||
93 | <child> | ||
94 | <object class="GtkScrolledWindow" id="about_credits_docs_scroller"> | ||
95 | <property name="visible">True</property> | ||
96 | <property name="can_focus">True</property> | ||
97 | <property name="hscrollbar_policy">automatic</property> | ||
98 | <property name="vscrollbar_policy">automatic</property> | ||
99 | <child> | ||
100 | <object class="GtkTextView" id="about_credits_docs_textview"> | ||
101 | <property name="visible">True</property> | ||
102 | <property name="can_focus">True</property> | ||
103 | <property name="editable">False</property> | ||
104 | <property name="wrap_mode">word</property> | ||
105 | <property name="cursor_visible">False</property> | ||
106 | <property name="buffer">credits_docs_contents</property> | ||
107 | <property name="accepts_tab">False</property> | ||
108 | </object> | ||
109 | </child> | ||
110 | </object> | ||
111 | <packing> | ||
112 | <property name="position">1</property> | ||
113 | </packing> | ||
114 | </child> | ||
115 | <child type="tab"> | ||
116 | <object class="GtkLabel" id="about_credits_docs_tab"> | ||
117 | <property name="visible">True</property> | ||
118 | <property name="label" translatable="yes">Documented by</property> | ||
119 | </object> | ||
120 | <packing> | ||
121 | <property name="position">1</property> | ||
122 | <property name="tab_fill">False</property> | ||
123 | </packing> | ||
124 | </child> | ||
125 | <child> | ||
126 | <object class="GtkScrolledWindow" id="about_credits_trans_scroller"> | ||
127 | <property name="visible">True</property> | ||
128 | <property name="can_focus">True</property> | ||
129 | <property name="hscrollbar_policy">automatic</property> | ||
130 | <property name="vscrollbar_policy">automatic</property> | ||
131 | <child> | ||
132 | <object class="GtkTextView" id="about_credits_trans_textview"> | ||
133 | <property name="visible">True</property> | ||
134 | <property name="can_focus">True</property> | ||
135 | <property name="editable">False</property> | ||
136 | <property name="wrap_mode">word</property> | ||
137 | <property name="cursor_visible">False</property> | ||
138 | <property name="buffer">credits_trans_contents</property> | ||
139 | <property name="accepts_tab">False</property> | ||
140 | </object> | ||
141 | </child> | ||
142 | </object> | ||
143 | <packing> | ||
144 | <property name="position">2</property> | ||
145 | </packing> | ||
146 | </child> | ||
147 | <child type="tab"> | ||
148 | <object class="GtkLabel" id="about_credits_trans_tab"> | ||
149 | <property name="visible">True</property> | ||
150 | <property name="label" translatable="yes">Translated by</property> | ||
151 | </object> | ||
152 | <packing> | ||
153 | <property name="position">2</property> | ||
154 | <property name="tab_fill">False</property> | ||
155 | </packing> | ||
156 | </child> | ||
157 | <child> | ||
158 | <object class="GtkScrolledWindow" id="about_credits_art_scroller"> | ||
159 | <property name="visible">True</property> | ||
160 | <property name="can_focus">True</property> | ||
161 | <property name="hscrollbar_policy">automatic</property> | ||
162 | <property name="vscrollbar_policy">automatic</property> | ||
163 | <child> | ||
164 | <object class="GtkTextView" id="about_credits_art_textview"> | ||
165 | <property name="visible">True</property> | ||
166 | <property name="can_focus">True</property> | ||
167 | <property name="editable">False</property> | ||
168 | <property name="wrap_mode">word</property> | ||
169 | <property name="cursor_visible">False</property> | ||
170 | <property name="buffer">credits_art_contents</property> | ||
171 | <property name="accepts_tab">False</property> | ||
172 | </object> | ||
173 | </child> | ||
174 | </object> | ||
175 | <packing> | ||
176 | <property name="position">3</property> | ||
177 | </packing> | ||
178 | </child> | ||
179 | <child type="tab"> | ||
180 | <object class="GtkLabel" id="about_credits_art_tab"> | ||
181 | <property name="visible">True</property> | ||
182 | <property name="label" translatable="yes">Artwork by</property> | ||
183 | </object> | ||
184 | <packing> | ||
185 | <property name="position">3</property> | ||
186 | <property name="tab_fill">False</property> | ||
187 | </packing> | ||
188 | </child> | ||
189 | </object> | ||
190 | <packing> | ||
191 | <property name="position">4</property> | ||
192 | </packing> | ||
193 | </child> | ||
194 | <child> | ||
195 | <object class="GtkScrolledWindow" id="about_license_scroller"> | ||
196 | <property name="can_focus">True</property> | ||
197 | <property name="hscrollbar_policy">never</property> | ||
198 | <property name="shadow_type">out</property> | ||
199 | <child> | ||
200 | <object class="GtkTextView" id="about_license_textview"> | ||
201 | <property name="visible">True</property> | ||
202 | <property name="can_focus">True</property> | ||
203 | <property name="editable">False</property> | ||
204 | <property name="wrap_mode">word</property> | ||
205 | <property name="cursor_visible">False</property> | ||
206 | <property name="buffer">license_contents</property> | ||
207 | <property name="accepts_tab">False</property> | ||
208 | </object> | ||
209 | </child> | ||
210 | </object> | ||
211 | <packing> | ||
212 | <property name="position">5</property> | ||
213 | </packing> | ||
214 | </child> | ||
215 | <child> | ||
216 | <object class="GtkHBox" id="about_buttons_hbox"> | ||
217 | <property name="visible">True</property> | ||
218 | <property name="border_width">5</property> | ||
219 | <property name="homogeneous">True</property> | ||
220 | <child> | ||
221 | <object class="GtkButton" id="about_credits_button"> | ||
222 | <property name="label" translatable="yes">Credits</property> | ||
223 | <property name="visible">True</property> | ||
224 | <property name="can_focus">True</property> | ||
225 | <property name="receives_default">True</property> | ||
226 | <signal name="clicked" handler="GNUNET_GTK_about_credits_button_clicked"/> | ||
227 | </object> | ||
228 | <packing> | ||
229 | <property name="fill">False</property> | ||
230 | <property name="position">0</property> | ||
231 | </packing> | ||
232 | </child> | ||
233 | <child> | ||
234 | <object class="GtkButton" id="about_license_button"> | ||
235 | <property name="label" translatable="yes">License</property> | ||
236 | <property name="visible">True</property> | ||
237 | <property name="can_focus">True</property> | ||
238 | <property name="receives_default">True</property> | ||
239 | <signal name="clicked" handler="GNUNET_GTK_about_license_button_clicked"/> | ||
240 | </object> | ||
241 | <packing> | ||
242 | <property name="fill">False</property> | ||
243 | <property name="position">1</property> | ||
244 | </packing> | ||
245 | </child> | ||
246 | <child> | ||
247 | <placeholder/> | ||
248 | </child> | ||
249 | <child> | ||
250 | <object class="GtkButton" id="about_close_button"> | ||
251 | <property name="label">gtk-close</property> | ||
252 | <property name="visible">True</property> | ||
253 | <property name="can_focus">True</property> | ||
254 | <property name="receives_default">True</property> | ||
255 | <property name="use_stock">True</property> | ||
256 | <signal name="clicked" handler="GNUNET_GTK_about_close_button_clicked"/> | ||
257 | </object> | ||
258 | <packing> | ||
259 | <property name="fill">False</property> | ||
260 | <property name="pack_type">end</property> | ||
261 | <property name="position">2</property> | ||
262 | </packing> | ||
263 | </child> | ||
264 | </object> | ||
265 | <packing> | ||
266 | <property name="expand">False</property> | ||
267 | <property name="fill">False</property> | ||
268 | <property name="pack_type">end</property> | ||
269 | <property name="position">6</property> | ||
270 | </packing> | ||
271 | </child> | ||
272 | </object> | ||
273 | </child> | ||
274 | </object> | ||
275 | <object class="GtkTextBuffer" id="credits_art_contents"> | ||
276 | <property name="text">Jakub 'jimmac' Steiner <jimmac@ximian.org> | ||
277 | Christian Muellner <chris@flop.de> | ||
278 | Alex Jones <alexrjones@ntlworld.com> | ||
279 | Nicklas Larsson <whybill@gmail.com> | ||
280 | </property> | ||
281 | </object> | ||
282 | <object class="GtkTextBuffer" id="credits_authors_contents"> | ||
283 | <property name="text">Juergen Appel <jappel@linux01.gwdg.de> | ||
284 | Krista Grothoff <krista@grothoff.org> | ||
285 | James Blackwell <jblack@linuxguru.net> | ||
286 | Ludovic Courtes <ludo@chbouib.org> | ||
287 | Nils Durner <durner@gnunet.org> | ||
288 | Renaldo Ferreira <rf@cs.purdue.edu> | ||
289 | Christian Grothoff <christian@grothoff.org> | ||
290 | Eric Haumant | ||
291 | Tzvetan Horozov <horozov@motorola.com> | ||
292 | Gerd Knorr <kraxel@bytesex.org> | ||
293 | Werner Koch <libgcrypt@g10code.com> | ||
294 | Uli Luckas <luckas@musoft.de> | ||
295 | Blake Matheny | ||
296 | Glenn McGrath | ||
297 | Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> | ||
298 | Ioana Patrascu <ioanapatrascu@yahoo.com> | ||
299 | Marko Raeihae | ||
300 | Paul Ruth <ruth@cs.purdue.edu> | ||
301 | Risto Saarelma | ||
302 | Antti Salonen | ||
303 | Tiberius Stef <tstef@cs.purdue.edu> | ||
304 | Tuomas Toivonen | ||
305 | Tomi Tukiainen | ||
306 | Kevin Vandersloot <kfv101@psu.edu> | ||
307 | Simo Viitanen | ||
308 | Larry Waldo | ||
309 | Igor Wronsky <iwronsky@users.sourceforge.net> | ||
310 | <january@hushmail.com></property> | ||
311 | </object> | ||
312 | <object class="GtkTextBuffer" id="credits_docs_contents"> | ||
313 | <property name="text">Christian Grothoff <christian@grothoff.org> | ||
314 | Anders Carlsson <andersca@gnu.org> | ||
315 | Nils Durner <durner@gnunet.org> | ||
316 | Nicklas Larsson <whybill@gmail.com> | ||
317 | Milan Bouchet-Valat <nalimilan@club.fr> | ||
318 | Igor Wronsky <iwronsky@users.sourceforge.net> | ||
319 | </property> | ||
320 | </object> | ||
321 | <object class="GtkTextBuffer" id="credits_trans_contents"> | ||
322 | <property name="text">Di Ma | ||
323 | Jens Palsberg <palsberg@cs.ucla.edu> | ||
324 | Christian Grothoff <christian@grothoff.org> | ||
325 | Nils Durner <durner@gnunet.org> | ||
326 | Mathieu <mollo@bghflt.org> | ||
327 | Eric Haumant | ||
328 | milan@skoid.org | ||
329 | Hiroshi Yamauchi <yamauchi@cs.purdue.edu> | ||
330 | Adam Welc <welc@cs.purdue.edu> | ||
331 | Bogdan Carbunar <carbunar@cs.purdue.edu> | ||
332 | Steven Michael Murphy <murf@e-tools.com> | ||
333 | Phan Vinh Thinh <teppi82@gmail.com> | ||
334 | Daniel Nylander <po@danielnylander.se> | ||
335 | </property> | ||
336 | </object> | ||
337 | <object class="GtkTextBuffer" id="license_contents"> | ||
338 | <property name="text" translatable="yes">License should be loaded here at runtime from the license file (no need to copy the whole GPL in here...).</property> | ||
339 | </object> | ||
340 | </interface> | ||