From 20b6346180fcc3339538e62e2c4a77e0be233878 Mon Sep 17 00:00:00 2001
From: Wayne Stambaugh
Date: Tue, 17 Nov 2015 14:00:58 -0500
Subject: [PATCH] Update authors.txt and developer list in about dialog.
---
AUTHORS.txt | 48 +++++++++--------
common/dialog_about/AboutDialog_main.cpp | 65 ++++++++++++++----------
2 files changed, 66 insertions(+), 47 deletions(-)
diff --git a/AUTHORS.txt b/AUTHORS.txt
index c20122fa39..fed7f43b84 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -1,5 +1,5 @@
-* Copyright (C) 1992-2014 Jean-Pierre Charras
-* Copyright (C) 1992-2014 Kicad Developers Team
+* Copyright (C) 1992-2015 Jean-Pierre Charras
+* Copyright (C) 1992-2015 Kicad Developers Team
* under GNU General Public License (see copyright.txt)
== Main Authors
@@ -16,28 +16,34 @@ Marco Serantoni (OSX maintener)
Rok Markovic
Tim Hanson
Vesa Solonen
-Alexander Zakamaldin
-Miguel Angel Ajo Pelayo (Python Scripting)
-Alexander Lunev (Pcad to Kicad converter)
-Jacobo Aragunde Perez for Igalia and the CERN
-Brian Sidebotham
-Maciej Sumiński
-Tomasz Wlostowski
-Henner Zeller
-Mark Roszko
-Daniel Majewski
-Konstantin Baranovskiy
-Torsten Hüter
-Nick Østergaard
-Andrew Zonenberg
-Cirilo Bernardo
+Alexander Zakamaldin
+Miguel Angel Ajo Pelayo (Python Scripting)
+Alexander Lunev (Pcad to Kicad converter)
+Jacobo Aragunde Perez for Igalia and the CERN
+Brian Sidebotham
+Maciej Sumiński
+Tomasz Wlostowski
+Henner Zeller
+Mark Roszko
+Daniel Majewski
+Konstantin Baranovskiy
+Torsten Hüter
+Nick Østergaard
+Andrew Zonenberg
+Cirilo Bernardo
+Adam Wolfe
+Bernhard Stegmaier
+Chris Pavlina
+Mark Roszko
+Simon Richter
See also CHANGELOG.txt for contributors.
== Document Writers
-Jean-Pierre Charras
-Igor Plyatov
+Jean-Pierre Charras
+Igor Plyatov
Fabrizio Tappero
+Marco Ciampa
== Translators
Czech (CZ) Martin Kratoška
@@ -53,8 +59,8 @@ Russian (RU) Eldar Khayrullin
Spanish (ES) Pedro Martin del Valle
Spanish (ES) Iñigo Zuluaga
German (DE) Rafael Sokolowski
-Japanese (JA) yoneken
+Japanese (JA) Kenta Yonekura
+Japanese (JA) yoneken
Remy Halvick, David Briscoe, Dominique Laigle, Paul Burke
diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp
index a3b2373ecf..996ba1a80f 100644
--- a/common/dialog_about/AboutDialog_main.cpp
+++ b/common/dialog_about/AboutDialog_main.cpp
@@ -141,20 +141,23 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
// bullet-ed list with some http links
description << wxT( "" );
- description << wxT( "- " ) << HtmlHyperlink( wxT( "http://iut-tice.ujf-grenoble.fr/kicad" ),
- _( "The original site of the initiator of KiCad" ) )
+ description << wxT( "
- " )
+ << HtmlHyperlink( wxT( "http://www.kicad-pcb.org" ),
+ _( "The official KiCad site" ) )
+ << wxT( "
" );
+ description << wxT( "- " )
+ << HtmlHyperlink( wxT( "http://iut-tice.ujf-grenoble.fr/kicad" ),
+ _( "The original site of the KiCad project founder" ) )
+ << wxT( "
" );
+ description << wxT( "- " )
+ << HtmlHyperlink( wxT( "https://launchpad.net/kicad" ),
+ _( "Developer's website on Launchpad" ) )
+ << wxT("
" );
+ description << wxT( "- " )
+ << HtmlHyperlink( wxT( "http://www.kicadlib.org" ),
+ _( "Repository with additional component libraries" ) )
<< wxT( "
" );
- description << wxT( "- " ) <<
- HtmlHyperlink( wxT( "https://launchpad.net/kicad" ), _( "Project on Launchpad" ) ) << wxT(
- "
" );
- description << wxT( "- " ) <<
- HtmlHyperlink( wxT( "http://www.kicad-pcb.org" ),
- _( "The new KiCad site" ) ) << wxT( "
" );
- description << wxT( "- " ) <<
- HtmlHyperlink( wxT( "http://www.kicadlib.org" ),
- _( "Repository with additional component libraries" ) ) << wxT( "
" );
description << wxT( "
" );
-
description << wxT( "
" );
description << wxT( "" );
@@ -162,14 +165,18 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
// bullet-ed list with some http links
description << wxT( "
" );
- description << wxT( "- " ) <<
- HtmlHyperlink( wxT( "https://bugs.launchpad.net/kicad" ),
- _( "Report bugs if you found any" ) ) << wxT( "
" );
- description << wxT( "- " ) << HtmlHyperlink( wxT( "https://blueprints.launchpad.net/kicad" ),
- _( "File an idea for improvement" ) ) << wxT( "
" );
- description << wxT( "- " ) <<
- HtmlHyperlink( wxT( "http://www.kicadlib.org/Kicad_related_links.html" ),
- _( "KiCad links to user groups, tutorials and much more" ) ) << wxT( "
" );
+ description << wxT( "- " )
+ <" );
+ description << wxT( "
- " )
+ << HtmlHyperlink( wxT( "https://blueprints.launchpad.net/kicad" ),
+ _( "File an idea for improvement" ) )
+ << wxT( "
" );
+ description << wxT( "- " )
+ << HtmlHyperlink( wxT( "http://www.kicadlib.org/Kicad_related_links.html" ),
+ _( "KiCad links to user groups, tutorials and much more" ) )
+ << wxT( "
" );
description << wxT( "
" );
description << wxT( "" );
@@ -217,10 +224,6 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
new Contributor( wxT( "Cirilo Bernardo" ), wxT( "cirilo_bernardo@yahoo.com" ) ) );
info.AddDeveloper(
new Contributor( wxT( "Jonas Diemer" ), wxT( "diemer@gmx.de" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Tim Hanson" ), wxT( "sideskate@gmail.com" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Hauptmech" ), wxT( "hauptmech@gmail.com" ) ) );
info.AddDeveloper(
new Contributor( wxT( "Torsten Hüter" ), wxT( "torstenhtr@gmx.de" ) ) );
info.AddDeveloper(
@@ -229,8 +232,6 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
new Contributor( wxT( "Daniel Majewski" ), wxT( "lordblick@gmail.com" ) ) );
info.AddDeveloper(
new Contributor( wxT( "Lorenzo Marcantonio" ), wxT( "lomarcan@tin.it" ) ) );
- info.AddDeveloper(
- new Contributor( wxT( "Rok Markovic" ), wxT( "rok@kanardia.eu" ) ) );
info.AddDeveloper(
new Contributor( wxT( "Marco Mattila" ), wxT( "marcom99@gmail.com" ) ) );
info.AddDeveloper(
@@ -259,6 +260,16 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
new Contributor( wxT( "Andrew Zonenberg" ), wxT( "azonenberg@drawersteak.com" ) ) );
info.AddDeveloper(
new Contributor( wxT( "Nick Østergaard" ), wxT( "oe.nick@gmail.com" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Adam Wolfe" ), wxT( "adamwolf@feelslikeburning.com" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Bernhard Stegmaier" ), wxT( "stegmaier@sw-systems.de" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Chris Pavlina" ), wxT( "pavlina.chris@gmail.com" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Mark Roszko" ), wxT( "mark.roszko@gmail.com" ) ) );
+ info.AddDeveloper(
+ new Contributor( wxT( "Simon Richter" ), wxT( "Simon.Richter@hogyros.de" ) ) );
// The document writers
info.AddDocWriter(
@@ -267,6 +278,8 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
new Contributor( wxT( "Igor Plyatov" ), wxT( "plyatov@gmail.com" ) ) );
info.AddDocWriter(
new Contributor( wxT( "Fabrizio Tappero" ), wxT( "fabrizio.tappero@gmail.com" ) ) );
+ info.AddDocWriter(
+ new Contributor( wxT( "Marco Ciampa" ), wxT( "ciampix@libero.it" ) ) );
/* The translators
* As category the language to which the translation was done is used