|
From: Gustavo P. B. <gb...@us...> - 2005-06-23 18:34:45
|
Update of /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19081/src/libkimageprocess Modified Files: Makefile.am ktclassifbackend.cpp ktclassifbackend.h ktfeature.cpp ktfeature.h ktfeaturemanager.cpp ktfeaturemanager.h ktimage.cpp ktimage.h ktmethod.cpp ktmethod.h ktmethodmanager.cpp ktmethodmanager.h ktpatternmanager.cpp ktpatternmanager.h ktplugin.cpp ktplugin.h ktpluginmanager.cpp ktpluginmanager.h ktproject.cpp ktproject.h Added Files: ktcalculation.cpp ktcalculation.h Log Message: Copyright update Index: ktfeature.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktfeature.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ktfeature.h 24 Mar 2005 03:05:45 -0000 1.4 +++ ktfeature.h 23 Jun 2005 18:33:50 -0000 1.5 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * --- NEW FILE: ktcalculation.h --- /*************************************************************************** * Copyright (C) 2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ #ifndef KTCALCULATION_H #define KTCALCULATION_H #include <qobject.h> /** A class that actually does the calculation for the images at all */ class KTCalculation : public QObject { Q_OBJECT public: KTCalculation(QObject *parent = 0, const char *name = 0); ~KTCalculation(); void calculateSampleData(); void calculateTestData(); static KTCalculation *self(); private: static KTCalculation *s_self; }; #endif Index: ktfeature.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktfeature.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ktfeature.cpp 23 Jun 2005 04:26:46 -0000 1.6 +++ ktfeature.cpp 23 Jun 2005 18:33:50 -0000 1.7 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktfeaturemanager.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktfeaturemanager.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ktfeaturemanager.cpp 23 Jun 2005 04:26:46 -0000 1.9 +++ ktfeaturemanager.cpp 23 Jun 2005 18:33:50 -0000 1.10 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktimage.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktimage.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ktimage.cpp 2 Apr 2005 18:12:41 -0000 1.17 +++ ktimage.cpp 23 Jun 2005 18:33:51 -0000 1.18 @@ -1,7 +1,7 @@ /*************************************************************************** * The texture feature's code was originally based on pgmtexture from * * the netpbm package. * - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktclassifbackend.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktclassifbackend.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ktclassifbackend.cpp 23 Jun 2005 04:26:46 -0000 1.4 +++ ktclassifbackend.cpp 23 Jun 2005 18:33:50 -0000 1.5 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktplugin.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktplugin.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ktplugin.cpp 23 Jun 2005 03:18:47 -0000 1.3 +++ ktplugin.cpp 23 Jun 2005 18:33:51 -0000 1.4 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktmethod.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktmethod.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- ktmethod.h 23 Jun 2005 04:26:46 -0000 1.7 +++ ktmethod.h 23 Jun 2005 18:33:51 -0000 1.8 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktclassifbackend.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktclassifbackend.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ktclassifbackend.h 26 Feb 2005 20:37:42 -0000 1.2 +++ ktclassifbackend.h 23 Jun 2005 18:33:50 -0000 1.3 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktfeaturemanager.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktfeaturemanager.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ktfeaturemanager.h 18 Mar 2005 20:33:46 -0000 1.5 +++ ktfeaturemanager.h 23 Jun 2005 18:33:51 -0000 1.6 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktimage.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktimage.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- ktimage.h 23 Jun 2005 04:26:46 -0000 1.10 +++ ktimage.h 23 Jun 2005 18:33:51 -0000 1.11 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktproject.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktproject.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- ktproject.cpp 23 Jun 2005 03:18:47 -0000 1.13 +++ ktproject.cpp 23 Jun 2005 18:33:51 -0000 1.14 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktmethodmanager.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktmethodmanager.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ktmethodmanager.cpp 23 Jun 2005 04:26:46 -0000 1.9 +++ ktmethodmanager.cpp 23 Jun 2005 18:33:51 -0000 1.10 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktpatternmanager.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktpatternmanager.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- ktpatternmanager.h 23 Jun 2005 03:18:47 -0000 1.13 +++ ktpatternmanager.h 23 Jun 2005 18:33:51 -0000 1.14 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktproject.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktproject.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ktproject.h 23 Jun 2005 03:18:47 -0000 1.4 +++ ktproject.h 23 Jun 2005 18:33:51 -0000 1.5 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktpatternmanager.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktpatternmanager.cpp,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- ktpatternmanager.cpp 23 Jun 2005 03:18:47 -0000 1.30 +++ ktpatternmanager.cpp 23 Jun 2005 18:33:51 -0000 1.31 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktplugin.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktplugin.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ktplugin.h 23 Jun 2005 03:18:47 -0000 1.4 +++ ktplugin.h 23 Jun 2005 18:33:51 -0000 1.5 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: Makefile.am =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 17 Mar 2005 03:46:55 -0000 1.5 +++ Makefile.am 23 Jun 2005 18:33:49 -0000 1.6 @@ -2,11 +2,11 @@ lib_LTLIBRARIES = libkimageprocess.la libkimageprocess_la_LDFLAGS = $(all_libraries) libkimageprocess_la_SOURCES = ktimage.cpp ktpatternmanager.cpp ktplugin.cpp \ - ktpluginmanager.cpp ktproject.cpp ktclassifbackend.cpp ktfeature.cpp ktfeature.h \ - ktfeaturemanager.cpp ktfeaturemanager.h ktmethod.cpp ktmethodmanager.cpp + ktpluginmanager.cpp ktproject.cpp ktclassifbackend.cpp ktfeature.cpp ktfeature.h \ + ktfeaturemanager.cpp ktfeaturemanager.h ktmethod.cpp ktmethodmanager.cpp ktcalculation.cpp noinst_HEADERS = ktimage.h ktpatternmanager.h ktplugin.h ktpluginmanager.h \ - ktproject.h ktclassifbackend.h + ktproject.h ktclassifbackend.h ktcalculation.h # let automoc handle all of the meta source files (moc) METASOURCES = AUTO Index: ktpluginmanager.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktpluginmanager.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ktpluginmanager.h 23 Jun 2005 03:18:47 -0000 1.2 +++ ktpluginmanager.h 23 Jun 2005 18:33:51 -0000 1.3 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktmethodmanager.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktmethodmanager.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ktmethodmanager.h 31 Mar 2005 23:56:43 -0000 1.4 +++ ktmethodmanager.h 23 Jun 2005 18:33:51 -0000 1.5 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: ktmethod.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktmethod.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ktmethod.cpp 23 Jun 2005 04:26:46 -0000 1.6 +++ ktmethod.cpp 23 Jun 2005 18:33:51 -0000 1.7 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * --- NEW FILE: ktcalculation.cpp --- /*************************************************************************** * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ #include "ktcalculation.h" #include <kstaticdeleter.h> KTCalculation::KTCalculation(QObject *parent, const char *name) : QObject(parent, name) { } KTCalculation::~KTCalculation() { } // Put the static deleter in its anonymous namespace -- why? namespace { KStaticDeleter<KTCalculation> sd; } KTCalculation *KTCalculation::s_self = 0L; KTCalculation *KTCalculation::self() { if ( !s_self ) sd.setObject( s_self, new KTCalculation() ); return s_self; } void KTCalculation::calculateSampleData() { } void KTCalculation::calculateTestData() { } #include "ktcalculation.moc" Index: ktpluginmanager.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktpluginmanager.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ktpluginmanager.cpp 23 Jun 2005 03:18:47 -0000 1.4 +++ ktpluginmanager.cpp 23 Jun 2005 18:33:51 -0000 1.5 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * |