the "final" (??) fixes for transport state stuff before 2.8.4. y'all let me know...
[ardour.git] / gtk2_ardour / about.cc
1 /*
2     Copyright (C) 2003 Paul Davis 
3
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.
8
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.
13
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.
17
18 */
19
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>
27
28 #include <ardour/svn_revision.h>
29 #include <ardour/ardour.h>
30 #include <ardour/version.h>
31
32 #include "utils.h"
33 #include "version.h"
34
35 #include "about.h"
36 #include "rgb_macros.h"
37 //#include "ardour_ui.h"
38
39 #include "i18n.h"
40
41 using namespace Gtk;
42 using namespace Gdk;
43 using namespace std;
44 using namespace sigc;
45 using namespace ARDOUR;
46 using namespace PBD;
47
48 #ifdef WITH_PAYMENT_OPTIONS
49
50 /* XPM */
51 static const gchar * paypal_xpm[] = {
52 "62 31 33 1",
53 "       c None",
54 ".      c #325781",
55 "+      c #154170",
56 "@      c #C1CDDA",
57 "#      c #4E6E92",
58 "$      c #D1D5DA",
59 "%      c #88A0B8",
60 "&      c #B4C4D3",
61 "*      c #C8D3DE",
62 "=      c #D7E1E9",
63 "-      c #002158",
64 ";      c #F6F8FA",
65 ">      c #44658B",
66 ",      c #E7ECF0",
67 "'      c #A4B7CA",
68 ")      c #9DB0C4",
69 "!      c #E3F1F7",
70 "~      c #708CA9",
71 "{      c #E1E7ED",
72 "]      c #567698",
73 "^      c #7C96B1",
74 "/      c #E7F5FA",
75 "(      c #EEF1F4",
76 "_      c #6883A2",
77 ":      c #244873",
78 "<      c #BBBBBB",
79 "[      c #E9E9E9",
80 "}      c #063466",
81 "|      c #22364D",
82 "1      c #94A7BD",
83 "2      c #000000",
84 "3      c #EAF7FC",
85 "4      c #FFFFFF",
86 "1'111111111111111111111111111111111111111111111111111111111%_#",
87 "%333333333333333333333333333333333333333333333333333333333333.",
88 "%444444444444444444444444444444444444444444444444444444444444:",
89 "_4333333!!!!!!33333333333333333333!!!!!!33333333333!%%%%1334[:",
90 "_444444@+}}}}+>)44444444444444444,:}}}}}.^(44444444@}..+.44($:",
91 "_433333^:&&&&)_}_33///33333333333&+)&&&'~+./3///333^.(;#]33($:",
92 "_444444>_444444'}_>...#%####~,]##..444444=+#]...>1;#_4;.144($:",
93 "_43333!+'4,>#=4(:+_%%%]}}#~#}_+~~:]44_>&44#}_%%%_+>:14=}@33($:",
94 "_44444*+$4&--)4(+%44444%-)4=--'4{+14,}-~44##44444&}}*4)+444($:",
95 "_433331:;4):_;4*}_]:.$4*-~4{}>44#-=4@.#{4;+>_:.&4,++;4_#333($:",
96 "_44444_#444444=.-.%&*,41-#4(:@4'-:(44444(_-:^&*,4*}#44.%444($:",
97 "_43333:%4;@@'~+-%44*&44]-.;;'4,:-#44*@&%:-];4{'(4)-%4{+&333($:",
98 "_4444{}@4*}}+>#:;4^-#4;.>+,444_+:^4(:}+.]}=4'-+(4_-&4&+{444($:",
99 "_4333'+(41:*=3'.44*)(4=+)+*44@}%+@4=}&=/@}{4{1{44:+,4^.3333($:",
100 "_4444~>,,]#444*})(;**,':*}'4;._@}=,%:444(+~(;{&,*}.,,>~4444($:",
101 "_4333>}}}}^3333~}::}}}}>].;4^+=~}}}}]3333'}+:}}}}}}}}}'3333($:",
102 "_4444$@@@@(44444$))@*@*^}$4=}14=@@@@{44444=))&*@@@@@@@;4444($:",
103 "_433333333333333333333=+:%%.>/33333333333333333333333333333($:",
104 "_4444444444444444444441....>=444444444444444444444444444444($:",
105 "_4333333333333333333333333333333333333333333333333333333333($:",
106 "_4444444444444444444444444444444444444444444444444444444444($:",
107 "_4333333333333333333333333333333333333333333333333333333333($:",
108 "_4444442222444222442444242444244222242444242222244222244444($:",
109 "_4333332333232333233232332232233233332233233323332333333333($:",
110 "_4444442222442222244424442424244222442424244424444222444444($:",
111 "_4333332333332333233323332333233233332332233323333333233333($:",
112 "_4444442444442444244424442444244222242444244424442222444444($:",
113 "_433333333333333333333333333333333333333333333333333333333344:",
114 "#4([[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[=&:",
115 ".=&<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<1|",
116 "::||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||"};
117 #endif
118
119 static const char* authors[] = {
120         N_("Brian Ahr"),
121         N_("John Anderson"),
122         N_("Marcus Andersson"),
123         N_("Nedko Arnaudov"),
124         N_("Ben Bell"),
125         N_("Chris Cannam"),
126         N_("Jesse Chappell"),
127         N_("Thomas Charbonnel"),
128         N_("Sam Chessman"),
129         N_("Paul Davis"),
130         N_("Gerard van Dongen"),
131         N_("Colin Fletcher"),
132         N_("Hans Fugal"),
133         N_("Christopher George"),
134         N_("Jeremy Hall"),
135         N_("Audun Halland"),
136         N_("Steve Harris"),
137         N_("Carl Hetherington"),
138         N_("Rob Holland"),
139         N_("Robert Jordens"),
140         N_("Stefan Kersten"),
141         N_("Armand Klenk"),
142         N_("Matt Krai"),
143         N_("Colin Law"),
144         N_("Joshua Leach"),
145         N_("Ben Loftis"),
146         N_("Nick Mainsbridge"),
147         N_("Tim Mayberry"),
148         N_("Doug Mclain"),
149         N_("Jack O'Quin"),
150         N_("Nimal Ratnayake"),
151         N_("Dave Robillard"),
152         N_("Taybin Rutkin"),
153         N_("Andreas Ruge"),
154         N_("Sampo Savolainen"),
155         N_("Per Sigmond"),
156         N_("Mark Stewart"),
157         N_("Roland Stigge"),
158         N_("Petter Sundlöf"),
159         N_("Mike Täht"),
160         N_("Thorsten Wilms"),
161         0
162 };
163
164 static const char* translators[] = {
165         N_("French:\n\tAlain Fréhel <alain.frehel@free.fr>\n\tChristophe Combelles <ccomb@free.fr>\n\tMartin Blanchard\n"),
166         N_("German:\n\tKarsten Petersen <kapet@kapet.de>\
167 \n\tSebastian Arnold <mail@sebastian-arnold.net>\
168 \n\tRobert Schwede<schwede@ironshark.com>\n"),
169         N_("Italian:\n\tFilippo Pappalardo <filippo@email.it>\n"),
170         N_("Portuguese:\n\tRui Nuno Capela <rncbc@rncbc.org>\n"),
171         N_("Brazilian Portuguese:\n\tAlexander da Franca Fernandes <alexander@nautae.eti.br>\
172 \n\tChris Ross <chris@tebibyte.org>\n"),
173         N_("Spanish:\n\tAlex Krohn <alexkrohn@fastmail.fm>\
174 \n\tAngel Bidinost <angelbidinost@hotmail.com>\
175 \n\tPablo Enrici <pabloenrici@gmail.com>\
176 \n\tPablo Fernández <pablo.fbus@gmail.com>\
177 \n\tGiovanni Martínez <giovannisirias@gmail.com>\
178 \n\tDavid Täht <d@teklibre.com>\
179 \n\tOscar Valladarez <dulcevendetta@hotmail.com>\
180 \n\tDaniel Vidal <danielvidalchornet@gmail.com>\n"),
181         N_("Russian:\n\t Igor Blinov <pitstop@nm.ru>\n"),
182         N_("Greek:\n\t Klearchos Gourgourinis <muadib@in.gr>\n"),
183         N_("Swedish:\n\t Petter Sundlöf <petter.sundlof@gmail.com>\n"),
184         N_("Polish:\n\t Piotr Zaryk <pzaryk@gmail.com>\n"),
185         N_("Czech:\n\t Pavel Frich\n"),
186         N_("Norwegian:\n\t Eivind Ødegård\n"),
187         0
188 };
189
190
191 About::About ()
192 #ifdef WITH_PAYMENT_OPTIONS
193         : paypal_pixmap (paypal_xpm)
194 #endif
195 {
196         // set_type_hint(Gdk::WINDOW_TYPE_HINT_SPLASHSCREEN);
197
198         string path;
199         string t;
200
201         path = find_data_file ("splash.png");
202
203         Glib::RefPtr<Pixbuf> pixbuf = Gdk::Pixbuf::create_from_file (path);
204
205         set_logo (Gdk::Pixbuf::create_from_file (path));
206         set_authors (authors);
207
208         for (int n = 0; translators[n]; ++n) {
209                 t += translators[n];
210                 t += ' ';
211         }
212
213         set_translator_credits (t);
214         set_copyright (_("Copyright (C) 1999-2008 Paul Davis\n"));
215         set_license (_("Ardour comes with ABSOLUTELY NO WARRANTY\n"
216                        "This is free software, and you are welcome to redistribute it\n"
217                        "under certain conditions; see the file COPYING for details.\n"));
218         set_name (X_("ardour"));
219         set_website (X_("http://ardour.org/"));
220         set_website_label (_("visit http://www.ardour.org/"));
221         set_version ((string_compose(_("%1\n(built from revision %2)"),
222                                      VERSIONSTRING, 
223                                      svn_revision)));
224         
225
226 #ifdef WITH_PAYMENT_OPTIONS
227         paypal_button.add (paypal_pixmap);
228         
229         HBox *payment_box = manage (new HBox);
230         payment_box->pack_start (paypal_button, true, false);
231
232         subvbox.pack_start (*payment_box, false, false);
233 #endif
234
235 }
236
237 About::~About ()
238 {
239 }
240
241 #ifdef WITH_PAYMENT_OPTIONS
242 void
243 About::goto_paypal ()
244 {
245         char buf[PATH_MAX+16];
246         char *argv[4];
247         char *docfile = "foo";
248         int grandchild;
249         
250         if (fork() == 0) {
251
252                 /* child */
253
254                 if ((grandchild = fork()) == 0) {
255                         
256                         /* grandchild */
257                         
258                         argv[0] = "mozilla";
259                         argv[1] = "-remote";
260                         snprintf (buf, sizeof(buf), "openurl(%s)", docfile);
261                         argv[2] = buf;
262                         argv[3] = 0;
263
264                         execvp ("mozilla", argv);
265                         error << "could not start mozilla" << endmsg;
266
267                 } else {
268                         int status;
269                         waitpid (grandchild, &status, 0);
270                 }
271
272         } 
273 }
274 #endif