[Kst] branches/work/kst/portto4/kst/src/plugins/filters
Mike Fenton
mike at staikos.net
Mon Sep 22 20:53:29 CEST 2008
SVN commit 863649 by fenton:
Add filter plugin for butterworth low pass.
A butterworth_lowpass (directory)
AM butterworth_lowpass/butterworth_lowpass.cpp [License: GPL (v2+)]
AM butterworth_lowpass/butterworth_lowpass.h [License: GPL (v2+)]
AM butterworth_lowpass/butterworth_lowpass.pro
AM butterworth_lowpass/filterbutterworthlowpassconfig.ui
AM butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop
A filters.h [License: UNKNOWN]
M +2 -1 filters.pro
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_lowpass/butterworth_lowpass.cpp #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_lowpass/butterworth_lowpass.h #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_lowpass/butterworth_lowpass.pro #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_lowpass/filterbutterworthlowpassconfig.ui #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop #property svn:executable
+ *
--- branches/work/kst/portto4/kst/src/plugins/filters/filters.pro #863648:863649
@@ -2,5 +2,6 @@
CONFIG += ordered
SUBDIRS += \
- despike
+ despike \
+ butterworth_lowpass
More information about the Kst
mailing list