[Kst] branches/work/kst/portto4/kst/src/plugins/dataobject
Mike Fenton
mike at staikos.net
Tue Oct 14 18:28:10 CEST 2008
SVN commit 871334 by fenton:
Add Convolve, Deconvolve, Auto Correlation and Cross Correlation Plugins.
A convolution (directory)
A convolution/convolution.pro
A convolution/convolve (directory)
A convolution/convolve/convolve.cpp [License: GPL (v2+)]
A convolution/convolve/convolve.h [License: GPL (v2+)]
A convolution/convolve/convolve.pro
A convolution/convolve/convolveconfig.ui
A convolution/convolve/kstplugin_convolve.desktop
A convolution/deconvolve (directory)
A convolution/deconvolve/deconvolve.cpp [License: GPL (v2+)]
A convolution/deconvolve/deconvolve.h [License: GPL (v2+)]
A convolution/deconvolve/deconvolve.pro
A convolution/deconvolve/deconvolveconfig.ui
A convolution/deconvolve/kstplugin_deconvolve.desktop
A correlation (directory)
A correlation/autocorrelation (directory)
A correlation/autocorrelation/autocorrelation.cpp [License: GPL (v2+)]
A correlation/autocorrelation/autocorrelation.h [License: GPL (v2+)]
A correlation/autocorrelation/autocorrelation.pro
A correlation/autocorrelation/autocorrelationconfig.ui
A correlation/autocorrelation/kstplugin_autocorrelation.desktop
A correlation/correlation.pro
A correlation/crosscorrelation (directory)
A correlation/crosscorrelation/crosscorrelation.cpp [License: GPL (v2+)]
A correlation/crosscorrelation/crosscorrelation.h [License: GPL (v2+)]
A correlation/crosscorrelation/crosscorrelation.pro
A correlation/crosscorrelation/crosscorrelationconfig.ui
A correlation/crosscorrelation/kstplugin_crosscorrelation.desktop
M +3 -1 dataobject.pro
--- branches/work/kst/portto4/kst/src/plugins/dataobject/dataobject.pro #871333:871334
@@ -3,5 +3,7 @@
SUBDIRS += \
bin \
- chop
+ chop \
+ convolution \
+ correlation
More information about the Kst
mailing list