KDE/kdevelop/src

Andreas Pakulat apaku at gmx.de
Sun Feb 8 16:18:49 UTC 2009


SVN commit 923343 by apaku:

Fixup of the authors:
Moved Matt to the credits section as he doesn't actively
work on kdevelop4 source code.

Separated credits into two sections, the first part lists people that
contributed to kdevelop4, the rest is separated by an "old contributors"
entry and lists anybody who has been in the list but worked only on
kdev3.

If anybody reading this feels he should be
a) moved from author to credits or vice versa
b) added to either of the sections as he isn't listed
just let me know by replying to this mail.

BUG:183664
CCMAIL:kdevelop-devel at kdevelop.org

 M  +31 -26    main.cpp  


--- trunk/KDE/kdevelop/src/main.cpp #923342:923343
@@ -59,40 +59,46 @@
                           i18n("%1 (using KDevPlatform %2)", QString(VERSION), Core::version()).toUtf8(), ki18n(description), KAboutData::License_GPL,
                           ki18n( "(c) 1999-2009, The KDevelop developers" ), KLocalizedString(), "http://www.kdevelop.org" );
     aboutData.addAuthor( ki18n("Andreas Pakulat"), ki18n( "Maintainer, Architecture, VCS Support, Project Management Support, QMake Projectmanager" ), "apaku at gmx.de" );
-    aboutData.addAuthor( ki18n("Matt Rogers"), KLocalizedString(), "mattr at kde.org");
     aboutData.addAuthor( ki18n("Alexander Dymo"), ki18n( "Architecture, Sublime UI, Ruby support" ), "adymo at kdevelop.org" );
-    aboutData.addAuthor( ki18n("Amilcar do Carmo Lucas"), ki18n( "Release coordinator, API documentation, Doxygen and autoproject patches" ), "amilcar at kdevelop.org" );
-    aboutData.addAuthor( ki18n("Bernd Gehrmann"), ki18n( "Initial idea, basic architecture, much initial source code" ), "bernd at kdevelop.org" );
-    aboutData.addAuthor( ki18n("Caleb Tennis"), ki18n( "KTabBar, bugfixes" ), "caleb at aei-tech.com" );
-    aboutData.addAuthor( ki18n("Richard Dale"), ki18n( "Java & Objective C support" ), "Richard_Dale at tipitina.demon.co.uk" );
-    aboutData.addAuthor( ki18n("John Birch"), ki18n( "Debugger frontend" ), "jbb at kdevelop.org" );
-    aboutData.addAuthor( ki18n("Sandy Meier"), ki18n( "PHP support, context menu stuff" ), "smeier at kdevelop.org" );
-    aboutData.addAuthor( ki18n("Kurt Granroth"), ki18n( "KDE application templates" ), "kurth at granroth.org" );
-    aboutData.addAuthor( ki18n("Ian Reinhart Geiser"), ki18n( "Dist part, bash support, application templates" ), "geiseri at yahoo.com" );
-    aboutData.addAuthor( ki18n("Matthias Hoelzer-Kluepfel"), ki18n( "Several components, htdig indexing" ), "hoelzer at kde.org" );
-    aboutData.addAuthor( ki18n("Victor Roeder"), ki18n( "Help with Automake manager and persistant class store" ), "victor_roeder at gmx.de" );
-    aboutData.addAuthor( ki18n("Harald Fernengel"), ki18n( "Ported to Qt 3, patches, valgrind, diff and perforce support" ), "harry at kdevelop.org" );
-    aboutData.addAuthor( ki18n("Roberto Raggi"), ki18n( "QEditor component, code completion, Abbrev component, C++ support, Java support" ), "roberto at kdevelop.org" );
+    aboutData.addAuthor( ki18n("David Nolden"), ki18n( "Definition-Use Chain, C++ Support" ), "david.nolden.kdevelop at art-master.de" );
+    aboutData.addAuthor( ki18n("Aleix Pol Gonzales"), ki18n( "CMake Support, Run Support, Kross Support" ), "aleixpol at gmail.com" );
+    aboutData.addAuthor( ki18n("Vladimir Prus"), ki18n( "GDB integration" ), "ghost at cs.msu.su" );
     aboutData.addAuthor( ki18n("Hamish Rodda"), ki18n( "Text editor integration, definition-use chain" ), "rodda at kde.org" );
-    aboutData.addAuthor( ki18n("Simon Hausmann"), ki18n( "Help with KParts infrastructure" ), "hausmann at kde.org" );
-    aboutData.addAuthor( ki18n("Oliver Kellogg"), ki18n( "Ada support" ), "okellogg at users.sourceforge.net" );
-    aboutData.addAuthor( ki18n("Jakob Simon-Gaarde"), ki18n( "QMake projectmanager" ), "jsgaarde at tdcspace.dk" );
-    aboutData.addAuthor( ki18n("Falk Brettschneider"), ki18n( "MDI modes, QEditor, bugfixes" ), "falkbr at kdevelop.org" );
-    aboutData.addAuthor( ki18n("Mario Scalas"), ki18n( "PartExplorer, redesign of CvsPart, patches, bugs(fixes)" ), "mario.scalas at libero.it" );
-    aboutData.addAuthor( ki18n("Jens Dagerbo"), ki18n( "Replace, Bookmarks, FileList and CTags2 plugins. Overall improvements and patches" ), "jens.dagerbo at swipnet.se" );
-    aboutData.addAuthor( ki18n("Julian Rockey"), ki18n( "Filecreate part and other bits and patches" ), "linux at jrockey.com" );
-    aboutData.addAuthor( ki18n("Dukju Ahn"), ki18n( "Subversion plugin, Custom Make Manager, Overall improvements" ), "dukjuahn at gmail.com" );
+
+    aboutData.addCredit( ki18n("Matt Rogers"), KLocalizedString(), "mattr at kde.org");
+    aboutData.addCredit( ki18n("Amilcar do Carmo Lucas"), ki18n( "Release coordinator, API documentation, Doxygen and autoproject patches" ), "amilcar at kdevelop.org" );
+    aboutData.addCredit( ki18n("Robert Gruber") , ki18n( "SnippetPart, debugger and usability patches" ), "rgruber at users.sourceforge.net" );
+    aboutData.addCredit( ki18n("Dukju Ahn"), ki18n( "Subversion plugin, Custom Make Manager, Overall improvements" ), "dukjuahn at gmail.com" );
+    aboutData.addCredit( ki18n("Harald Fernengel"), ki18n( "Ported to Qt 3, patches, valgrind, diff and perforce support" ), "harry at kdevelop.org" );
+    aboutData.addCredit( ki18n("Roberto Raggi"), ki18n( "C++ parser" ), "roberto at kdevelop.org" );
+    aboutData.addCredit( ki18n("The KWrite authors"), ki18n( "Kate editor component" ), "kwrite-devel at kde.org" );
+    aboutData.addCredit( ki18n("Trolltech AS"), ki18n( "Designer code" ), "info at trolltech.com" );
+    
+    aboutData.addCredit( ki18n("Contributors to older versions:"), KLocalizedString(), "" );
+    aboutData.addCredit( ki18n("The KHTML authors"), ki18n( "HTML documentation component" ), "kfm-devel at kde.org" );
+    aboutData.addCredit( ki18n("Bernd Gehrmann"), ki18n( "Initial idea, basic architecture, much initial source code" ), "bernd at kdevelop.org" );
+    aboutData.addCredit( ki18n("Caleb Tennis"), ki18n( "KTabBar, bugfixes" ), "caleb at aei-tech.com" );
+    aboutData.addCredit( ki18n("Richard Dale"), ki18n( "Java & Objective C support" ), "Richard_Dale at tipitina.demon.co.uk" );
+    aboutData.addCredit( ki18n("John Birch"), ki18n( "Debugger frontend" ), "jbb at kdevelop.org" );
+    aboutData.addCredit( ki18n("Sandy Meier"), ki18n( "PHP support, context menu stuff" ), "smeier at kdevelop.org" );
+    aboutData.addCredit( ki18n("Kurt Granroth"), ki18n( "KDE application templates" ), "kurth at granroth.org" );
+    aboutData.addCredit( ki18n("Ian Reinhart Geiser"), ki18n( "Dist part, bash support, application templates" ), "geiseri at yahoo.com" );
+    aboutData.addCredit( ki18n("Matthias Hoelzer-Kluepfel"), ki18n( "Several components, htdig indexing" ), "hoelzer at kde.org" );
+    aboutData.addCredit( ki18n("Victor Roeder"), ki18n( "Help with Automake manager and persistant class store" ), "victor_roeder at gmx.de" );
+    aboutData.addCredit( ki18n("Simon Hausmann"), ki18n( "Help with KParts infrastructure" ), "hausmann at kde.org" );
+    aboutData.addCredit( ki18n("Oliver Kellogg"), ki18n( "Ada support" ), "okellogg at users.sourceforge.net" );
+    aboutData.addCredit( ki18n("Jakob Simon-Gaarde"), ki18n( "QMake projectmanager" ), "jsgaarde at tdcspace.dk" );
+    aboutData.addCredit( ki18n("Falk Brettschneider"), ki18n( "MDI modes, QEditor, bugfixes" ), "falkbr at kdevelop.org" );
+    aboutData.addCredit( ki18n("Mario Scalas"), ki18n( "PartExplorer, redesign of CvsPart, patches, bugs(fixes)" ), "mario.scalas at libero.it" );
+    aboutData.addCredit( ki18n("Jens Dagerbo"), ki18n( "Replace, Bookmarks, FileList and CTags2 plugins. Overall improvements and patches" ), "jens.dagerbo at swipnet.se" );
+    aboutData.addCredit( ki18n("Julian Rockey"), ki18n( "Filecreate part and other bits and patches" ), "linux at jrockey.com" );
     aboutData.addCredit( ki18n("Ajay Guleria"), ki18n( "ClearCase support" ), "ajay_guleria at yahoo.com" );
     aboutData.addCredit( ki18n("Marek Janukowicz"), ki18n( "Ruby support" ), "child at t17.ds.pwr.wroc.pl" );
-
-    aboutData.addCredit( ki18n("The KWrite authors"), ki18n( "Kate editor component" ), "kwrite-devel at kde.org" );
-    aboutData.addCredit( ki18n("The KHTML authors"), ki18n( "HTML documentation component" ), "kwrite-devel at kde.org" );
     aboutData.addCredit( ki18n("Robert Moniot"), ki18n( "Fortran documentation" ), "moniot at fordham.edu" );
     aboutData.addCredit( ki18n("Ka-Ping Yee"), ki18n( "Python documentation utility" ), "ping at lfw.org" );
     aboutData.addCredit( ki18n("Dimitri van Heesch"), ki18n( "Doxygen wizard" ), "dimitri at stack.nl" );
     aboutData.addCredit( ki18n("Hugo Varotto"), ki18n( "Fileselector component" ), "hugo at varotto-usa.com" );
     aboutData.addCredit( ki18n("Matt Newell"), ki18n( "Fileselector component" ), "newellm at proaxis.com" );
-    aboutData.addCredit( ki18n("Trolltech AS"), ki18n( "Designer code" ), "info at trolltech.com" );
     aboutData.addCredit( ki18n("Daniel Engelschalt"), ki18n( "C++ code completion, persistant class store" ), "daniel.engelschalt at gmx.net" );
     aboutData.addCredit( ki18n("Stephane Ancelot"), ki18n( "Patches" ), "sancelot at free.fr" );
     aboutData.addCredit( ki18n("Jens Zurheide"), ki18n( "Patches" ), "jens.zurheide at gmx.de" );
@@ -102,7 +108,6 @@
     aboutData.addCredit( ki18n("Tobias Gl\303\244\303\237er") , ki18n( "Documentation Finder,  qmake projectmanager patches, usability improvements, bugfixes ... " ), "tobi.web at gmx.de" );
     aboutData.addCredit( ki18n("Andreas Koepfle") , ki18n( "QMake project manager patches" ), "koepfle at ti.uni-mannheim.de" );
     aboutData.addCredit( ki18n("Sascha Cunz") , ki18n( "Cleanup and bugfixes for qEditor, AutoMake and much other stuff" ), "mail at sacu.de" );
-    aboutData.addCredit( ki18n("Robert Gruber") , ki18n( "SnippetPart, debugger and usability patches" ), "rgruber at users.sourceforge.net" );
     aboutData.addCredit( ki18n("Zoran Karavla"), ki18n( "Artwork for the ruby language" ), "webmaster at the-error.net", "http://the-error.net" );
 
     KCmdLineArgs::init( argc, argv, &aboutData );




More information about the KDevelop-devel mailing list