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

List:       kde-commits
Subject:    playground/base/kat/src
From:       Roberto Cappuccio <roberto.cappuccio () gmail ! com>
Date:       2005-11-24 18:45:18
Message-ID: 1132857918.288392.15324.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 483007 by cappuccio:

fixed license information and program version

 M  +5 -9      libkatutils/katutils.cpp  
 M  +10 -1     tests/test_main.cpp  


--- trunk/playground/base/kat/src/libkatutils/katutils.cpp #483006:483007
@@ -89,7 +89,7 @@
 }
 
 static const char description[] = I18N_NOOP( "KAT - Desktop Search Environment" );
-static const char version[] = "0.6.5";
+static const char version[] = "0.7.0 (codename Lilith)";
 
 KAboutData katAboutData()
 {
@@ -100,18 +100,14 @@
                       KAboutData::License_GPL_V2,
                       I18N_NOOP( "(C) 2005 Roberto Cappuccio and the KAT team" ),
                       I18N_NOOP( "A desktop search environment for KDE" ),
-                      "http://kat.sourceforge.net",
-                      "kat.development@lists.sourceforge.net"
+                      "http://kat.mandriva.com",
+                      "kat-development@lists.sourceforge.net"
                      );
     about.addAuthor( "Roberto Cappuccio", I18N_NOOP("Lead developer"), "roberto.cappuccio@gmail.com" );
-    about.addAuthor( "Laurent Montel", I18N_NOOP("Developer"), "montel@kde.org" );
     about.addAuthor( "Praveen Kandikuppa", I18N_NOOP("Developer"), "praveen9@gmail.com" );
-    about.addAuthor( "Fred Schaettgen", I18N_NOOP("Developer"), "kde.sch@ttgen.net" );
+    about.addAuthor( "Laurent Montel", I18N_NOOP("Developer"), "montel@kde.org" );
     about.addAuthor( "Egon Willighagen", I18N_NOOP("Developer"), "egonw@users.sf.net" );
-    about.addCredit( "Cavnar, W. B. and J. M. Trenkle", I18N_NOOP("N-Gram-Based Text Categorization\n"
-                     "Third Annual Symposium on Document Analysis and Information Retrieval\n"
-                     "Las Vegas, 11-13 April 1994\n"
-                     "(Kat's language identification feature is based on this paper)") );
+    about.addAuthor( "Fred Schaettgen", I18N_NOOP("Developer"), "kde.sch@ttgen.net" );
     about.setTranslator( I18N_NOOP( "_: NAME OF TRANSLATORS\\nYour names" ) ,
                          I18N_NOOP( "_: EMAIL OF TRANSLATORS\\nYour emails" ) );
     return about;
--- trunk/playground/base/kat/src/tests/test_main.cpp #483006:483007
@@ -26,7 +26,16 @@
         CPPUNIT_NS::TestFactoryRegistry::getRegistry();
 
     // Create the QtTestRunner
-    KAboutData about( "appName", "programName", "version" );
+    KAboutData about( "tests",
+                      I18N_NOOP( "Kat Unit Tests" ),
+                      "0.7.0",
+                      "Unit tests for the Kat desktop search environment",
+                      KAboutData::License_GPL_V2,
+                      I18N_NOOP( "(C) 2005 Roberto Cappuccio and the KAT team" ),
+                      I18N_NOOP( "Unit tests for the Kat desktop search environment" ),
+                      "http://kat.mandriva.com",
+                      "kat-development@lists.sourceforge.net" );
+    about.addAuthor( "Roberto Cappuccio", I18N_NOOP("Lead developer"), "roberto.cappuccio@gmail.com" );
     KCmdLineArgs::init( argc, argv, &about );
     KApplication app( argc, argv );
     CPPUNIT_NS::QtTestRunner runner;
[prev in list] [next in list] [prev in thread] [next in thread] 

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