[amarok] /: Add Rick W. Chen to Authors list.

Teo Mrnjavac teo at kde.org
Sat May 28 18:57:26 CEST 2011


Git commit dbd88769054e899d3090f74733e5f7c56139b8eb by Teo Mrnjavac.
Committed on 28/05/2011 at 18:56.
Pushed by mrnjavac into branch 'master'.

Add Rick W. Chen to Authors list.
Rick W. Chen has been nominated for author status twice, once in November 2010 and once again in January 2011. He has been with us since 2009, and he is undoubtedly one of the most prolific Amarok contributors of all time [1].
During the last discussion there seem to have been no objections over his author status, but he was never added to the About dialog, which is an unfortunate oversight.
The present commit corrects that oversight, and I'm happy to be the first to congratulate Rick on this recognition of his accomplishments.
[1] https://www.ohloh.net/p/amarok/contributors/14025215889458
CCMAIL: amarok-devel at kde.org
CCMAIL: stuffcorpse at archlinux.us

M  +1    -0    AUTHORS     
M  +5    -4    src/main.cpp     

http://commits.kde.org/amarok/dbd88769054e899d3090f74733e5f7c56139b8eb

diff --git a/AUTHORS b/AUTHORS
index 3a698c6..a104963 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -8,5 +8,6 @@ Lydia Pintscher <lydia at kde.org>
 Mark Kretschmann <kretschmann at kde.org>
 Maximilian Kossick <maximilian.kossick at gmail.com>
 Nikolaj Hald Nielsen <nhnfreespirit at gmail.com>
+Rick W. Chen <stuffcorpse at archlinux.us>
 Seb Ruiz <ruiz at kde.org>
 Téo Mrnjavac <teo at kde.org>
diff --git a/src/main.cpp b/src/main.cpp
index 03ddf96..51cc71b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -64,6 +64,8 @@ int main( int argc, char *argv[] )
             ki18n("Developer (maxx_k)"), "maximilian.kossick at gmail.com" );
     aboutData.addAuthor( ki18n("Nikolaj Hald 'Also very hot' Nielsen"),
             ki18n("Developer (nhn)"), "nhn at kde.org", "http://amarok.kde.org/blog/categories/18-freespirit" );
+    aboutData.addAuthor( ki18n("Rick W. Chen"),
+            ki18n("Developer (stuffcorpse)"), "stuffcorpse at archlinux.us" );
     aboutData.addAuthor( ki18n("Seb 'Surfin' down under' Ruiz"),
             ki18n("Developer (sebr)"), "ruiz at kde.org", "http://www.sebruiz.net" );
     aboutData.addAuthor( ki18n("Téo Mrnjavac"),
@@ -80,8 +82,9 @@ int main( int argc, char *argv[] )
     ocsData.addAuthor( "MarkKretschmann", aboutData.authors().at( 7 ) );
     ocsData.addAuthor( QString(), aboutData.authors().at( 8 ) );
     ocsData.addAuthor( "nhnFreespirit", aboutData.authors().at( 9 ) );
-    ocsData.addAuthor( "seb", aboutData.authors().at( 10 ) );
-    ocsData.addAuthor( "teom", aboutData.authors().at( 11 ) );
+    ocsData.addAuthor( "stuffcorpse", aboutData.authors().at( 10 ) );
+    ocsData.addAuthor( "seb", aboutData.authors().at( 11 ) );
+    ocsData.addAuthor( "teom", aboutData.authors().at( 12 ) );
 
     //Contributors
     aboutData.addCredit( ki18n("Alex Merry"), ki18n("Developer, Replay Gain support"), "kde at randomguy3.me.uk" );
@@ -139,8 +142,6 @@ int main( int argc, char *argv[] )
         ocsData.addCredit( QString(), aboutData.credits().last() );
     aboutData.addCredit( ki18n("Peter Zhou Lei"), ki18n("Scripting interface"), "peterzhoulei at gmail.com" );
         ocsData.addCredit( "peterzl", aboutData.credits().last() );
-    aboutData.addCredit( ki18n("Rick W. Chen"), ki18n("Cover fetcher"), "stuffcorpse at archlinux.us" );
-        ocsData.addCredit( "stuffcorpse", aboutData.credits().last() );
     aboutData.addCredit( ki18n("Scott Wheeler"), ki18n("TagLib & ktrm code"), "wheeler at kde.org" );
         ocsData.addCredit( "wheels", aboutData.credits().last() );
     aboutData.addCredit( ki18n("Shane King"), ki18n("Patches & Windows porting (shakes)"), "kde at dontletsstart.com" );


More information about the Amarok-devel mailing list