aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_gns_gtk_about_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_gns_gtk_about_window.glade')
-rw-r--r--contrib/gnunet_gns_gtk_about_window.glade340
1 files changed, 0 insertions, 340 deletions
diff --git a/contrib/gnunet_gns_gtk_about_window.glade b/contrib/gnunet_gns_gtk_about_window.glade
deleted file mode 100644
index fac0c6e9..00000000
--- a/contrib/gnunet_gns_gtk_about_window.glade
+++ /dev/null
@@ -1,340 +0,0 @@
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">&lt;a href="https://gnunet.org/"&gt;GNUnet: GNU's Framework for Secure P2P Networking&lt;/a&gt;</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 &lt;jimmac@ximian.org&gt;
277Christian Muellner &lt;chris@flop.de&gt;
278Alex Jones &lt;alexrjones@ntlworld.com&gt;
279Nicklas Larsson &lt;whybill@gmail.com&gt;
280</property>
281 </object>
282 <object class="GtkTextBuffer" id="credits_authors_contents">
283 <property name="text">Juergen Appel &lt;jappel@linux01.gwdg.de&gt;
284Krista Grothoff &lt;krista@grothoff.org&gt;
285James Blackwell &lt;jblack@linuxguru.net&gt;
286Ludovic Courtes &lt;ludo@chbouib.org&gt;
287Nils Durner &lt;durner@gnunet.org&gt;
288Renaldo Ferreira &lt;rf@cs.purdue.edu&gt;
289Christian Grothoff &lt;christian@grothoff.org&gt;
290Eric Haumant
291Tzvetan Horozov &lt;horozov@motorola.com&gt;
292Gerd Knorr &lt;kraxel@bytesex.org&gt;
293Werner Koch &lt;libgcrypt@g10code.com&gt;
294Uli Luckas &lt;luckas@musoft.de&gt;
295Blake Matheny
296Glenn McGrath
297Hendrik Pagenhardt &lt;Hendrik.Pagenhardt@gmx.net&gt;
298Ioana Patrascu &lt;ioanapatrascu@yahoo.com&gt;
299Marko Raeihae
300Paul Ruth &lt;ruth@cs.purdue.edu&gt;
301Risto Saarelma
302Antti Salonen
303Tiberius Stef &lt;tstef@cs.purdue.edu&gt;
304Tuomas Toivonen
305Tomi Tukiainen
306Kevin Vandersloot &lt;kfv101@psu.edu&gt;
307Simo Viitanen
308Larry Waldo
309Igor Wronsky &lt;iwronsky@users.sourceforge.net&gt;
310&lt;january@hushmail.com&gt;</property>
311 </object>
312 <object class="GtkTextBuffer" id="credits_docs_contents">
313 <property name="text">Christian Grothoff &lt;christian@grothoff.org&gt;
314Anders Carlsson &lt;andersca@gnu.org&gt;
315Nils Durner &lt;durner@gnunet.org&gt;
316Nicklas Larsson &lt;whybill@gmail.com&gt;
317Milan Bouchet-Valat &lt;nalimilan@club.fr&gt;
318Igor Wronsky &lt;iwronsky@users.sourceforge.net&gt;
319</property>
320 </object>
321 <object class="GtkTextBuffer" id="credits_trans_contents">
322 <property name="text">Di Ma
323Jens Palsberg &lt;palsberg@cs.ucla.edu&gt;
324Christian Grothoff &lt;christian@grothoff.org&gt;
325Nils Durner &lt;durner@gnunet.org&gt;
326Mathieu &lt;mollo@bghflt.org&gt;
327Eric Haumant
328milan@skoid.org
329Hiroshi Yamauchi &lt;yamauchi@cs.purdue.edu&gt;
330Adam Welc &lt;welc@cs.purdue.edu&gt;
331Bogdan Carbunar &lt;carbunar@cs.purdue.edu&gt;
332Steven Michael Murphy &lt;murf@e-tools.com&gt;
333Phan Vinh Thinh &lt;teppi82@gmail.com&gt;
334Daniel Nylander &lt;po@danielnylander.se&gt;
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>