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

George Staikos staikos at kde.org
Mon Jun 4 09:08:17 CEST 2007


SVN commit 671216 by staikos:

A huge pile of work.  Not sure I'll be able to capture everything:
1) Remove C plugins entirely
2) Add factories for loading objects from xml
3) Implement a demo of the new XML spec (reading)
4) Support a few graphics nodes for reading
5) Implement skeleton of writing xml
6) Some general refactoring and cleanup
7) Add some missing actions / shortcuts
8) Start to spec out how plot might work



 M  +4 -0      kst/main.cpp  
 M  +4 -1      libkst/CMakeLists.txt  
 A             libkst/datasourcefactory.cpp   [License: GPL (v2+)]
 A             libkst/datasourcefactory.h   [License: GPL (v2+)]
 A             libkst/primitivefactory.cpp   [License: GPL (v2+)]
 A             libkst/primitivefactory.h   [License: GPL (v2+)]
 M  +2 -0      libkstapp/CMakeLists.txt  
 A             libkstapp/axis.h   [License: GPL (v2+)]
 M  +89 -10    libkstapp/boxitem.cpp  
 M  +8 -0      libkstapp/boxitem.h  
 A             libkstapp/builtingraphics.cpp   [License: GPL (v2+)]
 A             libkstapp/builtingraphics.h   [License: GPL (v2+)]
 M  +156 -4    libkstapp/document.cpp  
 M  +4 -1      libkstapp/document.h  
 M  +9 -11     libkstapp/ellipseitem.cpp  
 A             libkstapp/graphicsfactory.cpp   [License: GPL (v2+)]
 A             libkstapp/graphicsfactory.h   [License: GPL (v2+)]
 M  +9 -11     libkstapp/labelitem.cpp  
 M  +0 -38     libkstapp/labelrenderer.cpp  
 M  +83 -11    libkstapp/lineitem.cpp  
 M  +8 -0      libkstapp/lineitem.h  
 M  +6 -4      libkstapp/mainwindow.cpp  
 M  +9 -11     libkstapp/pictureitem.cpp  
 M  +9 -11     libkstapp/plotitem.cpp  
 A             libkstapp/plotrenderer2d.h   [License: GPL (v2+)]
 M  +1 -1      libkstapp/viewitem.cpp  
 M  +2 -69     libkstmath/CMakeLists.txt  
 A             libkstmath/builtinobjects.cpp   [License: GPL (v2+)]
 A             libkstmath/builtinobjects.h   [License: GPL (v2+)]
 M  +6 -143    libkstmath/enodes.cpp  
 M  +0 -7      libkstmath/enodes.h  
 D             libkstmath/kstcplugin.cpp  
 D             libkstmath/kstcplugin.h  
 M  +4 -0      libkstmath/kstdataobject.cpp  
 M  +2 -0      libkstmath/kstdataobject.h  
 M  +0 -1      libkstmath/kstdefaultnames.cpp  
 M  +56 -64    libkstmath/kstequation.cpp  
 M  +29 -17    libkstmath/kstequation.h  
 M  +9 -0      libkstmath/objectfactory.cpp  
 M  +3 -2      libkstmath/objectfactory.h  
 D             libkstmath/plugin.cpp  
 D             libkstmath/plugin.h  
 D             libkstmath/plugincollection.cpp  
 D             libkstmath/plugincollection.h  
 D             libkstmath/pluginloader.cpp  
 D             libkstmath/pluginloader.h  
 D             libkstmath/pluginxmlparser.cpp  
 D             libkstmath/pluginxmlparser.h  
 A             libkstmath/relationfactory.cpp   [License: GPL (v2+)]
 A             libkstmath/relationfactory.h   [License: GPL (v2+)]




More information about the Kst mailing list