[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [amarok] /: Maintain authors list.
From:       Bart Cerneels <bart.cerneels () kde ! org>
Date:       2011-11-08 11:05:29
Message-ID: 20111108110529.5B08BA60A6 () git ! kde ! org
[Download RAW message or body]

Git commit d096750b5c4975e0f8276a031203ede86582c6e4 by Bart Cerneels.
Committed on 08/11/2011 at 11:29.
Pushed by shanachie into branch 'master'.

Maintain authors list.

Add Myriam, Sven and Ralf and remove people who've been MIA since > 1.5 yea=
rs.

Authors status is granted to long term contributors and comes with a
the assumption that they will stay active for a long while and stay
invested in the maintenence and/or expansion of the project.

CCMAIL:amarok-devel@kde.org

M  +3    -3    AUTHORS
M  +15   -15   src/main.cpp

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

diff --git a/AUTHORS b/AUTHORS
index 6cbc8d0..52e5ff4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,15 +1,15 @@
 # Note: Please keep this in sync with Mainpage.dox
 =

-Alejandro Wainzinger <aikawarazuni@gmail.com>
 Bart Cerneels <bart.cerneels@kde.org>
-Dan Meltzer <hydrogen@notyetimplemented.com>
 Ian Monroe <ian@monroe.nu>
 Jeff Mitchell <mitchell@kde.org>
 Leo Franchi <lfranchi@kde.org>
 Lydia Pintscher <lydia@kde.org>
 Mark Kretschmann <kretschmann@kde.org>
-Maximilian Kossick <maximilian.kossick@gmail.com>
+Myriam Schweingruber <myriam@kde.org>
 Nikolaj Hald Nielsen <nhnfreespirit@gmail.com>
+Ralf Engels <ralf.engels@nokia.com>
 Rick W. Chen <stuffcorpse@archlinux.us>
 Seb Ruiz <ruiz@kde.org>
+Sven Krohlas <sven@asbest-online.de>
 T=C3=A9o Mrnjavac <teo@kde.org>
diff --git a/src/main.cpp b/src/main.cpp
index 2371ab4..665581b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -48,18 +48,10 @@ int main( int argc, char *argv[] )
 =

     //Authors
     extern OcsData ocsData;
-    aboutData.addAuthor( ki18n("Alejandro Wainzinger"),
-            ki18n("Developer (xevix)"), "aikawarazuni@gmail.com", "http://=
awainzin-foss.blogspot.com" );
-    ocsData.addAuthor( "xevix", aboutData.authors().last() );
-
     aboutData.addAuthor( ki18n("Bart 'Where are my toothpicks' Cerneels"),
             ki18n("Developer (Stecchino)"), "bart.cerneels@kde.org", "http=
://commonideas.blogspot.com" );
     ocsData.addAuthor( "Stecchino", aboutData.authors().last() );
 =

-    aboutData.addAuthor( ki18n("Dan 'Hey, it compiled...' Meltzer"),
-            ki18n("Developer (hydrogen)"), "parallelgrapefruit@gmail.com" =
);
-    ocsData.addAuthor( QString(), aboutData.authors().last() );
-
     aboutData.addAuthor( ki18n("Ian 'The Beard' Monroe"),
             ki18n("Developer (eean)"), "ian@monroe.nu", "http://www.monroe=
.nu/" );
     ocsData.addAuthor( "eean", aboutData.authors().last() );
@@ -80,14 +72,17 @@ int main( int argc, char *argv[] )
             ki18n("Project founder (markey)"), "kretschmann@kde.org", "htt=
p://amarok.kde.org/blog/categories/1-markey" );
     ocsData.addAuthor( "MarkKretschmann", aboutData.authors().last() );
 =

-    aboutData.addAuthor( ki18n("Maximilian Kossick"),
-            ki18n("Developer (maxx_k)"), "maximilian.kossick@gmail.com" );
-    ocsData.addAuthor( QString(), aboutData.authors().last() );
+    aboutData.addAuthor( ki18n("Myriam Schweingruber"), ki18n("Rokymoter, =
Bug triaging (Mamarok)"), "myriam@kde.org" );
+    ocsData.addAuthor( "Mamarok", aboutData.authors().last() );
 =

     aboutData.addAuthor( ki18n("Nikolaj Hald 'Also very hot' Nielsen"),
             ki18n("Developer (nhn)"), "nhn@kde.org", "http://amarok.kde.or=
g/blog/categories/18-freespirit" );
     ocsData.addAuthor( "nhnFreespirit", aboutData.authors().last() );
 =

+    aboutData.addAuthor( ki18n("Ralf 'SalsaMaster' Engels"),
+            ki18n("Developer (rengels)"), "ralf.engels@nokia.com" );
+    ocsData.addAuthor( QString(), aboutData.authors().last() );
+
     aboutData.addAuthor( ki18n("Rick W. Chen"),
             ki18n("Developer (stuffcorpse)"), "stuffcorpse@archlinux.us" );
     ocsData.addAuthor( "stuffcorpse", aboutData.authors().last() );
@@ -96,12 +91,17 @@ int main( int argc, char *argv[] )
             ki18n("Developer (sebr)"), "ruiz@kde.org", "http://www.sebruiz=
.net" );
     ocsData.addAuthor( "seb", aboutData.authors().last() );
 =

+    aboutData.addAuthor( ki18n("Sven Krohlas"), ki18n("Rokymoter, Develope=
r (sven423)"), "sven@asbest-online.de" );
+    ocsData.addAuthor( "krohlas", aboutData.authors().last() );
+
     aboutData.addAuthor( ki18n("T=C3=A9o Mrnjavac"),
             ki18n("Developer (Teo`)"), "teo@kde.org", "http://teom.wordpre=
ss.com/" );
     ocsData.addAuthor( "teom", aboutData.authors().last() );
 =

 =

     //Contributors
+    aboutData.addCredit( ki18n("Alejandro Wainzinger"), ki18n("Developer (=
xevix)"), "aikawarazuni@gmail.com" );
+        ocsData.addCredit( "xevix", aboutData.credits().last() );
     aboutData.addCredit( ki18n("Alex Merry"), ki18n("Developer, Replay Gai=
n support"), "kde@randomguy3.me.uk" );
         ocsData.addCredit( "randomguy3", aboutData.credits().last() );
     aboutData.addCredit( ki18n("Casey Link"), ki18n("MP3tunes integration"=
), "unnamedrambler@gmail.com" );
@@ -112,6 +112,8 @@ int main( int argc, char *argv[] )
         ocsData.addCredit( "dangle", aboutData.credits().last() );
     aboutData.addCredit( ki18n("Dan Leinir Turthra Jensen"), ki18n("Usabil=
ity"), "admin@leinir.dk" );
         ocsData.addCredit( "leinir", aboutData.credits().last() );
+    aboutData.addCredit( ki18n("Dan 'Hey, it compiled...' Meltzer"), ki18n=
("Developer (hydrogen)"), "parallelgrapefruit@gmail.com" );
+        ocsData.addCredit( QString(), aboutData.credits().last() );
     aboutData.addCredit( ki18n("Daniel Caleb Jones"), ki18n("Biased playli=
sts"), "danielcjones@gmail.com" );
         ocsData.addCredit( QString(), aboutData.credits().last() );
     aboutData.addCredit( ki18n("Daniel Dewald"), ki18n("Tag Guesser, Label=
s, Spectrum Analyzer"), "Daniel.Dewald@time-shift.de" );
@@ -145,10 +147,10 @@ int main( int argc, char *argv[] )
         ocsData.addCredit( "panzi", aboutData.credits().last() );
     aboutData.addCredit( ki18n("Max Howell"), ki18n("Developer, Vision"), =
"max.howell@methylblue.com" );
         ocsData.addCredit( QString(), aboutData.credits().last() );
+    aboutData.addCredit( ki18n("Maximilian Kossick"), ki18n("Developer (ma=
xx_k)"), "maximilian.kossick@gmail.com" );
+        ocsData.addCredit( QString(), aboutData.credits().last() );
     aboutData.addCredit( ki18n("Mikko Caldara"), ki18n("Bug triaging and s=
anitizing"), "mikko.cal@gmail.com" );
         ocsData.addCredit( QString(), aboutData.credits().last() );
-    aboutData.addCredit( ki18n("Myriam Schweingruber"), ki18n("Rokymoter, =
Bug triaging (Mamarok)"), "myriam@kde.org" );
-        ocsData.addCredit( "Mamarok", aboutData.credits().last() );
     aboutData.addCredit( ki18n("Nikhil Marathe"), ki18n("UPnP support and =
patches (nsm)"), "nsm.nikhil@gmail.com" );
         ocsData.addCredit( "nikhilm", aboutData.credits().last() );
     aboutData.addCredit( ki18n("Nuno Pinheiro"), ki18n("Artwork"), "nuno@o=
xygen-icons.org" );
@@ -171,8 +173,6 @@ int main( int argc, char *argv[] )
         ocsData.addCredit( "Takahani", aboutData.credits().last() );
     aboutData.addCredit( ki18n("Soren Harward"), ki18n("Developer, Automat=
ed Playlist Generator"), "stharward@gmail.com" );
         ocsData.addCredit( QString(), aboutData.credits().last() );
-    aboutData.addCredit( ki18n("Sven Krohlas"), ki18n("Rokymoter, Develope=
r (sven423)"), "sven@asbest-online.de" );
-        ocsData.addCredit( "krohlas", aboutData.credits().last() );
     aboutData.addCredit( ki18n("Thomas L=C3=BCbking"), ki18n("Developer"),=
 "thomas.luebking@web.de" );
         ocsData.addCredit( "thomas12777", aboutData.credits().last() );
     aboutData.addCredit( ki18n("Valentin Rouet"), ki18n("Developer"), "v.r=
ouet@gmail.com" );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic