[Kst] branches/work/kst/portto4/kst/src
Adam Treat
treat at kde.org
Mon Oct 1 17:50:50 CEST 2007
SVN commit 719660 by treat:
* Reintroduce the dialoglauncher.
* Note only the dialoglauncher is a singleton, not
the various dialogs it calls.
* Modify DataManager to use this new class.
* Modify DataDialogs to use only one constructor to
simplify the API.
* Hookup the VectorSelector widget to use this.
M +4 -0 libkstapp/application.cpp
M +4 -11 libkstapp/curvedialog.cpp
M +0 -1 libkstapp/curvedialog.h
M +7 -7 libkstapp/datadialog.cpp
M +1 -2 libkstapp/datadialog.h
M +9 -22 libkstapp/datamanager.cpp
M +0 -4 libkstapp/datamanager.h
A libkstapp/dialoglaunchergui.cpp [License: GPL (v2+)]
A libkstapp/dialoglaunchergui.h [License: GPL (v2+)]
M +4 -11 libkstapp/equationdialog.cpp
M +0 -1 libkstapp/equationdialog.h
M +2 -0 libkstapp/libkstapp.pro
M +4 -11 libkstapp/vectordialog.cpp
M +0 -1 libkstapp/vectordialog.h
M +33 -51 libkstmath/dialoglauncher.cpp
M +33 -21 libkstmath/dialoglauncher.h
M +2 -3 libkstmath/kstbasicplugin.cpp
M +2 -2 libkstmath/kstcsd.cpp
M +2 -2 libkstmath/kstequation.cpp
M +2 -2 libkstmath/ksthistogram.cpp
M +2 -2 libkstmath/kstimage.cpp
M +2 -2 libkstmath/kstpsd.cpp
M +2 -2 libkstmath/kstvcurve.cpp
M +13 -0 widgets/vectorselector.cpp
M +4 -0 widgets/vectorselector.h
More information about the Kst
mailing list