if STRIP is not set, don't strip included libraries either
[ardour2.git] / gtk2_ardour / about.cc
blob8f4d6e052630e86ee8acfca1fe019c8e04a99c20
1 /*
2 Copyright (C) 2003 Paul Davis
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 #include <algorithm>
21 #include <unistd.h>
22 #include <sys/types.h>
23 #include <sys/wait.h>
24 #include <cstdio>
25 #include <ctime>
26 #include <cstdlib>
28 #include "pbd/file_utils.h"
30 #include "ardour/svn_revision.h"
31 #include "ardour/ardour.h"
32 #include "ardour/version.h"
33 #include "ardour/filesystem_paths.h"
35 #include "utils.h"
36 #include "version.h"
38 #include "about.h"
39 #include "configinfo.h"
40 #include "rgb_macros.h"
41 #include "ardour_ui.h"
43 #include "i18n.h"
45 using namespace Gtk;
46 using namespace Gdk;
47 using namespace std;
48 using namespace ARDOUR;
49 using namespace PBD;
51 #ifdef WITH_PAYMENT_OPTIONS
53 /* XPM */
54 static const gchar * paypal_xpm[] = {
55 "62 31 33 1",
56 " c None",
57 ". c #325781",
58 "+ c #154170",
59 "@ c #C1CDDA",
60 "# c #4E6E92",
61 "$ c #D1D5DA",
62 "% c #88A0B8",
63 "& c #B4C4D3",
64 "* c #C8D3DE",
65 "= c #D7E1E9",
66 "- c #002158",
67 "; c #F6F8FA",
68 "> c #44658B",
69 ", c #E7ECF0",
70 "' c #A4B7CA",
71 ") c #9DB0C4",
72 "! c #E3F1F7",
73 "~ c #708CA9",
74 "{ c #E1E7ED",
75 "] c #567698",
76 "^ c #7C96B1",
77 "/ c #E7F5FA",
78 "( c #EEF1F4",
79 "_ c #6883A2",
80 ": c #244873",
81 "< c #BBBBBB",
82 "[ c #E9E9E9",
83 "} c #063466",
84 "| c #22364D",
85 "1 c #94A7BD",
86 "2 c #000000",
87 "3 c #EAF7FC",
88 "4 c #FFFFFF",
89 "1'111111111111111111111111111111111111111111111111111111111%_#",
90 "%333333333333333333333333333333333333333333333333333333333333.",
91 "%444444444444444444444444444444444444444444444444444444444444:",
92 "_4333333!!!!!!33333333333333333333!!!!!!33333333333!%%%%1334[:",
93 "_444444@+}}}}+>)44444444444444444,:}}}}}.^(44444444@}..+.44($:",
94 "_433333^:&&&&)_}_33///33333333333&+)&&&'~+./3///333^.(;#]33($:",
95 "_444444>_444444'}_>...#%####~,]##..444444=+#]...>1;#_4;.144($:",
96 "_43333!+'4,>#=4(:+_%%%]}}#~#}_+~~:]44_>&44#}_%%%_+>:14=}@33($:",
97 "_44444*+$4&--)4(+%44444%-)4=--'4{+14,}-~44##44444&}}*4)+444($:",
98 "_433331:;4):_;4*}_]:.$4*-~4{}>44#-=4@.#{4;+>_:.&4,++;4_#333($:",
99 "_44444_#444444=.-.%&*,41-#4(:@4'-:(44444(_-:^&*,4*}#44.%444($:",
100 "_43333:%4;@@'~+-%44*&44]-.;;'4,:-#44*@&%:-];4{'(4)-%4{+&333($:",
101 "_4444{}@4*}}+>#:;4^-#4;.>+,444_+:^4(:}+.]}=4'-+(4_-&4&+{444($:",
102 "_4333'+(41:*=3'.44*)(4=+)+*44@}%+@4=}&=/@}{4{1{44:+,4^.3333($:",
103 "_4444~>,,]#444*})(;**,':*}'4;._@}=,%:444(+~(;{&,*}.,,>~4444($:",
104 "_4333>}}}}^3333~}::}}}}>].;4^+=~}}}}]3333'}+:}}}}}}}}}'3333($:",
105 "_4444$@@@@(44444$))@*@*^}$4=}14=@@@@{44444=))&*@@@@@@@;4444($:",
106 "_433333333333333333333=+:%%.>/33333333333333333333333333333($:",
107 "_4444444444444444444441....>=444444444444444444444444444444($:",
108 "_4333333333333333333333333333333333333333333333333333333333($:",
109 "_4444444444444444444444444444444444444444444444444444444444($:",
110 "_4333333333333333333333333333333333333333333333333333333333($:",
111 "_4444442222444222442444242444244222242444242222244222244444($:",
112 "_4333332333232333233232332232233233332233233323332333333333($:",
113 "_4444442222442222244424442424244222442424244424444222444444($:",
114 "_4333332333332333233323332333233233332332233323333333233333($:",
115 "_4444442444442444244424442444244222242444244424442222444444($:",
116 "_433333333333333333333333333333333333333333333333333333333344:",
117 "#4([[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[=&:",
118 ".=&<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<1|",
119 "::||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||"};
120 #endif
122 static const char* authors[] = {
123 N_("Brian Ahr"),
124 N_("John Anderson"),
125 N_("Marcus Andersson"),
126 N_("Nedko Arnaudov"),
127 N_("Hans Baier"),
128 N_("Ben Bell"),
129 N_("Sakari Bergen"),
130 N_("Chris Cannam"),
131 N_("Jesse Chappell"),
132 N_("Thomas Charbonnel"),
133 N_("Sam Chessman"),
134 N_("Paul Davis"),
135 N_("Gerard van Dongen"),
136 N_("Colin Fletcher"),
137 N_("Hans Fugal"),
138 N_("Christopher George"),
139 N_("J. Abelardo Gutierrez"),
140 N_("Jeremy Hall"),
141 N_("Audun Halland"),
142 N_("Steve Harris"),
143 N_("Carl Hetherington"),
144 N_("Rob Holland"),
145 N_("Robert Jordens"),
146 N_("Stefan Kersten"),
147 N_("Armand Klenk"),
148 N_("Matt Krai"),
149 N_("Colin Law"),
150 N_("Joshua Leach"),
151 N_("Ben Loftis"),
152 N_("Nick Mainsbridge"),
153 N_("Tim Mayberry"),
154 N_("Doug Mclain"),
155 N_("Jack O'Quin"),
156 N_("Nimal Ratnayake"),
157 N_("Dave Robillard"),
158 N_("Taybin Rutkin"),
159 N_("Andreas Ruge"),
160 N_("Sampo Savolainen"),
161 N_("Per Sigmond"),
162 N_("Lincoln Spiteri"),
163 N_("Mark Stewart"),
164 N_("Roland Stigge"),
165 N_("Petter Sundlöf"),
166 N_("Mike Täht"),
167 N_("Thorsten Wilms"),
168 N_("Robin Gareus"),
172 static const char* translators[] = {
173 N_("French:\n\tAlain Fréhel <alain.frehel@free.fr>\n\tChristophe Combelles <ccomb@free.fr>\n\tMartin Blanchard\n"),
174 N_("German:\n\tKarsten Petersen <kapet@kapet.de>\
175 \n\tSebastian Arnold <mail@sebastian-arnold.net>\
176 \n\tRobert Schwede<schwede@ironshark.com>\n"),
177 N_("Italian:\n\tFilippo Pappalardo <filippo@email.it>\n"),
178 N_("Portuguese:\n\tRui Nuno Capela <rncbc@rncbc.org>\n"),
179 N_("Brazilian Portuguese:\n\tAlexander da Franca Fernandes <alexander@nautae.eti.br>\
180 \n\tChris Ross <chris@tebibyte.org>\n"),
181 N_("Spanish:\n\t Alex Krohn <alexkrohn@fastmail.fm>\n"),
182 N_("Russian:\n\t Igor Blinov <pitstop@nm.ru>\n"),
183 N_("Greek:\n\t Klearchos Gourgourinis <muadib@in.gr>\n"),
184 N_("Swedish:\n\t Petter Sundlöf <petter.sundlof@gmail.com>\n"),
185 N_("Polish:\n\t Piotr Zaryk <pzaryk@gmail.com>\n"),
186 N_("Czech:\n\t Pavel Fric <pavelfric@seznam.cz>\n"),
187 N_("Norwegian:\n\t Eivind Ødegård\n"),
191 static const char* gpl = X_("\n\
192 Ardour comes with NO WARRANTY. It is free software, and you are welcome to redistribute it\n\
193 under the terms of the GNU Public License, shown below.\n\
195 GNU GENERAL PUBLIC LICENSE\n\
196 Version 2, June 1991\n\
198 Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n\
199 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\
200 Everyone is permitted to copy and distribute verbatim copies\n\
201 of this license document, but changing it is not allowed.\n\
203 Preamble\n\
205 The licenses for most software are designed to take away your\n\
206 freedom to share and change it. By contrast, the GNU General Public\n\
207 License is intended to guarantee your freedom to share and change free\n\
208 software--to make sure the software is free for all its users. This\n\
209 General Public License applies to most of the Free Software\n\
210 Foundation's software and to any other program whose authors commit to\n\
211 using it. (Some other Free Software Foundation software is covered by\n\
212 the GNU Library General Public License instead.) You can apply it to\n\
213 your programs, too.\n\
215 When we speak of free software, we are referring to freedom, not\n\
216 price. Our General Public Licenses are designed to make sure that you\n\
217 have the freedom to distribute copies of free software (and charge for\n\
218 this service if you wish), that you receive source code or can get it\n\
219 if you want it, that you can change the software or use pieces of it\n\
220 in new free programs; and that you know you can do these things.\n\
222 To protect your rights, we need to make restrictions that forbid\n\
223 anyone to deny you these rights or to ask you to surrender the rights.\n\
224 These restrictions translate to certain responsibilities for you if you\n\
225 distribute copies of the software, or if you modify it.\n\
227 For example, if you distribute copies of such a program, whether\n\
228 gratis or for a fee, you must give the recipients all the rights that\n\
229 you have. You must make sure that they, too, receive or can get the\n\
230 source code. And you must show them these terms so they know their\n\
231 rights.\n\
233 We protect your rights with two steps: (1) copyright the software, and\n\
234 (2) offer you this license which gives you legal permission to copy,\n\
235 distribute and/or modify the software.\n\
237 Also, for each author's protection and ours, we want to make certain\n\
238 that everyone understands that there is no warranty for this free\n\
239 software. If the software is modified by someone else and passed on, we\n\
240 want its recipients to know that what they have is not the original, so\n\
241 that any problems introduced by others will not reflect on the original\n\
242 authors' reputations.\n\
244 Finally, any free program is threatened constantly by software\n\
245 patents. We wish to avoid the danger that redistributors of a free\n\
246 program will individually obtain patent licenses, in effect making the\n\
247 program proprietary. To prevent this, we have made it clear that any\n\
248 patent must be licensed for everyone's free use or not licensed at all.\n\
250 The precise terms and conditions for copying, distribution and\n\
251 modification follow.\n\
252 \f\n\
253 GNU GENERAL PUBLIC LICENSE\n\
254 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\
256 0. This License applies to any program or other work which contains\n\
257 a notice placed by the copyright holder saying it may be distributed\n\
258 under the terms of this General Public License. The \"Program\", below,\n\
259 refers to any such program or work, and a \"work based on the Program\"\n\
260 means either the Program or any derivative work under copyright law:\n\
261 that is to say, a work containing the Program or a portion of it,\n\
262 either verbatim or with modifications and/or translated into another\n\
263 language. (Hereinafter, translation is included without limitation in\n\
264 the term \"modification\".) Each licensee is addressed as \"you\".\n\
266 Activities other than copying, distribution and modification are not\n\
267 covered by this License; they are outside its scope. The act of\n\
268 running the Program is not restricted, and the output from the Program\n\
269 is covered only if its contents constitute a work based on the\n\
270 Program (independent of having been made by running the Program).\n\
271 Whether that is true depends on what the Program does.\n\
273 1. You may copy and distribute verbatim copies of the Program's\n\
274 source code as you receive it, in any medium, provided that you\n\
275 conspicuously and appropriately publish on each copy an appropriate\n\
276 copyright notice and disclaimer of warranty; keep intact all the\n\
277 notices that refer to this License and to the absence of any warranty;\n\
278 and give any other recipients of the Program a copy of this License\n\
279 along with the Program.\n\
281 You may charge a fee for the physical act of transferring a copy, and\n\
282 you may at your option offer warranty protection in exchange for a fee.\n\
284 2. You may modify your copy or copies of the Program or any portion\n\
285 of it, thus forming a work based on the Program, and copy and\n\
286 distribute such modifications or work under the terms of Section 1\n\
287 above, provided that you also meet all of these conditions:\n\
289 a) You must cause the modified files to carry prominent notices\n\
290 stating that you changed the files and the date of any change.\n\
292 b) You must cause any work that you distribute or publish, that in\n\
293 whole or in part contains or is derived from the Program or any\n\
294 part thereof, to be licensed as a whole at no charge to all third\n\
295 parties under the terms of this License.\n\
297 c) If the modified program normally reads commands interactively\n\
298 when run, you must cause it, when started running for such\n\
299 interactive use in the most ordinary way, to print or display an\n\
300 announcement including an appropriate copyright notice and a\n\
301 notice that there is no warranty (or else, saying that you provide\n\
302 a warranty) and that users may redistribute the program under\n\
303 these conditions, and telling the user how to view a copy of this\n\
304 License. (Exception: if the Program itself is interactive but\n\
305 does not normally print such an announcement, your work based on\n\
306 the Program is not required to print an announcement.)\n\
307 \f\n\
308 These requirements apply to the modified work as a whole. If\n\
309 identifiable sections of that work are not derived from the Program,\n\
310 and can be reasonably considered independent and separate works in\n\
311 themselves, then this License, and its terms, do not apply to those\n\
312 sections when you distribute them as separate works. But when you\n\
313 distribute the same sections as part of a whole which is a work based\n\
314 on the Program, the distribution of the whole must be on the terms of\n\
315 this License, whose permissions for other licensees extend to the\n\
316 entire whole, and thus to each and every part regardless of who wrote it.\n\
318 Thus, it is not the intent of this section to claim rights or contest\n\
319 your rights to work written entirely by you; rather, the intent is to\n\
320 exercise the right to control the distribution of derivative or\n\
321 collective works based on the Program.\n\
323 In addition, mere aggregation of another work not based on the Program\n\
324 with the Program (or with a work based on the Program) on a volume of\n\
325 a storage or distribution medium does not bring the other work under\n\
326 the scope of this License.\n\
328 3. You may copy and distribute the Program (or a work based on it,\n\
329 under Section 2) in object code or executable form under the terms of\n\
330 Sections 1 and 2 above provided that you also do one of the following:\n\
332 a) Accompany it with the complete corresponding machine-readable\n\
333 source code, which must be distributed under the terms of Sections\n\
334 1 and 2 above on a medium customarily used for software interchange; or,\n\
336 b) Accompany it with a written offer, valid for at least three\n\
337 years, to give any third party, for a charge no more than your\n\
338 cost of physically performing source distribution, a complete\n\
339 machine-readable copy of the corresponding source code, to be\n\
340 distributed under the terms of Sections 1 and 2 above on a medium\n\
341 customarily used for software interchange; or,\n\
343 c) Accompany it with the information you received as to the offer\n\
344 to distribute corresponding source code. (This alternative is\n\
345 allowed only for noncommercial distribution and only if you\n\
346 received the program in object code or executable form with such\n\
347 an offer, in accord with Subsection b above.)\n\
349 The source code for a work means the preferred form of the work for\n\
350 making modifications to it. For an executable work, complete source\n\
351 code means all the source code for all modules it contains, plus any\n\
352 associated interface definition files, plus the scripts used to\n\
353 control compilation and installation of the executable. However, as a\n\
354 special exception, the source code distributed need not include\n\
355 anything that is normally distributed (in either source or binary\n\
356 form) with the major components (compiler, kernel, and so on) of the\n\
357 operating system on which the executable runs, unless that component\n\
358 itself accompanies the executable.\n\
360 If distribution of executable or object code is made by offering\n\
361 access to copy from a designated place, then offering equivalent\n\
362 access to copy the source code from the same place counts as\n\
363 distribution of the source code, even though third parties are not\n\
364 compelled to copy the source along with the object code.\n\
365 \f\n\
366 4. You may not copy, modify, sublicense, or distribute the Program\n\
367 except as expressly provided under this License. Any attempt\n\
368 otherwise to copy, modify, sublicense or distribute the Program is\n\
369 void, and will automatically terminate your rights under this License.\n\
370 However, parties who have received copies, or rights, from you under\n\
371 this License will not have their licenses terminated so long as such\n\
372 parties remain in full compliance.\n\
374 5. You are not required to accept this License, since you have not\n\
375 signed it. However, nothing else grants you permission to modify or\n\
376 distribute the Program or its derivative works. These actions are\n\
377 prohibited by law if you do not accept this License. Therefore, by\n\
378 modifying or distributing the Program (or any work based on the\n\
379 Program), you indicate your acceptance of this License to do so, and\n\
380 all its terms and conditions for copying, distributing or modifying\n\
381 the Program or works based on it.\n\
383 6. Each time you redistribute the Program (or any work based on the\n\
384 Program), the recipient automatically receives a license from the\n\
385 original licensor to copy, distribute or modify the Program subject to\n\
386 these terms and conditions. You may not impose any further\n\
387 restrictions on the recipients' exercise of the rights granted herein.\n\
388 You are not responsible for enforcing compliance by third parties to\n\
389 this License.\n\
391 7. If, as a consequence of a court judgment or allegation of patent\n\
392 infringement or for any other reason (not limited to patent issues),\n\
393 conditions are imposed on you (whether by court order, agreement or\n\
394 otherwise) that contradict the conditions of this License, they do not\n\
395 excuse you from the conditions of this License. If you cannot\n\
396 distribute so as to satisfy simultaneously your obligations under this\n\
397 License and any other pertinent obligations, then as a consequence you\n\
398 may not distribute the Program at all. For example, if a patent\n\
399 license would not permit royalty-free redistribution of the Program by\n\
400 all those who receive copies directly or indirectly through you, then\n\
401 the only way you could satisfy both it and this License would be to\n\
402 refrain entirely from distribution of the Program.\n\
404 If any portion of this section is held invalid or unenforceable under\n\
405 any particular circumstance, the balance of the section is intended to\n\
406 apply and the section as a whole is intended to apply in other\n\
407 circumstances.\n\
409 It is not the purpose of this section to induce you to infringe any\n\
410 patents or other property right claims or to contest validity of any\n\
411 such claims; this section has the sole purpose of protecting the\n\
412 integrity of the free software distribution system, which is\n\
413 implemented by public license practices. Many people have made\n\
414 generous contributions to the wide range of software distributed\n\
415 through that system in reliance on consistent application of that\n\
416 system; it is up to the author/donor to decide if he or she is willing\n\
417 to distribute software through any other system and a licensee cannot\n\
418 impose that choice.\n\
420 This section is intended to make thoroughly clear what is believed to\n\
421 be a consequence of the rest of this License.\n\
422 \f\n\
423 8. If the distribution and/or use of the Program is restricted in\n\
424 certain countries either by patents or by copyrighted interfaces, the\n\
425 original copyright holder who places the Program under this License\n\
426 may add an explicit geographical distribution limitation excluding\n\
427 those countries, so that distribution is permitted only in or among\n\
428 countries not thus excluded. In such case, this License incorporates\n\
429 the limitation as if written in the body of this License.\n\
431 9. The Free Software Foundation may publish revised and/or new versions\n\
432 of the General Public License from time to time. Such new versions will\n\
433 be similar in spirit to the present version, but may differ in detail to\n\
434 address new problems or concerns.\n\
436 Each version is given a distinguishing version number. If the Program\n\
437 specifies a version number of this License which applies to it and \"any\n\
438 later version\", you have the option of following the terms and conditions\n\
439 either of that version or of any later version published by the Free\n\
440 Software Foundation. If the Program does not specify a version number of\n\
441 this License, you may choose any version ever published by the Free Software\n\
442 Foundation.\n\
444 10. If you wish to incorporate parts of the Program into other free\n\
445 programs whose distribution conditions are different, write to the author\n\
446 to ask for permission. For software which is copyrighted by the Free\n\
447 Software Foundation, write to the Free Software Foundation; we sometimes\n\
448 make exceptions for this. Our decision will be guided by the two goals\n\
449 of preserving the free status of all derivatives of our free software and\n\
450 of promoting the sharing and reuse of software generally.\n\
452 NO WARRANTY\n\
454 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n\
455 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n\
456 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n\
457 PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\n\
458 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n\
459 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\n\
460 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\n\
461 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n\
462 REPAIR OR CORRECTION.\n\
464 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n\
465 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n\
466 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n\
467 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n\
468 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n\
469 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n\
470 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n\
471 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n\
472 POSSIBILITY OF SUCH DAMAGES.\n\
474 END OF TERMS AND CONDITIONS\n\
475 \f\n\
476 How to Apply These Terms to Your New Programs\n\
478 If you develop a new program, and you want it to be of the greatest\n\
479 possible use to the public, the best way to achieve this is to make it\n\
480 free software which everyone can redistribute and change under these terms.\n\
482 To do so, attach the following notices to the program. It is safest\n\
483 to attach them to the start of each source file to most effectively\n\
484 convey the exclusion of warranty; and each file should have at least\n\
485 the \"copyright\" line and a pointer to where the full notice is found.\n\
487 <one line to give the program's name and a brief idea of what it does.>\n\
488 Copyright (C) <year> <name of author>\n\
490 This program is free software; you can redistribute it and/or modify\n\
491 it under the terms of the GNU General Public License as published by\n\
492 the Free Software Foundation; either version 2 of the License, or\n\
493 (at your option) any later version.\n\
495 This program is distributed in the hope that it will be useful,\n\
496 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
497 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
498 GNU General Public License for more details.\n\
500 You should have received a copy of the GNU General Public License\n\
501 along with this program; if not, write to the Free Software\n\
502 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\
505 Also add information on how to contact you by electronic and paper mail.\n\
507 If the program is interactive, make it output a short notice like this\n\
508 when it starts in an interactive mode:\n\
510 Gnomovision version 69, Copyright (C) year name of author\n\
511 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n\
512 This is free software, and you are welcome to redistribute it\n\
513 under certain conditions; type `show c' for details.\n\
515 The hypothetical commands `show w' and `show c' should show the appropriate\n\
516 parts of the General Public License. Of course, the commands you use may\n\
517 be called something other than `show w' and `show c'; they could even be\n\
518 mouse-clicks or menu items--whatever suits your program.\n\
520 You should also get your employer (if you work as a programmer) or your\n\
521 school, if any, to sign a \"copyright disclaimer\" for the program, if\n\
522 necessary. Here is a sample; alter the names:\n\
524 Yoyodyne, Inc., hereby disclaims all copyright interest in the program\n\
525 `Gnomovision' (which makes passes at compilers) written by James Hacker.\n\
527 <signature of Ty Coon>, 1 April 1989\n\
528 Ty Coon, President of Vice\n\
530 This General Public License does not permit incorporating your program into\n\
531 proprietary programs. If your program is a subroutine library, you may\n\
532 consider it more useful to permit linking proprietary applications with the\n\
533 library. If this is what you want to do, use the GNU Library General\n\
534 Public License instead of this License.\n\
537 About::About ()
538 : config_info (0)
539 #ifdef WITH_PAYMENT_OPTIONS
540 , paypal_pixmap (paypal_xpm)
541 #endif
543 // set_type_hint(Gdk::WINDOW_TYPE_HINT_SPLASHSCREEN);
545 string path;
546 string t;
548 sys::path splash_file;
550 SearchPath spath(ardour_search_path() + system_data_search_path());
552 if (find_file_in_search_path (spath, "splash.png", splash_file)) {
553 set_logo (Gdk::Pixbuf::create_from_file (splash_file.to_string()));
554 } else {
555 error << "Could not find splash file" << endmsg;
558 set_authors (authors);
560 for (int n = 0; translators[n]; ++n) {
561 t += translators[n];
562 t += ' ';
565 set_translator_credits (t);
566 set_copyright (_("Copyright (C) 1999-2010 Paul Davis\n"));
567 set_license (gpl);
568 set_name (X_("Ardour"));
569 set_website (X_("http://ardour.org/"));
570 set_website_label (_("http://ardour.org/"));
571 set_version ((string_compose(_("%1\n(built from revision %2)"),
572 VERSIONSTRING,
573 svn_revision)));
575 Gtk::Button* config_button = manage (new Button (_("Config")));
577 get_action_area()->add (*config_button);
578 get_action_area()->reorder_child (*config_button, 0);
579 config_button->signal_clicked().connect (mem_fun (*this, &About::show_config_info));
582 About::~About ()
584 delete config_info;
587 void
588 About::show_config_info ()
590 if (!config_info) {
591 config_info = new ConfigInfoDialog;
594 config_info->present ();