kig
Go to the documentation of this file.
18 #ifndef KIG_ABOUTDATA_H
19 #define KIG_ABOUTDATA_H
21 #include <kaboutdata.h>
24 #include <config-kig.h>
26 inline KAboutData
kigAboutData(
const char* name,
const char* iname )
28 const char* version =
"v" KIGVERSION;
29 const char* description = I18N_NOOP(
"KDE Interactive Geometry" );
31 KAboutData tmp( name, 0, ki18n(iname), version,
32 ki18n(description), KAboutData::License_GPL,
33 ki18n(
"(C) 2002-2005, The Kig developers" ),
34 KLocalizedString(),
"http://edu.kde.org/kig" );
35 tmp.addAuthor(ki18n(
"Dominique Devriese"),
36 ki18n(
"Original author, long time maintainer, design and lots of code."),
39 tmp.addAuthor(ki18n(
"Maurizio Paolini"),
40 ki18n(
"Did a lot of important work all around Kig, "
41 "including, but not limited to conics, cubics, "
42 "transformations and property tests support." ),
43 "paolini@dmf.unicatt.it");
45 tmp.addAuthor( ki18n(
"Pino Toscano"),
46 ki18n(
"Actual maintainer, Dr. Geo import filter, point and "
47 "line styles, Italian translation, "
48 "miscellaneous stuff here and there." ),
49 "toscano.pino@tiscali.it" );
51 tmp.addAuthor( ki18n(
"Franco Pasquarelli"),
52 ki18n(
"Helped a lot with the implementation of the Locus object, "
53 "there's quite some math involved in doing it right, and "
54 "Franco wrote the most difficult parts." ),
55 "pasqui@dmf.unicatt.it" );
57 tmp.addAuthor( ki18n(
"Francesca Gatti"),
58 ki18n(
"Responsible for the computation of the algebraic equation "
60 "frency.gatti@gmail.com" );
62 tmp.addAuthor( ki18n(
"Petr Gajdos"),
63 ki18n(
"Contributed the Bézier curves and related icons." ),
66 tmp.addAuthor( ki18n(
"Raoul Bourquin"),
67 ki18n(
"Contributed the 'asymptote' export filter." ),
68 "raoulb@bluewin.ch" );
70 tmp.addCredit( ki18n(
"Eric Depagne"),
71 ki18n(
"The French translator, who also sent me some useful "
72 "feedback, like feature requests and bug reports." ),
75 tmp.addCredit(ki18n(
"Marc Bartsch"),
76 ki18n(
"Author of KGeo, where I got inspiration, "
77 "some source, and most of the artwork from." ),
78 "marc.bartsch@web.de");
80 tmp.addCredit(ki18n(
"Christophe Devriese"),
81 ki18n(
"Domi's brother, who he got to write the algorithm for "
82 "calculating the center of the circle with three "
84 "oelewapperke@ulyssis.org" );
86 tmp.addCredit(ki18n(
"Christophe Prud'homme"),
87 ki18n(
"Sent me a patch for some bugs." ),
90 tmp.addCredit(ki18n(
"Robert Gogolok"),
91 ki18n(
"Gave me some good feedback on Kig, some feature "
92 "requests, cleanups and style fixes, and someone "
93 "to chat with on irc :)" ),
94 "robertgogolok@gmx.de");
96 tmp.addCredit(ki18n(
"David Vignoni"),
97 ki18n(
"Responsible for the nice application SVG Icon." ),
100 tmp.addCredit( ki18n(
"Danny Allen"),
101 ki18n(
"Responsible for the new object action icons." ),
102 "danny@dannyallen.co.uk" );
107 #endif // KIG_ABOUTDATA_H
KAboutData kigAboutData(const char *name, const char *iname)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.