the "final" (??) fixes for transport state stuff before 2.8.4. y'all let me know...
[ardour.git] / gtk2_ardour / about.cc
index 34bb98199c33561fbd6dd8a321de8fe120e678f3..f2338ba0ba94dfe0cf3b3406183817b941804c66 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #include <algorithm>
 #include <ctime>
 #include <cstdlib>
 
+#include <ardour/svn_revision.h>
 #include <ardour/ardour.h>
 #include <ardour/version.h>
 
 #include "utils.h"
 #include "version.h"
 
-#include "svn_revision.h"
 #include "about.h"
 #include "rgb_macros.h"
-#include "ardour_ui.h"
+//#include "ardour_ui.h"
 
 #include "i18n.h"
 
@@ -118,47 +117,73 @@ static const gchar * paypal_xpm[] = {
 #endif
 
 static const char* authors[] = {
-       N_("Paul Davis"),
-       N_("Jesse Chappell"),
-       N_("Taybin Rutkin"),
+       N_("Brian Ahr"),
+       N_("John Anderson"),
        N_("Marcus Andersson"),
+       N_("Nedko Arnaudov"),
+       N_("Ben Bell"),
+       N_("Chris Cannam"),
+       N_("Jesse Chappell"),
+       N_("Thomas Charbonnel"),
+       N_("Sam Chessman"),
+       N_("Paul Davis"),
+       N_("Gerard van Dongen"),
+       N_("Colin Fletcher"),
+       N_("Hans Fugal"),
+       N_("Christopher George"),
        N_("Jeremy Hall"),
+       N_("Audun Halland"),
        N_("Steve Harris"),
-       N_("Tim Mayberry"),
-       N_("Mark Stewart"),
-       N_("Sam Chessman"),
-       N_("Jack O'Quin"),
+       N_("Carl Hetherington"),
+       N_("Rob Holland"),
+       N_("Robert Jordens"),
+       N_("Stefan Kersten"),
+       N_("Armand Klenk"),
        N_("Matt Krai"),
-       N_("Ben Bell"),
-       N_("Gerard van Dongen"),
-       N_("Thomas Charbonnel"),
-       N_("Nick Mainsbridge"),
        N_("Colin Law"),
-       N_("Sampo Savolainen"),
        N_("Joshua Leach"),
-       N_("Rob Holland"),
-       N_("Per Sigmond"),
+       N_("Ben Loftis"),
+       N_("Nick Mainsbridge"),
+       N_("Tim Mayberry"),
        N_("Doug Mclain"),
+       N_("Jack O'Quin"),
+       N_("Nimal Ratnayake"),
+       N_("Dave Robillard"),
+       N_("Taybin Rutkin"),
+       N_("Andreas Ruge"),
+       N_("Sampo Savolainen"),
+       N_("Per Sigmond"),
+       N_("Mark Stewart"),
+       N_("Roland Stigge"),
        N_("Petter Sundlöf"),
+       N_("Mike Täht"),
        N_("Thorsten Wilms"),
-       N_("Ben Loftis"),
-       N_("Stefan Kersten"),
-       N_("Christopher George"),
-       N_("Robert Jordens"),
-       N_("Brian Ahr"),
-       N_("Nimal Ratnayake"),
        0
 };
 
 static const char* translators[] = {
-       N_("French:\n\tAlain Fréhel <alain.frehel@free.fr>\n\tChristophe Combelles <ccomb@free.fr>\n"),
-       N_("German:\n\tKarsten Petersen <kapet@kapet.de>\n"),
+       N_("French:\n\tAlain Fréhel <alain.frehel@free.fr>\n\tChristophe Combelles <ccomb@free.fr>\n\tMartin Blanchard\n"),
+       N_("German:\n\tKarsten Petersen <kapet@kapet.de>\
+\n\tSebastian Arnold <mail@sebastian-arnold.net>\
+\n\tRobert Schwede<schwede@ironshark.com>\n"),
        N_("Italian:\n\tFilippo Pappalardo <filippo@email.it>\n"),
        N_("Portuguese:\n\tRui Nuno Capela <rncbc@rncbc.org>\n"),
        N_("Brazilian Portuguese:\n\tAlexander da Franca Fernandes <alexander@nautae.eti.br>\
 \n\tChris Ross <chris@tebibyte.org>\n"),
-       N_("Spanish:\n\t Alex Krohn <alexkrohn@fastmail.fm>\n"),
+       N_("Spanish:\n\tAlex Krohn <alexkrohn@fastmail.fm>\
+\n\tAngel Bidinost <angelbidinost@hotmail.com>\
+\n\tPablo Enrici <pabloenrici@gmail.com>\
+\n\tPablo Fernández <pablo.fbus@gmail.com>\
+\n\tGiovanni Martínez <giovannisirias@gmail.com>\
+\n\tDavid Täht <d@teklibre.com>\
+\n\tOscar Valladarez <dulcevendetta@hotmail.com>\
+\n\tDaniel Vidal <danielvidalchornet@gmail.com>\n"),
        N_("Russian:\n\t Igor Blinov <pitstop@nm.ru>\n"),
+       N_("Greek:\n\t Klearchos Gourgourinis <muadib@in.gr>\n"),
+       N_("Swedish:\n\t Petter Sundlöf <petter.sundlof@gmail.com>\n"),
+       N_("Polish:\n\t Piotr Zaryk <pzaryk@gmail.com>\n"),
+       N_("Czech:\n\t Pavel Frich\n"),
+       N_("Norwegian:\n\t Eivind Ødegård\n"),
        0
 };
 
@@ -168,7 +193,7 @@ About::About ()
        : paypal_pixmap (paypal_xpm)
 #endif
 {
-       set_type_hint(Gdk::WINDOW_TYPE_HINT_SPLASHSCREEN);
+       // set_type_hint(Gdk::WINDOW_TYPE_HINT_SPLASHSCREEN);
 
        string path;
        string t;
@@ -186,7 +211,7 @@ About::About ()
        }
 
        set_translator_credits (t);
-       set_copyright (_("Copyright (C) 1999-2006 Paul Davis\n"));
+       set_copyright (_("Copyright (C) 1999-2008 Paul Davis\n"));
        set_license (_("Ardour comes with ABSOLUTELY NO WARRANTY\n"
                       "This is free software, and you are welcome to redistribute it\n"
                       "under certain conditions; see the file COPYING for details.\n"));
@@ -195,7 +220,7 @@ About::About ()
        set_website_label (_("visit http://www.ardour.org/"));
        set_version ((string_compose(_("%1\n(built from revision %2)"),
                                     VERSIONSTRING, 
-                                    ardour_svn_revision)));
+                                    svn_revision)));
        
 
 #ifdef WITH_PAYMENT_OPTIONS