[Kst] kdeextragear-2/kst
George Staikos
staikos at kde.org
Thu Mar 11 17:20:13 CET 2004
CVS commit by staikos:
merged the threading branch into HEAD. Quite buggy still, but will be fixed
over time. I recommend using the kst_0_97_release tag if you want a
functional Kst.
M +2 -1 kst/Makefile.am 1.70
M +20 -2 kst/filterlisteditor.ui.h 1.21
M +19 -28 kst/kst.cpp 1.84
M +4 -8 kst/kst.h 1.34
M +1 -1 kst/kstbasecurve.h 1.15
M +3 -0 kst/kstchangefiledialog_i.cpp 1.13
M +10 -5 kst/kstcurvedialog_i.cpp 1.34
M +3 -0 kst/kstdatacollection-gui.cpp 1.5
M +3 -0 kst/kstdatacollection-nogui.cpp 1.4
M +24 -2 kst/kstdatamanager_i.cpp 1.46
M +91 -5 kst/kstdataobject.cpp 1.22
M +10 -4 kst/kstdataobject.h 1.23
M +4 -4 kst/kstdatasource.cpp 1.18
M +3 -3 kst/kstdatasource.h 1.8
M +98 -160 kst/kstdoc.cpp 1.57
M +7 -9 kst/kstdoc.h 1.23
M +12 -0 kst/ksteqdialog_i.cpp 1.36
M +9 -2 kst/kstequationcurve.cpp 1.48
M +2 -2 kst/kstequationcurve.h 1.25
M +27 -0 kst/kstevents.h 1.2
M +15 -5 kst/kstfilter.cpp 1.9
M +9 -4 kst/kstfilter.h 1.12
M +6 -0 kst/kstfilteredvector.cpp 1.8
M +1 -1 kst/kstfilteredvector.h 1.4
M +5 -3 kst/ksthistogram.cpp 1.19
M +5 -5 kst/ksthistogram.h 1.14
M +10 -0 kst/ksthsdialog_i.cpp 1.37
M +95 -29 kst/kstiface_impl.cpp 1.17
M +2 -0 kst/kstlabel.cpp 1.29
M +1 -1 kst/kstobject.cpp 1.11
M +21 -9 kst/kstobject.h 1.16
M +2 -0 kst/kstplotdialog_i.cpp 1.33
M +2 -2 kst/kstplugin.cpp 1.48
M +4 -4 kst/kstplugin.h 1.24
M +18 -5 kst/kstplugindialog_i.cpp 1.58
M +2 -2 kst/kstplugindialog_i.h 1.14
M +7 -1 kst/kstpsdcurve.cpp 1.25
M +3 -3 kst/kstpsdcurve.h 1.16
M +16 -8 kst/kstpsddialog_i.cpp 1.30
M +31 -16 kst/kstquickcurvesdialog_i.cpp 1.29
M +15 -1 kst/kstquickpsddialog_i.cpp 1.29
M +6 -0 kst/kstrvector.cpp 1.41
M +1 -1 kst/kstrvector.h 1.18
M +6 -1 kst/kstscalar.cpp 1.20
M +1 -1 kst/kstscalar.h 1.17
M +143 -0 kst/kstsharedptr.h 1.2
M +29 -9 kst/kstvcurve.cpp 1.27
M +2 -2 kst/kstvcurve.h 1.18
M +8 -2 kst/kstvector.cpp 1.60
M +1 -1 kst/kstvector.h 1.43
M +50 -37 kst/kstvectordialog_i.cpp 1.26
M +2 -0 kst/kstview.cpp 1.85
M +0 -4 kst/kstview.h 1.26
M +16 -2 kst/main.cpp 1.55
M +1 -1 kst/plugin.cpp 1.16
M +2 -2 kst/plugin.h 1.17
M +4 -4 kst/plugincollection.cpp 1.15
M +3 -3 kst/plugincollection.h 1.11
M +69 -0 kst/rwlock.cpp 1.2
M +60 -0 kst/rwlock.h 1.2
M +36 -0 kst/threadevents.h 1.2
M +203 -0 kst/updatethread.cpp 1.2
M +53 -0 kst/updatethread.h 1.2
M +1 -1 kst/datasources/planck/planck.h 1.6
M +1 -1 kst/datasources/planck/planckdata.cpp 1.10
M +2 -2 kst/datasources/planck/planckdata.h 1.9
M +2 -2 tests/test1.sh 1.8
More information about the Kst
mailing list