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