Basic implementation of a tree view for DKDMs (#1012).
[dcpomatic.git] / src / wx / about_dialog.cc
index 61431224bb556dd74ac6a40001117516bb441cc5..dbd4ed5d71615d068122f3c769d306965723e1c9 100644 (file)
@@ -131,12 +131,15 @@ AboutDialog::AboutDialog (wxWindow* parent)
        with_help_from.Add (wxT ("David Vignoni"));
        with_help_from.Add (wxT ("Dennis Couzin"));
        with_help_from.Add (wxT ("Gérald Maruccia"));
+       with_help_from.Add (wxT ("Julian van Mil"));
        add_section (_("With help from"), with_help_from);
 
        wxArrayString supported_by;
        supported_by.Add (wxT ("Manuel AC"));
        supported_by.Add (wxT ("Kambiz Afshar"));
+       supported_by.Add (wxT ("Louis Albini"));
        supported_by.Add (wxT ("Alex Asp"));
+       supported_by.Add (wxT ("Georges Asmar"));
        supported_by.Add (wxT ("Eric Audurier"));
        supported_by.Add (wxT ("Jean-Pierre Beauviala"));
        supported_by.Add (wxT ("Louis Belloisy"));
@@ -162,6 +165,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Thomas Dickens"));
        supported_by.Add (wxT ("Unwana Essien"));
        supported_by.Add (wxT ("Maxime Estoppey"));
+       supported_by.Add (wxT ("Peter Ericson"));
        supported_by.Add (wxT ("Darius Family"));
        supported_by.Add (wxT ("Rasitha Ferdinando"));
        supported_by.Add (wxT ("Jose Angel Velasco Fernandez"));
@@ -171,6 +175,8 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Evan Freeze"));
        supported_by.Add (wxT ("Brett Friedman"));
        supported_by.Add (wxT ("Stephen Furley"));
+       supported_by.Add (wxT ("filmtechniek.nl"));
+       supported_by.Add (wxT ("Gartenbaukino"));
        supported_by.Add (wxT ("Silvio Giuliano"));
        supported_by.Add (wxT ("Alan Gouger"));
        supported_by.Add (wxT ("Christopher Gray"));
@@ -178,6 +184,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Gerhard Gruber"));
        supported_by.Add (wxT ("Flor Guillaume"));
        supported_by.Add (wxT ("Patrick Haderer"));
+       supported_by.Add (wxT ("刘汉源"));
        supported_by.Add (wxT ("Jeff Hemingway"));
        supported_by.Add (wxT ("Antonio Ruiz Hernandez"));
        supported_by.Add (wxT ("Film.Ca Inc."));
@@ -190,6 +197,8 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Thierry Journet"));
        supported_by.Add (wxT ("Mario Kalogjera"));
        supported_by.Add (wxT ("Zbigniew Kamiński"));
+       supported_by.Add (wxT ("Klaus Karger"));
+       supported_by.Add (wxT ("Ikram Karimov"));
        supported_by.Add (wxT ("Chris Kay"));
        supported_by.Add (wxT ("Lars Kelto"));
        supported_by.Add (wxT ("Erwan Kerzanet"));
@@ -205,11 +214,13 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Robert Legato"));
        supported_by.Add (wxT ("Sean Leigh"));
        supported_by.Add (wxT ("Olivier Lemaire"));
+       supported_by.Add (wxT ("Eric Lesachet"));
        supported_by.Add (wxT ("Gavin Lewarne"));
        supported_by.Add (wxT ("Theo Lipfert"));
        supported_by.Add (wxT ("Paweł Lipiński"));
        supported_by.Add (wxT ("Marco Löber"));
        supported_by.Add (wxT ("Juan Marin Lorenzo"));
+       supported_by.Add (wxT ("Cinéma Le Louxor"));
        supported_by.Add (wxT ("Mandorla"));
        supported_by.Add (wxT ("Andrea Maguolo"));
        supported_by.Add (wxT ("Gerard Manshanden"));
@@ -232,6 +243,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Moviemento Kino"));
        supported_by.Add (wxT ("NT Next"));
        supported_by.Add (wxT ("David Nedrow"));
+       supported_by.Add (wxT ("Niclas Nornemark"));
        supported_by.Add (wxT ("Casablanca Nuernberg"));
        supported_by.Add (wxT ("Pascal Nussbaum"));
        supported_by.Add (wxT ("Tim O'Brien"));
@@ -242,6 +254,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Olov Östlund"));
        supported_by.Add (wxT ("Vasiliy Popov"));
        supported_by.Add (wxT ("Rui Pereira"));
+       supported_by.Add (wxT ("Armin Peterhans"));
        supported_by.Add (wxT ("Andrea Pieri"));
        supported_by.Add (wxT ("Denis Postle"));
        supported_by.Add (wxT ("Aditya Pratama"));
@@ -256,6 +269,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Lasse Salling"));
        supported_by.Add (wxT ("Jussi Siponen"));
        supported_by.Add (wxT ("Gregg Smith"));
+       supported_by.Add (wxT ("Marco Spiaggi"));
        supported_by.Add (wxT ("Peter Sprenger"));
        supported_by.Add (wxT ("Randy Stankey"));
        supported_by.Add (wxT ("Andrä Steiner"));
@@ -284,6 +298,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Frechen-Film e.V."));
        supported_by.Add (wxT ("Mobiles Kino e.V."));
        supported_by.Add (wxT ("Kino Völkerfreundschaft"));
+       supported_by.Add (wxT ("Ernst Zimmerman"));
        add_section (_("Supported by"), supported_by);
 
        wxArrayString tested_by;