Hello
This patch syncs the about dialog with AUTHORS.txt, and updates the
copyright year.
Nick Østergaard
=== modified file 'common/dialog_about/AboutDialog_main.cpp'
--- common/dialog_about/AboutDialog_main.cpp 2014-10-19 20:20:16 +0000
+++ common/dialog_about/AboutDialog_main.cpp 2015-04-03 14:17:56 +0000
@@ -75,7 +75,7 @@
info.SetAppName( wxT( ".: " ) + Pgm().App().GetAppName() + wxT( " :." ) );
/* Copyright information */
- info.SetCopyright( wxT( "(C) 1992-2014 KiCad Developers Team" ) );
+ info.SetCopyright( wxT( "(C) 1992-2015 KiCad Developers Team" ) );
/* KiCad build version */
wxString version;
@@ -221,89 +221,105 @@
// The core developers
info.AddDeveloper(
- new Contributor( wxT( "Jean-Pierre Charras" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Dick Hollenbeck" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Wayne Stambaugh" ), wxT( "[email protected]" ) ) );
+ new Contributor( wxT( "Jean-Pierre Charras" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Dick Hollenbeck" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Wayne Stambaugh" ), wxT( "[email protected]" ) ) );
// alphabetically by last name after main 3 above:
info.AddDeveloper(
- new Contributor( wxT( "Frank Bennett" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Cirilo Bernardo" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Jonas Diemer" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Tim Hanson" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Hauptmech" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Jerry Jacobs" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Lorenzo Marcantonio" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Rok Markovic" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Marco Mattila" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Miguel Angel Ajo Pelayo" ),wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Marco Serantoni" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Brian Sidebotham" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Orson (Maciej Suminski)" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Rafael Sokolowski" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Vesa Solonen" ), wxT( "[email protected]" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Tomasz Wlostowski" ), wxT( "[email protected]" ) ) );
+ new Contributor( wxT( "Frank Bennett" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Cirilo Bernardo" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Jonas Diemer" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Tim Hanson" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Hauptmech" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Torsten Hüter" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Jerry Jacobs" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Daniel Majewski" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Lorenzo Marcantonio" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Rok Markovic" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Marco Mattila" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Miguel Angel Ajo Pelayo" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Jacobo Aragunde Perez" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Mark Roszko" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Marco Serantoni" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Brian Sidebotham" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Orson (Maciej SumiÅski)" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Rafael Sokolowski" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Vesa Solonen" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Tomasz Wlostowski" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Alexander Zakamaldin" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Henner Zeller" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Andrew Zonenberg" ), wxT( "[email protected]" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Nick Ãstergaard" ), wxT( "[email protected]" ) ) );
// The document writers
info.AddDocWriter(
- new Contributor( wxT( "Jean-Pierre Charras" ), wxT( "[email protected]" ) ) );
- info.AddDocWriter(
- new Contributor( wxT( "Igor Plyatov" ), wxT( "[email protected]" ) ) );
- info.AddDocWriter(
- new Contributor( wxT( "Fabrizio Tappero" ), wxT( "[email protected]" ) ) );
+ new Contributor( wxT( "Jean-Pierre Charras" ), wxT( "[email protected]" ) ) );
+ info.AddDocWriter(
+ new Contributor( wxT( "Igor Plyatov" ), wxT( "[email protected]" ) ) );
+ info.AddDocWriter(
+ new Contributor( wxT( "Fabrizio Tappero" ), wxT( "[email protected]" ) ) );
/* The translators
* As category the language to which the translation was done is used
* and as icon the national flag of the corresponding country.
*/
info.AddTranslator(
- new Contributor( wxT( "Martin Kratoška" ), wxT( "[email protected]" ), wxT( "Czech (CZ)" ), KiBitmapNew( lang_cs_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Jerry Jacobs" ), wxT( "[email protected]" ),wxT( "Dutch (NL)" ), KiBitmapNew( lang_nl_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Vesa Solonen" ), wxT( "[email protected]" ), wxT( "Finnish (FI)" ), KiBitmapNew( lang_fi_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Jean-Pierre Charras" ), wxT( "[email protected]" ), wxT( "French (FR)" ), KiBitmapNew( lang_fr_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Mateusz SkowroÅski" ), wxT( "[email protected]" ), wxT( "Polish (PL)" ), KiBitmapNew( lang_pl_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Renie Marquet" ), wxT( "[email protected]" ), wxT( "Portuguese (PT)" ), KiBitmapNew( lang_pt_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Igor Plyatov" ), wxT( "[email protected]" ), wxT( "Russian (RU)" ), KiBitmapNew( lang_ru_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Andrey Fedorushkov" ), wxT( "[email protected]" ), wxT( "Russian (RU)" ), KiBitmapNew( lang_ru_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Pedro Martin del Valle" ), wxT( "[email protected]" ), wxT( "Spanish (ES)" ), KiBitmapNew( lang_es_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Iñigo Zuluaga" ), wxT( "[email protected]" ), wxT( "Spanish (ES)" ), KiBitmapNew( lang_es_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Rafael Sokolowski" ), wxT( "[email protected]" ), wxT( "German (DE)" ), KiBitmapNew( lang_de_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Kenta Yonekura" ), wxT( "[email protected]" ), wxT( "Japanese (JA)" ), KiBitmapNew( lang_jp_xpm ) ) );
+ new Contributor( wxT( "Martin Kratoška" ), wxT( "[email protected]" ), wxT( "Czech (CZ)" ), KiBitmapNew( lang_cs_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Jerry Jacobs" ), wxT( "[email protected]" ),wxT( "Dutch (NL)" ), KiBitmapNew( lang_nl_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Vesa Solonen" ), wxT( "[email protected]" ), wxT( "Finnish (FI)" ), KiBitmapNew( lang_fi_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Jean-Pierre Charras" ), wxT( "[email protected]" ), wxT( "French (FR)" ), KiBitmapNew( lang_fr_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Mateusz SkowroÅski" ), wxT( "[email protected]" ), wxT( "Polish (PL)" ), KiBitmapNew( lang_pl_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Renie Marquet" ), wxT( "[email protected]" ), wxT( "Portuguese (PT)" ), KiBitmapNew( lang_pt_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Igor Plyatov" ), wxT( "[email protected]" ), wxT( "Russian (RU)" ), KiBitmapNew( lang_ru_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Andrey Fedorushkov" ), wxT( "[email protected]" ), wxT( "Russian (RU)" ), KiBitmapNew( lang_ru_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Pedro Martin del Valle" ), wxT( "[email protected]" ), wxT( "Spanish (ES)" ), KiBitmapNew( lang_es_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Iñigo Zuluaga" ), wxT( "[email protected]" ), wxT( "Spanish (ES)" ), KiBitmapNew( lang_es_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Rafael Sokolowski" ), wxT( "[email protected]" ), wxT( "German (DE)" ), KiBitmapNew( lang_de_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Kenta Yonekura" ), wxT( "[email protected]" ), wxT( "Japanese (JA)" ), KiBitmapNew( lang_jp_xpm ) ) );
info.AddTranslator(
new Contributor( wxT( "Manolis Stefanis, Athanasios Vlastos and Milonas Kostas" ),
- wxT( "[email protected]" ), wxT( "Greek (el_GR)" ), KiBitmapNew( lang_gr_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Massimo Cioce" ), wxT( "[email protected]" ), wxT( "Italian (IT)" ), KiBitmapNew( lang_it_xpm ) ) );
- info.AddTranslator(
- new Contributor( wxT( "Evgeniy Ivanov" ), wxT( "[email protected]" ), wxT( "Bulgarian (BG)" ),KiBitmapNew( lang_bg_xpm ) ) );
+ wxT( "[email protected]" ), wxT( "Greek (el_GR)" ), KiBitmapNew( lang_gr_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Massimo Cioce" ), wxT( "[email protected]" ), wxT( "Italian (IT)" ), KiBitmapNew( lang_it_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Evgeniy Ivanov" ), wxT( "[email protected]" ), wxT( "Bulgarian (BG)" ),KiBitmapNew( lang_bg_xpm ) ) );
// TODO: are these all russian translators,
// placed them here now,
@@ -315,15 +331,15 @@
// Programm credits for icons
info.AddArtist(
- new Contributor( wxT( "Iñigo Zuluagaz" ), wxT( "[email protected]" ), wxT( "Icons by" ), KiBitmapNew( edit_module_xpm ) ) );
+ new Contributor( wxT( "Iñigo Zuluagaz" ), wxT( "[email protected]" ), wxT( "Icons by" ), KiBitmapNew( edit_module_xpm ) ) );
info.AddArtist(
- new Contributor( wxT( "Fabrizio Tappero" ), wxT( "[email protected]" ), wxT( "New icons by" ), KiBitmapNew( edit_module_xpm ) ) );
+ new Contributor( wxT( "Fabrizio Tappero" ), wxT( "[email protected]" ), wxT( "New icons by" ), KiBitmapNew( edit_module_xpm ) ) );
info.AddArtist(
new Contributor( wxT( "Konstantin Baranovskiy" ), wxT( "[email protected]" ), wxT( "New icons by" ), KiBitmapNew( edit_module_xpm ) ) );
info.AddArtist(
- new Contributor( wxT( "Renie Marquet" ), wxT( "[email protected]" ), wxT( "3D modules by" ), KiBitmapNew( three_d_xpm ) ) );
+ new Contributor( wxT( "Renie Marquet" ), wxT( "[email protected]" ), wxT( "3D modules by" ), KiBitmapNew( three_d_xpm ) ) );
info.AddArtist(
- new Contributor( wxT( "Christophe Boschat" ), wxT( "[email protected]" ), wxT( "3D modules by" ), KiBitmapNew( three_d_xpm ) ) );
+ new Contributor( wxT( "Christophe Boschat" ), wxT( "[email protected]" ), wxT( "3D modules by" ), KiBitmapNew( three_d_xpm ) ) );
}
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp