[Kst] extragear/graphics/kst/kst
Rick Chern
rchern at interchange.ubc.ca
Sat Jul 9 00:51:16 CEST 2005
SVN commit 432894 by rchern:
Preliminary skeleton for KstMatrix, KstAMatrix, KstRMatrix, KstSMatrix
- this breaks most matrix/image functionality for now
- KstSMatrix mostly works now; it is a gradient along x or y axis
- KstRMatrices can be created but only have stubs for reading from datasource
- KstImage reworked to work with new matrices
- saving/loading of matrices mostly works
- revised matrix new/edit dialog
- _inputMatrices, _outputMatrices added to KstDataObject - part of locking now
- KST::matrixList added
- editing of matrices added to context menu for Kst2DPlot
- disabled some kstiface matrix functions for now
M +6 -2 Makefile.am
M +5 -1 kst.cpp
M +13 -0 kst2dplot.cpp
M +1 -0 kst2dplot.h
A kstamatrix.cpp [License: GPL (v2+)]
A kstamatrix.h [License: GPL (v2+)]
M +9 -0 kstdatacollection.cpp
M +4 -0 kstdatacollection.h
M +275 -101 kstdatamanager_i.cpp
M +7 -1 kstdatamanager_i.h
M +55 -1 kstdataobject.cpp
M +9 -0 kstdataobject.h
M +19 -4 kstdoc.cpp
M +56 -53 kstiface_impl.cpp
M +36 -46 kstimage.cpp
M +3 -5 kstimage.h
M +5 -9 kstimagedialog_i.cpp
M +293 -148 kstmatrix.cpp
M +124 -46 kstmatrix.h
M +725 -169 kstmatrixdialog_i.cpp
M +55 -13 kstmatrixdialog_i.h
A kstrmatrix.cpp [License: GPL (v2+)]
A kstrmatrix.h [License: GPL (v2+)]
A kstsmatrix.cpp [License: GPL (v2+)]
A kstsmatrix.h [License: GPL (v2+)]
M +765 -355 matrixdialog.ui
M +21 -20 matrixselector.ui.h
M +0 -1 rwlock.cpp
More information about the Kst
mailing list