[Kst] extragear/graphics/kst/kst
Rick Chern
rchern at interchange.ubc.ca
Tue Jun 28 00:48:02 CEST 2005
SVN commit 429527 by rchern:
Basic support for duplicating vectors and dependencies when changing files
- no support for matrices and images yet, but will be supported once matrices are reworked and data objects have _inputMatrices
- still need to implement more support for equations and events, as they have more dependencies than just _inputVectors, _inputScalars, and _inputStrings
CCMAIL: 91692 at bugs.kde.org
M +242 -155 changefiledialog.ui
M +27 -3 kstchangefiledialog_i.cpp
M +8 -0 kstcsd.cpp
M +2 -0 kstcsd.h
M +1 -0 kstcurvehint.h
M +93 -0 kstdataobject.cpp
M +13 -4 kstdataobject.h
M +8 -0 kstequation.cpp
M +2 -0 kstequation.h
M +16 -0 ksteventmonitorentry.cpp
M +2 -0 ksteventmonitorentry.h
M +10 -0 ksthistogram.cpp
M +2 -0 ksthistogram.h
M +13 -0 kstimage.cpp
M +2 -0 kstimage.h
M +6 -0 kstmatrix.cpp
M +2 -0 kstmatrix.h
M +50 -0 kstplugin.cpp
M +2 -0 kstplugin.h
M +8 -0 kstpsd.cpp
M +2 -0 kstpsd.h
M +6 -0 kstrvector.cpp
M +4 -0 kstrvector.h
M +24 -0 kstvcurve.cpp
M +2 -0 kstvcurve.h
M +30 -0 kstvector.cpp
M +5 -0 kstvector.h
More information about the Kst
mailing list