[Kst] branches/work/kst/portto4/kst/src/plugins/filters
Mike Fenton
mike at staikos.net
Wed Sep 24 21:27:19 CEST 2008
SVN commit 864429 by fenton:
Add ports for Butterworth High Pass Filter, Butterworth Band Stop Filter and Butterworth Band Pass Filter.
A butterworth_bandpass (directory)
AM butterworth_bandpass/butterworth_bandpass.cpp [License: GPL (v2+)]
AM butterworth_bandpass/butterworth_bandpass.h [License: GPL (v2+)]
AM butterworth_bandpass/butterworth_bandpass.pro
AM butterworth_bandpass/filterbutterworthbandpassconfig.ui
AM butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop
A butterworth_bandstop (directory)
AM butterworth_bandstop/butterworth_bandstop.cpp [License: GPL (v2+)]
AM butterworth_bandstop/butterworth_bandstop.h [License: GPL (v2+)]
AM butterworth_bandstop/butterworth_bandstop.pro
AM butterworth_bandstop/filterbutterworthbandstopconfig.ui
AM butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop
A butterworth_highpass (directory)
AM butterworth_highpass/butterworth_highpass.cpp [License: GPL (v2+)]
AM butterworth_highpass/butterworth_highpass.h [License: GPL (v2+)]
AM butterworth_highpass/butterworth_highpass.pro
AM butterworth_highpass/filterbutterworthhighpassconfig.ui
AM butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop
M +5 -2 filters.pro
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_bandpass/butterworth_bandpass.cpp #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_bandpass/butterworth_bandpass.h #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_bandpass/butterworth_bandpass.pro #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_bandpass/filterbutterworthbandpassconfig.ui #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_bandstop/butterworth_bandstop.cpp #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_bandstop/butterworth_bandstop.h #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_bandstop/butterworth_bandstop.pro #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_bandstop/filterbutterworthbandstopconfig.ui #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_highpass/butterworth_highpass.cpp #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_highpass/butterworth_highpass.h #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_highpass/butterworth_highpass.pro #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_highpass/filterbutterworthhighpassconfig.ui #property svn:executable
+ *
** branches/work/kst/portto4/kst/src/plugins/filters/butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop #property svn:executable
+ *
--- branches/work/kst/portto4/kst/src/plugins/filters/filters.pro #864428:864429
@@ -2,6 +2,9 @@
CONFIG += ordered
SUBDIRS += \
- despike \
- butterworth_lowpass
+ butterworth_bandpass \
+ butterworth_bandstop \
+ butterworth_highpass \
+ butterworth_lowpass \
+ despike
More information about the Kst
mailing list