comparison kdiff3/src-QT4/main.cpp @ 77:1184fc843210

KDiff3-0.9.92
author joachim99
date Mon, 16 Apr 2007 21:26:08 +0000
parents 08ea9b86c12c
children fcd146072e0c
comparison
equal deleted inserted replaced
76:257ccb866dc3 77:1184fc843210
1 /*************************************************************************** 1 /***************************************************************************
2 main.cpp - Where everything starts. 2 main.cpp - Where everything starts.
3 ------------------- 3 -------------------
4 begin : Don Jul 11 12:31:29 CEST 2002 4 begin : Don Jul 11 12:31:29 CEST 2002
5 copyright : (C) 2002-2006 by Joachim Eibl 5 copyright : (C) 2002-2007 by Joachim Eibl
6 email : joachim.eibl at gmx.de 6 email : joachim.eibl at gmx.de
7 ***************************************************************************/ 7 ***************************************************************************/
8 8
9 /*************************************************************************** 9 /***************************************************************************
10 * * 10 * *
170 #endif 170 #endif
171 //QApplication::setColorSpec( QApplication::ManyColor ); // Grab all 216 colors 171 //QApplication::setColorSpec( QApplication::ManyColor ); // Grab all 216 colors
172 172
173 KAboutData aboutData( "kdiff3", I18N_NOOP("KDiff3"), 173 KAboutData aboutData( "kdiff3", I18N_NOOP("KDiff3"),
174 VERSION, description, KAboutData::License_GPL, 174 VERSION, description, KAboutData::License_GPL,
175 "(c) 2002-2006 Joachim Eibl", 0, "http://kdiff3.sourceforge.net/", "joachim.eibl" "@" "gmx.de"); 175 "(c) 2002-2007 Joachim Eibl", 0, "http://kdiff3.sourceforge.net/", "joachim.eibl" "@" "gmx.de");
176 aboutData.addAuthor("Joachim Eibl",0, "joachim.eibl" "@" "gmx.de"); 176 aboutData.addAuthor("Joachim Eibl",0, "joachim.eibl" "@" "gmx.de");
177 aboutData.addCredit("Eike Sauer", "Bugfixes, Debian package maintainer" ); 177 aboutData.addCredit("Eike Sauer", "Bugfixes, Debian package maintainer" );
178 aboutData.addCredit("Sebastien Fricker", "Windows installer" ); 178 aboutData.addCredit("Sebastien Fricker", "Windows installer" );
179 aboutData.addCredit("Stephan Binner", "i18n-help", "binner" "@" "kde.org" ); 179 aboutData.addCredit("Stephan Binner", "i18n-help", "binner" "@" "kde.org" );
180 aboutData.addCredit("Stefan Partheymueller", "Clipboard-patch" ); 180 aboutData.addCredit("Stefan Partheymueller", "Clipboard-patch" );
181 aboutData.addCredit("David Faure", "KIO-Help", "faure" "@" "kde.org" ); 181 aboutData.addCredit("David Faure", "KIO-Help", "faure" "@" "kde.org" );
182 aboutData.addCredit("Bernd Gehrmann", "Class CvsIgnoreList from Cervisia" ); 182 aboutData.addCredit("Bernd Gehrmann", "Class CvsIgnoreList from Cervisia" );
183 aboutData.addCredit("Andre Woebbeking", "Class StringMatcher" ); 183 aboutData.addCredit("Andre Woebbeking", "Class StringMatcher" );
184 aboutData.addCredit("Michael Denio", "Directory Equality-Coloring patch"); 184 aboutData.addCredit("Michael Denio", "Directory Equality-Coloring patch");
185 aboutData.addCredit("Manfred Koehler", "Fix for slow startup on Windows");
186 aboutData.addCredit("Sergey Zorin", "Diff Ext for Windows");
185 aboutData.addCredit("Paul Eggert, Mike Haertel, David Hayes, Richard Stallman, Len Tower", "GNU-Diffutils"); 187 aboutData.addCredit("Paul Eggert, Mike Haertel, David Hayes, Richard Stallman, Len Tower", "GNU-Diffutils");
188 aboutData.addCredit("Tino Boellsterling, Timothy Mee", "Intensive test, use and feedback");
189 aboutData.addCredit("Michael Schmidt", "Mac support");
190
186 aboutData.addCredit(I18N_NOOP("+ Many thanks to those who reported bugs and contributed ideas!")); 191 aboutData.addCredit(I18N_NOOP("+ Many thanks to those who reported bugs and contributed ideas!"));
187 192
188 KCmdLineArgs::init( argc, argv, &aboutData ); 193 KCmdLineArgs::init( argc, argv, &aboutData );
189 std::vector<KCmdLineOptions> vOptions; 194 std::vector<KCmdLineOptions> vOptions;
190 QStringList ignorableOptions; 195 QStringList ignorableOptions;