[Kst] branches/work/kst/portto4/kst

Mike Fenton mike at staikos.net
Mon Oct 1 20:11:06 CEST 2007


SVN commit 719698 by fenton:

Rename of kstamatrix to Kst::EditableMatrix and the associated changes.


 A             src/libkst/editablematrix.cpp   src/libkst/kstamatrix.cpp#719662 [License: GPL (v2+)]
 A             src/libkst/editablematrix.h   src/libkst/kstamatrix.h#719662 [License: GPL (v2+)]
 D             src/libkst/kstamatrix.cpp  
 D             src/libkst/kstamatrix.h  
 M  +2 -2      src/libkst/libkst.pro  
 M  +2 -2      tests/main.cpp  
 D             tests/testamatrix.cpp  
 D             tests/testamatrix.h  
 A             tests/testeditablematrix.cpp   tests/testamatrix.cpp#719662 [License: GPL (v2+)]
 A             tests/testeditablematrix.h   tests/testamatrix.h#719662 [License: GPL (v2+)]
 M  +2 -2      tests/tests.pro  


--- branches/work/kst/portto4/kst/src/libkst/libkst.pro #719697:719698
@@ -32,7 +32,7 @@
     kstmatrix.cpp \
     kstrmatrix.cpp \
     kstsmatrix.cpp \
-    kstamatrix.cpp \
+    editablematrix.cpp \
     kstvector.cpp \
     kstsvector.cpp \
     kstavector.cpp \
@@ -55,7 +55,7 @@
 HEADERS += \
     datasourcefactory.h \
     defaultprimitivenames.h \
-    kstamatrix.h \
+    editablematrix.h \
     kstavector.h \
     kstdatacollection.h \
     kstdataplugin.h \
--- branches/work/kst/portto4/kst/tests/main.cpp #719697:719698
@@ -20,7 +20,7 @@
 #include "testcsd.h"
 #include "testpsd.h"
 #include "testhistogram.h"
-#include "testamatrix.h"
+#include "testeditablematrix.h"
 #include "testlabelparser.h"
 #include "testeqparser.h"
 
@@ -48,7 +48,7 @@
   TestCSD test7;
   QTest::qExec(&test7, argc, argv);
 
-  TestAMatrix test8;
+  TestEditableMatrix test8;
   QTest::qExec(&test8, argc, argv);
 
   TestLabelParser test9;
--- branches/work/kst/portto4/kst/tests/tests.pro #719697:719698
@@ -22,7 +22,7 @@
 
 SOURCES += \
     main.cpp \
-    testamatrix.cpp \
+    testeditablematrix.cpp \
     testcsd.cpp \
     testdatasource.cpp \
     testeqparser.cpp \
@@ -34,7 +34,7 @@
     testvector.cpp 
 
 HEADERS += \
-    testamatrix.h \
+    testeditablematrix.h \
     testcsd.h \
     testdatasource.h \
     testhistogram.h \


More information about the Kst mailing list