Showing with 792 additions and 798 deletions.
  1. +1 −1 .gitignore
  2. BIN docbook/kst/Icon-kst-matrixnew.png
  3. BIN docbook/kst/Screenshot-kst-eq2.png
  4. BIN docbook/kst/Screenshot-kst-eq2Plots.png
  5. BIN docbook/kst/Screenshot-kst-fitdialog.png
  6. BIN docbook/kst/Screenshot-kst-image1.png
  7. BIN docbook/kst/Screenshot-kst-image2.png
  8. BIN docbook/kst/Screenshot-kst-new-image.png
  9. BIN docbook/kst/Screenshot-kst-newmatrix.png
  10. +278 −286 docbook/kst/data-chapter.docbook
  11. BIN docbook/kst/{ → depricated}/Diagram-kst-windowplotrelation.png
  12. BIN docbook/kst/{ → depricated}/Screenshot-kst-datamode.png
  13. BIN docbook/kst/{ → depricated}/Screenshot-kst-labeleditor.png
  14. BIN docbook/kst/{ → depricated}/Screenshot-kst-mditabpage.png
  15. BIN docbook/kst/{ → depricated}/Screenshot-kst-mditoplevel.png
  16. BIN docbook/kst/{ → depricated}/Screenshot-kst-multipleselectedplots.png
  17. BIN docbook/kst/{ → depricated}/Screenshot-kst-plotdialogcontent.png
  18. BIN docbook/kst/{ → depricated}/Screenshot-kst-plotdialoglabels.png
  19. BIN docbook/kst/{ → depricated}/Screenshot-kst-plotdialoglegend.png
  20. BIN docbook/kst/{ → depricated}/Screenshot-kst-plotdialoglimits.png
  21. BIN docbook/kst/{ → depricated}/Screenshot-kst-plotdialogmarkers.png
  22. BIN docbook/kst/{ → depricated}/Screenshot-kst-plotdialogtop.png
  23. BIN docbook/kst/{ → depricated}/Screenshot-kst-tiedzoom.png
  24. BIN docbook/kst/{ → depricated}/Widget-kst-close.png
  25. BIN docbook/kst/{ → depricated}/Widget-kst-colourchooser.png
  26. BIN docbook/kst/{ → depricated}/Widget-kst-defaultcolours.png
  27. BIN docbook/kst/{ → depricated}/Widget-kst-maximize.png
  28. BIN docbook/kst/{ → depricated}/Widget-kst-minimize.png
  29. BIN docbook/kst/{ → depricated}/Widget-kst-swapcolour.png
  30. BIN docbook/kst/{ → depricated}/Widget-kst-undock.png
  31. 0 docbook/kst/{ → depricated}/plotsandwindows-chapter.docbook
  32. +5 −5 docbook/kst/index.docbook
  33. +0 −2 docbook/kst/intro-chapter.docbook
  34. +106 −17 docbook/kst/saving-chapter.docbook
  35. +1 −1 docbook/kst/tutorial.docbook
  36. BIN qnx/deploy/pbicon.png
  37. BIN qnx/deploy/pbsplash.png
  38. 0 qnx/kst-descriptor.xml
  39. 0 sample_data/ascii_time_date_4.txt
  40. 0 sample_data/ascii_time_date_5.txt
  41. BIN sample_data/matlab_basic_types.mat
  42. BIN src/images/svg_icons/kst_bold.svgz
  43. BIN src/images/svg_icons/kst_italic.svgz
  44. +1 −0 src/kst/x-kst.xml
  45. +45 −1 src/libkstapp/plotitem.cpp
  46. +3 −0 src/libkstapp/plotitem.h
  47. +1 −1 src/plugins/dataobject/bin/kstplugin_bin.desktop
  48. +1 −1 src/plugins/dataobject/chop/kstplugin_chop.desktop
  49. +1 −1 src/plugins/dataobject/convolution/convolve/kstplugin_convolve.desktop
  50. +1 −1 src/plugins/dataobject/convolution/deconvolve/kstplugin_deconvolve.desktop
  51. +1 −1 src/plugins/dataobject/correlation/autocorrelation/kstplugin_autocorrelation.desktop
  52. +1 −1 src/plugins/dataobject/correlation/crosscorrelation/kstplugin_crosscorrelation.desktop
  53. +1 −1 src/plugins/dataobject/crossspectrum/kstplugin_crossspectrum.desktop
  54. +1 −1 src/plugins/dataobject/effectivebandwidth/kstplugin_effectivebandwidth.desktop
  55. +1 −1 src/plugins/dataobject/genericfilter/kstplugin_genericfilter.desktop
  56. +1 −1 src/plugins/dataobject/interpolations/akima/kstplugin_akima.desktop
  57. +1 −1 src/plugins/dataobject/interpolations/akimaperiodic/kstplugin_akimaperiodic.desktop
  58. +1 −1 src/plugins/dataobject/interpolations/cspline/kstplugin_akima.desktop
  59. +1 −1 src/plugins/dataobject/interpolations/csplineperiodic/kstplugin_csplineperiodic.desktop
  60. +1 −1 src/plugins/dataobject/interpolations/linear/kstplugin_linear.desktop
  61. +1 −1 src/plugins/dataobject/interpolations/polynomial/kstplugin_polynomial.desktop
  62. +1 −1 src/plugins/dataobject/linefit/kstplugin_linefit.desktop
  63. +1 −1 src/plugins/dataobject/noiseaddition/kstplugin_noiseaddition.desktop
  64. +1 −1 src/plugins/dataobject/periodogram/kstplugin_periodogram.desktop
  65. +1 −1 src/plugins/dataobject/phase/kstplugin_phase.desktop
  66. +1 −1 src/plugins/dataobject/shift/kstplugin_shift.desktop
  67. +1 −1 src/plugins/dataobject/statistics/kstplugin_statistics.desktop
  68. +1 −1 src/plugins/dataobject/syncbin/kstplugin_syncbin.desktop
  69. +14 −8 src/plugins/filters/butterworth_bandpass/butterworth_bandpass.cpp
  70. 0 src/plugins/filters/butterworth_bandpass/butterworth_bandpass.pro
  71. +1 −1 src/plugins/filters/butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop
  72. +17 −8 src/plugins/filters/butterworth_bandstop/butterworth_bandstop.cpp
  73. 0 src/plugins/filters/butterworth_bandstop/butterworth_bandstop.pro
  74. +1 −1 src/plugins/filters/butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop
  75. +12 −6 src/plugins/filters/butterworth_highpass/butterworth_highpass.cpp
  76. 0 src/plugins/filters/butterworth_highpass/butterworth_highpass.pro
  77. +1 −1 src/plugins/filters/butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop
  78. +7 −0 src/plugins/filters/butterworth_lowpass/butterworth_lowpass.cpp
  79. 0 src/plugins/filters/butterworth_lowpass/butterworth_lowpass.pro
  80. +18 −18 src/plugins/filters/butterworth_lowpass/filterbutterworthlowpassconfig.ui
  81. +1 −1 src/plugins/filters/butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop
  82. +1 −1 src/plugins/filters/cumulativeaverage/kstplugin_cumulativeaverage.desktop
  83. +1 −1 src/plugins/filters/cumulativesum/kstplugin_cumulativesum.desktop
  84. 0 src/plugins/filters/despike/despike.pro
  85. +1 −1 src/plugins/filters/despike/kstplugin_filter_despike.desktop
  86. +1 −1 src/plugins/filters/differentiation/kstplugin_differentiation.desktop
  87. +1 −1 src/plugins/filters/flag/kstplugin_filter_flag.desktop
  88. +1 −1 src/plugins/filters/unwind/kstplugin_filter_unwind.desktop
  89. 0 src/plugins/filters/unwind/unwind.pro
  90. +1 −1 src/plugins/filters/window/kstplugin_filter_window.desktop
  91. 0 src/plugins/filters/window/window.pro
  92. 0 src/plugins/fits/exponential_unweighted/exponential_unweighted.pro
  93. +1 −1 src/plugins/fits/exponential_unweighted/kstplugin_fits_exponential_unweighted.desktop
  94. 0 src/plugins/fits/exponential_weighted/exponential_weighted.pro
  95. +1 −1 src/plugins/fits/exponential_weighted/kstplugin_fits_exponential_weighted.desktop
  96. 0 src/plugins/fits/gaussian_unweighted/gaussian_unweighted.pro
  97. +1 −1 src/plugins/fits/gaussian_unweighted/kstplugin_fits_gaussian_unweighted.desktop
  98. 0 src/plugins/fits/gaussian_weighted/gaussian_weighted.pro
  99. +1 −1 src/plugins/fits/gaussian_weighted/kstplugin_fits_gaussian_weighted.desktop
  100. 0 src/plugins/fits/gradient_unweighted/gradient_unweighted.pro
  101. +1 −1 src/plugins/fits/gradient_unweighted/kstplugin_fits_gradient_unweighted.desktop
  102. 0 src/plugins/fits/gradient_weighted/gradient_weighted.pro
  103. +1 −1 src/plugins/fits/gradient_weighted/kstplugin_fits_gradient_weighted.desktop
  104. 0 src/plugins/fits/kneefrequency/kneefrequency.pro
  105. +1 −1 src/plugins/fits/kneefrequency/kstplugin_fits_kneefrequency.desktop
  106. +1 −1 src/plugins/fits/linear_unweighted/kstplugin_fits_linear_unweighted.desktop
  107. 0 src/plugins/fits/linear_unweighted/linear_unweighted.pro
  108. +1 −1 src/plugins/fits/linear_weighted/kstplugin_fits_linear_weighted.desktop
  109. 0 src/plugins/fits/linear_weighted/linear_weighted.pro
  110. +1 −1 src/plugins/fits/lorentzian_unweighted/kstplugin_fits_lorentzian_unweighted.desktop
  111. 0 src/plugins/fits/lorentzian_unweighted/lorentzian_unweighted.pro
  112. +1 −1 src/plugins/fits/lorentzian_weighted/kstplugin_fits_lorentzian_weighted.desktop
  113. 0 src/plugins/fits/lorentzian_weighted/lorentzian_weighted.pro
  114. +1 −1 src/plugins/fits/polynomial_unweighted/kstplugin_fits_polynomial_unweighted.desktop
  115. 0 src/plugins/fits/polynomial_unweighted/polynomial_unweighted.pro
  116. +1 −1 src/plugins/fits/polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop
  117. 0 src/plugins/fits/polynomial_weighted/polynomial_weighted.pro
  118. +5 −5 src/plugins/fits/sinusoid_unweighted/kstplugin_fits_sinusoid_unweighted.desktop
  119. 0 src/plugins/fits/sinusoid_unweighted/sinusoid_unweighted.pro
  120. +5 −5 src/plugins/fits/sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop
  121. 0 src/plugins/fits/sinusoid_weighted/sinusoid_weighted.pro
  122. +1 −1 src/plugins/sampleplugin/kstplugin_sampleplugin.desktop
  123. +145 −1 src/widgets/scalarselector.cpp
  124. +15 −0 src/widgets/scalarselector.h
  125. +67 −9 src/widgets/scalarselector.ui
  126. +0 −207 tests/kstcontrol/KstControl.pro.user
  127. +0 −171 tests/kstcontrol/KstControl.pro.user.2.2pre5
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.svn
CMakeLists.txt.user
*.user
*.dm
dm
dm.lnk
Expand Down
Binary file added docbook/kst/Icon-kst-matrixnew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docbook/kst/Screenshot-kst-eq2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docbook/kst/Screenshot-kst-eq2Plots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docbook/kst/Screenshot-kst-fitdialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docbook/kst/Screenshot-kst-image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docbook/kst/Screenshot-kst-image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docbook/kst/Screenshot-kst-new-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docbook/kst/Screenshot-kst-newmatrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading