[Kst] branches/work/kst/portto4/kst/src
Barth Netterfield
netterfield at astro.utoronto.ca
Fri Oct 17 03:39:19 CEST 2008
SVN commit 872356 by netterfield:
Add a new kind of scalar: vector field scalars... make a scalar from a
single sample of a vector field from a data source. Useful for
numerical displays in live kst windows, etc.
Work on the data manager to allow strings and scalars to be displayed.
Refactor the data manager a little - simplifying things a bit.
M +1 -0 libkst/builtinprimitives.cpp
M +4 -0 libkst/datamatrix.cpp
M +1 -0 libkst/datamatrix.h
M +4 -0 libkst/datascalar.cpp
M +1 -0 libkst/datascalar.h
M +25 -0 libkst/datasource.cpp
M +33 -1 libkst/datasource.h
M +3 -0 libkst/datastring.cpp
M +1 -0 libkst/datastring.h
M +5 -0 libkst/datavector.cpp
M +1 -0 libkst/datavector.h
M +4 -0 libkst/generatedvector.cpp
M +1 -1 libkst/generatedvector.h
M +4 -2 libkst/libkst.pro
M +5 -1 libkst/matrix.cpp
M +1 -0 libkst/matrix.h
M +8 -0 libkst/primitive.cpp
M +2 -1 libkst/primitive.h
M +7 -0 libkst/scalar.cpp
M +2 -0 libkst/scalar.h
M +70 -1 libkst/scalarfactory.cpp
M +7 -0 libkst/scalarfactory.h
M +16 -0 libkst/string_kst.cpp
M +3 -1 libkst/string_kst.h
M +6 -22 libkst/vector.cpp
M +1 -0 libkst/vector.h
A libkst/vscalar.cpp [License: GPL (v2+)]
A libkst/vscalar.h [License: GPL (v2+)]
M +1 -3 libkstapp/datadialog.cpp
M +155 -32 libkstapp/scalardialog.cpp
M +11 -5 libkstapp/scalardialog.h
M +117 -10 libkstapp/scalartab.ui
M +19 -80 libkstapp/sessionmodel.cpp
M +1 -2 libkstapp/sessionmodel.h
M +3 -1 libkstapp/vectordialog.cpp
More information about the Kst
mailing list