[Kst] branches/work/kst/portto4/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Thu Oct 21 01:59:24 CEST 2010
SVN commit 1187994 by netterfield:
BUG: 252874
Refactor objects to provide the tools needed to do bulk modifications to objects.
Then fix the change file dialog. It is pretty likely that there are new and exciting bugs in the
dialog, as there are more corner cases than you can shake a stick at here... So please test and
open new reports with what you find.
Oh, and there are binary incompatible changes here to libkst, so people will have to completely re-build
everything.
M +3 -0 devel-docs/Kst2Specs/Bugs
M +56 -43 src/libkst/datamatrix.cpp
M +6 -4 src/libkst/datamatrix.h
M +44 -25 src/libkst/dataprimitive.cpp
M +13 -8 src/libkst/dataprimitive.h
M +41 -31 src/libkst/datascalar.cpp
M +6 -4 src/libkst/datascalar.h
M +44 -30 src/libkst/datastring.cpp
M +6 -4 src/libkst/datastring.h
M +73 -64 src/libkst/datavector.cpp
M +5 -4 src/libkst/datavector.h
M +31 -5 src/libkst/matrix.cpp
M +13 -8 src/libkst/matrix.h
M +0 -62 src/libkst/objectstore.cpp
M +4 -0 src/libkst/primitive.cpp
M +20 -1 src/libkst/primitive.h
M +19 -11 src/libkst/vector.cpp
M +10 -10 src/libkst/vector.h
M +14 -2 src/libkst/vscalar.cpp
M +5 -3 src/libkst/vscalar.h
M +128 -137 src/libkstapp/changefiledialog.cpp
M +0 -1 src/libkstapp/changefiledialog.h
M +3 -3 src/libkstapp/choosecolordialog.cpp
M +2 -2 src/libkstapp/commandlineparser.cpp
M +2 -2 src/libkstapp/matrixdialog.cpp
M +6 -6 src/libkstapp/scalardialog.cpp
M +3 -3 src/libkstapp/stringdialog.cpp
M +3 -3 src/libkstapp/vectordialog.cpp
M +1 -1 src/libkstmath/basicplugin.cpp
M +1 -1 src/libkstmath/basicplugin.h
M +1 -1 src/libkstmath/csd.cpp
M +1 -1 src/libkstmath/csd.h
M +1 -2 src/libkstmath/curve.cpp
M +2 -1 src/libkstmath/curve.h
M +112 -244 src/libkstmath/dataobject.cpp
M +6 -8 src/libkstmath/dataobject.h
M +31 -96 src/libkstmath/equation.cpp
M +4 -6 src/libkstmath/equation.h
M +1 -78 src/libkstmath/eventmonitorentry.cpp
M +1 -6 src/libkstmath/eventmonitorentry.h
M +3 -0 src/libkstmath/fftsg_h.c
M +1 -1 src/libkstmath/histogram.cpp
M +1 -1 src/libkstmath/histogram.h
M +1 -2 src/libkstmath/image.cpp
M +1 -1 src/libkstmath/image.h
M +1 -1 src/libkstmath/psd.cpp
M +1 -1 src/libkstmath/psd.h
M +38 -96 src/libkstmath/relation.cpp
M +5 -4 src/libkstmath/relation.h
M +1 -1 src/widgets/curveselector.cpp
M +2 -2 src/widgets/dialogdefaults.cpp
M +4 -4 src/widgets/gradienteditor.cpp
M +1 -1 src/widgets/matrixselector.cpp
M +1 -1 src/widgets/stringselector.cpp
M +1 -1 src/widgets/vectorselector.cpp
http://websvn.kde.org/?view=rev&revision=1187994
More information about the Kst
mailing list