diff options
Diffstat (limited to 'science/kst2')
-rw-r--r-- | science/kst2/Makefile | 71 | ||||
-rw-r--r-- | science/kst2/distinfo | 6 | ||||
-rw-r--r-- | science/kst2/files/patch-kst.pri | 10 | ||||
-rw-r--r-- | science/kst2/files/patch-kst__src__widgets__Makefile.am | 32 | ||||
-rw-r--r-- | science/kst2/files/patch-src__libkst__libkst.pro | 13 | ||||
-rw-r--r-- | science/kst2/files/patch-src__libkst__measuretime.cpp | 20 | ||||
-rw-r--r-- | science/kst2/pkg-descr | 40 | ||||
-rw-r--r-- | science/kst2/pkg-plist | 1148 |
8 files changed, 160 insertions, 1180 deletions
diff --git a/science/kst2/Makefile b/science/kst2/Makefile index c5fde544975d..6902c4b6c0e2 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -5,65 +5,48 @@ # $FreeBSD$ PORTNAME= kst -PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= science kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific +MASTER_SITES= SF/${PORTNAME}/Kst%20${PORTVERSION}/ MAINTAINER= makc@FreeBSD.org -COMMENT= Data viewing program for KDE +COMMENT= Data viewing and plotting tool -BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ gsl.15:${PORTSDIR}/math/gsl -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22 +LATEST_LINK= kst2 + +USE_QT_VER= 4 +QT_COMPONENTS= gui xml designer svg opengl \ + qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes -USE_GETTEXT= yes MAKE_JOBS_SAFE= yes -OPTIONS= NETCDF "Enable netcdf data support" off \ - CDF "Enable cdf data support" off \ - KDEBASE "Enable JavaScript console" off +QMAKE_ARGS+= -unix -recursive +CONFIGURE_ENV+= INSTALL_PREFIX=${PREFIX} -MAN1= kst.1 +STRIP_FILES= bin/kst2 lib/libkst2*.so.1.0.0 lib/kst/libkst2*.so -.include <bsd.port.options.mk> +DESKTOP_ENTRIES= "Kst 2" \ + "Data viewing and plotting tool" \ + "${PREFIX}/share/pixmaps/kst.png" \ + "kst2" \ + "" \ + false -.if defined(WITH_NETCDF) -LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf -PLIST_SUB+= NETCDF="" -.else -CONFIGURE_ARGS+= --without-netcdf -PLIST_SUB+= NETCDF="@comment " -.endif +.include <bsd.port.pre.mk> -.if defined(WITH_CDF) -CONFIGURE_ARGS+=LDFLAGS="-lm" -LIB_DEPENDS+= cdf.0:${PORTSDIR}/science/cdf -PLIST_SUB+= CDF="" -.else -CONFIGURE_ARGS+= --without-cdf -PLIST_SUB+= CDF="@comment " +.if ${OSVERSION} <= 700042 +IGNORE= does not compile on 6.x .endif -.if defined(WITH_KDEBASE) -RUN_DEPENDS+= ${KDE_PREFIX}/lib/kde3/libkonsolepart.so:${PORTSDIR}/x11/kdebase3 -.endif +do-configure: + cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS} ${QMAKEFLAGS} -pre-configure: - @(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist) - @${REINPLACE_CMD} -e 's|@kde_widgetdir@|@prefix@/lib/kde3/plugins/designer|' \ - ${WRKSRC}/kst/src/widgets/Makefile.in - @${REINPLACE_CMD} -e '/^SUBDIRS/s|et||;/^SUBDIRS/s|pt||' ${WRKSRC}/doc/Makefile.in -.if !defined(WITH_NETCDF) - @${REINPLACE_CMD} -e 's| netcdf||g' ${WRKSRC}/kst/src/datasources/Makefile.in -.endif -.if !defined(WITH_CDF) - @${REINPLACE_CMD} -e 's| cdf||g' ${WRKSRC}/kst/src/datasources/Makefile.in -.endif +post-install: + ${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,} + ${MKDIR} ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/src/images/kst.png ${PREFIX}/share/pixmaps -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/science/kst2/distinfo b/science/kst2/distinfo index 7272633828a0..630906bd43c6 100644 --- a/science/kst2/distinfo +++ b/science/kst2/distinfo @@ -1,3 +1,3 @@ -MD5 (kst-1.9.1.tar.gz) = d378d5a88b8bd26a746146facd07811d -SHA256 (kst-1.9.1.tar.gz) = 948c87300bfd45063a0dfb6aac96f6e561dd94b18f6115fac21ea2629f528b4a -SIZE (kst-1.9.1.tar.gz) = 22630137 +MD5 (kst-2.0.0.tar.gz) = 30fa9d5a3af9170592c49ba282947331 +SHA256 (kst-2.0.0.tar.gz) = 6f3e639b87cc21c3ddc8891aa91ee713c6b750cd9fafc945fb97acc1a8fe0c7c +SIZE (kst-2.0.0.tar.gz) = 10270708 diff --git a/science/kst2/files/patch-kst.pri b/science/kst2/files/patch-kst.pri new file mode 100644 index 000000000000..14aa1232e08f --- /dev/null +++ b/science/kst2/files/patch-kst.pri @@ -0,0 +1,10 @@ +--- ./kst.pri.orig 2010-08-10 11:48:14.000000000 +0400 ++++ ./kst.pri 2010-08-23 20:35:48.741714646 +0400 +@@ -23,7 +23,6 @@ + QT += core xml + + CONFIG += warn_on +-!win32:CONFIG += silent + + DEBUG_MODE = $$(KST_DEBUG_MODE) + contains(DEBUG_MODE, 1) { diff --git a/science/kst2/files/patch-kst__src__widgets__Makefile.am b/science/kst2/files/patch-kst__src__widgets__Makefile.am deleted file mode 100644 index acc4f8bd50ea..000000000000 --- a/science/kst2/files/patch-kst__src__widgets__Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ ---- ./kst/src/widgets/Makefile.am.orig 2010-03-29 15:24:46.000000000 +0400 -+++ ./kst/src/widgets/Makefile.am 2010-04-24 00:28:43.386713647 +0400 -@@ -12,7 +12,7 @@ - # If you wish to have access to the widgets in the Qt designer uncomment - # the line below, and all other lines starting with ###, and rebuild. - # --# kde_widget_LTLIBRARIES = kstwidgets.la -+kde_widget_LTLIBRARIES = kstwidgets.la - - libkstwidgets_la_SOURCES = \ - kstbackbuffer.cpp \ -@@ -39,16 +39,16 @@ - libkstwidgets_la_LDFLAGS = -version-info @KST_LIBKST_VERSION@ $(all_libraries) -no-undefined - libkstwidgets_la_LIBADD = $(LIB_KIO) ../libkstmath/libkstmath.la - --### kstwidgets_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) --### kstwidgets_la_LIBADD = libkstwidgets.la --### kstwidgets_la_SOURCES = kstwidgets.cpp -+kstwidgets_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) -+kstwidgets_la_LIBADD = libkstwidgets.la -+kstwidgets_la_SOURCES = kstwidgets.cpp - - METASOURCES=AUTO - - # set the include path for X, qt and KDE - INCLUDES=-I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I../libkst -I$(top_srcdir)/kst/src/libkstmath -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes) - --### kstwidgets.lo: curveappearancewidget.h curveplacementwidget.h datarangewidget.h editmultiplewidget.h fftoptionswidget.h matrixselector.h scalarselector.h stringselector.h vectorselector.h comboboxselection.h -+kstwidgets.lo: curveappearancewidget.h curveplacementwidget.h datarangewidget.h editmultiplewidget.h fftoptionswidget.h matrixselector.h scalarselector.h stringselector.h vectorselector.h comboboxselection.h - scalarselector.lo: comboboxselection.h - vectorselector.lo: comboboxselection.h - matrixselector.lo: comboboxselection.h diff --git a/science/kst2/files/patch-src__libkst__libkst.pro b/science/kst2/files/patch-src__libkst__libkst.pro new file mode 100644 index 000000000000..bfcb831d2c03 --- /dev/null +++ b/science/kst2/files/patch-src__libkst__libkst.pro @@ -0,0 +1,13 @@ +--- ./src/libkst/libkst.pro.orig 2010-04-27 16:37:12.000000000 +0400 ++++ ./src/libkst/libkst.pro 2010-05-20 01:18:58.740810983 +0400 +@@ -61,8 +61,8 @@ + vscalar.cpp + + #!win32:SOURCES += stdinsource.cpp +-!macx:!win32:SOURCES += sysinfo.c \ +- psversion.c ++# !macx:!win32:SOURCES += sysinfo.c \ ++# psversion.c + + HEADERS += builtindatasources.h \ + builtinprimitives.h \ diff --git a/science/kst2/files/patch-src__libkst__measuretime.cpp b/science/kst2/files/patch-src__libkst__measuretime.cpp new file mode 100644 index 000000000000..8fa4d890e385 --- /dev/null +++ b/science/kst2/files/patch-src__libkst__measuretime.cpp @@ -0,0 +1,20 @@ +--- ./src/libkst/measuretime.cpp.orig 2009-12-01 10:15:36.000000000 +0300 ++++ ./src/libkst/measuretime.cpp 2010-02-19 00:41:22.998033638 +0300 +@@ -67,7 +67,7 @@ + started = st.QuadPart * frequency; + #else + timespec t; +- clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &t); ++ clock_gettime(CLOCK_PROF, &t); + started = 1.0 * t.tv_sec + 1e-9 * t.tv_nsec; + #endif + interval = 0; +@@ -82,7 +82,7 @@ + double now = st.QuadPart * frequency; + #else + timespec t; +- clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &t); ++ clock_gettime(CLOCK_PROF, &t); + double now = 1.0 * t.tv_sec + 1e-9 * t.tv_nsec; + #endif + interval += now - started; diff --git a/science/kst2/pkg-descr b/science/kst2/pkg-descr index 5b92a2f23f32..1b27d415e76a 100644 --- a/science/kst2/pkg-descr +++ b/science/kst2/pkg-descr @@ -1,18 +1,24 @@ -kst is a program for looking at data streams. It can plot: - - - x-y plots - - power spectra - - histograms - - equations (including equations of data streams). - - data in files which are being updated as data is being logged, - in which case it can act as a plotter for a chart recorder. - - much more - -You can use the mouse to rapidly zoom into interesting parts of the plots. - -In addition to a complete GUI, kst has a convenient command line interface -for rapid access to plotting data in files. kst can read data from stdin. -It provides a DCOP interface for remote manipulation, and supports several -file formats in use in scientific projects around the world. +Kst is a fast real-time large-dataset viewing and plotting tool +with basic data analysis functionality. Kst contains many powerful +built-in features and is expandable with plugins and extensions. -WWW: http://kst.kde.org/ +Features of Kst include: + +- Robust plotting of live "streaming" data. +- Powerful keyboard and mouse plot manipulation. +- Large selection of built-in plotting and data manipulation functions, + such as histograms, equations, and power spectra. +- Color mapping and contour mapping capabilities for three-dimensional + data, as well as matrix and image support. +- Monitoring of events and notifications support. +- Built-in filtering and curve fitting capabilities. +- Convenient command-line interface. +- Powerful graphical user interface. +- Support for several popular data formats. +- Extended annotation objects similar to vector graphics applications. + +This port provide Kst 2, which is based on Qt4. It still lacks scripting +support and backward compatibility with Kst 1.x series (you can't open +kst-1 files in Kst 2). + +WWW: http://kst.kde.org diff --git a/science/kst2/pkg-plist b/science/kst2/pkg-plist index cecc82f4e793..49c6642f5c78 100644 --- a/science/kst2/pkg-plist +++ b/science/kst2/pkg-plist @@ -1,1084 +1,64 @@ -bin/d2asc -bin/kst -bin/kstcmd -bin/planckDateRange -include/kst_export.h -include/kstdatasource.h -include/kstdateparser.h -include/kstextcalendarsystem.h -include/kstextcalendarsystemgregorian.h -include/kstextdatepicker.h -include/kstextdatetbl.h -include/kstextdatetime.h -include/kstextdatetimeedit.h -include/kstextdatewidget.h -include/kstobject.h -include/kstobjectcollection.h -include/kstsharedptr.h -include/kstwaitcondition.h -include/rwlock.h -lib/kde3/kstdata_ascii.a -lib/kde3/kstdata_ascii.la -lib/kde3/kstdata_ascii.so -%%CDF%%lib/kde3/kstdata_cdf.a -%%CDF%%lib/kde3/kstdata_cdf.la -%%CDF%%lib/kde3/kstdata_cdf.so -lib/kde3/kstdata_dirfile.a -lib/kde3/kstdata_dirfile.la -lib/kde3/kstdata_dirfile.so -lib/kde3/kstdata_fitsimage.a -lib/kde3/kstdata_fitsimage.la -lib/kde3/kstdata_fitsimage.so -lib/kde3/kstdata_frame.a -lib/kde3/kstdata_frame.la -lib/kde3/kstdata_frame.so -lib/kde3/kstdata_healpix.a -lib/kde3/kstdata_healpix.la -lib/kde3/kstdata_healpix.so -lib/kde3/kstdata_indirect.a -lib/kde3/kstdata_indirect.la -lib/kde3/kstdata_indirect.so -lib/kde3/kstdata_lfiio.a -lib/kde3/kstdata_lfiio.la -lib/kde3/kstdata_lfiio.so -%%NETCDF%%lib/kde3/kstdata_netcdf.a -%%NETCDF%%lib/kde3/kstdata_netcdf.la -%%NETCDF%%lib/kde3/kstdata_netcdf.so -lib/kde3/kstdata_planckIDEF.a -lib/kde3/kstdata_planckIDEF.la -lib/kde3/kstdata_planckIDEF.so -lib/kde3/kstdata_qimagesource.a -lib/kde3/kstdata_qimagesource.la -lib/kde3/kstdata_qimagesource.so -lib/kde3/kstdata_scuba.a -lib/kde3/kstdata_scuba.la -lib/kde3/kstdata_scuba.so -lib/kde3/kstdata_wmap.a -lib/kde3/kstdata_wmap.la -lib/kde3/kstdata_wmap.so -lib/kde3/kstextension_elog.a -lib/kde3/kstextension_elog.la -lib/kde3/kstextension_elog.so -lib/kde3/kstextension_js.a -lib/kde3/kstextension_js.la -lib/kde3/kstextension_js.so -lib/kde3/kstobject_akima.a -lib/kde3/kstobject_akima.la -lib/kde3/kstobject_akima.so -lib/kde3/kstobject_akima_periodic.a -lib/kde3/kstobject_akima_periodic.la -lib/kde3/kstobject_akima_periodic.so -lib/kde3/kstobject_autocorrelate.a -lib/kde3/kstobject_autocorrelate.la -lib/kde3/kstobject_autocorrelate.so -lib/kde3/kstobject_bin.a -lib/kde3/kstobject_bin.la -lib/kde3/kstobject_bin.so -lib/kde3/kstobject_binnedmap.a -lib/kde3/kstobject_binnedmap.la -lib/kde3/kstobject_binnedmap.so -lib/kde3/kstobject_chop.a -lib/kde3/kstobject_chop.la -lib/kde3/kstobject_chop.so -lib/kde3/kstobject_combine.a -lib/kde3/kstobject_combine.la -lib/kde3/kstobject_combine.so -lib/kde3/kstobject_converttime.a -lib/kde3/kstobject_converttime.la -lib/kde3/kstobject_converttime.so -lib/kde3/kstobject_convolve.a -lib/kde3/kstobject_convolve.la -lib/kde3/kstobject_convolve.so -lib/kde3/kstobject_crosscorrelate.a -lib/kde3/kstobject_crosscorrelate.la -lib/kde3/kstobject_crosscorrelate.so -lib/kde3/kstobject_crosscorrelate_bruteforce.a -lib/kde3/kstobject_crosscorrelate_bruteforce.la -lib/kde3/kstobject_crosscorrelate_bruteforce.so -lib/kde3/kstobject_crossspectrum.a -lib/kde3/kstobject_crossspectrum.la -lib/kde3/kstobject_crossspectrum.so -lib/kde3/kstobject_cspline.a -lib/kde3/kstobject_cspline.la -lib/kde3/kstobject_cspline.so -lib/kde3/kstobject_cspline_periodic.a -lib/kde3/kstobject_cspline_periodic.la -lib/kde3/kstobject_cspline_periodic.so -lib/kde3/kstobject_cumulative_sum.a -lib/kde3/kstobject_cumulative_sum.la -lib/kde3/kstobject_cumulative_sum.so -lib/kde3/kstobject_deconvolve.a -lib/kde3/kstobject_deconvolve.la -lib/kde3/kstobject_deconvolve.so -lib/kde3/kstobject_differentiation.a -lib/kde3/kstobject_differentiation.la -lib/kde3/kstobject_differentiation.so -lib/kde3/kstobject_discretizing_filters.a -lib/kde3/kstobject_discretizing_filters.la -lib/kde3/kstobject_discretizing_filters.so -lib/kde3/kstobject_effbandwidth.a -lib/kde3/kstobject_effbandwidth.la -lib/kde3/kstobject_effbandwidth.so -lib/kde3/kstobject_lfidifference.a -lib/kde3/kstobject_lfidifference.la -lib/kde3/kstobject_lfidifference.so -lib/kde3/kstobject_linear.a -lib/kde3/kstobject_linear.la -lib/kde3/kstobject_linear.so -lib/kde3/kstobject_noise_addition.a -lib/kde3/kstobject_noise_addition.la -lib/kde3/kstobject_noise_addition.so -lib/kde3/kstobject_normalization.a -lib/kde3/kstobject_normalization.la -lib/kde3/kstobject_normalization.so -lib/kde3/kstobject_periodogram.a -lib/kde3/kstobject_periodogram.la -lib/kde3/kstobject_periodogram.so -lib/kde3/kstobject_phase.a -lib/kde3/kstobject_phase.la -lib/kde3/kstobject_phase.so -lib/kde3/kstobject_planckLatestDate.a -lib/kde3/kstobject_planckLatestDate.la -lib/kde3/kstobject_planckLatestDate.so -lib/kde3/kstobject_polynomial.a -lib/kde3/kstobject_polynomial.la -lib/kde3/kstobject_polynomial.so -lib/kde3/kstobject_reverse.a -lib/kde3/kstobject_reverse.la -lib/kde3/kstobject_reverse.so -lib/kde3/kstobject_shift.a -lib/kde3/kstobject_shift.la -lib/kde3/kstobject_shift.so -lib/kde3/kstobject_spectral_normalization.a -lib/kde3/kstobject_spectral_normalization.la -lib/kde3/kstobject_spectral_normalization.so -lib/kde3/kstobject_statistics.a -lib/kde3/kstobject_statistics.la -lib/kde3/kstobject_statistics.so -lib/kde3/kstobject_syncbin.a -lib/kde3/kstobject_syncbin.la -lib/kde3/kstobject_syncbin.so -lib/kde3/kstobject_trim.a -lib/kde3/kstobject_trim.la -lib/kde3/kstobject_trim.so -lib/kde3/kstplugins/butterworth_bandpass.a -lib/kde3/kstplugins/butterworth_bandpass.la -lib/kde3/kstplugins/butterworth_bandpass.so -lib/kde3/kstplugins/butterworth_bandpass.xml -lib/kde3/kstplugins/butterworth_bandstop.a -lib/kde3/kstplugins/butterworth_bandstop.la -lib/kde3/kstplugins/butterworth_bandstop.so -lib/kde3/kstplugins/butterworth_bandstop.xml -lib/kde3/kstplugins/butterworth_highpass.a -lib/kde3/kstplugins/butterworth_highpass.la -lib/kde3/kstplugins/butterworth_highpass.so -lib/kde3/kstplugins/butterworth_highpass.xml -lib/kde3/kstplugins/butterworth_lowpass.a -lib/kde3/kstplugins/butterworth_lowpass.la -lib/kde3/kstplugins/butterworth_lowpass.so -lib/kde3/kstplugins/butterworth_lowpass.xml -lib/kde3/kstplugins/despike.a -lib/kde3/kstplugins/despike.la -lib/kde3/kstplugins/despike.so -lib/kde3/kstplugins/despike.xml -lib/kde3/kstplugins/kstfit_exponential.a -lib/kde3/kstplugins/kstfit_exponential.la -lib/kde3/kstplugins/kstfit_exponential.so -lib/kde3/kstplugins/kstfit_exponential.xml -lib/kde3/kstplugins/kstfit_exponential_weighted.a -lib/kde3/kstplugins/kstfit_exponential_weighted.la -lib/kde3/kstplugins/kstfit_exponential_weighted.so -lib/kde3/kstplugins/kstfit_exponential_weighted.xml -lib/kde3/kstplugins/kstfit_gaussian.a -lib/kde3/kstplugins/kstfit_gaussian.la -lib/kde3/kstplugins/kstfit_gaussian.so -lib/kde3/kstplugins/kstfit_gaussian.xml -lib/kde3/kstplugins/kstfit_gaussian_weighted.a -lib/kde3/kstplugins/kstfit_gaussian_weighted.la -lib/kde3/kstplugins/kstfit_gaussian_weighted.so -lib/kde3/kstplugins/kstfit_gaussian_weighted.xml -lib/kde3/kstplugins/kstfit_general_levenberg_marquardt.a -lib/kde3/kstplugins/kstfit_general_levenberg_marquardt.la -lib/kde3/kstplugins/kstfit_general_levenberg_marquardt.so -lib/kde3/kstplugins/kstfit_general_levenberg_marquardt.xml -lib/kde3/kstplugins/kstfit_gradient_unweighted.a -lib/kde3/kstplugins/kstfit_gradient_unweighted.la -lib/kde3/kstplugins/kstfit_gradient_unweighted.so -lib/kde3/kstplugins/kstfit_gradient_unweighted.xml -lib/kde3/kstplugins/kstfit_gradient_weighted.a -lib/kde3/kstplugins/kstfit_gradient_weighted.la -lib/kde3/kstplugins/kstfit_gradient_weighted.so -lib/kde3/kstplugins/kstfit_gradient_weighted.xml -lib/kde3/kstplugins/kstfit_linear_unweighted.a -lib/kde3/kstplugins/kstfit_linear_unweighted.la -lib/kde3/kstplugins/kstfit_linear_unweighted.so -lib/kde3/kstplugins/kstfit_linear_unweighted.xml -lib/kde3/kstplugins/kstfit_linear_weighted.a -lib/kde3/kstplugins/kstfit_linear_weighted.la -lib/kde3/kstplugins/kstfit_linear_weighted.so -lib/kde3/kstplugins/kstfit_linear_weighted.xml -lib/kde3/kstplugins/kstfit_lorentzian.a -lib/kde3/kstplugins/kstfit_lorentzian.la -lib/kde3/kstplugins/kstfit_lorentzian.so -lib/kde3/kstplugins/kstfit_lorentzian.xml -lib/kde3/kstplugins/kstfit_lorentzian_weighted.a -lib/kde3/kstplugins/kstfit_lorentzian_weighted.la -lib/kde3/kstplugins/kstfit_lorentzian_weighted.so -lib/kde3/kstplugins/kstfit_lorentzian_weighted.xml -lib/kde3/kstplugins/kstfit_polynomial_unweighted.a -lib/kde3/kstplugins/kstfit_polynomial_unweighted.la -lib/kde3/kstplugins/kstfit_polynomial_unweighted.so -lib/kde3/kstplugins/kstfit_polynomial_unweighted.xml -lib/kde3/kstplugins/kstfit_polynomial_weighted.a -lib/kde3/kstplugins/kstfit_polynomial_weighted.la -lib/kde3/kstplugins/kstfit_polynomial_weighted.so -lib/kde3/kstplugins/kstfit_polynomial_weighted.xml -lib/kde3/kstplugins/kstfit_sinusoid_unweighted.a -lib/kde3/kstplugins/kstfit_sinusoid_unweighted.la -lib/kde3/kstplugins/kstfit_sinusoid_unweighted.so -lib/kde3/kstplugins/kstfit_sinusoid_unweighted.xml -lib/kde3/kstplugins/kstfit_sinusoid_weighted.a -lib/kde3/kstplugins/kstfit_sinusoid_weighted.la -lib/kde3/kstplugins/kstfit_sinusoid_weighted.so -lib/kde3/kstplugins/kstfit_sinusoid_weighted.xml -lib/kde3/plugins/designer/kstwidgets.a -lib/kde3/plugins/designer/kstwidgets.la -lib/kde3/plugins/designer/kstwidgets.so -lib/libkst.a -lib/libkst.la -lib/libkst.so -lib/libkst.so.1 -lib/libkstapp.a -lib/libkstapp.la -lib/libkstapp.so -lib/libkstapp.so.1 -lib/libkstextdate.a -lib/libkstextdate.la -lib/libkstextdate.so -lib/libkstextdate.so.3 -lib/libkstmath.a -lib/libkstmath.la -lib/libkstmath.so -lib/libkstmath.so.1 -lib/libkstwidgets.a -lib/libkstwidgets.la -lib/libkstwidgets.so -lib/libkstwidgets.so.1 -share/applications/kst.desktop -share/applnk/Graphics/kst.desktop -share/apps/kconf_update/kstautosave11.upd -share/apps/kconf_update/kstrcmisc11.upd -share/apps/kst/fonts/adobe-symbol.enc.gz -share/apps/kst/fonts/symb08.pcf.gz -share/apps/kst/fonts/symb10.pcf.gz -share/apps/kst/fonts/symb12.pcf.gz -share/apps/kst/fonts/symb14.pcf.gz -share/apps/kst/fonts/symb18.pcf.gz -share/apps/kst/fonts/symb24.pcf.gz -share/apps/kst/kstextension_elog.rc -share/apps/kst/kstextension_js.rc -share/apps/kst/kstui.rc -share/apps/kst/pics/kst_error_1.png -share/apps/kst/pics/kst_error_2.png -share/apps/kst/pics/no.png -share/apps/kst/pics/yes.png -share/apps/kst/tutorial/all.kst -share/apps/kst/tutorial/boom.dat -share/apps/kst/tutorial/boomA.dat -share/apps/kst/tutorial/boomAB.dat -share/apps/kst/tutorial/boomB.dat -share/apps/kst/tutorial/boom_lce.dat -share/apps/kst/tutorial/cbi.dat -share/apps/kst/tutorial/combined.dat -share/apps/kst/tutorial/dasi.dat -share/apps/kst/tutorial/demo.kst -share/apps/kst/tutorial/gyrodata.dat -share/apps/kst/tutorial/maxima.dat -share/apps/kst/tutorial/vsa.dat -share/config/colors/IDL 00 BW-Linear -share/config/colors/IDL 01 Blue-White -share/config/colors/IDL 02 GRN-RED-BLU-WHT -share/config/colors/IDL 03 RED-Temperature -share/config/colors/IDL 04 BLU-GRN-RED-YEL -share/config/colors/IDL 05 STD-Gamma-II -share/config/colors/IDL 06 PRISM -share/config/colors/IDL 07 RED-PURPLE -share/config/colors/IDL 08 GRN-WHT-Linear -share/config/colors/IDL 09 GRN-WHT-Exp -share/config/colors/IDL 10 GRN-PINK -share/config/colors/IDL 11 BLUE-RED -share/config/colors/IDL 12 16-Level -share/config/colors/IDL 13 RAINBOW -share/config/colors/IDL 14 STEPS -share/config/colors/IDL 15 STERN-Special -share/config/colors/IDL 16 Haze -share/config/colors/IDL 17 BLU-Pastel-RED -share/config/colors/IDL 18 Pastels -share/config/colors/IDL 19 Hue-Sat-Light1 -share/config/colors/IDL 20 Hue-Sat-Light2 -share/config/colors/IDL 21 Hue-Sat-Value1 -share/config/colors/IDL 22 Hue-Sat-Value2 -share/config/colors/IDL 23 Purple-Red-Stripe -share/config/colors/IDL 24 Beach -share/config/colors/IDL 25 Mac-Style -share/config/colors/IDL 26 Eos-A -share/config/colors/IDL 27 Eos-B -share/config/colors/IDL 28 Hardcandy -share/config/colors/IDL 29 Nature -share/config/colors/IDL 30 Ocean -share/config/colors/IDL 31 Peppermint -share/config/colors/IDL 32 Plasma -share/config/colors/IDL 33 Blue-Red -share/config/colors/IDL 34 Rainbow -share/config/colors/IDL 35 Blue-Waves -share/config/colors/IDL 36 Volcano -share/config/colors/IDL 37 Waves -share/config/colors/IDL 38 Rainbow18 -share/config/colors/IDL 39 Rainbow-White -share/config/colors/IDL 40 Rainbow-Black -share/config/colors/Kst Colors -share/config/colors/Kst Gamma0.3 -share/config/colors/Kst Gamma0.4 -share/config/colors/Kst Gamma0.5 -share/config/colors/Kst Gamma0.7 -share/config/colors/Kst Grayscale 256 -share/config/colors/Kst Log Grayscale -share/config/colors/Kst Spectrum 1021 -share/doc/HTML/da/kst/additionalformats-chapter.docbook -share/doc/HTML/da/kst/commandline-chapter.docbook -share/doc/HTML/da/kst/common -share/doc/HTML/da/kst/commontasks-chapter.docbook -share/doc/HTML/da/kst/creatingplugins-chapter-new.docbook -share/doc/HTML/da/kst/creatingplugins-chapter.docbook -share/doc/HTML/da/kst/data-chapter.docbook -share/doc/HTML/da/kst/dcop-chapter.docbook -share/doc/HTML/da/kst/debuglog-chapter.docbook -share/doc/HTML/da/kst/eventmonitoring-chapter.docbook -share/doc/HTML/da/kst/index.cache.bz2 -share/doc/HTML/da/kst/index.docbook -share/doc/HTML/da/kst/install-chapter.docbook -share/doc/HTML/da/kst/intro-chapter.docbook -share/doc/HTML/da/kst/license-chapter.docbook -share/doc/HTML/da/kst/miscfeatures-chapter.docbook -share/doc/HTML/da/kst/plotsandwindows-chapter.docbook -share/doc/HTML/da/kst/plugins-chapter.docbook -share/doc/HTML/da/kst/saving-chapter.docbook -share/doc/HTML/da/kst/tutorial.docbook -share/doc/HTML/de/kst/dcop-chapter.docbook -share/doc/HTML/de/kst/intro-chapter.docbook -share/doc/HTML/de/kst/license-chapter.docbook -share/doc/HTML/en/kst/CMakeLists.txt -share/doc/HTML/en/kst/Diagram-kst-data-datatypes.png -share/doc/HTML/en/kst/Diagram-kst-data-framesconcept.png -share/doc/HTML/en/kst/Diagram-kst-data-matrix.png -share/doc/HTML/en/kst/Diagram-kst-view-viewobjects.png -share/doc/HTML/en/kst/Formula-kst-DFT.png -share/doc/HTML/en/kst/Formula-kst-autocorrelation.png -share/doc/HTML/en/kst/Formula-kst-autocorrelation2.png -share/doc/HTML/en/kst/Formula-kst-bandpass.png -share/doc/HTML/en/kst/Formula-kst-bandstop.png -share/doc/HTML/en/kst/Formula-kst-convolution.png -share/doc/HTML/en/kst/Formula-kst-crosscorrelation.png -share/doc/HTML/en/kst/Formula-kst-cumulativesum.png -share/doc/HTML/en/kst/Formula-kst-deconvolution.png -share/doc/HTML/en/kst/Formula-kst-exponentialfitequation.png -share/doc/HTML/en/kst/Formula-kst-gaussianfitequation.png -share/doc/HTML/en/kst/Formula-kst-gaussianprobability.png -share/doc/HTML/en/kst/Formula-kst-generallinearmodel.png -share/doc/HTML/en/kst/Formula-kst-generallinearmodelexample.png -share/doc/HTML/en/kst/Formula-kst-gradientequation.png -share/doc/HTML/en/kst/Formula-kst-gradientsumofsquares.png -share/doc/HTML/en/kst/Formula-kst-highpass.png -share/doc/HTML/en/kst/Formula-kst-linefitequation.png -share/doc/HTML/en/kst/Formula-kst-linefitsumofsquaredresiduals.png -share/doc/HTML/en/kst/Formula-kst-lorentzianfitequation.png -share/doc/HTML/en/kst/Formula-kst-lowpass.png -share/doc/HTML/en/kst/Formula-kst-normalization.png -share/doc/HTML/en/kst/Formula-kst-polynomialfitequation.png -share/doc/HTML/en/kst/Formula-kst-sinusoidfitequation.png -share/doc/HTML/en/kst/Formulat-kst-DFT-freq.png -share/doc/HTML/en/kst/Icon-kst-changedatafile.png -share/doc/HTML/en/kst/Icon-kst-changedatarange.png -share/doc/HTML/en/kst/Icon-kst-datamanager.png -share/doc/HTML/en/kst/Icon-kst-datamode.png -share/doc/HTML/en/kst/Icon-kst-datawizard.png -share/doc/HTML/en/kst/Icon-kst-edit-clear.png -share/doc/HTML/en/kst/Icon-kst-edit-createmx.png -share/doc/HTML/en/kst/Icon-kst-edit-createscalar.png -share/doc/HTML/en/kst/Icon-kst-edit-creatvec.png -share/doc/HTML/en/kst/Icon-kst-edit-editmx.png -share/doc/HTML/en/kst/Icon-kst-edit-editscalar.png -share/doc/HTML/en/kst/Icon-kst-edit-editvec.png -share/doc/HTML/en/kst/Icon-kst-edit.png -share/doc/HTML/en/kst/Icon-kst-layoutmode.png -share/doc/HTML/en/kst/Icon-kst-openfile.png -share/doc/HTML/en/kst/Icon-kst-string.png -share/doc/HTML/en/kst/Icon-kst-tiedzoom.png -share/doc/HTML/en/kst/Icon-kst-xmousezoom.png -share/doc/HTML/en/kst/Icon-kst-xymousezoom.png -share/doc/HTML/en/kst/Screenshot-ch3-spect-eg.png -share/doc/HTML/en/kst/Screenshot-icons-changedatafile.png -share/doc/HTML/en/kst/Screenshot-icons-changedatasamplerange.png -share/doc/HTML/en/kst/Screenshot-icons-datamanager.png -share/doc/HTML/en/kst/Screenshot-icons-viewmanager.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-creatingeventmonitor-debuglog.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-creatingeventmonitor-initialplot.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-creatingeventmonitor-marker.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-creatingeventmonitor-markersettings.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-creatingeventmonitor-newemoncurve.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-creatingeventmonitor-neweventmonitor.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-creatingpowerspectrum.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-creatingpowerspectrumdiag.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-creatingpowerspectrummenu.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-creatingpowerspectrumplot.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-curvefitting-fitcontext.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-curvefitting-fitresults.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-curvefitting-plottedcurve.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-customizeplot1.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-customizeplot2.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-customizeplot3.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-customizeplot4.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-customizeplot5.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-customizeplot6.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-generatinghist-histogram.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-generatinghist-scatterplot.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-plottingsimplegraphs-configureascii.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-plottingsimplegraphs-finalplot.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-plugins1.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-plugins2.png -share/doc/HTML/en/kst/Screenshot-kst-commontasks-plugins3.png -share/doc/HTML/en/kst/Screenshot-kst-data-asciiconfig.png -share/doc/HTML/en/kst/Screenshot-kst-data-changedatafile.png -share/doc/HTML/en/kst/Screenshot-kst-data-changesampleranges.png -share/doc/HTML/en/kst/Screenshot-kst-data-curveedit.png -share/doc/HTML/en/kst/Screenshot-kst-data-datamanager.png -share/doc/HTML/en/kst/Screenshot-kst-data-datamode.png -share/doc/HTML/en/kst/Screenshot-kst-data-equationedit.png -share/doc/HTML/en/kst/Screenshot-kst-data-eventmonitoredit.png -share/doc/HTML/en/kst/Screenshot-kst-data-healpixconfig.png -share/doc/HTML/en/kst/Screenshot-kst-data-healpixexample.png -share/doc/HTML/en/kst/Screenshot-kst-data-histogramedit.png -share/doc/HTML/en/kst/Screenshot-kst-data-imageedit.png -share/doc/HTML/en/kst/Screenshot-kst-data-matrixedit.png -share/doc/HTML/en/kst/Screenshot-kst-data-matrixfile.png -share/doc/HTML/en/kst/Screenshot-kst-data-matrixrange.png -share/doc/HTML/en/kst/Screenshot-kst-data-newscalar.png -share/doc/HTML/en/kst/Screenshot-kst-data-qimageexample.png -share/doc/HTML/en/kst/Screenshot-kst-data-spectraedit.png -share/doc/HTML/en/kst/Screenshot-kst-data-spectrogramedit.png -share/doc/HTML/en/kst/Screenshot-kst-data-spectrogramexample.png -share/doc/HTML/en/kst/Screenshot-kst-data-staticmatrixedit.png -share/doc/HTML/en/kst/Screenshot-kst-data-staticvectoredit.png -share/doc/HTML/en/kst/Screenshot-kst-data-vectoredit.png -share/doc/HTML/en/kst/Screenshot-kst-data-vectorviewedit.png -share/doc/HTML/en/kst/Screenshot-kst-data-viewmatrixvalues.png -share/doc/HTML/en/kst/Screenshot-kst-data-viewscalarvalues.png -share/doc/HTML/en/kst/Screenshot-kst-data-viewvectorvalues.png -share/doc/HTML/en/kst/Screenshot-kst-data-wizard-configurelayout.png -share/doc/HTML/en/kst/Screenshot-kst-data-wizard-datasource.png -share/doc/HTML/en/kst/Screenshot-kst-data-wizard-presentation.png -share/doc/HTML/en/kst/Screenshot-kst-data-wizard-selectdata.png -share/doc/HTML/en/kst/Screenshot-kst-data-wizardconfiguredatasource.png -share/doc/HTML/en/kst/Screenshot-kst-datamode.png -share/doc/HTML/en/kst/Screenshot-kst-extensions-dialog.png -share/doc/HTML/en/kst/Screenshot-kst-extensions-elog-addentry.png -share/doc/HTML/en/kst/Screenshot-kst-extensions-elog-loggingsettings.png -share/doc/HTML/en/kst/Screenshot-kst-extensions-elog-serversettings.png -share/doc/HTML/en/kst/Screenshot-kst-extensions-elog.png -share/doc/HTML/en/kst/Screenshot-kst-extensions-elogbrowsericon.png -share/doc/HTML/en/kst/Screenshot-kst-extensions-elogentryicon.png -share/doc/HTML/en/kst/Screenshot-kst-extensions-kstscriptexample.png -share/doc/HTML/en/kst/Screenshot-kst-extensions-kstscriptsubroutinesexample.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-configureascii.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-configurelayout.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-datamanager.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-equationnew.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-final.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-finalplots.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-initialplots.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-maximize.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-presentation.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-saveas.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-selectdata.png -share/doc/HTML/en/kst/Screenshot-kst-intro-gs-tiedzoom.png -share/doc/HTML/en/kst/Screenshot-kst-intro-quickstartdialog.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-autocorrelation.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-bandpassfilter.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-bin.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-binnedmap.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-chop.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-converttime.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-convolution.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-crosscorrelation.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-crosspowerspectrum.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-cumulativesum.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-deconvolution.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-despike.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-despikefilter.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-effectivebandwidth.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-fitexponential.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-fitgaussian.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-fitgradient.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-fitlinear.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-fitlorentzian.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-fitnonlinear.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-fitpolynomial.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-fitsinusoid.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-fixedstepdifferentiation.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-genericfilter.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-highpassfilter.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-interpolation-eg.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-interpolationakimaspline.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-noiseaddition.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-normalization.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-periodogram.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-phase.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-reverse.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-shift.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-statistics.png -share/doc/HTML/en/kst/Screenshot-kst-plugins-syncbin.png -share/doc/HTML/en/kst/Screenshot-kst-saving-exportgraphics.png -share/doc/HTML/en/kst/Screenshot-kst-saving-printkstoptions.png -share/doc/HTML/en/kst/Screenshot-kst-saving-saveas.png -share/doc/HTML/en/kst/Screenshot-kst-saving-savevectorstodisk.png -share/doc/HTML/en/kst/Screenshot-kst-settings-debugdialog-log.png -share/doc/HTML/en/kst/Screenshot-kst-settings-debugdialog-notifier.png -share/doc/HTML/en/kst/Screenshot-kst-settings-defineshortcut.png -share/doc/HTML/en/kst/Screenshot-kst-settings-globalsettings-email.png -share/doc/HTML/en/kst/Screenshot-kst-settings-globalsettings-general.png -share/doc/HTML/en/kst/Screenshot-kst-settings-shortcuts.png -share/doc/HTML/en/kst/Screenshot-kst-view-HRexample.png -share/doc/HTML/en/kst/Screenshot-kst-view-annotationmenu.png -share/doc/HTML/en/kst/Screenshot-kst-view-arrowedit.png -share/doc/HTML/en/kst/Screenshot-kst-view-assigncurvecolorfromfile.png -share/doc/HTML/en/kst/Screenshot-kst-view-colorchooser.png -share/doc/HTML/en/kst/Screenshot-kst-view-curve-appearance.png -share/doc/HTML/en/kst/Screenshot-kst-view-curve-placement.png -share/doc/HTML/en/kst/Screenshot-kst-view-differentiatebetweencurves.png -share/doc/HTML/en/kst/Screenshot-kst-view-differentiatecurves.png -share/doc/HTML/en/kst/Screenshot-kst-view-editplot-appearance.png -share/doc/HTML/en/kst/Screenshot-kst-view-editplot-content.png -share/doc/HTML/en/kst/Screenshot-kst-view-editplot-markers.png -share/doc/HTML/en/kst/Screenshot-kst-view-editplot-range.png -share/doc/HTML/en/kst/Screenshot-kst-view-editplot-xaxis.png -share/doc/HTML/en/kst/Screenshot-kst-view-ellipseedit.png -share/doc/HTML/en/kst/Screenshot-kst-view-icon1.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-Gamma.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-approx.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-brackets.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-cdot.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-delta.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-gamma.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-geq.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-inf.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-int.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-leq.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-partial.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-pm.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-prod.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-sqrt.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-subscript.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-sum.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-superscript.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-textbf.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-textcolor.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-textit.png -share/doc/HTML/en/kst/Screenshot-kst-view-label-latex-underline.png -share/doc/HTML/en/kst/Screenshot-kst-view-labeledit.png -share/doc/HTML/en/kst/Screenshot-kst-view-layoutmenu.png -share/doc/HTML/en/kst/Screenshot-kst-view-layoutmenu1.png -share/doc/HTML/en/kst/Screenshot-kst-view-layoutmenu2.png -share/doc/HTML/en/kst/Screenshot-kst-view-legendedit.png -share/doc/HTML/en/kst/Screenshot-kst-view-lineedit.png -share/doc/HTML/en/kst/Screenshot-kst-view-mditabpage.png -share/doc/HTML/en/kst/Screenshot-kst-view-modemenu.png -share/doc/HTML/en/kst/Screenshot-kst-view-pictureedit.png -share/doc/HTML/en/kst/Screenshot-kst-view-plotsmenu.png -share/doc/HTML/en/kst/Screenshot-kst-view-rectangleedit.png -share/doc/HTML/en/kst/Screenshot-kst-view-tabcontextmenu.png -share/doc/HTML/en/kst/Screenshot-kst-view-tiedzoom.png -share/doc/HTML/en/kst/Screenshot-kst-view-toolbar.png -share/doc/HTML/en/kst/Screenshot-kst-view-toolbarmenu.png -share/doc/HTML/en/kst/Screenshot-kst-view-viewmanager.png -share/doc/HTML/en/kst/Screenshot-kst-view-zoom.png -share/doc/HTML/en/kst/Screenshot-kst-view-zoomcontextmenu.png -share/doc/HTML/en/kst/Symbol-kst-Gamma.png -share/doc/HTML/en/kst/Symbol-kst-lambda.png -share/doc/HTML/en/kst/Symbol-kst-mu.png -share/doc/HTML/en/kst/Symbol-kst-sigma.png -share/doc/HTML/en/kst/Symbol-kst-theta.png -share/doc/HTML/en/kst/Widget-kst-close.png -share/doc/HTML/en/kst/Widget-kst-colorchooser.png -share/doc/HTML/en/kst/Widget-kst-maximize.png -share/doc/HTML/en/kst/Widget-kst-minimize.png -share/doc/HTML/en/kst/Widget-kst-undock.png -share/doc/HTML/en/kst/additionalformats-chapter.docbook -share/doc/HTML/en/kst/commandline-chapter.docbook -share/doc/HTML/en/kst/common -share/doc/HTML/en/kst/commontasks-chapter.docbook -share/doc/HTML/en/kst/creatingplugins-chapter.docbook -share/doc/HTML/en/kst/data-chapter.docbook -share/doc/HTML/en/kst/dcop-chapter.docbook -share/doc/HTML/en/kst/equation-appendix.docbook -share/doc/HTML/en/kst/extensions-chapter.docbook -share/doc/HTML/en/kst/index.cache.bz2 -share/doc/HTML/en/kst/index.docbook -share/doc/HTML/en/kst/install-chapter.docbook -share/doc/HTML/en/kst/intro-chapter.docbook -share/doc/HTML/en/kst/kst.1 -share/doc/HTML/en/kst/license-chapter.docbook -share/doc/HTML/en/kst/plugins-chapter.docbook -share/doc/HTML/en/kst/saving-chapter.docbook -share/doc/HTML/en/kst/script-chapter.docbook -share/doc/HTML/en/kst/settings-chapter.docbook -share/doc/HTML/en/kst/test.odt -share/doc/HTML/en/kst/views-chapter.docbook -share/doc/HTML/es/kst/Diagram-kst-array.png -share/doc/HTML/es/kst/Diagram-kst-datatypes.png -share/doc/HTML/es/kst/Diagram-kst-frames.png -share/doc/HTML/es/kst/Diagram-kst-matrix.png -share/doc/HTML/es/kst/Diagram-kst-windowplotrelation.png -share/doc/HTML/es/kst/Equation-kst-correctedpitch.png -share/doc/HTML/es/kst/Formula-kst-autocorrelation.png -share/doc/HTML/es/kst/Formula-kst-autocorrelation2.png -share/doc/HTML/es/kst/Formula-kst-bandpass.png -share/doc/HTML/es/kst/Formula-kst-bandstop.png -share/doc/HTML/es/kst/Formula-kst-convolution.png -share/doc/HTML/es/kst/Formula-kst-crosscorrelation.png -share/doc/HTML/es/kst/Formula-kst-deconvolution.png -share/doc/HTML/es/kst/Formula-kst-exponentialfitequation.png -share/doc/HTML/es/kst/Formula-kst-gaussianfitequation.png -share/doc/HTML/es/kst/Formula-kst-gaussianprobability.png -share/doc/HTML/es/kst/Formula-kst-generallinearmodel.png -share/doc/HTML/es/kst/Formula-kst-generallinearmodelexample.png -share/doc/HTML/es/kst/Formula-kst-gradientequation.png -share/doc/HTML/es/kst/Formula-kst-gradientsumofsquares.png -share/doc/HTML/es/kst/Formula-kst-highpass.png -share/doc/HTML/es/kst/Formula-kst-linefitequation.png -share/doc/HTML/es/kst/Formula-kst-linefitsumofsquaredresiduals.png -share/doc/HTML/es/kst/Formula-kst-lorentzianfitequation.png -share/doc/HTML/es/kst/Formula-kst-lowpass.png -share/doc/HTML/es/kst/Formula-kst-polynomialfitequation.png -share/doc/HTML/es/kst/Formula-kst-sinusoidfitequation.png -share/doc/HTML/es/kst/Icon-kst-datamanager.png -share/doc/HTML/es/kst/Icon-kst-datawizard.png -share/doc/HTML/es/kst/Icon-kst-layoutmode.png -share/doc/HTML/es/kst/Icon-kst-tiedzoom.png -share/doc/HTML/es/kst/Icon-kst-xmousezoom.png -share/doc/HTML/es/kst/Icon-kst-xymousezoom.png -share/doc/HTML/es/kst/Screenshot-kst-arraywindow.png -share/doc/HTML/es/kst/Screenshot-kst-configureshortcutswindow.png -share/doc/HTML/es/kst/Screenshot-kst-curveoptions.png -share/doc/HTML/es/kst/Screenshot-kst-curvewindow.png -share/doc/HTML/es/kst/Screenshot-kst-datamanager.png -share/doc/HTML/es/kst/Screenshot-kst-datamode.png -share/doc/HTML/es/kst/Screenshot-kst-datawizard1.png -share/doc/HTML/es/kst/Screenshot-kst-datawizard2.png -share/doc/HTML/es/kst/Screenshot-kst-datawizard3.png -share/doc/HTML/es/kst/Screenshot-kst-debuglog.png -share/doc/HTML/es/kst/Screenshot-kst-defineshortcutwindow.png -share/doc/HTML/es/kst/Screenshot-kst-demo.png -share/doc/HTML/es/kst/Screenshot-kst-democorrected.png -share/doc/HTML/es/kst/Screenshot-kst-editequation.png -share/doc/HTML/es/kst/Screenshot-kst-equationwindow.png -share/doc/HTML/es/kst/Screenshot-kst-eventmonitor-loggingsettings.png -share/doc/HTML/es/kst/Screenshot-kst-eventmonitor-serversettings.png -share/doc/HTML/es/kst/Screenshot-kst-eventmonitor.png -share/doc/HTML/es/kst/Screenshot-kst-exportgraphics.png -share/doc/HTML/es/kst/Screenshot-kst-filesave.png -share/doc/HTML/es/kst/Screenshot-kst-fittedline.png -share/doc/HTML/es/kst/Screenshot-kst-histogramwindow.png -share/doc/HTML/es/kst/Screenshot-kst-imagewindow.png -share/doc/HTML/es/kst/Screenshot-kst-labeleditor.png -share/doc/HTML/es/kst/Screenshot-kst-mainwindow.png -share/doc/HTML/es/kst/Screenshot-kst-matrixwindow.png -share/doc/HTML/es/kst/Screenshot-kst-maxima-datapoints.png -share/doc/HTML/es/kst/Screenshot-kst-mditabpage.png -share/doc/HTML/es/kst/Screenshot-kst-mditoplevel.png -share/doc/HTML/es/kst/Screenshot-kst-multipleselectedplots.png -share/doc/HTML/es/kst/Screenshot-kst-open-file-button.png -share/doc/HTML/es/kst/Screenshot-kst-plotdialogcontent.png -share/doc/HTML/es/kst/Screenshot-kst-plotdialoglabels.png -share/doc/HTML/es/kst/Screenshot-kst-plotdialoglegend.png -share/doc/HTML/es/kst/Screenshot-kst-plotdialoglimits.png -share/doc/HTML/es/kst/Screenshot-kst-plotdialogmarkers.png -share/doc/HTML/es/kst/Screenshot-kst-plotdialogtop.png -share/doc/HTML/es/kst/Screenshot-kst-pluginswindow.png -share/doc/HTML/es/kst/Screenshot-kst-powerspectrawindow.png -share/doc/HTML/es/kst/Screenshot-kst-quickstart.png -share/doc/HTML/es/kst/Screenshot-kst-simpledata.png -share/doc/HTML/es/kst/Screenshot-kst-tiedzoom.png -share/doc/HTML/es/kst/Screenshot-kst-tutorial-datawizard-done.png -share/doc/HTML/es/kst/Screenshot-kst-tutorial-gyro-multiple.png -share/doc/HTML/es/kst/Screenshot-kst-tutorial-gyro1.png -share/doc/HTML/es/kst/Screenshot-kst-vectorwindow.png -share/doc/HTML/es/kst/Screenshot-kst-zoom.png -share/doc/HTML/es/kst/Symbol-kst-Gamma.png -share/doc/HTML/es/kst/Symbol-kst-lambda.png -share/doc/HTML/es/kst/Symbol-kst-mu.png -share/doc/HTML/es/kst/Symbol-kst-sigma.png -share/doc/HTML/es/kst/Symbol-kst-theta.png -share/doc/HTML/es/kst/Widget-kst-close.png -share/doc/HTML/es/kst/Widget-kst-colourchooser.png -share/doc/HTML/es/kst/Widget-kst-defaultcolours.png -share/doc/HTML/es/kst/Widget-kst-maximize.png -share/doc/HTML/es/kst/Widget-kst-minimize.png -share/doc/HTML/es/kst/Widget-kst-swapcolour.png -share/doc/HTML/es/kst/Widget-kst-undock.png -share/doc/HTML/es/kst/additionalformats-chapter.docbook -share/doc/HTML/es/kst/commandline-chapter.docbook -share/doc/HTML/es/kst/commontasks-chapter.docbook -share/doc/HTML/es/kst/creatingplugins-chapter.docbook -share/doc/HTML/es/kst/data-chapter.docbook -share/doc/HTML/es/kst/dcop-chapter.docbook -share/doc/HTML/es/kst/debuglog-chapter.docbook -share/doc/HTML/es/kst/eventmonitoring-chapter.docbook -share/doc/HTML/es/kst/install-chapter.docbook -share/doc/HTML/es/kst/intro-chapter.docbook -share/doc/HTML/es/kst/license-chapter.docbook -share/doc/HTML/es/kst/miscfeatures-chapter.docbook -share/doc/HTML/es/kst/plotsandwindows-chapter.docbook -share/doc/HTML/es/kst/plugins-chapter.docbook -share/doc/HTML/es/kst/saving-chapter.docbook -share/doc/HTML/es/kst/tutorial.docbook -share/doc/HTML/fr/kst/common -share/doc/HTML/fr/kst/index.cache.bz2 -share/doc/HTML/fr/kst/index.docbook -share/doc/HTML/it/kst/Diagram-kst-datatypes.png -share/doc/HTML/it/kst/Diagram-kst-frames.png -share/doc/HTML/it/kst/Diagram-kst-matrix.png -share/doc/HTML/it/kst/Diagram-kst-windowplotrelation.png -share/doc/HTML/it/kst/Screenshot-kst-curveoptions.png -share/doc/HTML/it/kst/Screenshot-kst-datawizard2.png -share/doc/HTML/it/kst/Screenshot-kst-datawizard3.png -share/doc/HTML/it/kst/Screenshot-kst-quickstart.png -share/doc/HTML/it/kst/Screenshot-kst-simpledata.png -share/doc/HTML/it/kst/additionalformats-chapter.docbook -share/doc/HTML/it/kst/commandline-chapter.docbook -share/doc/HTML/it/kst/common -share/doc/HTML/it/kst/commontasks-chapter.docbook -share/doc/HTML/it/kst/creatingplugins-chapter-new.docbook -share/doc/HTML/it/kst/creatingplugins-chapter.docbook -share/doc/HTML/it/kst/data-chapter.docbook -share/doc/HTML/it/kst/dcop-chapter.docbook -share/doc/HTML/it/kst/debuglog-chapter.docbook -share/doc/HTML/it/kst/equation-appendix.docbook -share/doc/HTML/it/kst/eventmonitoring-chapter.docbook -share/doc/HTML/it/kst/index.cache.bz2 -share/doc/HTML/it/kst/index.docbook -share/doc/HTML/it/kst/install-chapter.docbook -share/doc/HTML/it/kst/intro-chapter.docbook -share/doc/HTML/it/kst/license-chapter.docbook -share/doc/HTML/it/kst/miscfeatures-chapter.docbook -share/doc/HTML/it/kst/plotsandwindows-chapter.docbook -share/doc/HTML/it/kst/plugins-chapter.docbook -share/doc/HTML/it/kst/saving-chapter.docbook -share/doc/HTML/it/kst/tutorial.docbook -share/doc/HTML/it/kst/views-chapter.docbook -share/doc/HTML/nl/kst/additionalformats-chapter.docbook -share/doc/HTML/nl/kst/commandline-chapter.docbook -share/doc/HTML/nl/kst/common -share/doc/HTML/nl/kst/commontasks-chapter.docbook -share/doc/HTML/nl/kst/creatingplugins-chapter.docbook -share/doc/HTML/nl/kst/data-chapter.docbook -share/doc/HTML/nl/kst/dcop-chapter.docbook -share/doc/HTML/nl/kst/debuglog-chapter.docbook -share/doc/HTML/nl/kst/eventmonitoring-chapter.docbook -share/doc/HTML/nl/kst/index.cache.bz2 -share/doc/HTML/nl/kst/index.docbook -share/doc/HTML/nl/kst/install-chapter.docbook -share/doc/HTML/nl/kst/intro-chapter.docbook -share/doc/HTML/nl/kst/license-chapter.docbook -share/doc/HTML/nl/kst/miscfeatures-chapter.docbook -share/doc/HTML/nl/kst/plotsandwindows-chapter.docbook -share/doc/HTML/nl/kst/plugins-chapter.docbook -share/doc/HTML/nl/kst/saving-chapter.docbook -share/doc/HTML/nl/kst/tutorial.docbook -share/doc/HTML/sv/kst/Diagram-kst-data-datatypes.png -share/doc/HTML/sv/kst/Diagram-kst-data-framesconcept.png -share/doc/HTML/sv/kst/Diagram-kst-data-matrix.png -share/doc/HTML/sv/kst/Diagram-kst-view-viewobjects.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-creatingeventmonitor-debuglog.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-creatingeventmonitor-initialplot.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-creatingeventmonitor-markersettings.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-creatingeventmonitor-newemoncurve.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-creatingeventmonitor-neweventmonitor.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-curvefitting-fitcontext.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-curvefitting-fitresults.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-curvefitting-plottedcurve.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-generatinghist-histogram.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-generatinghist-scatterplot.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-plottingsimplegraphs-configureascii.png -share/doc/HTML/sv/kst/Screenshot-kst-commontasks-plottingsimplegraphs-finalplot.png -share/doc/HTML/sv/kst/Screenshot-kst-data-asciiconfig.png -share/doc/HTML/sv/kst/Screenshot-kst-data-changedatafile.png -share/doc/HTML/sv/kst/Screenshot-kst-data-changesampleranges.png -share/doc/HTML/sv/kst/Screenshot-kst-data-curveedit.png -share/doc/HTML/sv/kst/Screenshot-kst-data-datamanager.png -share/doc/HTML/sv/kst/Screenshot-kst-data-equationedit.png -share/doc/HTML/sv/kst/Screenshot-kst-data-eventmonitoredit.png -share/doc/HTML/sv/kst/Screenshot-kst-data-healpixexample.png -share/doc/HTML/sv/kst/Screenshot-kst-data-histogramedit.png -share/doc/HTML/sv/kst/Screenshot-kst-data-imageedit.png -share/doc/HTML/sv/kst/Screenshot-kst-data-qimageexample.png -share/doc/HTML/sv/kst/Screenshot-kst-data-spectraedit.png -share/doc/HTML/sv/kst/Screenshot-kst-data-spectrogramedit.png -share/doc/HTML/sv/kst/Screenshot-kst-data-spectrogramexample.png -share/doc/HTML/sv/kst/Screenshot-kst-data-staticmatrixedit.png -share/doc/HTML/sv/kst/Screenshot-kst-data-staticvectoredit.png -share/doc/HTML/sv/kst/Screenshot-kst-data-vectoredit.png -share/doc/HTML/sv/kst/Screenshot-kst-data-viewscalarvalues.png -share/doc/HTML/sv/kst/Screenshot-kst-data-wizard-configurelayout.png -share/doc/HTML/sv/kst/Screenshot-kst-data-wizard-presentation.png -share/doc/HTML/sv/kst/Screenshot-kst-data-wizard-selectdata.png -share/doc/HTML/sv/kst/Screenshot-kst-extensions-dialog.png -share/doc/HTML/sv/kst/Screenshot-kst-extensions-elog-loggingsettings.png -share/doc/HTML/sv/kst/Screenshot-kst-extensions-elog-serversettings.png -share/doc/HTML/sv/kst/Screenshot-kst-extensions-kstscriptexample.png -share/doc/HTML/sv/kst/Screenshot-kst-extensions-kstscriptsubroutinesexample.png -share/doc/HTML/sv/kst/Screenshot-kst-intro-gs-configureascii.png -share/doc/HTML/sv/kst/Screenshot-kst-intro-gs-datamanager.png -share/doc/HTML/sv/kst/Screenshot-kst-intro-gs-equationnew.png -share/doc/HTML/sv/kst/Screenshot-kst-intro-gs-finalplots.png -share/doc/HTML/sv/kst/Screenshot-kst-intro-gs-initialplots.png -share/doc/HTML/sv/kst/Screenshot-kst-intro-gs-maximize.png -share/doc/HTML/sv/kst/Screenshot-kst-intro-gs-presentation.png -share/doc/HTML/sv/kst/Screenshot-kst-intro-gs-saveas.png -share/doc/HTML/sv/kst/Screenshot-kst-intro-gs-selectdata.png -share/doc/HTML/sv/kst/Screenshot-kst-intro-quickstartdialog.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-autocorrelation.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-bandpassfilter.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-bin.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-chop.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-convolution.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-crosscorrelation.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-deconvolution.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-fitexponential.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-fitgaussian.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-fitgradient.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-fitlinear.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-fitlorentzian.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-fitpolynomial.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-fitsinusoid.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-highpassfilter.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-interpolationakimaspline.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-noiseaddition.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-periodogram.png -share/doc/HTML/sv/kst/Screenshot-kst-plugins-statistics.png -share/doc/HTML/sv/kst/Screenshot-kst-saving-exportgraphics.png -share/doc/HTML/sv/kst/Screenshot-kst-saving-printkstoptions.png -share/doc/HTML/sv/kst/Screenshot-kst-saving-savevectorstodisk.png -share/doc/HTML/sv/kst/Screenshot-kst-settings-debugdialog-log.png -share/doc/HTML/sv/kst/Screenshot-kst-settings-debugdialog-notifier.png -share/doc/HTML/sv/kst/Screenshot-kst-settings-defineshortcut.png -share/doc/HTML/sv/kst/Screenshot-kst-settings-globalsettings-email.png -share/doc/HTML/sv/kst/Screenshot-kst-settings-globalsettings-general.png -share/doc/HTML/sv/kst/Screenshot-kst-settings-shortcuts.png -share/doc/HTML/sv/kst/Screenshot-kst-view-HRexample.png -share/doc/HTML/sv/kst/Screenshot-kst-view-arrowedit.png -share/doc/HTML/sv/kst/Screenshot-kst-view-assigncurvecolorfromfile.png -share/doc/HTML/sv/kst/Screenshot-kst-view-editplot-appearance.png -share/doc/HTML/sv/kst/Screenshot-kst-view-editplot-content.png -share/doc/HTML/sv/kst/Screenshot-kst-view-editplot-markers.png -share/doc/HTML/sv/kst/Screenshot-kst-view-editplot-range.png -share/doc/HTML/sv/kst/Screenshot-kst-view-editplot-xaxis.png -share/doc/HTML/sv/kst/Screenshot-kst-view-ellipseedit.png -share/doc/HTML/sv/kst/Screenshot-kst-view-labeledit.png -share/doc/HTML/sv/kst/Screenshot-kst-view-legendedit.png -share/doc/HTML/sv/kst/Screenshot-kst-view-lineedit.png -share/doc/HTML/sv/kst/Screenshot-kst-view-mditabpage.png -share/doc/HTML/sv/kst/Screenshot-kst-view-pictureedit.png -share/doc/HTML/sv/kst/Screenshot-kst-view-rectangleedit.png -share/doc/HTML/sv/kst/Screenshot-kst-view-tabcontextmenu.png -share/doc/HTML/sv/kst/Screenshot-kst-view-toolbarmenu.png -share/doc/HTML/sv/kst/Screenshot-kst-view-viewmanager.png -share/doc/HTML/sv/kst/additionalformats-chapter.docbook -share/doc/HTML/sv/kst/commandline-chapter.docbook -share/doc/HTML/sv/kst/common -share/doc/HTML/sv/kst/commontasks-chapter.docbook -share/doc/HTML/sv/kst/creatingplugins-chapter.docbook -share/doc/HTML/sv/kst/data-chapter.docbook -share/doc/HTML/sv/kst/dcop-chapter.docbook -share/doc/HTML/sv/kst/equation-appendix.docbook -share/doc/HTML/sv/kst/extensions-chapter.docbook -share/doc/HTML/sv/kst/index.cache.bz2 -share/doc/HTML/sv/kst/index.docbook -share/doc/HTML/sv/kst/install-chapter.docbook -share/doc/HTML/sv/kst/intro-chapter.docbook -share/doc/HTML/sv/kst/license-chapter.docbook -share/doc/HTML/sv/kst/plugins-chapter.docbook -share/doc/HTML/sv/kst/saving-chapter.docbook -share/doc/HTML/sv/kst/script-chapter.docbook -share/doc/HTML/sv/kst/settings-chapter.docbook -share/doc/HTML/sv/kst/views-chapter.docbook -share/icons/hicolor/16x16/mimetypes/kst.png -share/icons/hicolor/22x22/actions/addelogentry.png -share/icons/hicolor/22x22/actions/kst_advance.png -share/icons/hicolor/22x22/actions/kst_back.png -share/icons/hicolor/22x22/actions/kst_changefile.png -share/icons/hicolor/22x22/actions/kst_changenpts.png -share/icons/hicolor/22x22/actions/kst_choosecolor.png -share/icons/hicolor/22x22/actions/kst_csdnew.png -share/icons/hicolor/22x22/actions/kst_curvenew.png -share/icons/hicolor/22x22/actions/kst_datamanager.png -share/icons/hicolor/22x22/actions/kst_datamode.png -share/icons/hicolor/22x22/actions/kst_datawizard.png -share/icons/hicolor/22x22/actions/kst_differentiatecurves.png -share/icons/hicolor/22x22/actions/kst_editplots.png -share/icons/hicolor/22x22/actions/kst_equationnew.png -share/icons/hicolor/22x22/actions/kst_eventnew.png -share/icons/hicolor/22x22/actions/kst_gfx_arrow.png -share/icons/hicolor/22x22/actions/kst_gfx_ellipse.png -share/icons/hicolor/22x22/actions/kst_gfx_legend.png -share/icons/hicolor/22x22/actions/kst_gfx_line.png -share/icons/hicolor/22x22/actions/kst_gfx_picture.png -share/icons/hicolor/22x22/actions/kst_gfx_polygon.png -share/icons/hicolor/22x22/actions/kst_gfx_polyline.png -share/icons/hicolor/22x22/actions/kst_gfx_rectangle.png -share/icons/hicolor/22x22/actions/kst_gfx_rounded_rectangle.png -share/icons/hicolor/22x22/actions/kst_graphfile.png -share/icons/hicolor/22x22/actions/kst_graphics.png -share/icons/hicolor/22x22/actions/kst_histogramnew.png -share/icons/hicolor/22x22/actions/kst_imagenew.png -share/icons/hicolor/22x22/actions/kst_layoutmode.png -share/icons/hicolor/22x22/actions/kst_matrixedit.png -share/icons/hicolor/22x22/actions/kst_matrixnew.png -share/icons/hicolor/22x22/actions/kst_newplot.png -share/icons/hicolor/22x22/actions/kst_pluginnew.png -share/icons/hicolor/22x22/actions/kst_psdnew.png -share/icons/hicolor/22x22/actions/kst_scalaredit.png -share/icons/hicolor/22x22/actions/kst_scalarnew.png -share/icons/hicolor/22x22/actions/kst_stringedit.png -share/icons/hicolor/22x22/actions/kst_stringnew.png -share/icons/hicolor/22x22/actions/kst_vectoredit.png -share/icons/hicolor/22x22/actions/kst_vectornew.png -share/icons/hicolor/22x22/actions/kst_viewmanager.png -share/icons/hicolor/22x22/actions/kst_zoomtie.png -share/icons/hicolor/22x22/actions/kst_zoomx.png -share/icons/hicolor/22x22/actions/kst_zoomxy.png -share/icons/hicolor/22x22/actions/kst_zoomy.png -share/icons/hicolor/22x22/actions/launchelogbrowser.png -share/icons/hicolor/32x32/mimetypes/kst.png -share/icons/locolor/16x16/apps/kst.png -share/icons/locolor/16x16/mimetypes/kst.png -share/icons/locolor/32x32/apps/kst.png -share/icons/locolor/32x32/mimetypes/kst.png -share/locale/ar/LC_MESSAGES/kst.mo -share/locale/bg/LC_MESSAGES/kst.mo -share/locale/br/LC_MESSAGES/kst.mo -share/locale/cs/LC_MESSAGES/kst.mo -share/locale/cy/LC_MESSAGES/kst.mo -share/locale/da/LC_MESSAGES/kst.mo -share/locale/de/LC_MESSAGES/kst.mo -share/locale/el/LC_MESSAGES/kst.mo -share/locale/en_GB/LC_MESSAGES/kst.mo -share/locale/es/LC_MESSAGES/kst.mo -share/locale/et/LC_MESSAGES/kst.mo -share/locale/fr/LC_MESSAGES/kst.mo -share/locale/ga/LC_MESSAGES/kst.mo -share/locale/gl/LC_MESSAGES/kst.mo -share/locale/hi/LC_MESSAGES/kst.mo -share/locale/is/LC_MESSAGES/kst.mo -share/locale/it/LC_MESSAGES/kst.mo -share/locale/ka/LC_MESSAGES/kst.mo -share/locale/lt/LC_MESSAGES/kst.mo -share/locale/ms/LC_MESSAGES/kst.mo -share/locale/mt/LC_MESSAGES/kst.mo -share/locale/nb/LC_MESSAGES/kst.mo -share/locale/nds/LC_MESSAGES/kst.mo -share/locale/nl/LC_MESSAGES/kst.mo -share/locale/pa/LC_MESSAGES/kst.mo -share/locale/pl/LC_MESSAGES/kst.mo -share/locale/pt/LC_MESSAGES/kst.mo -share/locale/pt_BR/LC_MESSAGES/kst.mo -share/locale/ro/LC_MESSAGES/kst.mo -share/locale/ru/LC_MESSAGES/kst.mo -share/locale/rw/LC_MESSAGES/kst.mo -share/locale/sk/LC_MESSAGES/kst.mo -share/locale/sr/LC_MESSAGES/kst.mo -share/locale/sr@Latn/LC_MESSAGES/kst.mo -share/locale/sv/LC_MESSAGES/kst.mo -share/locale/ta/LC_MESSAGES/kst.mo -share/locale/tr/LC_MESSAGES/kst.mo -share/locale/uk/LC_MESSAGES/kst.mo -share/locale/vi/LC_MESSAGES/kst.mo -share/locale/zh_CN/LC_MESSAGES/kst.mo -share/mimelnk/application/x-kst.desktop -share/services/kst/kstdata_ascii.desktop -%%CDF%%share/services/kst/kstdata_cdf.desktop -share/services/kst/kstdata_dirfile.desktop -share/services/kst/kstdata_fitsimage.desktop -share/services/kst/kstdata_frame.desktop -share/services/kst/kstdata_healpix.desktop -share/services/kst/kstdata_indirect.desktop -share/services/kst/kstdata_lfiio.desktop -%%NETCDF%%share/services/kst/kstdata_netcdf.desktop -share/services/kst/kstdata_planckIDEF.desktop -share/services/kst/kstdata_qimagesource.desktop -share/services/kst/kstdata_scuba.desktop -share/services/kst/kstdata_wmap.desktop -share/services/kst/kstextension_elog.desktop -share/services/kst/kstextension_js.desktop -share/services/kst/kstobject_akima.desktop -share/services/kst/kstobject_akima_periodic.desktop -share/services/kst/kstobject_autocorrelate.desktop -share/services/kst/kstobject_bin.desktop -share/services/kst/kstobject_binnedmap.desktop -share/services/kst/kstobject_chop.desktop -share/services/kst/kstobject_combine.desktop -share/services/kst/kstobject_converttime.desktop -share/services/kst/kstobject_convolve.desktop -share/services/kst/kstobject_crosscorrelate.desktop -share/services/kst/kstobject_crosscorrelate_bruteforce.desktop -share/services/kst/kstobject_crossspectrum.desktop -share/services/kst/kstobject_cspline.desktop -share/services/kst/kstobject_cspline_periodic.desktop -share/services/kst/kstobject_cumulative_sum.desktop -share/services/kst/kstobject_deconvolve.desktop -share/services/kst/kstobject_differentiation.desktop -share/services/kst/kstobject_discretizing_filters.desktop -share/services/kst/kstobject_effbandwidth.desktop -share/services/kst/kstobject_lfidifference.desktop -share/services/kst/kstobject_linear.desktop -share/services/kst/kstobject_noise_addition.desktop -share/services/kst/kstobject_normalization.desktop -share/services/kst/kstobject_periodogram.desktop -share/services/kst/kstobject_phase.desktop -share/services/kst/kstobject_planckLatestDate.desktop -share/services/kst/kstobject_polynomial.desktop -share/services/kst/kstobject_reverse.desktop -share/services/kst/kstobject_shift.desktop -share/services/kst/kstobject_spectral_normalization.desktop -share/services/kst/kstobject_statistics.desktop -share/services/kst/kstobject_syncbin.desktop -share/services/kst/kstobject_trim.desktop -share/servicetypes/kst/kstbasicplugin.desktop -share/servicetypes/kst/kstdataobjectplugin.desktop -share/servicetypes/kst/kstdatasourceplugin.desktop -share/servicetypes/kst/kstextension.desktop -share/servicetypes/kst/kstfilter.desktop -share/servicetypes/kst/kstplugin.desktop -@dirrm share/servicetypes/kst -@dirrm share/services/kst -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrm share/doc/HTML/sv/kst -@dirrm share/doc/HTML/nl/kst -@dirrm share/doc/HTML/it/kst -@dirrm share/doc/HTML/fr/kst -@dirrm share/doc/HTML/es/kst -@dirrm share/doc/HTML/en/kst -@dirrm share/doc/HTML/de/kst -@dirrm share/doc/HTML/da/kst -@dirrmtry share/config/colors -@dirrmtry share/config -@dirrm share/apps/kst/tutorial -@dirrm share/apps/kst/pics -@dirrm share/apps/kst/fonts -@dirrm share/apps/kst -@dirrmtry share/apps/kconf_update -@dirrmtry lib/kde3/plugins/designer -@dirrmtry lib/kde3/plugins -@dirrm lib/kde3/kstplugins +bin/kst2 +lib/kst/libkst2data_ascii.so +lib/kst/libkst2data_qimagesource.so +lib/kst/libkst2data_sampledatasource.so +lib/kst/libkstplugin_akima.so +lib/kst/libkstplugin_akimaperiodic.so +lib/kst/libkstplugin_autocorrelation.so +lib/kst/libkstplugin_bin.so +lib/kst/libkstplugin_chop.so +lib/kst/libkstplugin_convolve.so +lib/kst/libkstplugin_crosscorrelation.so +lib/kst/libkstplugin_crossspectrum.so +lib/kst/libkstplugin_cspline.so +lib/kst/libkstplugin_csplineperiodic.so +lib/kst/libkstplugin_cumulativesum.so +lib/kst/libkstplugin_deconvolve.so +lib/kst/libkstplugin_differentiation.so +lib/kst/libkstplugin_effectivebandwidth.so +lib/kst/libkstplugin_filterbutterworthbandpass.so +lib/kst/libkstplugin_filterbutterworthbandstop.so +lib/kst/libkstplugin_filterbutterworthhighpass.so +lib/kst/libkstplugin_filterbutterworthlowpass.so +lib/kst/libkstplugin_filterdespike.so +lib/kst/libkstplugin_fitexponential_unweighted.so +lib/kst/libkstplugin_fitexponential_weighted.so +lib/kst/libkstplugin_fitgaussian_unweighted.so +lib/kst/libkstplugin_fitgaussian_weighted.so +lib/kst/libkstplugin_fitgradient_unweighted.so +lib/kst/libkstplugin_fitgradient_weighted.so +lib/kst/libkstplugin_fitkneefrequency.so +lib/kst/libkstplugin_fitlinear_unweighted.so +lib/kst/libkstplugin_fitlinear_weighted.so +lib/kst/libkstplugin_fitlorentzian_unweighted.so +lib/kst/libkstplugin_fitlorentzian_weighted.so +lib/kst/libkstplugin_fitpolynomial_unweighted.so +lib/kst/libkstplugin_fitpolynomial_weighted.so +lib/kst/libkstplugin_fitsinusoid_unweighted.so +lib/kst/libkstplugin_fitsinusoid_weighted.so +lib/kst/libkstplugin_linearinterpolation.so +lib/kst/libkstplugin_noiseaddition.so +lib/kst/libkstplugin_periodogram.so +lib/kst/libkstplugin_phase.so +lib/kst/libkstplugin_polynomialinterpolation.so +lib/kst/libkstplugin_shift.so +lib/kst/libkstplugin_statistics.so +lib/kst/libkstplugin_syncbin.so +lib/libkst2app.so +lib/libkst2app.so.1 +lib/libkst2app.so.1.0 +lib/libkst2app.so.1.0.0 +lib/libkst2lib.so +lib/libkst2lib.so.1 +lib/libkst2lib.so.1.0 +lib/libkst2lib.so.1.0.0 +lib/libkst2math.so +lib/libkst2math.so.1 +lib/libkst2math.so.1.0 +lib/libkst2math.so.1.0.0 +lib/libkst2widgets.so +lib/libkst2widgets.so.1 +lib/libkst2widgets.so.1.0 +lib/libkst2widgets.so.1.0.0 +share/pixmaps/kst.png +@dirrm lib/kst |