From kde-commits Sat Feb 08 01:06:15 2003 From: Dominique Devriese Date: Sat, 08 Feb 2003 01:06:15 +0000 To: kde-commits Subject: make_it_cool: kdeedu/kig/kig X-MARC-Message: https://marc.info/?l=kde-commits&m=104466648521430 CVS commit by domi: updating the credits.. M +8 -9 aboutdata.h 1.12.2.1 --- kdeedu/kig/kig/aboutdata.h #1.12:1.12.2.1 @@ -28,7 +28,14 @@ inline KAboutData* kigAboutData( const c description, KAboutData::License_GPL, "(C) 2002, Dominique Devriese"); - tmp->addAuthor("Dominique Devriese", I18N_NOOP("Coding"), + tmp->addAuthor("Dominique Devriese", + I18N_NOOP("Original author, maintenance, design and lots of code."), "devriese@kde.org" ); + tmp->addCredit("Maurizio Paolini", + I18N_NOOP( "Did the more math intensive work all around kig, " + "most importantly conics and transformations " + "support." ), + "paolini@dmf.bs.unicatt.it"); + tmp->addCredit("Marc Bartsch", I18N_NOOP("Author of KGeo, where i got inspiration, " @@ -40,12 +47,4 @@ inline KAboutData* kigAboutData( const c "source of inspiration for Kig"), "ibaran@mit.edu"); - - tmp->addCredit("Maurizio Paolini", - I18N_NOOP( "Wrote the radical line and the circle-line " - "intersection as a patch for kgeo, which i " - "ported to kig. Gave me some cool ideas on the " - "object system, and did some really _great_ work " - "on Kig's Conic support." ), - "paolini@dmf.bs.unicatt.it"); tmp->addCredit("Christophe Devriese",