From kde-commits Thu Mar 31 21:32:19 2005 From: George Staikos Date: Thu, 31 Mar 2005 21:32:19 +0000 To: kde-commits Subject: kdeextragear-2/kst/kst/extensions/js Message-Id: <20050331213219.4BD6A637 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111230540927926 CVS commit by staikos: added curve collection. makedata.js now loads data and plots it A bind_curvecollection.cpp 1.1 [GPL (v2+)] A bind_curvecollection.h 1.1 [GPL (v2+)] M +1 -1 Makefile.am 1.19 M +93 -4 bind_collection.cpp 1.2 M +10 -5 bind_collection.h 1.2 M +1 -0 bind_curve.h 1.2 M +38 -2 bind_plot.cpp 1.2 M +1 -0 bind_plot.h 1.2 M +36 -0 kstbinding.cpp 1.5 M +2 -0 kstbinding.h 1.6 M +6 -3 examples/makedata.js 1.2