• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

kig

  • sources
  • kde-4.12
  • kdeedu
  • kig
  • kig
aboutdata.h
Go to the documentation of this file.
1 // Copyright (C) 2002 Dominique Devriese <devriese@kde.org>
2 
3 // This program is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU General Public License
5 // as published by the Free Software Foundation; either version 2
6 // of the License, or (at your option) any later version.
7 
8 // This program is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 // GNU General Public License for more details.
12 
13 // You should have received a copy of the GNU General Public License
14 // along with this program; if not, write to the Free Software
15 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16 // 02110-1301, USA.
17 
18 #ifndef KIG_ABOUTDATA_H
19 #define KIG_ABOUTDATA_H
20 
21 #include <kaboutdata.h>
22 #include <klocale.h>
23 
24 #include <config-kig.h>
25 
26 inline KAboutData kigAboutData( const char* name, const char* iname )
27 {
28  const char* version = "v" KIGVERSION;
29  const char* description = I18N_NOOP( "KDE Interactive Geometry" );
30 
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."),
37  "devriese@kde.org" );
38 
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");
44 
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" );
50 
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" );
56 
57  tmp.addAuthor( ki18n("Francesca Gatti"),
58  ki18n( "Responsible for the computation of the algebraic equation "
59  "of a locus." ),
60  "frency.gatti@gmail.com" );
61 
62  tmp.addAuthor( ki18n("Petr Gajdos"),
63  ki18n( "Contributed the Bézier curves and related icons." ),
64  "pgajdos@suse.cz" );
65 
66  tmp.addAuthor( ki18n("Raoul Bourquin"),
67  ki18n( "Contributed the 'asymptote' export filter." ),
68  "raoulb@bluewin.ch" );
69 
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." ),
73  "edepagne@eso.org" );
74 
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");
79 
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 "
83  "points given." ),
84  "oelewapperke@ulyssis.org" );
85 
86  tmp.addCredit(ki18n("Christophe Prud'homme"),
87  ki18n( "Sent me a patch for some bugs." ),
88  "prudhomm@mit.edu" );
89 
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");
95 
96  tmp.addCredit(ki18n("David Vignoni"),
97  ki18n("Responsible for the nice application SVG Icon." ),
98  "david80v@tin.it");
99 
100  tmp.addCredit( ki18n("Danny Allen"),
101  ki18n( "Responsible for the new object action icons." ),
102  "danny@dannyallen.co.uk" );
103 
104  return tmp;
105 }
106 
107 #endif // KIG_ABOUTDATA_H
kigAboutData
KAboutData kigAboutData(const char *name, const char *iname)
Definition: aboutdata.h:26
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kig

Skip menu "kig"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal