[Kst-plot/kst] c2b585: Update netCDF datasource plugin to work with moder...

netterfield noreply at github.com
Sun Feb 8 01:18:48 GMT 2026


  Branch: refs/heads/UBUNTU-NOBLE
  Home:   https://github.com/Kst-plot/kst
  Commit: c2b585fbd23e1e7de8f7dba457ca632bb07708da
      https://github.com/Kst-plot/kst/commit/c2b585fbd23e1e7de8f7dba457ca632bb07708da
  Author: Sasha Rahlin <arahlin at uchicago.edu>
  Date:   2024-12-23 (Mon, 23 Dec 2024)

  Changed paths:
    M cmake/modules/FindNetcdf.cmake
    M src/datasources/netcdf/netcdfplugin.cpp
    M src/datasources/netcdf/netcdfsource.cpp
    M src/datasources/netcdf/netcdfsource.h

  Log Message:
  -----------
  Update netCDF datasource plugin to work with modern netCDF4 C++ bindings


  Commit: 73d5c09bf353eea72751e7fed86046c556bb002a
      https://github.com/Kst-plot/kst/commit/73d5c09bf353eea72751e7fed86046c556bb002a
  Author: Carl Schwan <carl at carlschwan.eu>
  Date:   2025-06-07 (Sat, 07 Jun 2025)

  Changed paths:
    M CMakeLists.txt
    R cmake/modules/Clang-sanitize.cmake
    R cmake/modules/KstCrossCompile.cmake
    M cmake/modules/KstMacros.cmake
    M old_datasources/dmc/dmcobj.cpp
    M old_datasources/dmc/dmcplugin.cpp
    M old_datasources/dmc/dmcsource.cpp
    M old_datasources/dmc/dmcsource.h
    M old_tests/healpix/testhealpix.cpp
    M src/datasources/ascii/asciisource.cpp
    M src/datasources/ascii/asciisource.h
    M src/datasources/bis/bisdatasource.cpp
    M src/datasources/dirfilesource/dirfilesource.cpp
    M src/datasources/dirfilesource/dirfilesource.h
    M src/datasources/fitsimage/fitsimage.cpp
    M src/datasources/fitsimage/fitsimage.h
    M src/datasources/fitstable/fitstable.cpp
    M src/datasources/its/itsdatasource.cpp
    M src/datasources/matlab/matlab.cpp
    M src/datasources/netcdf/netcdfplugin.cpp
    M src/datasources/netcdf/netcdfsource.cpp
    M src/datasources/netcdf/netcdfsource.h
    M src/datasources/qimagesource/qimagesource.cpp
    M src/datasources/qimagesource/qimagesource.h
    M src/datasources/tiff16source/tiff16source.cpp
    M src/datasources/tiff16source/tiff16source.h
    M src/libkst/CMakeLists.txt
    M src/libkst/builtinprimitives.h
    M src/libkst/coredocument.h
    M src/libkst/datacollection.h
    M src/libkst/datamatrix.cpp
    M src/libkst/datamatrix.h
    M src/libkst/dataprimitive.h
    M src/libkst/datascalar.cpp
    M src/libkst/datascalar.h
    M src/libkst/datasource.cpp
    M src/libkst/datasource.h
    M src/libkst/datasourcefactory.h
    M src/libkst/datastring.cpp
    M src/libkst/datastring.h
    M src/libkst/datavector.cpp
    M src/libkst/datavector.h
    M src/libkst/dateparser.cpp
    M src/libkst/dateparser.h
    M src/libkst/debug.cpp
    M src/libkst/debug.h
    M src/libkst/editablematrix.cpp
    M src/libkst/editablematrix.h
    M src/libkst/editablevector.cpp
    M src/libkst/editablevector.h
    M src/libkst/extension.h
    M src/libkst/generatedmatrix.cpp
    M src/libkst/generatedmatrix.h
    M src/libkst/generatedvector.cpp
    M src/libkst/generatedvector.h
    R src/libkst/kst_export.h
    M src/libkst/ksttimezone.h
    M src/libkst/labelinfo.h
    M src/libkst/math_kst.h
    M src/libkst/matrix.cpp
    M src/libkst/matrix.h
    M src/libkst/measuretime.h
    M src/libkst/namedobject.cpp
    M src/libkst/namedobject.h
    M src/libkst/nextcolor.h
    M src/libkst/object.cpp
    M src/libkst/object.h
    M src/libkst/objectstore.cpp
    M src/libkst/objectstore.h
    M src/libkst/plotiteminterface.h
    M src/libkst/primitive.cpp
    M src/libkst/primitive.h
    M src/libkst/primitivefactory.h
    M src/libkst/rwlock.cpp
    M src/libkst/rwlock.h
    M src/libkst/scalar.cpp
    M src/libkst/scalar.h
    M src/libkst/scriptinterface.h
    M src/libkst/settings.h
    M src/libkst/sharedptr.h
    M src/libkst/stdinsource.cpp
    M src/libkst/stdinsource.h
    M src/libkst/string_kst.cpp
    M src/libkst/string_kst.h
    M src/libkst/updatemanager.h
    M src/libkst/updateserver.h
    M src/libkst/vector.cpp
    M src/libkst/vector.h
    M src/libkst/vscalar.cpp
    M src/libkst/vscalar.h
    M src/libkstapp/aboutdialog.h
    M src/libkstapp/applicationsettingsdialog.h
    M src/libkstapp/arrowitemdialog.h
    M src/libkstapp/arrowpropertiestab.h
    M src/libkstapp/axistab.h
    M src/libkstapp/baddatasourcedialog.h
    M src/libkstapp/basicplugindialog.h
    M src/libkstapp/bugreportwizard.h
    M src/libkstapp/builtingraphics.h
    M src/libkstapp/changedatasampledialog.h
    M src/libkstapp/changefiledialog.h
    M src/libkstapp/choosecolordialog.h
    M src/libkstapp/circledimensionstab.h
    M src/libkstapp/circleitemdialog.h
    M src/libkstapp/contenttab.h
    M src/libkstapp/csddialog.h
    M src/libkstapp/curvedialog.h
    M src/libkstapp/datadialog.h
    M src/libkstapp/datagui.h
    M src/libkstapp/datamanager.h
    M src/libkstapp/datasourceconfiguredialog.h
    M src/libkstapp/datasourcedialog.h
    M src/libkstapp/datatab.h
    M src/libkstapp/datawizard.h
    M src/libkstapp/debugdialog.h
    M src/libkstapp/defaultlabelpropertiestab.h
    M src/libkstapp/dialog.h
    M src/libkstapp/dialoglaunchergui.h
    M src/libkstapp/dialogpage.h
    M src/libkstapp/dialogtab.h
    M src/libkstapp/differentiatecurvesdialog.h
    M src/libkstapp/dimensionstab.h
    M src/libkstapp/editmultiplewidget.h
    M src/libkstapp/equationdialog.h
    M src/libkstapp/eventmonitordialog.h
    M src/libkstapp/exportgraphicsdialog.h
    M src/libkstapp/filltab.h
    M src/libkstapp/filterfitdialog.h
    M src/libkstapp/generaltab.h
    M src/libkstapp/graphicsfactory.h
    M src/libkstapp/gridtab.h
    M src/libkstapp/histogramdialog.h
    M src/libkstapp/imagedialog.h
    M src/libkstapp/labelcreator.h
    M src/libkstapp/labeldimensionstab.h
    M src/libkstapp/labelitemdialog.h
    M src/libkstapp/labelpropertiestab.h
    M src/libkstapp/labelrenderer.h
    M src/libkstapp/labeltab.h
    M src/libkstapp/layouttab.h
    M src/libkstapp/legenditemdialog.h
    M src/libkstapp/legendtab.h
    M src/libkstapp/linedimensionstab.h
    M src/libkstapp/lineitemdialog.h
    M src/libkstapp/logdialog.h
    M src/libkstapp/logwidget.h
    M src/libkstapp/markerstab.h
    M src/libkstapp/matrixdialog.cpp
    M src/libkstapp/matrixdialog.h
    M src/libkstapp/overridelabeltab.h
    M src/libkstapp/plotaxis.cpp
    M src/libkstapp/plotitem.cpp
    M src/libkstapp/plotitemdialog.h
    M src/libkstapp/plotmarkers.h
    M src/libkstapp/powerspectrumdialog.h
    M src/libkstapp/rangetab.h
    M src/libkstapp/scalardialog.h
    M src/libkstapp/scene.h
    M src/libkstapp/shortcutdialog.h
    M src/libkstapp/stringdialog.cpp
    M src/libkstapp/stringdialog.h
    M src/libkstapp/stroketab.h
    M src/libkstapp/themedialog.h
    M src/libkstapp/vectordialog.h
    M src/libkstapp/view.h
    M src/libkstapp/viewcommand.h
    M src/libkstapp/viewdialog.h
    M src/libkstapp/viewgridlayout.cpp
    M src/libkstapp/viewitem.h
    M src/libkstapp/viewitemdialog.h
    M src/libkstapp/viewmatrixdialog.h
    M src/libkstapp/viewprimitivedialog.h
    M src/libkstapp/viewvectordialog.h
    M src/libkstmath/CMakeLists.txt
    M src/libkstmath/basicplugin.h
    M src/libkstmath/csd.h
    M src/libkstmath/curve.cpp
    M src/libkstmath/curve.h
    M src/libkstmath/curvehint.cpp
    M src/libkstmath/dataobject.cpp
    M src/libkstmath/dataobject.h
    M src/libkstmath/enodes.cpp
    M src/libkstmath/equation.cpp
    M src/libkstmath/equation.h
    M src/libkstmath/eventmonitorentry.h
    M src/libkstmath/histogram.h
    M src/libkstmath/image.cpp
    M src/libkstmath/image.h
    R src/libkstmath/kstmath_pch
    M src/libkstmath/labelparser.cpp
    M src/libkstmath/labelparser.h
    M src/libkstmath/psd.h
    M src/libkstmath/relation.cpp
    M src/libkstmath/relation.h
    M src/plugins/dataobject/lockin/iirfilter.h
    M src/widgets/CMakeLists.txt
    M src/widgets/cclineedit.cpp
    M src/widgets/curveplacement.cpp
    M src/widgets/datasourceselector.cpp
    M src/widgets/filerequester.cpp
    M src/widgets/vectorselector.cpp
    M tests/CMakeLists.txt
    M tests/testdatasource.cpp

  Log Message:
  -----------
  Port libkst and libkstmath and libkstwidgets to Qt6


  Commit: ae341030d440c645ee35a2789f7f565075296997
      https://github.com/Kst-plot/kst/commit/ae341030d440c645ee35a2789f7f565075296997
  Author: Carl Schwan <carl at carlschwan.eu>
  Date:   2025-06-07 (Sat, 07 Jun 2025)

  Changed paths:
    M src/libkstapp/CMakeLists.txt
    M src/libkstapp/aboutdialog.cpp
    M src/libkstapp/arrowitem.cpp
    M src/libkstapp/buttonitem.cpp
    M src/libkstapp/document.cpp
    M src/libkstapp/labelitem.cpp
    M src/libkstapp/legenditem.cpp
    M src/libkstapp/lineedititem.cpp
    M src/libkstapp/plotaxis.cpp
    M src/libkstapp/plotitem.cpp
    M src/libkstapp/plotmarkers.cpp
    M src/libkstapp/plotrenderitem.cpp
    M src/libkstapp/sharedaxisboxitem.cpp
    M src/libkstapp/viewitem.cpp

  Log Message:
  -----------
  Port KstApp to Qt6


  Commit: 75bc460a6bc293e69166f03810bded2c05afc976
      https://github.com/Kst-plot/kst/commit/75bc460a6bc293e69166f03810bded2c05afc976
  Author: Carl Schwan <carl at carlschwan.eu>
  Date:   2025-06-07 (Sat, 07 Jun 2025)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/KstMacros.cmake
    M src/widgets/CMakeLists.txt

  Log Message:
  -----------
  Add missing dependency to cmake


  Commit: aed67c17565df70f2203bc3ce6a06314a23bdec8
      https://github.com/Kst-plot/kst/commit/aed67c17565df70f2203bc3ce6a06314a23bdec8
  Author: Carl Schwan <carl at carlschwan.eu>
  Date:   2025-06-07 (Sat, 07 Jun 2025)

  Changed paths:
    M src/datasources/ascii/asciifiledata.h
    M src/datasources/ascii/asciiplugin.cpp
    M src/datasources/ascii/asciisource.cpp
    M src/datasources/ascii/asciisource.h
    M src/datasources/ascii/asciisourceconfig.cpp

  Log Message:
  -----------
  Fix build issues in datasources/ascii


  Commit: b03bed2083742c13b93dac018add2d172af94683
      https://github.com/Kst-plot/kst/commit/b03bed2083742c13b93dac018add2d172af94683
  Author: Carl Schwan <carl at carlschwan.eu>
  Date:   2025-06-07 (Sat, 07 Jun 2025)

  Changed paths:
    M src/plugins/dataobject/activitylevel/activitylevel.cpp
    M src/plugins/dataobject/bin/bin.cpp
    M src/plugins/dataobject/chop/chop.cpp
    M src/plugins/dataobject/convolution/convolve/convolve.cpp
    M src/plugins/dataobject/convolution/deconvolve/deconvolve.cpp
    M src/plugins/dataobject/correlation/autocorrelation/autocorrelation.cpp
    M src/plugins/dataobject/correlation/crosscorrelation/crosscorrelation.cpp
    M src/plugins/dataobject/crossspectrum/crossspectrum.cpp
    M src/plugins/dataobject/effectivebandwidth/effectivebandwidth.cpp
    M src/plugins/dataobject/genericfilter/genericfilter.cpp
    M src/plugins/dataobject/interpolations/akima/akima.cpp
    M src/plugins/dataobject/interpolations/akimaperiodic/akimaperiodic.cpp
    M src/plugins/dataobject/interpolations/cspline/cspline.cpp
    M src/plugins/dataobject/interpolations/csplineperiodic/csplineperiodic.cpp
    M src/plugins/dataobject/interpolations/linear/linear.cpp
    M src/plugins/dataobject/interpolations/polynomial/polynomial.cpp
    M src/plugins/dataobject/linefit/linefit.cpp
    M src/plugins/dataobject/lockin/lockin.cpp
    M src/plugins/dataobject/noiseaddition/noiseaddition.cpp
    M src/plugins/dataobject/periodogram/periodogram.cpp
    M src/plugins/dataobject/phase/phase.cpp
    M src/plugins/dataobject/shift/shift.cpp
    M src/plugins/dataobject/statistics/statistics.cpp
    M src/plugins/dataobject/syncbin/syncbin.cpp
    M src/plugins/filters/boxcar/boxcar.cpp
    M src/plugins/filters/butterworth_bandpass/butterworth_bandpass.cpp
    M src/plugins/filters/butterworth_bandstop/butterworth_bandstop.cpp
    M src/plugins/filters/butterworth_highpass/butterworth_highpass.cpp
    M src/plugins/filters/butterworth_lowpass/butterworth_lowpass.cpp
    M src/plugins/filters/cumulativeaverage/cumulativeaverage.cpp
    M src/plugins/filters/cumulativesum/cumulativesum.cpp
    M src/plugins/filters/despike/filterdespike.cpp
    M src/plugins/filters/differentiation/differentiation.cpp
    M src/plugins/filters/flag/filterflag.cpp
    M src/plugins/filters/hpboxcar/hpboxcar.cpp
    M src/plugins/filters/movingaverage/movingaverage.cpp
    M src/plugins/filters/movingmedian/movingmedian.cpp
    M src/plugins/filters/unwind/filterunwind.cpp
    M src/plugins/fits/exponential_unweighted/fitexponential_unweighted.cpp
    M src/plugins/fits/exponential_weighted/fitexponential_weighted.cpp
    M src/plugins/fits/gaussian_unweighted/fitgaussian_unweighted.cpp
    M src/plugins/fits/gaussian_weighted/fitgaussian_weighted.cpp
    M src/plugins/fits/gradient_unweighted/fitgradient_unweighted.cpp
    M src/plugins/fits/gradient_weighted/fitgradient_weighted.cpp
    M src/plugins/fits/kneefrequency/fitkneefrequency.cpp
    M src/plugins/fits/linear_unweighted/fitlinear_unweighted.cpp
    M src/plugins/fits/linear_weighted/fitlinear_weighted.cpp
    M src/plugins/fits/lorentzian_unweighted/fitlorentzian_unweighted.cpp
    M src/plugins/fits/lorentzian_weighted/fitlorentzian_weighted.cpp
    M src/plugins/fits/polynomial_unweighted/fitpolynomial_unweighted.cpp
    M src/plugins/fits/polynomial_weighted/fitpolynomial_weighted.cpp
    M src/plugins/fits/sinusoid_unweighted/fitsinusoid_unweighted.cpp
    M src/plugins/fits/sinusoid_weighted/fitsinusoid_weighted.cpp
    M src/plugins/sampleplugin/sampleplugin.cpp

  Log Message:
  -----------
  Replace QStringRef with QStringView


  Commit: 59e0934f1548eaca8fda11d2e29f96d712d82dee
      https://github.com/Kst-plot/kst/commit/59e0934f1548eaca8fda11d2e29f96d712d82dee
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/KstMacros.cmake

  Log Message:
  -----------
  fix the cmake system to put plugins in a kst2 subdir


  Commit: b69789293ebde66898554277489e78ebb1ad0324
      https://github.com/Kst-plot/kst/commit/b69789293ebde66898554277489e78ebb1ad0324
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2025-07-23 (Wed, 23 Jul 2025)

  Changed paths:
    M src/datasources/ascii/asciifiledata.cpp
    M src/libkstapp/plotaxis.cpp

  Log Message:
  -----------
  QString::asprintf has been used wrong, breaking time labels.  This fixes it.


  Commit: a647637a3eb7c442838996634b4fb95b678e60e3
      https://github.com/Kst-plot/kst/commit/a647637a3eb7c442838996634b4fb95b678e60e3
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2025-07-23 (Wed, 23 Jul 2025)

  Changed paths:
    M src/plugins/filters/boxcar/boxcar.cpp
    M src/plugins/filters/hpboxcar/hpboxcar.cpp

  Log Message:
  -----------
  boxcar filter guis need to be properly initialized.


  Commit: 56b9d7642ee30e0142fc45a42087ee090fed58a1
      https://github.com/Kst-plot/kst/commit/56b9d7642ee30e0142fc45a42087ee090fed58a1
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2025-07-23 (Wed, 23 Jul 2025)

  Changed paths:
    M devel-docs/BugsAndFeatures
    A devel-docs/deprecated/dpiBugs
    A devel-docs/deprecated/fits_datasource.txt
    A devel-docs/deprecated/tool_mode_changes
    R devel-docs/dpiBugs
    R devel-docs/fits_datasource.txt
    R devel-docs/notes/tool_mode_changes

  Log Message:
  -----------
  cleaning up devel-docs a little


  Commit: a091cf318ce1c5b4987b89d0eef5e94d9d9100aa
      https://github.com/Kst-plot/kst/commit/a091cf318ce1c5b4987b89d0eef5e94d9d9100aa
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2025-07-24 (Thu, 24 Jul 2025)

  Changed paths:
    M src/libkst/datamatrix.cpp
    M src/libkst/datamatrix.h
    M src/libkst/matrixfactory.cpp
    M src/libkst/matrixscriptinterface.cpp
    M src/libkstapp/commandlineparser.cpp
    M src/libkstapp/matrixdialog.cpp
    M src/libkstapp/matrixdialog.h
    M src/libkstapp/matrixtab.ui

  Log Message:
  -----------
  Scale the coordinates of images read from disk.

This way, you can put coordinates on images you read from disk, even
if they don't have coordinates in the metadata.  Think... a map.
Then you can overlay gps coordinates over it real time :-)


  Commit: 066fdbdeded4770c162442e36c84175941b60963
      https://github.com/Kst-plot/kst/commit/066fdbdeded4770c162442e36c84175941b60963
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2025-07-24 (Thu, 24 Jul 2025)

  Changed paths:
    M src/libkstapp/matrixdialog.cpp

  Log Message:
  -----------
  remove debug message


  Commit: c890c79a1d4315bf404ada33632dbcc03ad2687b
      https://github.com/Kst-plot/kst/commit/c890c79a1d4315bf404ada33632dbcc03ad2687b
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2025-07-24 (Thu, 24 Jul 2025)

  Changed paths:
    M src/libkstapp/kstrevision.h.cached

  Log Message:
  -----------
  new revision date


  Commit: c250288dcae3b476d55321b935fbaab5dec6b28b
      https://github.com/Kst-plot/kst/commit/c250288dcae3b476d55321b935fbaab5dec6b28b
  Author: l10n daemon script <scripty at kde.org>
  Date:   2025-08-30 (Sat, 30 Aug 2025)

  Changed paths:
    M src/plugins/filters/boxcar/kstplugin_boxcar.desktop
    M src/plugins/filters/exponential/kstplugin_exponential.desktop
    M src/plugins/filters/hpboxcar/kstplugin_hpboxcar.desktop
    M src/plugins/filters/movingaverage/kstplugin_movingaverage.desktop
    M src/plugins/filters/movingmedian/kstplugin_movingmedian.desktop

  Log Message:
  -----------
  SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"


  Commit: 2432c735b80b1440aa6c24f3d61f787a68b03bfd
      https://github.com/Kst-plot/kst/commit/2432c735b80b1440aa6c24f3d61f787a68b03bfd
  Author: l10n daemon script <scripty at kde.org>
  Date:   2025-08-31 (Sun, 31 Aug 2025)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 8eec888fc80a9f81c6e0492972e9b0e85783df8c
      https://github.com/Kst-plot/kst/commit/8eec888fc80a9f81c6e0492972e9b0e85783df8c
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2025-09-03 (Wed, 03 Sep 2025)

  Changed paths:
    M cmake/modules/FindNetcdf.cmake
    M src/datasources/netcdf/netcdfplugin.cpp
    M src/datasources/netcdf/netcdfsource.cpp
    M src/datasources/netcdf/netcdfsource.h

  Log Message:
  -----------
  Merge branch 'pr_25' into local_testing


  Commit: 4c5b8ec71b21c5dc877ed864352c48b8fb8b747a
      https://github.com/Kst-plot/kst/commit/4c5b8ec71b21c5dc877ed864352c48b8fb8b747a
  Author: l10n daemon script <scripty at kde.org>
  Date:   2025-09-08 (Mon, 08 Sep 2025)

  Changed paths:
    M src/kst/x-kst.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 997881046164e867eca8a859efe66ed59f6371ca
      https://github.com/Kst-plot/kst/commit/997881046164e867eca8a859efe66ed59f6371ca
  Author: l10n daemon script <scripty at kde.org>
  Date:   2025-09-08 (Mon, 08 Sep 2025)

  Changed paths:
    M old_datasources/dmc/kstdata_dmc.desktop
    M old_datasources/healpix/kstdata_healpix.desktop
    M old_datasources/lfiio/kstdata_lfiio.desktop
    M old_datasources/plankIDEF/kstdata_planckIDEF.desktop
    M src/datasources/ascii/kstdata_ascii.desktop
    M src/datasources/bis/kstdata_bissource.desktop
    M src/datasources/dirfilesource/kstdata_dirfilesource.desktop
    M src/datasources/fitsimage/kstdata_fitsimage.desktop
    M src/datasources/fitstable/kstdata_fitstable.desktop
    M src/datasources/hdf5/kstdata_hdf5.desktop
    M src/datasources/its/kstdata_itssource.desktop
    M src/datasources/matlab/kstdata_matlab.desktop
    M src/datasources/netcdf/kstdata_netcdf.desktop
    M src/datasources/qimagesource/kstdata_qimagesource.desktop
    M src/datasources/sampledatasource/kstdata_sampledatasource.desktop
    M src/datasources/sourcelist/kstdata_sourcelist.desktop
    M src/datasources/tiff16source/kstdata_tiff16source.desktop
    M src/kst/org.kde.kst.desktop
    M src/plugins/dataobject/activitylevel/kstplugin_activitylevel.desktop
    M src/plugins/dataobject/bin/kstplugin_bin.desktop
    M src/plugins/dataobject/chop/kstplugin_chop.desktop
    M src/plugins/dataobject/convolution/convolve/kstplugin_convolve.desktop
    M src/plugins/dataobject/convolution/deconvolve/kstplugin_deconvolve.desktop
    M src/plugins/dataobject/correlation/autocorrelation/kstplugin_autocorrelation.desktop
    M src/plugins/dataobject/correlation/crosscorrelation/kstplugin_crosscorrelation.desktop
    M src/plugins/dataobject/crossspectrum/kstplugin_crossspectrum.desktop
    M src/plugins/dataobject/effectivebandwidth/kstplugin_effectivebandwidth.desktop
    M src/plugins/dataobject/genericfilter/kstplugin_genericfilter.desktop
    M src/plugins/dataobject/interpolations/akima/kstplugin_akima.desktop
    M src/plugins/dataobject/interpolations/akimaperiodic/kstplugin_akimaperiodic.desktop
    M src/plugins/dataobject/interpolations/cspline/kstplugin_akima.desktop
    M src/plugins/dataobject/interpolations/csplineperiodic/kstplugin_csplineperiodic.desktop
    M src/plugins/dataobject/interpolations/linear/kstplugin_linear.desktop
    M src/plugins/dataobject/interpolations/polynomial/kstplugin_polynomial.desktop
    M src/plugins/dataobject/linefit/kstplugin_linefit.desktop
    M src/plugins/dataobject/lockin/kstplugin_lockin.desktop
    M src/plugins/dataobject/noiseaddition/kstplugin_noiseaddition.desktop
    M src/plugins/dataobject/periodogram/kstplugin_periodogram.desktop
    M src/plugins/dataobject/phase/kstplugin_phase.desktop
    M src/plugins/dataobject/shift/kstplugin_shift.desktop
    M src/plugins/dataobject/statistics/kstplugin_statistics.desktop
    M src/plugins/dataobject/syncbin/kstplugin_syncbin.desktop
    M src/plugins/filters/boxcar/kstplugin_boxcar.desktop
    M src/plugins/filters/butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop
    M src/plugins/filters/butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop
    M src/plugins/filters/butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop
    M src/plugins/filters/butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop
    M src/plugins/filters/cumulativeaverage/kstplugin_cumulativeaverage.desktop
    M src/plugins/filters/cumulativesum/kstplugin_cumulativesum.desktop
    M src/plugins/filters/despike/kstplugin_filter_despike.desktop
    M src/plugins/filters/differentiation/kstplugin_differentiation.desktop
    M src/plugins/filters/exponential/kstplugin_exponential.desktop
    M src/plugins/filters/flag/kstplugin_filter_flag.desktop
    M src/plugins/filters/hpboxcar/kstplugin_hpboxcar.desktop
    M src/plugins/filters/movingaverage/kstplugin_movingaverage.desktop
    M src/plugins/filters/movingmedian/kstplugin_movingmedian.desktop
    M src/plugins/filters/unwind/kstplugin_filter_unwind.desktop
    M src/plugins/filters/window/kstplugin_filter_window.desktop
    M src/plugins/fits/exponential_unweighted/kstplugin_fits_exponential_unweighted.desktop
    M src/plugins/fits/exponential_weighted/kstplugin_fits_exponential_weighted.desktop
    M src/plugins/fits/gaussian_unweighted/kstplugin_fits_gaussian_unweighted.desktop
    M src/plugins/fits/gaussian_weighted/kstplugin_fits_gaussian_weighted.desktop
    M src/plugins/fits/gradient_unweighted/kstplugin_fits_gradient_unweighted.desktop
    M src/plugins/fits/gradient_weighted/kstplugin_fits_gradient_weighted.desktop
    M src/plugins/fits/kneefrequency/kstplugin_fits_kneefrequency.desktop
    M src/plugins/fits/linear_unweighted/kstplugin_fits_linear_unweighted.desktop
    M src/plugins/fits/linear_weighted/kstplugin_fits_linear_weighted.desktop
    M src/plugins/fits/lorentzian_unweighted/kstplugin_fits_lorentzian_unweighted.desktop
    M src/plugins/fits/lorentzian_weighted/kstplugin_fits_lorentzian_weighted.desktop
    M src/plugins/fits/polynomial_unweighted/kstplugin_fits_polynomial_unweighted.desktop
    M src/plugins/fits/polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop
    M src/plugins/fits/sinusoid_unweighted/kstplugin_fits_sinusoid_unweighted.desktop
    M src/plugins/fits/sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop
    M src/plugins/sampleplugin/kstplugin_sampleplugin.desktop

  Log Message:
  -----------
  SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"


  Commit: cc24e49c63a2f4632ae87dfa6a86e6f216388a55
      https://github.com/Kst-plot/kst/commit/cc24e49c63a2f4632ae87dfa6a86e6f216388a55
  Author: l10n daemon script <scripty at kde.org>
  Date:   2025-09-09 (Tue, 09 Sep 2025)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml
    M src/kst/x-kst.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 95b9deb6192a622a6f87b94e082ae696f4cc3f7d
      https://github.com/Kst-plot/kst/commit/95b9deb6192a622a6f87b94e082ae696f4cc3f7d
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2025-09-19 (Fri, 19 Sep 2025)

  Changed paths:
    M src/datasources/netcdf/netcdfplugin.cpp

  Log Message:
  -----------
  netcdf crashes: exception not handled


  Commit: 19458ff175b28c2f16e0e300f1d1a88fbfe66149
      https://github.com/Kst-plot/kst/commit/19458ff175b28c2f16e0e300f1d1a88fbfe66149
  Author: l10n daemon script <scripty at kde.org>
  Date:   2025-10-07 (Tue, 07 Oct 2025)

  Changed paths:
    M old_datasources/dmc/kstdata_dmc.desktop
    M old_datasources/healpix/kstdata_healpix.desktop
    M old_datasources/lfiio/kstdata_lfiio.desktop
    M old_datasources/plankIDEF/kstdata_planckIDEF.desktop
    M src/datasources/ascii/kstdata_ascii.desktop
    M src/datasources/bis/kstdata_bissource.desktop
    M src/datasources/dirfilesource/kstdata_dirfilesource.desktop
    M src/datasources/fitsimage/kstdata_fitsimage.desktop
    M src/datasources/fitstable/kstdata_fitstable.desktop
    M src/datasources/hdf5/kstdata_hdf5.desktop
    M src/datasources/its/kstdata_itssource.desktop
    M src/datasources/matlab/kstdata_matlab.desktop
    M src/datasources/netcdf/kstdata_netcdf.desktop
    M src/datasources/qimagesource/kstdata_qimagesource.desktop
    M src/datasources/sampledatasource/kstdata_sampledatasource.desktop
    M src/datasources/sourcelist/kstdata_sourcelist.desktop
    M src/datasources/tiff16source/kstdata_tiff16source.desktop
    M src/kst/org.kde.kst.desktop
    M src/plugins/dataobject/activitylevel/kstplugin_activitylevel.desktop
    M src/plugins/dataobject/bin/kstplugin_bin.desktop
    M src/plugins/dataobject/chop/kstplugin_chop.desktop
    M src/plugins/dataobject/convolution/convolve/kstplugin_convolve.desktop
    M src/plugins/dataobject/convolution/deconvolve/kstplugin_deconvolve.desktop
    M src/plugins/dataobject/correlation/autocorrelation/kstplugin_autocorrelation.desktop
    M src/plugins/dataobject/correlation/crosscorrelation/kstplugin_crosscorrelation.desktop
    M src/plugins/dataobject/crossspectrum/kstplugin_crossspectrum.desktop
    M src/plugins/dataobject/effectivebandwidth/kstplugin_effectivebandwidth.desktop
    M src/plugins/dataobject/genericfilter/kstplugin_genericfilter.desktop
    M src/plugins/dataobject/interpolations/akima/kstplugin_akima.desktop
    M src/plugins/dataobject/interpolations/akimaperiodic/kstplugin_akimaperiodic.desktop
    M src/plugins/dataobject/interpolations/cspline/kstplugin_akima.desktop
    M src/plugins/dataobject/interpolations/csplineperiodic/kstplugin_csplineperiodic.desktop
    M src/plugins/dataobject/interpolations/linear/kstplugin_linear.desktop
    M src/plugins/dataobject/interpolations/polynomial/kstplugin_polynomial.desktop
    M src/plugins/dataobject/linefit/kstplugin_linefit.desktop
    M src/plugins/dataobject/lockin/kstplugin_lockin.desktop
    M src/plugins/dataobject/noiseaddition/kstplugin_noiseaddition.desktop
    M src/plugins/dataobject/periodogram/kstplugin_periodogram.desktop
    M src/plugins/dataobject/phase/kstplugin_phase.desktop
    M src/plugins/dataobject/shift/kstplugin_shift.desktop
    M src/plugins/dataobject/statistics/kstplugin_statistics.desktop
    M src/plugins/dataobject/syncbin/kstplugin_syncbin.desktop
    M src/plugins/filters/boxcar/kstplugin_boxcar.desktop
    M src/plugins/filters/butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop
    M src/plugins/filters/butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop
    M src/plugins/filters/butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop
    M src/plugins/filters/butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop
    M src/plugins/filters/cumulativeaverage/kstplugin_cumulativeaverage.desktop
    M src/plugins/filters/cumulativesum/kstplugin_cumulativesum.desktop
    M src/plugins/filters/despike/kstplugin_filter_despike.desktop
    M src/plugins/filters/differentiation/kstplugin_differentiation.desktop
    M src/plugins/filters/exponential/kstplugin_exponential.desktop
    M src/plugins/filters/flag/kstplugin_filter_flag.desktop
    M src/plugins/filters/hpboxcar/kstplugin_hpboxcar.desktop
    M src/plugins/filters/movingaverage/kstplugin_movingaverage.desktop
    M src/plugins/filters/movingmedian/kstplugin_movingmedian.desktop
    M src/plugins/filters/unwind/kstplugin_filter_unwind.desktop
    M src/plugins/filters/window/kstplugin_filter_window.desktop
    M src/plugins/fits/exponential_unweighted/kstplugin_fits_exponential_unweighted.desktop
    M src/plugins/fits/exponential_weighted/kstplugin_fits_exponential_weighted.desktop
    M src/plugins/fits/gaussian_unweighted/kstplugin_fits_gaussian_unweighted.desktop
    M src/plugins/fits/gaussian_weighted/kstplugin_fits_gaussian_weighted.desktop
    M src/plugins/fits/gradient_unweighted/kstplugin_fits_gradient_unweighted.desktop
    M src/plugins/fits/gradient_weighted/kstplugin_fits_gradient_weighted.desktop
    M src/plugins/fits/kneefrequency/kstplugin_fits_kneefrequency.desktop
    M src/plugins/fits/linear_unweighted/kstplugin_fits_linear_unweighted.desktop
    M src/plugins/fits/linear_weighted/kstplugin_fits_linear_weighted.desktop
    M src/plugins/fits/lorentzian_unweighted/kstplugin_fits_lorentzian_unweighted.desktop
    M src/plugins/fits/lorentzian_weighted/kstplugin_fits_lorentzian_weighted.desktop
    M src/plugins/fits/polynomial_unweighted/kstplugin_fits_polynomial_unweighted.desktop
    M src/plugins/fits/polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop
    M src/plugins/fits/sinusoid_unweighted/kstplugin_fits_sinusoid_unweighted.desktop
    M src/plugins/fits/sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop
    M src/plugins/sampleplugin/kstplugin_sampleplugin.desktop

  Log Message:
  -----------
  SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"


  Commit: f8586dd829ee364e6e3c41b7b01af0ca41984dc7
      https://github.com/Kst-plot/kst/commit/f8586dd829ee364e6e3c41b7b01af0ca41984dc7
  Author: l10n daemon script <scripty at kde.org>
  Date:   2025-10-08 (Wed, 08 Oct 2025)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml
    M src/kst/x-kst.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: e3c0ad22c389289c4297da2cd8a209b36f0388c2
      https://github.com/Kst-plot/kst/commit/e3c0ad22c389289c4297da2cd8a209b36f0388c2
  Author: l10n daemon script <scripty at kde.org>
  Date:   2025-11-24 (Mon, 24 Nov 2025)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 2ff343fae4aac1665b4425df05264affe3436b1a
      https://github.com/Kst-plot/kst/commit/2ff343fae4aac1665b4425df05264affe3436b1a
  Author: Carl Schwan <carl.schwan at nextcloud.com>
  Date:   2025-12-07 (Sun, 07 Dec 2025)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/KstMacros.cmake
    M src/libkst/CMakeLists.txt
    M src/libkst/debug.cpp
    R src/libkst/libkst.pro
    M src/libkst/vector.h
    M src/libkstapp/CMakeLists.txt
    M src/libkstapp/aboutdialog.cpp
    M src/libkstapp/bugreportwizard.cpp
    M src/libkstapp/commandlineparser.cpp
    M src/libkstmath/dataobjectplugin.h
    M src/widgets/CMakeLists.txt
    M src/widgets/curveappearance.ui
    R src/widgets/kstwidgets_pch
    M src/widgets/widgets.cpp
    M tests/CMakeLists.txt
    M tests/testcsd.cpp
    M tests/testdatamatrix.cpp
    M tests/testdatasource.cpp
    M tests/testeditablematrix.cpp
    M tests/testeqparser.cpp
    M tests/testgeneratedmatrix.cpp
    M tests/testgeneratedvector.cpp
    M tests/testhistogram.cpp
    M tests/testlabelparser.cpp
    M tests/testmatrix.cpp
    M tests/testobjectstore.cpp
    M tests/testpsd.cpp
    M tests/testscalar.cpp
    M tests/testvector.cpp

  Log Message:
  -----------
  Compile the tests

At least the one who where easy to fix


  Commit: abf7b3946bb199b9076ebf6cef95a85e57146c73
      https://github.com/Kst-plot/kst/commit/abf7b3946bb199b9076ebf6cef95a85e57146c73
  Author: Carl Schwan <carl.schwan at nextcloud.com>
  Date:   2025-12-07 (Sun, 07 Dec 2025)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/KstMacros.cmake
    M src/datasources/CMakeLists.txt
    M src/datasources/ascii/asciisource.cpp
    M src/kst/CMakeLists.txt
    M src/libkstapp/CMakeLists.txt
    M src/libkstmath/dataobjectplugin.h
    M src/plugins/CMakeLists.txt
    M src/plugins/dataobject/lockin/lockin.h
    M src/widgets/CMakeLists.txt
    M src/widgets/colorpalette.cpp
    M src/widgets/colorpalette.h
    M src/widgets/scalarselector.cpp
    M src/widgets/scalarselector.h

  Log Message:
  -----------
  Fix more compile issues


  Commit: 7a90af1c0680a67ab288ef84eb234cceef8c7357
      https://github.com/Kst-plot/kst/commit/7a90af1c0680a67ab288ef84eb234cceef8c7357
  Author: Matthias Mailänder <matthias at mailaender.name>
  Date:   2025-12-07 (Sun, 07 Dec 2025)

  Changed paths:
    M src/libkstapp/libkstapp.pro

  Log Message:
  -----------
  Fix source code file in header list.


  Commit: f38a6c5da411497432ab8f93ac3821f9e8c9b5a7
      https://github.com/Kst-plot/kst/commit/f38a6c5da411497432ab8f93ac3821f9e8c9b5a7
  Author: Matthias Mailänder <matthias at mailaender.name>
  Date:   2025-12-07 (Sun, 07 Dec 2025)

  Changed paths:
    M src/datasources/ascii/asciisource.cpp

  Log Message:
  -----------
  Fix compilation error.


  Commit: 5f1e419cdc40a01b5425aa06186b4368b0141569
      https://github.com/Kst-plot/kst/commit/5f1e419cdc40a01b5425aa06186b4368b0141569
  Author: Matthias Mailänder <matthias at mailaender.name>
  Date:   2025-12-29 (Mon, 29 Dec 2025)

  Changed paths:
    M src/datasources/ascii/asciiconfigwidget.h

  Log Message:
  -----------
  Add missing import.


  Commit: cc92e5aaa3a6d35ae28273abd95ccd990c99cd29
      https://github.com/Kst-plot/kst/commit/cc92e5aaa3a6d35ae28273abd95ccd990c99cd29
  Author: Matthias Mailänder <matthias at mailaender.name>
  Date:   2025-12-29 (Mon, 29 Dec 2025)

  Changed paths:
    M src/datasources/ascii/asciiplugin.cpp

  Log Message:
  -----------
  RegEx API has changed.


  Commit: b40dc856ebb00fca00da2559c834f2a798af6c1f
      https://github.com/Kst-plot/kst/commit/b40dc856ebb00fca00da2559c834f2a798af6c1f
  Author: Matthias Mailänder <matthias at mailaender.name>
  Date:   2025-12-29 (Mon, 29 Dec 2025)

  Changed paths:
    M src/libkstapp/CMakeLists.txt

  Log Message:
  -----------
  Not a UI form.


  Commit: c677a28d0f67aacff962cfe2322d698203f422c8
      https://github.com/Kst-plot/kst/commit/c677a28d0f67aacff962cfe2322d698203f422c8
  Author: Matthias Mailänder <matthias at mailaender.name>
  Date:   2025-12-29 (Mon, 29 Dec 2025)

  Changed paths:
    M src/libkstapp/bugreportwizard.cpp

  Log Message:
  -----------
  Add missing type.


  Commit: 83480c73b918f0ad9dfaebb38f1f4f99e8d741f9
      https://github.com/Kst-plot/kst/commit/83480c73b918f0ad9dfaebb38f1f4f99e8d741f9
  Author: Matthias Mailänder <matthias at mailaender.name>
  Date:   2025-12-29 (Mon, 29 Dec 2025)

  Changed paths:
    M src/widgets/CMakeLists.txt

  Log Message:
  -----------
  Fix syntax error.


  Commit: 14e6d068909c178abe6c2e6b0d4657baa90cadd0
      https://github.com/Kst-plot/kst/commit/14e6d068909c178abe6c2e6b0d4657baa90cadd0
  Author: Matthias Mailänder <matthias at mailaender.name>
  Date:   2025-12-29 (Mon, 29 Dec 2025)

  Changed paths:
    M cmake/modules/FindHDF5.cmake

  Log Message:
  -----------
  Library has a different name now.


  Commit: 44ecaa921214109f8ce9b261705f8b26cdeb26f7
      https://github.com/Kst-plot/kst/commit/44ecaa921214109f8ce9b261705f8b26cdeb26f7
  Author: Matthias Mailänder <matthias at mailaender.name>
  Date:   2025-12-29 (Mon, 29 Dec 2025)

  Changed paths:
    M src/libkstapp/contenttab.cpp
    M src/libkstapp/editmultiplewidget.cpp

  Log Message:
  -----------
  Regular expression API has changed.


  Commit: 7bcbff041a1ee24960c5d4a6a7dceb725e441eed
      https://github.com/Kst-plot/kst/commit/7bcbff041a1ee24960c5d4a6a7dceb725e441eed
  Author: Matthias Mailänder <matthias at mailaender.name>
  Date:   2025-12-29 (Mon, 29 Dec 2025)

  Changed paths:
    M src/libkstapp/exportgraphicsdialog.cpp

  Log Message:
  -----------
  Not found anymore.


  Commit: 59cd78f7874326e8f22ebba93251819879aedf08
      https://github.com/Kst-plot/kst/commit/59cd78f7874326e8f22ebba93251819879aedf08
  Author: Matthias Mailänder <matthias at mailaender.name>
  Date:   2025-12-29 (Mon, 29 Dec 2025)

  Changed paths:
    M cmake/modules/KstMacros.cmake

  Log Message:
  -----------
  Add UI files if there are any.


  Commit: 805d16665d806bc4f8612f72a4bad8a0fa53f4d0
      https://github.com/Kst-plot/kst/commit/805d16665d806bc4f8612f72a4bad8a0fa53f4d0
  Author: Tianchen Wu <wutianchen1 at gmail.com>
  Date:   2026-01-12 (Mon, 12 Jan 2026)

  Changed paths:
    M src/libkstapp/plotrenderitem.cpp

  Log Message:
  -----------
  Apply and adapt PR #27: reset SelectionRect (cursor) in all plots of current view while levelEvent


  Commit: 1ecfbf6072cf2f02a4cc9971b2666f57a9e5eeb7
      https://github.com/Kst-plot/kst/commit/1ecfbf6072cf2f02a4cc9971b2666f57a9e5eeb7
  Author: Carl Schwan <carl at carlschwan.eu>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/CMakeLists.txt

  Log Message:
  -----------
  Fix kst .desktop and metainfo file installation


  Commit: 403c32bd3c79acdae796dfb90a2d3dd04b40e9cd
      https://github.com/Kst-plot/kst/commit/403c32bd3c79acdae796dfb90a2d3dd04b40e9cd
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 4aa7fa825d217274333a6d7b6a81635c4150aa98
      https://github.com/Kst-plot/kst/commit/4aa7fa825d217274333a6d7b6a81635c4150aa98
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: b8710632a41cb5c57df8291e1729cb122bd37016
      https://github.com/Kst-plot/kst/commit/b8710632a41cb5c57df8291e1729cb122bd37016
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 0cacc31347ae89460a3da0d2428d0c728b9fe02b
      https://github.com/Kst-plot/kst/commit/0cacc31347ae89460a3da0d2428d0c728b9fe02b
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 843a36a31db25b251d9162f0b765a2a080593531
      https://github.com/Kst-plot/kst/commit/843a36a31db25b251d9162f0b765a2a080593531
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 223d7b5a03e356ff0442fa09916177bbde7f6149
      https://github.com/Kst-plot/kst/commit/223d7b5a03e356ff0442fa09916177bbde7f6149
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 1020f17b06142c3e81ce8b134e017c1f104785ca
      https://github.com/Kst-plot/kst/commit/1020f17b06142c3e81ce8b134e017c1f104785ca
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/libkstapp/plotaxis.cpp

  Log Message:
  -----------
  Fix a bug in axis labels as date-times


  Commit: 791dd86ed3c215481810e0c7fd937a336df70617
      https://github.com/Kst-plot/kst/commit/791dd86ed3c215481810e0c7fd937a336df70617
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/libkstapp/filterfitdialog.cpp
    M src/libkstapp/kstrevision.h.cached

  Log Message:
  -----------
  update revision number


  Commit: fa26762376524f2b2eb9c2c129046d91468baf76
      https://github.com/Kst-plot/kst/commit/fa26762376524f2b2eb9c2c129046d91468baf76
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M devel-docs/launchpad

  Log Message:
  -----------
  update version


  Commit: 0ca687f305a3f8a484d05c8852d1799306402aea
      https://github.com/Kst-plot/kst/commit/0ca687f305a3f8a484d05c8852d1799306402aea
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml

  Log Message:
  -----------
  update version in metainfo


  Commit: d886eff329da85a1bccffec058646f4da361fa07
      https://github.com/Kst-plot/kst/commit/d886eff329da85a1bccffec058646f4da361fa07
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M devel-docs/launchpad
    M src/libkstapp/dialoglaunchergui.cpp
    M src/plugins/fits/gaussian_unweighted/fitgaussian_unweightedconfig.ui

  Log Message:
  -----------
  put fit and filter dialogs in a better place


  Commit: cb7a35c879f853610f605b70e1078acd76ff496c
      https://github.com/Kst-plot/kst/commit/cb7a35c879f853610f605b70e1078acd76ff496c
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/datasources/ascii/asciidatainterfaces.h
    M src/datasources/ascii/asciiplugin.h
    M src/datasources/ascii/asciisource.cpp
    M src/datasources/ascii/asciisource.h
    M src/datasources/hdf5/hdf5.cpp
    M src/libkst/datasource.h
    M src/libkst/ksttimezone.cpp
    M src/libkst/vscalar.h
    M src/libkstapp/aboutdialog.h
    M src/libkstapp/applicationsettingsdialog.h
    M src/libkstapp/arrowitemdialog.h
    M src/libkstapp/arrowpropertiestab.h
    M src/libkstapp/basicplugindialog.h
    M src/libkstapp/datadialog.cpp
    M src/libkstapp/datadialog.h
    M src/libkstapp/datatab.h
    M src/libkstapp/dialogtab.h
    M src/libkstmath/curve.cpp

  Log Message:
  -----------
  remove some warnings


  Commit: 7fb8e545aa9a8b580c721022d18bf87db4b5ef26
      https://github.com/Kst-plot/kst/commit/7fb8e545aa9a8b580c721022d18bf87db4b5ef26
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/KstMacros.cmake

  Log Message:
  -----------
  fix the cmake system to put plugins in a kst2 subdir


  Commit: 9f7b5ed1dd0b8f29aebe40378c2320b2d72d5687
      https://github.com/Kst-plot/kst/commit/9f7b5ed1dd0b8f29aebe40378c2320b2d72d5687
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/datasources/ascii/asciifiledata.cpp
    M src/libkstapp/plotaxis.cpp

  Log Message:
  -----------
  QString::asprintf has been used wrong, breaking time labels.  This fixes it.


  Commit: 21cabd48b4acb83e72928adf3c0a457db226efeb
      https://github.com/Kst-plot/kst/commit/21cabd48b4acb83e72928adf3c0a457db226efeb
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/plugins/filters/boxcar/boxcar.cpp
    M src/plugins/filters/hpboxcar/hpboxcar.cpp

  Log Message:
  -----------
  boxcar filter guis need to be properly initialized.


  Commit: 25aff27416d15a63a9dc55bfd99086f93e331887
      https://github.com/Kst-plot/kst/commit/25aff27416d15a63a9dc55bfd99086f93e331887
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M devel-docs/BugsAndFeatures
    A devel-docs/deprecated/dpiBugs
    A devel-docs/deprecated/fits_datasource.txt
    A devel-docs/deprecated/tool_mode_changes
    R devel-docs/dpiBugs
    R devel-docs/fits_datasource.txt
    R devel-docs/notes/tool_mode_changes

  Log Message:
  -----------
  cleaning up devel-docs a little


  Commit: 59fa34570b3f4eeecb1dd369a91010e22846b20e
      https://github.com/Kst-plot/kst/commit/59fa34570b3f4eeecb1dd369a91010e22846b20e
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/libkst/datamatrix.cpp
    M src/libkst/datamatrix.h
    M src/libkst/matrixfactory.cpp
    M src/libkst/matrixscriptinterface.cpp
    M src/libkstapp/commandlineparser.cpp
    M src/libkstapp/matrixdialog.cpp
    M src/libkstapp/matrixdialog.h
    M src/libkstapp/matrixtab.ui

  Log Message:
  -----------
  Scale the coordinates of images read from disk.

This way, you can put coordinates on images you read from disk, even
if they don't have coordinates in the metadata.  Think... a map.
Then you can overlay gps coordinates over it real time :-)


  Commit: 06a865ec910871d62df6b43c8577eb478849e762
      https://github.com/Kst-plot/kst/commit/06a865ec910871d62df6b43c8577eb478849e762
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/libkstapp/kstrevision.h.cached

  Log Message:
  -----------
  new revision date


  Commit: d5a2c947f7cb269ca955549700b3e9378eecd93c
      https://github.com/Kst-plot/kst/commit/d5a2c947f7cb269ca955549700b3e9378eecd93c
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/plugins/filters/boxcar/kstplugin_boxcar.desktop
    M src/plugins/filters/exponential/kstplugin_exponential.desktop
    M src/plugins/filters/hpboxcar/kstplugin_hpboxcar.desktop
    M src/plugins/filters/movingaverage/kstplugin_movingaverage.desktop
    M src/plugins/filters/movingmedian/kstplugin_movingmedian.desktop

  Log Message:
  -----------
  SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"


  Commit: ed9a7b885258e27246c17ea6e00af6782d28ff37
      https://github.com/Kst-plot/kst/commit/ed9a7b885258e27246c17ea6e00af6782d28ff37
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 1caf69aa78c2462eea071f5c12d3e8feee96599c
      https://github.com/Kst-plot/kst/commit/1caf69aa78c2462eea071f5c12d3e8feee96599c
  Author: Sasha Rahlin <arahlin at uchicago.edu>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M cmake/modules/FindNetcdf.cmake
    M src/datasources/netcdf/netcdfplugin.cpp
    M src/datasources/netcdf/netcdfsource.cpp
    M src/datasources/netcdf/netcdfsource.h

  Log Message:
  -----------
  Update netCDF datasource plugin to work with modern netCDF4 C++ bindings


  Commit: 2ebacd771f577b0ccba800b0904937c72669bfd3
      https://github.com/Kst-plot/kst/commit/2ebacd771f577b0ccba800b0904937c72669bfd3
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/x-kst.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 5f4b5935a02375a4b99d8f98b844a77bf566c70f
      https://github.com/Kst-plot/kst/commit/5f4b5935a02375a4b99d8f98b844a77bf566c70f
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M old_datasources/dmc/kstdata_dmc.desktop
    M old_datasources/healpix/kstdata_healpix.desktop
    M old_datasources/lfiio/kstdata_lfiio.desktop
    M old_datasources/plankIDEF/kstdata_planckIDEF.desktop
    M src/datasources/ascii/kstdata_ascii.desktop
    M src/datasources/bis/kstdata_bissource.desktop
    M src/datasources/dirfilesource/kstdata_dirfilesource.desktop
    M src/datasources/fitsimage/kstdata_fitsimage.desktop
    M src/datasources/fitstable/kstdata_fitstable.desktop
    M src/datasources/hdf5/kstdata_hdf5.desktop
    M src/datasources/its/kstdata_itssource.desktop
    M src/datasources/matlab/kstdata_matlab.desktop
    M src/datasources/netcdf/kstdata_netcdf.desktop
    M src/datasources/qimagesource/kstdata_qimagesource.desktop
    M src/datasources/sampledatasource/kstdata_sampledatasource.desktop
    M src/datasources/sourcelist/kstdata_sourcelist.desktop
    M src/datasources/tiff16source/kstdata_tiff16source.desktop
    M src/kst/org.kde.kst.desktop
    M src/plugins/dataobject/activitylevel/kstplugin_activitylevel.desktop
    M src/plugins/dataobject/bin/kstplugin_bin.desktop
    M src/plugins/dataobject/chop/kstplugin_chop.desktop
    M src/plugins/dataobject/convolution/convolve/kstplugin_convolve.desktop
    M src/plugins/dataobject/convolution/deconvolve/kstplugin_deconvolve.desktop
    M src/plugins/dataobject/correlation/autocorrelation/kstplugin_autocorrelation.desktop
    M src/plugins/dataobject/correlation/crosscorrelation/kstplugin_crosscorrelation.desktop
    M src/plugins/dataobject/crossspectrum/kstplugin_crossspectrum.desktop
    M src/plugins/dataobject/effectivebandwidth/kstplugin_effectivebandwidth.desktop
    M src/plugins/dataobject/genericfilter/kstplugin_genericfilter.desktop
    M src/plugins/dataobject/interpolations/akima/kstplugin_akima.desktop
    M src/plugins/dataobject/interpolations/akimaperiodic/kstplugin_akimaperiodic.desktop
    M src/plugins/dataobject/interpolations/cspline/kstplugin_akima.desktop
    M src/plugins/dataobject/interpolations/csplineperiodic/kstplugin_csplineperiodic.desktop
    M src/plugins/dataobject/interpolations/linear/kstplugin_linear.desktop
    M src/plugins/dataobject/interpolations/polynomial/kstplugin_polynomial.desktop
    M src/plugins/dataobject/linefit/kstplugin_linefit.desktop
    M src/plugins/dataobject/lockin/kstplugin_lockin.desktop
    M src/plugins/dataobject/noiseaddition/kstplugin_noiseaddition.desktop
    M src/plugins/dataobject/periodogram/kstplugin_periodogram.desktop
    M src/plugins/dataobject/phase/kstplugin_phase.desktop
    M src/plugins/dataobject/shift/kstplugin_shift.desktop
    M src/plugins/dataobject/statistics/kstplugin_statistics.desktop
    M src/plugins/dataobject/syncbin/kstplugin_syncbin.desktop
    M src/plugins/filters/boxcar/kstplugin_boxcar.desktop
    M src/plugins/filters/butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop
    M src/plugins/filters/butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop
    M src/plugins/filters/butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop
    M src/plugins/filters/butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop
    M src/plugins/filters/cumulativeaverage/kstplugin_cumulativeaverage.desktop
    M src/plugins/filters/cumulativesum/kstplugin_cumulativesum.desktop
    M src/plugins/filters/despike/kstplugin_filter_despike.desktop
    M src/plugins/filters/differentiation/kstplugin_differentiation.desktop
    M src/plugins/filters/exponential/kstplugin_exponential.desktop
    M src/plugins/filters/flag/kstplugin_filter_flag.desktop
    M src/plugins/filters/hpboxcar/kstplugin_hpboxcar.desktop
    M src/plugins/filters/movingaverage/kstplugin_movingaverage.desktop
    M src/plugins/filters/movingmedian/kstplugin_movingmedian.desktop
    M src/plugins/filters/unwind/kstplugin_filter_unwind.desktop
    M src/plugins/filters/window/kstplugin_filter_window.desktop
    M src/plugins/fits/exponential_unweighted/kstplugin_fits_exponential_unweighted.desktop
    M src/plugins/fits/exponential_weighted/kstplugin_fits_exponential_weighted.desktop
    M src/plugins/fits/gaussian_unweighted/kstplugin_fits_gaussian_unweighted.desktop
    M src/plugins/fits/gaussian_weighted/kstplugin_fits_gaussian_weighted.desktop
    M src/plugins/fits/gradient_unweighted/kstplugin_fits_gradient_unweighted.desktop
    M src/plugins/fits/gradient_weighted/kstplugin_fits_gradient_weighted.desktop
    M src/plugins/fits/kneefrequency/kstplugin_fits_kneefrequency.desktop
    M src/plugins/fits/linear_unweighted/kstplugin_fits_linear_unweighted.desktop
    M src/plugins/fits/linear_weighted/kstplugin_fits_linear_weighted.desktop
    M src/plugins/fits/lorentzian_unweighted/kstplugin_fits_lorentzian_unweighted.desktop
    M src/plugins/fits/lorentzian_weighted/kstplugin_fits_lorentzian_weighted.desktop
    M src/plugins/fits/polynomial_unweighted/kstplugin_fits_polynomial_unweighted.desktop
    M src/plugins/fits/polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop
    M src/plugins/fits/sinusoid_unweighted/kstplugin_fits_sinusoid_unweighted.desktop
    M src/plugins/fits/sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop
    M src/plugins/sampleplugin/kstplugin_sampleplugin.desktop

  Log Message:
  -----------
  SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"


  Commit: 2c53fa19b79d2827449b49fb4a354e64d22999bf
      https://github.com/Kst-plot/kst/commit/2c53fa19b79d2827449b49fb4a354e64d22999bf
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml
    M src/kst/x-kst.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 50a8c5bbf2ea94925a8b355b830fce26a4ea093d
      https://github.com/Kst-plot/kst/commit/50a8c5bbf2ea94925a8b355b830fce26a4ea093d
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/datasources/netcdf/netcdfplugin.cpp

  Log Message:
  -----------
  netcdf crashes: exception not handled


  Commit: 916c33b083db2247e2be33d636af82bda1e4eb0c
      https://github.com/Kst-plot/kst/commit/916c33b083db2247e2be33d636af82bda1e4eb0c
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M old_datasources/dmc/kstdata_dmc.desktop
    M old_datasources/healpix/kstdata_healpix.desktop
    M old_datasources/lfiio/kstdata_lfiio.desktop
    M old_datasources/plankIDEF/kstdata_planckIDEF.desktop
    M src/datasources/ascii/kstdata_ascii.desktop
    M src/datasources/bis/kstdata_bissource.desktop
    M src/datasources/dirfilesource/kstdata_dirfilesource.desktop
    M src/datasources/fitsimage/kstdata_fitsimage.desktop
    M src/datasources/fitstable/kstdata_fitstable.desktop
    M src/datasources/hdf5/kstdata_hdf5.desktop
    M src/datasources/its/kstdata_itssource.desktop
    M src/datasources/matlab/kstdata_matlab.desktop
    M src/datasources/netcdf/kstdata_netcdf.desktop
    M src/datasources/qimagesource/kstdata_qimagesource.desktop
    M src/datasources/sampledatasource/kstdata_sampledatasource.desktop
    M src/datasources/sourcelist/kstdata_sourcelist.desktop
    M src/datasources/tiff16source/kstdata_tiff16source.desktop
    M src/kst/org.kde.kst.desktop
    M src/plugins/dataobject/activitylevel/kstplugin_activitylevel.desktop
    M src/plugins/dataobject/bin/kstplugin_bin.desktop
    M src/plugins/dataobject/chop/kstplugin_chop.desktop
    M src/plugins/dataobject/convolution/convolve/kstplugin_convolve.desktop
    M src/plugins/dataobject/convolution/deconvolve/kstplugin_deconvolve.desktop
    M src/plugins/dataobject/correlation/autocorrelation/kstplugin_autocorrelation.desktop
    M src/plugins/dataobject/correlation/crosscorrelation/kstplugin_crosscorrelation.desktop
    M src/plugins/dataobject/crossspectrum/kstplugin_crossspectrum.desktop
    M src/plugins/dataobject/effectivebandwidth/kstplugin_effectivebandwidth.desktop
    M src/plugins/dataobject/genericfilter/kstplugin_genericfilter.desktop
    M src/plugins/dataobject/interpolations/akima/kstplugin_akima.desktop
    M src/plugins/dataobject/interpolations/akimaperiodic/kstplugin_akimaperiodic.desktop
    M src/plugins/dataobject/interpolations/cspline/kstplugin_akima.desktop
    M src/plugins/dataobject/interpolations/csplineperiodic/kstplugin_csplineperiodic.desktop
    M src/plugins/dataobject/interpolations/linear/kstplugin_linear.desktop
    M src/plugins/dataobject/interpolations/polynomial/kstplugin_polynomial.desktop
    M src/plugins/dataobject/linefit/kstplugin_linefit.desktop
    M src/plugins/dataobject/lockin/kstplugin_lockin.desktop
    M src/plugins/dataobject/noiseaddition/kstplugin_noiseaddition.desktop
    M src/plugins/dataobject/periodogram/kstplugin_periodogram.desktop
    M src/plugins/dataobject/phase/kstplugin_phase.desktop
    M src/plugins/dataobject/shift/kstplugin_shift.desktop
    M src/plugins/dataobject/statistics/kstplugin_statistics.desktop
    M src/plugins/dataobject/syncbin/kstplugin_syncbin.desktop
    M src/plugins/filters/boxcar/kstplugin_boxcar.desktop
    M src/plugins/filters/butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop
    M src/plugins/filters/butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop
    M src/plugins/filters/butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop
    M src/plugins/filters/butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop
    M src/plugins/filters/cumulativeaverage/kstplugin_cumulativeaverage.desktop
    M src/plugins/filters/cumulativesum/kstplugin_cumulativesum.desktop
    M src/plugins/filters/despike/kstplugin_filter_despike.desktop
    M src/plugins/filters/differentiation/kstplugin_differentiation.desktop
    M src/plugins/filters/exponential/kstplugin_exponential.desktop
    M src/plugins/filters/flag/kstplugin_filter_flag.desktop
    M src/plugins/filters/hpboxcar/kstplugin_hpboxcar.desktop
    M src/plugins/filters/movingaverage/kstplugin_movingaverage.desktop
    M src/plugins/filters/movingmedian/kstplugin_movingmedian.desktop
    M src/plugins/filters/unwind/kstplugin_filter_unwind.desktop
    M src/plugins/filters/window/kstplugin_filter_window.desktop
    M src/plugins/fits/exponential_unweighted/kstplugin_fits_exponential_unweighted.desktop
    M src/plugins/fits/exponential_weighted/kstplugin_fits_exponential_weighted.desktop
    M src/plugins/fits/gaussian_unweighted/kstplugin_fits_gaussian_unweighted.desktop
    M src/plugins/fits/gaussian_weighted/kstplugin_fits_gaussian_weighted.desktop
    M src/plugins/fits/gradient_unweighted/kstplugin_fits_gradient_unweighted.desktop
    M src/plugins/fits/gradient_weighted/kstplugin_fits_gradient_weighted.desktop
    M src/plugins/fits/kneefrequency/kstplugin_fits_kneefrequency.desktop
    M src/plugins/fits/linear_unweighted/kstplugin_fits_linear_unweighted.desktop
    M src/plugins/fits/linear_weighted/kstplugin_fits_linear_weighted.desktop
    M src/plugins/fits/lorentzian_unweighted/kstplugin_fits_lorentzian_unweighted.desktop
    M src/plugins/fits/lorentzian_weighted/kstplugin_fits_lorentzian_weighted.desktop
    M src/plugins/fits/polynomial_unweighted/kstplugin_fits_polynomial_unweighted.desktop
    M src/plugins/fits/polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop
    M src/plugins/fits/sinusoid_unweighted/kstplugin_fits_sinusoid_unweighted.desktop
    M src/plugins/fits/sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop
    M src/plugins/sampleplugin/kstplugin_sampleplugin.desktop

  Log Message:
  -----------
  SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"


  Commit: 790a03e046b46d98f49c542b3c5f4eb2f07a3bba
      https://github.com/Kst-plot/kst/commit/790a03e046b46d98f49c542b3c5f4eb2f07a3bba
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml
    M src/kst/x-kst.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 02a0b2b648dcf6a2a35d0cb6b3ba0481f700037a
      https://github.com/Kst-plot/kst/commit/02a0b2b648dcf6a2a35d0cb6b3ba0481f700037a
  Author: l10n daemon script <scripty at kde.org>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/kst/org.kde.kst.metainfo.xml

  Log Message:
  -----------
  GIT_SILENT made messages (after extraction)


  Commit: 6e01f6bdc1322ba4db6df3e05ad836f903c9de75
      https://github.com/Kst-plot/kst/commit/6e01f6bdc1322ba4db6df3e05ad836f903c9de75
  Author: Tianchen Wu <wutianchen1 at gmail.com>
  Date:   2026-01-26 (Mon, 26 Jan 2026)

  Changed paths:
    M src/libkstapp/plotrenderitem.cpp

  Log Message:
  -----------
  Apply and adapt PR #27: reset SelectionRect (cursor) in all plots of current view while levelEvent


  Commit: e15613afd6fec11fc22bf7407c614aae6c473c35
      https://github.com/Kst-plot/kst/commit/e15613afd6fec11fc22bf7407c614aae6c473c35
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-01-27 (Tue, 27 Jan 2026)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/FindCFITSIO.cmake
    M cmake/modules/FindGetdata.cmake
    M cmake/modules/FindHDF5.cmake
    M cmake/modules/FindMatio.cmake
    M cmake/modules/FindNetcdf.cmake
    M cmake/modules/KstMacros.cmake
    M config.h
    M pyKst/INSTALL
    M pyKst/pykst.py
    M qnx/kst-descriptor.xml
    M src/CMakeLists.txt
    M src/datasources/CMakeLists.txt
    M src/datasources/ascii/kst_atof.cpp
    M src/datasources/netcdf/netcdfsource.cpp
    M src/images/svg_icons/data-manager.svgz
    R src/images/svg_icons/data_manager.svgz
    M src/images/svg_icons/document-save.svgz
    M src/kst/CMakeLists.txt
    M src/kst/main.cpp
    M src/kst/org.kde.kst.desktop
    M src/libkst/CMakeLists.txt
    M src/libkst/datasourcepluginmanager.cpp
    M src/libkst/objectstore.cpp
    R src/libkst/stdinsource.cpp
    R src/libkst/stdinsource.h
    M src/libkstapp/CMakeLists.txt
    M src/libkstapp/arrowitem.cpp
    M src/libkstapp/commandlineparser.cpp
    M src/libkstapp/commandlineparser.h
    M src/libkstapp/datawizard.cpp
    M src/libkstapp/eventmonitordialog.cpp
    M src/libkstapp/filterfitdialog.cpp
    M src/libkstapp/filtermultipledialog.cpp
    M src/libkstapp/kstapp_pch
    M src/libkstapp/mainwindow.cpp
    M src/libkstapp/plotitem.cpp
    M src/libkstapp/pluginmenuitemaction.cpp
    M src/libkstapp/pluginmenuitemaction.h
    M src/libkstapp/scriptserver.cpp
    M src/libkstapp/tabwidget.cpp
    M src/libkstapp/viewitem.h
    M src/libkstmath/CMakeLists.txt
    M src/libkstmath/labelparser.cpp
    M src/plugins/CMakeLists.txt
    M src/widgets/CMakeLists.txt
    M src/widgets/cclineedit.cpp
    M src/widgets/colorpalette.cpp
    M src/widgets/widgets.cpp
    M src/widgets/widgets.h
    M tests/datasources/ascii/CMakeLists.txt

  Log Message:
  -----------
  cleaned up cmakefile system and ported to qt6


  Commit: 8c9480a41040828ab91503503784ff3624f920ac
      https://github.com/Kst-plot/kst/commit/8c9480a41040828ab91503503784ff3624f920ac
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-02-02 (Mon, 02 Feb 2026)

  Changed paths:
    M CMakeLists.txt
    R cmake/modules/FindNumPy.cmake
    R cmake/modules/FindSciPy.cmake
    M cmake/modules/KstMacros.cmake
    R cmake/pyKst/CMakeLists.txt
    R cmake/pyKst/finddistdir.py
    R cmake/pyKst/pykstpp_h.py.cmake
    M src/libkst/datasourcepluginmanager.cpp
    M src/libkst/sharedptr.h

  Log Message:
  -----------
  more cleanup while porting to qt6


  Commit: 0180521ebcb5d0f191185582e9dc7fe8e3bf2f11
      https://github.com/Kst-plot/kst/commit/0180521ebcb5d0f191185582e9dc7fe8e3bf2f11
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-02-06 (Fri, 06 Feb 2026)

  Changed paths:
    R .svn-author-file
    R INSTALL.qmake
    R build-kst.bat
    R config.pri
    R dataobjectplugin.pri
    R datasourceplugin.pri
    R devel-docs/Kst2Specs/BuildSystemOverview
    R kst.pri
    R old_datasources/README
    R old_datasources/dmc/FindDmc.cmake
    R old_datasources/dmc/Makefile.am
    R old_datasources/dmc/dmcdata.cpp
    R old_datasources/dmc/dmcdata.h
    R old_datasources/dmc/dmcobj.cpp
    R old_datasources/dmc/dmcobj.h
    R old_datasources/dmc/dmcplugin.cpp
    R old_datasources/dmc/dmcplugin.h
    R old_datasources/dmc/dmcsource.cpp
    R old_datasources/dmc/dmcsource.h
    R old_datasources/dmc/kstdata_dmc.desktop
    R old_datasources/healpix/healpix.cpp
    R old_datasources/healpix/healpix.h
    R old_datasources/healpix/healpix.pro
    R old_datasources/healpix/healpix_tools.h
    R old_datasources/healpix/healpix_tools_fits.cpp
    R old_datasources/healpix/healpix_tools_pix.cpp
    R old_datasources/healpix/healpix_tools_proj.cpp
    R old_datasources/healpix/healpixconfig.ui
    R old_datasources/healpix/kstdata_healpix.desktop
    R old_datasources/lfiio/kstdata_lfiio.desktop
    R old_datasources/lfiio/lfiio.cpp
    R old_datasources/lfiio/lfiio.h
    R old_datasources/lfiio/lfiio.pro
    R old_datasources/plankIDEF/kstdata_planckIDEF.desktop
    R old_datasources/plankIDEF/planckIDEF.cpp
    R old_datasources/plankIDEF/planckIDEF.h
    R old_datasources/plankIDEF/planckIDEF.pro
    R old_datasources/plankIDEF/planckIDEFconfig.ui
    R old_tests/COVERAGE
    R old_tests/asciimatrix.txt
    R old_tests/comparison/latexlabels.tex
    R old_tests/datagenerator.pl
    R old_tests/dirfile_maker/dirfile_maker.c
    R old_tests/dirfile_replay/Makefile
    R old_tests/dirfile_replay/getdata.c
    R old_tests/dirfile_replay/getdata.h
    R old_tests/dirfile_replay/getdata_struct.h
    R old_tests/dirfile_replay/replay.c
    R old_tests/dirfile_testcase/15count/cos
    R old_tests/dirfile_testcase/15count/fcount
    R old_tests/dirfile_testcase/15count/format
    R old_tests/dirfile_testcase/15count/scount
    R old_tests/dirfile_testcase/15count/sine
    R old_tests/dirfile_testcase/15count/ssine
    R old_tests/healpix/healpix_example_sm.fits
    R old_tests/healpix/testhealpix.cpp
    R old_tests/kstXbench/README
    R old_tests/kstXbench/main.cpp
    R old_tests/kstXbench/tw.cpp
    R old_tests/kstXbench/tw.h
    R old_tests/ksttestcase.h
    R old_tests/planck/toigen.c
    R old_tests/runregression.sh
    R old_tests/script/test_debug.js
    R old_tests/script/test_kst.js
    R old_tests/sessions/GOTEX.C130_N130AR.LRT.RF06.PNI.nc.gz
    R old_tests/sessions/README.txt
    R old_tests/sessions/lotsofstuff.kst
    R old_tests/test1.sh
    R old_tests/testamatrix.cpp
    R old_tests/testcsd.cpp
    R old_tests/testeqparser.cpp
    R old_tests/testhistogram.cpp
    R old_tests/testlabelparser.cpp
    R old_tests/testpsd.cpp
    R old_tests/testsmatrix.cpp
    R old_tests/testtemplate.cpp
    R run-kst
    R run-tests
    M src/datasources/ascii/asciiconfig.ui
    M src/libkstmath/plottickcalculator.cpp
    R src/plugins/plugins.pri
    R src/plugins/plugins_sub.pri
    R src/plugins/plugins_subsub.pri
    R svn2cl.xsl

  Log Message:
  -----------
  clean up obsolete files


  Commit: cda54f042aaa5fb17483a6a2c143cf5abae4ef85
      https://github.com/Kst-plot/kst/commit/cda54f042aaa5fb17483a6a2c143cf5abae4ef85
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-02-06 (Fri, 06 Feb 2026)

  Changed paths:
    R .svn-author-file
    M CMakeLists.txt
    R INSTALL.qmake
    R build-kst.bat
    R cmake/modules/Clang-sanitize.cmake
    M cmake/modules/FindCFITSIO.cmake
    M cmake/modules/FindGetdata.cmake
    M cmake/modules/FindHDF5.cmake
    M cmake/modules/FindMatio.cmake
    M cmake/modules/FindNetcdf.cmake
    R cmake/modules/FindNumPy.cmake
    R cmake/modules/FindSciPy.cmake
    R cmake/modules/KstCrossCompile.cmake
    M cmake/modules/KstMacros.cmake
    R cmake/pyKst/CMakeLists.txt
    R cmake/pyKst/finddistdir.py
    R cmake/pyKst/pykstpp_h.py.cmake
    M config.h
    R config.pri
    R dataobjectplugin.pri
    R datasourceplugin.pri
    R devel-docs/Kst2Specs/BuildSystemOverview
    R kst.pri
    R old_datasources/README
    R old_datasources/dmc/FindDmc.cmake
    R old_datasources/dmc/Makefile.am
    R old_datasources/dmc/dmcdata.cpp
    R old_datasources/dmc/dmcdata.h
    R old_datasources/dmc/dmcobj.cpp
    R old_datasources/dmc/dmcobj.h
    R old_datasources/dmc/dmcplugin.cpp
    R old_datasources/dmc/dmcplugin.h
    R old_datasources/dmc/dmcsource.cpp
    R old_datasources/dmc/dmcsource.h
    R old_datasources/dmc/kstdata_dmc.desktop
    R old_datasources/healpix/healpix.cpp
    R old_datasources/healpix/healpix.h
    R old_datasources/healpix/healpix.pro
    R old_datasources/healpix/healpix_tools.h
    R old_datasources/healpix/healpix_tools_fits.cpp
    R old_datasources/healpix/healpix_tools_pix.cpp
    R old_datasources/healpix/healpix_tools_proj.cpp
    R old_datasources/healpix/healpixconfig.ui
    R old_datasources/healpix/kstdata_healpix.desktop
    R old_datasources/lfiio/kstdata_lfiio.desktop
    R old_datasources/lfiio/lfiio.cpp
    R old_datasources/lfiio/lfiio.h
    R old_datasources/lfiio/lfiio.pro
    R old_datasources/plankIDEF/kstdata_planckIDEF.desktop
    R old_datasources/plankIDEF/planckIDEF.cpp
    R old_datasources/plankIDEF/planckIDEF.h
    R old_datasources/plankIDEF/planckIDEF.pro
    R old_datasources/plankIDEF/planckIDEFconfig.ui
    R old_tests/COVERAGE
    R old_tests/asciimatrix.txt
    R old_tests/comparison/latexlabels.tex
    R old_tests/datagenerator.pl
    R old_tests/dirfile_maker/dirfile_maker.c
    R old_tests/dirfile_replay/Makefile
    R old_tests/dirfile_replay/getdata.c
    R old_tests/dirfile_replay/getdata.h
    R old_tests/dirfile_replay/getdata_struct.h
    R old_tests/dirfile_replay/replay.c
    R old_tests/dirfile_testcase/15count/cos
    R old_tests/dirfile_testcase/15count/fcount
    R old_tests/dirfile_testcase/15count/format
    R old_tests/dirfile_testcase/15count/scount
    R old_tests/dirfile_testcase/15count/sine
    R old_tests/dirfile_testcase/15count/ssine
    R old_tests/healpix/healpix_example_sm.fits
    R old_tests/healpix/testhealpix.cpp
    R old_tests/kstXbench/README
    R old_tests/kstXbench/main.cpp
    R old_tests/kstXbench/tw.cpp
    R old_tests/kstXbench/tw.h
    R old_tests/ksttestcase.h
    R old_tests/planck/toigen.c
    R old_tests/runregression.sh
    R old_tests/script/test_debug.js
    R old_tests/script/test_kst.js
    R old_tests/sessions/GOTEX.C130_N130AR.LRT.RF06.PNI.nc.gz
    R old_tests/sessions/README.txt
    R old_tests/sessions/lotsofstuff.kst
    R old_tests/test1.sh
    R old_tests/testamatrix.cpp
    R old_tests/testcsd.cpp
    R old_tests/testeqparser.cpp
    R old_tests/testhistogram.cpp
    R old_tests/testlabelparser.cpp
    R old_tests/testpsd.cpp
    R old_tests/testsmatrix.cpp
    R old_tests/testtemplate.cpp
    M pyKst/INSTALL
    M pyKst/pykst.py
    M qnx/kst-descriptor.xml
    R run-kst
    R run-tests
    M src/CMakeLists.txt
    M src/datasources/CMakeLists.txt
    M src/datasources/ascii/asciiconfig.ui
    M src/datasources/ascii/asciiconfigwidget.h
    M src/datasources/ascii/asciifiledata.h
    M src/datasources/ascii/asciiplugin.cpp
    M src/datasources/ascii/asciisource.cpp
    M src/datasources/ascii/asciisource.h
    M src/datasources/ascii/asciisourceconfig.cpp
    M src/datasources/ascii/kst_atof.cpp
    M src/datasources/bis/bisdatasource.cpp
    M src/datasources/dirfilesource/dirfilesource.cpp
    M src/datasources/dirfilesource/dirfilesource.h
    M src/datasources/fitsimage/fitsimage.cpp
    M src/datasources/fitsimage/fitsimage.h
    M src/datasources/fitstable/fitstable.cpp
    M src/datasources/its/itsdatasource.cpp
    M src/datasources/matlab/matlab.cpp
    M src/datasources/netcdf/netcdfsource.cpp
    M src/datasources/netcdf/netcdfsource.h
    M src/datasources/qimagesource/qimagesource.cpp
    M src/datasources/qimagesource/qimagesource.h
    M src/datasources/tiff16source/tiff16source.cpp
    M src/datasources/tiff16source/tiff16source.h
    M src/images/svg_icons/data-manager.svgz
    R src/images/svg_icons/data_manager.svgz
    M src/images/svg_icons/document-save.svgz
    M src/kst/CMakeLists.txt
    M src/kst/main.cpp
    M src/kst/org.kde.kst.desktop
    M src/libkst/CMakeLists.txt
    M src/libkst/builtinprimitives.h
    M src/libkst/coredocument.h
    M src/libkst/datacollection.h
    M src/libkst/datamatrix.cpp
    M src/libkst/datamatrix.h
    M src/libkst/dataprimitive.h
    M src/libkst/datascalar.cpp
    M src/libkst/datascalar.h
    M src/libkst/datasource.cpp
    M src/libkst/datasource.h
    M src/libkst/datasourcefactory.h
    M src/libkst/datasourcepluginmanager.cpp
    M src/libkst/datastring.cpp
    M src/libkst/datastring.h
    M src/libkst/datavector.cpp
    M src/libkst/datavector.h
    M src/libkst/dateparser.cpp
    M src/libkst/dateparser.h
    M src/libkst/debug.cpp
    M src/libkst/debug.h
    M src/libkst/editablematrix.cpp
    M src/libkst/editablematrix.h
    M src/libkst/editablevector.cpp
    M src/libkst/editablevector.h
    M src/libkst/extension.h
    M src/libkst/generatedmatrix.cpp
    M src/libkst/generatedmatrix.h
    M src/libkst/generatedvector.cpp
    M src/libkst/generatedvector.h
    R src/libkst/kst_export.h
    M src/libkst/ksttimezone.h
    M src/libkst/labelinfo.h
    R src/libkst/libkst.pro
    M src/libkst/math_kst.h
    M src/libkst/matrix.cpp
    M src/libkst/matrix.h
    M src/libkst/measuretime.h
    M src/libkst/namedobject.cpp
    M src/libkst/namedobject.h
    M src/libkst/nextcolor.h
    M src/libkst/object.cpp
    M src/libkst/object.h
    M src/libkst/objectstore.cpp
    M src/libkst/objectstore.h
    M src/libkst/plotiteminterface.h
    M src/libkst/primitive.cpp
    M src/libkst/primitive.h
    M src/libkst/primitivefactory.h
    M src/libkst/rwlock.cpp
    M src/libkst/rwlock.h
    M src/libkst/scalar.cpp
    M src/libkst/scalar.h
    M src/libkst/scriptinterface.h
    M src/libkst/settings.h
    M src/libkst/sharedptr.h
    R src/libkst/stdinsource.cpp
    R src/libkst/stdinsource.h
    M src/libkst/string_kst.cpp
    M src/libkst/string_kst.h
    M src/libkst/updatemanager.h
    M src/libkst/updateserver.h
    M src/libkst/vector.cpp
    M src/libkst/vector.h
    M src/libkst/vscalar.cpp
    M src/libkst/vscalar.h
    M src/libkstapp/CMakeLists.txt
    M src/libkstapp/aboutdialog.cpp
    M src/libkstapp/aboutdialog.h
    M src/libkstapp/arrowitem.cpp
    M src/libkstapp/axistab.h
    M src/libkstapp/baddatasourcedialog.h
    M src/libkstapp/bugreportwizard.cpp
    M src/libkstapp/bugreportwizard.h
    M src/libkstapp/builtingraphics.h
    M src/libkstapp/buttonitem.cpp
    M src/libkstapp/changedatasampledialog.h
    M src/libkstapp/changefiledialog.h
    M src/libkstapp/choosecolordialog.h
    M src/libkstapp/circledimensionstab.h
    M src/libkstapp/circleitemdialog.h
    M src/libkstapp/commandlineparser.cpp
    M src/libkstapp/commandlineparser.h
    M src/libkstapp/contenttab.cpp
    M src/libkstapp/contenttab.h
    M src/libkstapp/csddialog.h
    M src/libkstapp/curvedialog.h
    M src/libkstapp/datagui.h
    M src/libkstapp/datamanager.h
    M src/libkstapp/datasourceconfiguredialog.h
    M src/libkstapp/datasourcedialog.h
    M src/libkstapp/datawizard.cpp
    M src/libkstapp/datawizard.h
    M src/libkstapp/debugdialog.h
    M src/libkstapp/defaultlabelpropertiestab.h
    M src/libkstapp/dialog.h
    M src/libkstapp/dialoglaunchergui.h
    M src/libkstapp/dialogpage.h
    M src/libkstapp/differentiatecurvesdialog.h
    M src/libkstapp/dimensionstab.h
    M src/libkstapp/document.cpp
    M src/libkstapp/editmultiplewidget.cpp
    M src/libkstapp/editmultiplewidget.h
    M src/libkstapp/equationdialog.h
    M src/libkstapp/eventmonitordialog.cpp
    M src/libkstapp/eventmonitordialog.h
    M src/libkstapp/exportgraphicsdialog.cpp
    M src/libkstapp/exportgraphicsdialog.h
    M src/libkstapp/filltab.h
    M src/libkstapp/filterfitdialog.cpp
    M src/libkstapp/filterfitdialog.h
    M src/libkstapp/filtermultipledialog.cpp
    M src/libkstapp/generaltab.h
    M src/libkstapp/graphicsfactory.h
    M src/libkstapp/gridtab.h
    M src/libkstapp/histogramdialog.h
    M src/libkstapp/imagedialog.h
    M src/libkstapp/kstapp_pch
    M src/libkstapp/labelcreator.h
    M src/libkstapp/labeldimensionstab.h
    M src/libkstapp/labelitem.cpp
    M src/libkstapp/labelitemdialog.h
    M src/libkstapp/labelpropertiestab.h
    M src/libkstapp/labelrenderer.h
    M src/libkstapp/labeltab.h
    M src/libkstapp/layouttab.h
    M src/libkstapp/legenditem.cpp
    M src/libkstapp/legenditemdialog.h
    M src/libkstapp/legendtab.h
    M src/libkstapp/libkstapp.pro
    M src/libkstapp/linedimensionstab.h
    M src/libkstapp/lineedititem.cpp
    M src/libkstapp/lineitemdialog.h
    M src/libkstapp/logdialog.h
    M src/libkstapp/logwidget.h
    M src/libkstapp/mainwindow.cpp
    M src/libkstapp/markerstab.h
    M src/libkstapp/matrixdialog.cpp
    M src/libkstapp/overridelabeltab.h
    M src/libkstapp/plotaxis.cpp
    M src/libkstapp/plotitem.cpp
    M src/libkstapp/plotitemdialog.h
    M src/libkstapp/plotmarkers.cpp
    M src/libkstapp/plotmarkers.h
    M src/libkstapp/plotrenderitem.cpp
    M src/libkstapp/pluginmenuitemaction.cpp
    M src/libkstapp/pluginmenuitemaction.h
    M src/libkstapp/powerspectrumdialog.h
    M src/libkstapp/rangetab.h
    M src/libkstapp/scalardialog.h
    M src/libkstapp/scene.h
    M src/libkstapp/scriptserver.cpp
    M src/libkstapp/sharedaxisboxitem.cpp
    M src/libkstapp/shortcutdialog.h
    M src/libkstapp/stringdialog.cpp
    M src/libkstapp/stringdialog.h
    M src/libkstapp/stroketab.h
    M src/libkstapp/tabwidget.cpp
    M src/libkstapp/themedialog.h
    M src/libkstapp/vectordialog.h
    M src/libkstapp/view.h
    M src/libkstapp/viewcommand.h
    M src/libkstapp/viewdialog.h
    M src/libkstapp/viewgridlayout.cpp
    M src/libkstapp/viewitem.cpp
    M src/libkstapp/viewitem.h
    M src/libkstapp/viewitemdialog.h
    M src/libkstapp/viewmatrixdialog.h
    M src/libkstapp/viewprimitivedialog.h
    M src/libkstapp/viewvectordialog.h
    M src/libkstmath/CMakeLists.txt
    M src/libkstmath/basicplugin.h
    M src/libkstmath/csd.h
    M src/libkstmath/curve.cpp
    M src/libkstmath/curve.h
    M src/libkstmath/curvehint.cpp
    M src/libkstmath/dataobject.cpp
    M src/libkstmath/dataobject.h
    M src/libkstmath/dataobjectplugin.h
    M src/libkstmath/enodes.cpp
    M src/libkstmath/equation.cpp
    M src/libkstmath/equation.h
    M src/libkstmath/eventmonitorentry.h
    M src/libkstmath/histogram.h
    M src/libkstmath/image.cpp
    M src/libkstmath/image.h
    R src/libkstmath/kstmath_pch
    M src/libkstmath/labelparser.cpp
    M src/libkstmath/labelparser.h
    M src/libkstmath/plottickcalculator.cpp
    M src/libkstmath/psd.h
    M src/libkstmath/relation.cpp
    M src/libkstmath/relation.h
    M src/plugins/CMakeLists.txt
    M src/plugins/dataobject/activitylevel/activitylevel.cpp
    M src/plugins/dataobject/bin/bin.cpp
    M src/plugins/dataobject/chop/chop.cpp
    M src/plugins/dataobject/convolution/convolve/convolve.cpp
    M src/plugins/dataobject/convolution/deconvolve/deconvolve.cpp
    M src/plugins/dataobject/correlation/autocorrelation/autocorrelation.cpp
    M src/plugins/dataobject/correlation/crosscorrelation/crosscorrelation.cpp
    M src/plugins/dataobject/crossspectrum/crossspectrum.cpp
    M src/plugins/dataobject/effectivebandwidth/effectivebandwidth.cpp
    M src/plugins/dataobject/genericfilter/genericfilter.cpp
    M src/plugins/dataobject/interpolations/akima/akima.cpp
    M src/plugins/dataobject/interpolations/akimaperiodic/akimaperiodic.cpp
    M src/plugins/dataobject/interpolations/cspline/cspline.cpp
    M src/plugins/dataobject/interpolations/csplineperiodic/csplineperiodic.cpp
    M src/plugins/dataobject/interpolations/linear/linear.cpp
    M src/plugins/dataobject/interpolations/polynomial/polynomial.cpp
    M src/plugins/dataobject/linefit/linefit.cpp
    M src/plugins/dataobject/lockin/iirfilter.h
    M src/plugins/dataobject/lockin/lockin.cpp
    M src/plugins/dataobject/lockin/lockin.h
    M src/plugins/dataobject/noiseaddition/noiseaddition.cpp
    M src/plugins/dataobject/periodogram/periodogram.cpp
    M src/plugins/dataobject/phase/phase.cpp
    M src/plugins/dataobject/shift/shift.cpp
    M src/plugins/dataobject/statistics/statistics.cpp
    M src/plugins/dataobject/syncbin/syncbin.cpp
    M src/plugins/filters/boxcar/boxcar.cpp
    M src/plugins/filters/butterworth_bandpass/butterworth_bandpass.cpp
    M src/plugins/filters/butterworth_bandstop/butterworth_bandstop.cpp
    M src/plugins/filters/butterworth_highpass/butterworth_highpass.cpp
    M src/plugins/filters/butterworth_lowpass/butterworth_lowpass.cpp
    M src/plugins/filters/cumulativeaverage/cumulativeaverage.cpp
    M src/plugins/filters/cumulativesum/cumulativesum.cpp
    M src/plugins/filters/despike/filterdespike.cpp
    M src/plugins/filters/differentiation/differentiation.cpp
    M src/plugins/filters/flag/filterflag.cpp
    M src/plugins/filters/hpboxcar/hpboxcar.cpp
    M src/plugins/filters/movingaverage/movingaverage.cpp
    M src/plugins/filters/movingmedian/movingmedian.cpp
    M src/plugins/filters/unwind/filterunwind.cpp
    M src/plugins/fits/exponential_unweighted/fitexponential_unweighted.cpp
    M src/plugins/fits/exponential_weighted/fitexponential_weighted.cpp
    M src/plugins/fits/gaussian_unweighted/fitgaussian_unweighted.cpp
    M src/plugins/fits/gaussian_weighted/fitgaussian_weighted.cpp
    M src/plugins/fits/gradient_unweighted/fitgradient_unweighted.cpp
    M src/plugins/fits/gradient_weighted/fitgradient_weighted.cpp
    M src/plugins/fits/kneefrequency/fitkneefrequency.cpp
    M src/plugins/fits/linear_unweighted/fitlinear_unweighted.cpp
    M src/plugins/fits/linear_weighted/fitlinear_weighted.cpp
    M src/plugins/fits/lorentzian_unweighted/fitlorentzian_unweighted.cpp
    M src/plugins/fits/lorentzian_weighted/fitlorentzian_weighted.cpp
    M src/plugins/fits/polynomial_unweighted/fitpolynomial_unweighted.cpp
    M src/plugins/fits/polynomial_weighted/fitpolynomial_weighted.cpp
    M src/plugins/fits/sinusoid_unweighted/fitsinusoid_unweighted.cpp
    M src/plugins/fits/sinusoid_weighted/fitsinusoid_weighted.cpp
    R src/plugins/plugins.pri
    R src/plugins/plugins_sub.pri
    R src/plugins/plugins_subsub.pri
    M src/plugins/sampleplugin/sampleplugin.cpp
    M src/widgets/CMakeLists.txt
    M src/widgets/cclineedit.cpp
    M src/widgets/colorpalette.cpp
    M src/widgets/colorpalette.h
    M src/widgets/curveappearance.ui
    M src/widgets/curveplacement.cpp
    M src/widgets/datasourceselector.cpp
    M src/widgets/filerequester.cpp
    R src/widgets/kstwidgets_pch
    M src/widgets/scalarselector.cpp
    M src/widgets/scalarselector.h
    M src/widgets/vectorselector.cpp
    M src/widgets/widgets.cpp
    M src/widgets/widgets.h
    R svn2cl.xsl
    M tests/CMakeLists.txt
    M tests/datasources/ascii/CMakeLists.txt
    M tests/testcsd.cpp
    M tests/testdatamatrix.cpp
    M tests/testdatasource.cpp
    M tests/testeditablematrix.cpp
    M tests/testeqparser.cpp
    M tests/testgeneratedmatrix.cpp
    M tests/testgeneratedvector.cpp
    M tests/testhistogram.cpp
    M tests/testlabelparser.cpp
    M tests/testmatrix.cpp
    M tests/testobjectstore.cpp
    M tests/testpsd.cpp
    M tests/testscalar.cpp
    M tests/testvector.cpp

  Log Message:
  -----------
  Merge branch 'qt6-port'

Ported kst to qt6
  - merged pull requests by Matthias Mailänder and Carl
Schwan.

Cleaned up the cmake system (less ancient; pure qt6)

Removed obsolete files.


  Commit: 3c1e6998d0793012b2282e0901cf8403757eb356
      https://github.com/Kst-plot/kst/commit/3c1e6998d0793012b2282e0901cf8403757eb356
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-02-06 (Fri, 06 Feb 2026)

  Changed paths:
    R kst.pro
    R src/d2d/d2d.pro
    R src/datasources/ascii/ascii.pro
    R src/datasources/dirfilesource/dirfilesource.pro
    R src/datasources/fitsimage/fitsimage.pro
    R src/datasources/fitstable/fitstable.pro
    R src/datasources/hdf5/hdf5.pro
    R src/datasources/matlab/matlab.pro
    R src/datasources/netcdf/netcdf.pro
    R src/datasources/qimagesource/qimagesource.pro
    R src/datasources/sampledatasource/sampledatasource.pro
    R src/datasources/sourcelist/sourcelist.pro
    R src/datasources/tiff16source/tiff16source.pro
    R src/kst/kst.pro
    R src/libkstapp/libkstapp.pro
    R src/libkstmath/libkstmath.pro
    R src/plugins/dataobject/bin/bin.pro
    R src/plugins/dataobject/chop/chop.pro
    R src/plugins/dataobject/convolution/convolution.pro
    R src/plugins/dataobject/convolution/convolve/convolve.pro
    R src/plugins/dataobject/convolution/deconvolve/deconvolve.pro
    R src/plugins/dataobject/correlation/autocorrelation/autocorrelation.pro
    R src/plugins/dataobject/correlation/correlation.pro
    R src/plugins/dataobject/correlation/crosscorrelation/crosscorrelation.pro
    R src/plugins/dataobject/crossspectrum/crossspectrum.pro
    R src/plugins/dataobject/dataobject.pro
    R src/plugins/dataobject/effectivebandwidth/effectivebandwidth.pro
    R src/plugins/dataobject/genericfilter/genericfilter.pro
    R src/plugins/dataobject/interpolations/akima/akima.pro
    R src/plugins/dataobject/interpolations/akimaperiodic/akimaperiodic.pro
    R src/plugins/dataobject/interpolations/cspline/cspline.pro
    R src/plugins/dataobject/interpolations/csplineperiodic/csplineperiodic.pro
    R src/plugins/dataobject/interpolations/interpolations.pro
    R src/plugins/dataobject/interpolations/linear/linear.pro
    R src/plugins/dataobject/interpolations/polynomial/polynomial.pro
    R src/plugins/dataobject/linefit/linefit.pro
    R src/plugins/dataobject/lockin/lockin.pro
    R src/plugins/dataobject/noiseaddition/noiseaddition.pro
    R src/plugins/dataobject/periodogram/periodogram.pro
    R src/plugins/dataobject/phase/phase.pro
    R src/plugins/dataobject/shift/shift.pro
    R src/plugins/dataobject/statistics/statistics.pro
    R src/plugins/dataobject/syncbin/syncbin.pro
    R src/plugins/filters/butterworth_bandpass/butterworth_bandpass.pro
    R src/plugins/filters/butterworth_bandstop/butterworth_bandstop.pro
    R src/plugins/filters/butterworth_highpass/butterworth_highpass.pro
    R src/plugins/filters/butterworth_lowpass/butterworth_lowpass.pro
    R src/plugins/filters/cumulativeaverage/cumulativeaverage.pro
    R src/plugins/filters/cumulativesum/cumulativesum.pro
    R src/plugins/filters/despike/despike.pro
    R src/plugins/filters/differentiation/differentiation.pro
    R src/plugins/filters/exponential/movingaverage.pro
    R src/plugins/filters/filters.pro
    R src/plugins/filters/movingaverage/movingaverage.pro
    R src/plugins/filters/movingmedian/movingmedian.pro
    R src/plugins/filters/unwind/unwind.pro
    R src/plugins/filters/window/window.pro
    R src/plugins/fits/exponential_unweighted/exponential_unweighted.pro
    R src/plugins/fits/exponential_weighted/exponential_weighted.pro
    R src/plugins/fits/fits.pro
    R src/plugins/fits/gaussian_unweighted/gaussian_unweighted.pro
    R src/plugins/fits/gaussian_weighted/gaussian_weighted.pro
    R src/plugins/fits/gradient_unweighted/gradient_unweighted.pro
    R src/plugins/fits/gradient_weighted/gradient_weighted.pro
    R src/plugins/fits/kneefrequency/kneefrequency.pro
    R src/plugins/fits/linear_unweighted/linear_unweighted.pro
    R src/plugins/fits/linear_weighted/linear_weighted.pro
    R src/plugins/fits/lorentzian_unweighted/lorentzian_unweighted.pro
    R src/plugins/fits/lorentzian_weighted/lorentzian_weighted.pro
    R src/plugins/fits/polynomial_unweighted/polynomial_unweighted.pro
    R src/plugins/fits/polynomial_weighted/polynomial_weighted.pro
    R src/plugins/fits/sinusoid_unweighted/sinusoid_unweighted.pro
    R src/plugins/fits/sinusoid_weighted/sinusoid_weighted.pro
    R src/plugins/plugins.pro
    R src/plugins/sampleplugin/sampleplugin.pro
    R src/widgets/widgets.pro
    R tests/dirfile_maker/dirfile_maker.pro
    R tests/dirfile_maker/dirfile_maker_new.pro
    R tests/kstcontrol/KstControl.pro
    R tests/tests.pro

  Log Message:
  -----------
  delete old qmake files (obsolete)


  Commit: 895c0990d916c5ad4edcca17a1ac5330ab7dcd32
      https://github.com/Kst-plot/kst/commit/895c0990d916c5ad4edcca17a1ac5330ab7dcd32
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-02-06 (Fri, 06 Feb 2026)

  Changed paths:
    M src/datasources/ascii/asciiconfig.ui
    M src/datasources/ascii/asciiconfigwidget.cpp

  Log Message:
  -----------
  fix build


  Commit: 6db60b3b25a962257b35135c8639f2f85a07e97e
      https://github.com/Kst-plot/kst/commit/6db60b3b25a962257b35135c8639f2f85a07e97e
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-02-06 (Fri, 06 Feb 2026)

  Changed paths:
    R .svn-author-file
    M CMakeLists.txt
    R INSTALL.qmake
    R build-kst.bat
    R cmake/modules/Clang-sanitize.cmake
    M cmake/modules/FindCFITSIO.cmake
    M cmake/modules/FindGetdata.cmake
    M cmake/modules/FindHDF5.cmake
    M cmake/modules/FindMatio.cmake
    M cmake/modules/FindNetcdf.cmake
    R cmake/modules/FindNumPy.cmake
    R cmake/modules/FindSciPy.cmake
    R cmake/modules/KstCrossCompile.cmake
    M cmake/modules/KstMacros.cmake
    R cmake/pyKst/CMakeLists.txt
    R cmake/pyKst/finddistdir.py
    R cmake/pyKst/pykstpp_h.py.cmake
    M config.h
    R config.pri
    R dataobjectplugin.pri
    R datasourceplugin.pri
    M devel-docs/BugsAndFeatures
    R devel-docs/Kst2Specs/BuildSystemOverview
    A devel-docs/deprecated/dpiBugs
    A devel-docs/deprecated/fits_datasource.txt
    A devel-docs/deprecated/tool_mode_changes
    R devel-docs/dpiBugs
    R devel-docs/fits_datasource.txt
    R devel-docs/notes/tool_mode_changes
    R kst.pri
    R kst.pro
    R old_datasources/README
    R old_datasources/dmc/FindDmc.cmake
    R old_datasources/dmc/Makefile.am
    R old_datasources/dmc/dmcdata.cpp
    R old_datasources/dmc/dmcdata.h
    R old_datasources/dmc/dmcobj.cpp
    R old_datasources/dmc/dmcobj.h
    R old_datasources/dmc/dmcplugin.cpp
    R old_datasources/dmc/dmcplugin.h
    R old_datasources/dmc/dmcsource.cpp
    R old_datasources/dmc/dmcsource.h
    R old_datasources/dmc/kstdata_dmc.desktop
    R old_datasources/healpix/healpix.cpp
    R old_datasources/healpix/healpix.h
    R old_datasources/healpix/healpix.pro
    R old_datasources/healpix/healpix_tools.h
    R old_datasources/healpix/healpix_tools_fits.cpp
    R old_datasources/healpix/healpix_tools_pix.cpp
    R old_datasources/healpix/healpix_tools_proj.cpp
    R old_datasources/healpix/healpixconfig.ui
    R old_datasources/healpix/kstdata_healpix.desktop
    R old_datasources/lfiio/kstdata_lfiio.desktop
    R old_datasources/lfiio/lfiio.cpp
    R old_datasources/lfiio/lfiio.h
    R old_datasources/lfiio/lfiio.pro
    R old_datasources/plankIDEF/kstdata_planckIDEF.desktop
    R old_datasources/plankIDEF/planckIDEF.cpp
    R old_datasources/plankIDEF/planckIDEF.h
    R old_datasources/plankIDEF/planckIDEF.pro
    R old_datasources/plankIDEF/planckIDEFconfig.ui
    R old_tests/COVERAGE
    R old_tests/asciimatrix.txt
    R old_tests/comparison/latexlabels.tex
    R old_tests/datagenerator.pl
    R old_tests/dirfile_maker/dirfile_maker.c
    R old_tests/dirfile_replay/Makefile
    R old_tests/dirfile_replay/getdata.c
    R old_tests/dirfile_replay/getdata.h
    R old_tests/dirfile_replay/getdata_struct.h
    R old_tests/dirfile_replay/replay.c
    R old_tests/dirfile_testcase/15count/cos
    R old_tests/dirfile_testcase/15count/fcount
    R old_tests/dirfile_testcase/15count/format
    R old_tests/dirfile_testcase/15count/scount
    R old_tests/dirfile_testcase/15count/sine
    R old_tests/dirfile_testcase/15count/ssine
    R old_tests/healpix/healpix_example_sm.fits
    R old_tests/healpix/testhealpix.cpp
    R old_tests/kstXbench/README
    R old_tests/kstXbench/main.cpp
    R old_tests/kstXbench/tw.cpp
    R old_tests/kstXbench/tw.h
    R old_tests/ksttestcase.h
    R old_tests/planck/toigen.c
    R old_tests/runregression.sh
    R old_tests/script/test_debug.js
    R old_tests/script/test_kst.js
    R old_tests/sessions/GOTEX.C130_N130AR.LRT.RF06.PNI.nc.gz
    R old_tests/sessions/README.txt
    R old_tests/sessions/lotsofstuff.kst
    R old_tests/test1.sh
    R old_tests/testamatrix.cpp
    R old_tests/testcsd.cpp
    R old_tests/testeqparser.cpp
    R old_tests/testhistogram.cpp
    R old_tests/testlabelparser.cpp
    R old_tests/testpsd.cpp
    R old_tests/testsmatrix.cpp
    R old_tests/testtemplate.cpp
    M pyKst/INSTALL
    M pyKst/pykst.py
    M qnx/kst-descriptor.xml
    R run-kst
    R run-tests
    M src/CMakeLists.txt
    R src/d2d/d2d.pro
    M src/datasources/CMakeLists.txt
    R src/datasources/ascii/ascii.pro
    M src/datasources/ascii/asciiconfig.ui
    M src/datasources/ascii/asciiconfigwidget.cpp
    M src/datasources/ascii/asciiconfigwidget.h
    M src/datasources/ascii/asciifiledata.cpp
    M src/datasources/ascii/asciifiledata.h
    M src/datasources/ascii/asciiplugin.cpp
    M src/datasources/ascii/asciisource.cpp
    M src/datasources/ascii/asciisource.h
    M src/datasources/ascii/asciisourceconfig.cpp
    M src/datasources/ascii/kst_atof.cpp
    M src/datasources/ascii/kstdata_ascii.desktop
    M src/datasources/bis/bisdatasource.cpp
    M src/datasources/bis/kstdata_bissource.desktop
    M src/datasources/dirfilesource/dirfilesource.cpp
    M src/datasources/dirfilesource/dirfilesource.h
    R src/datasources/dirfilesource/dirfilesource.pro
    M src/datasources/dirfilesource/kstdata_dirfilesource.desktop
    M src/datasources/fitsimage/fitsimage.cpp
    M src/datasources/fitsimage/fitsimage.h
    R src/datasources/fitsimage/fitsimage.pro
    M src/datasources/fitsimage/kstdata_fitsimage.desktop
    M src/datasources/fitstable/fitstable.cpp
    R src/datasources/fitstable/fitstable.pro
    M src/datasources/fitstable/kstdata_fitstable.desktop
    R src/datasources/hdf5/hdf5.pro
    M src/datasources/hdf5/kstdata_hdf5.desktop
    M src/datasources/its/itsdatasource.cpp
    M src/datasources/its/kstdata_itssource.desktop
    M src/datasources/matlab/kstdata_matlab.desktop
    M src/datasources/matlab/matlab.cpp
    R src/datasources/matlab/matlab.pro
    M src/datasources/netcdf/kstdata_netcdf.desktop
    R src/datasources/netcdf/netcdf.pro
    M src/datasources/netcdf/netcdfplugin.cpp
    M src/datasources/netcdf/netcdfsource.cpp
    M src/datasources/netcdf/netcdfsource.h
    M src/datasources/qimagesource/kstdata_qimagesource.desktop
    M src/datasources/qimagesource/qimagesource.cpp
    M src/datasources/qimagesource/qimagesource.h
    R src/datasources/qimagesource/qimagesource.pro
    M src/datasources/sampledatasource/kstdata_sampledatasource.desktop
    R src/datasources/sampledatasource/sampledatasource.pro
    M src/datasources/sourcelist/kstdata_sourcelist.desktop
    R src/datasources/sourcelist/sourcelist.pro
    M src/datasources/tiff16source/kstdata_tiff16source.desktop
    M src/datasources/tiff16source/tiff16source.cpp
    M src/datasources/tiff16source/tiff16source.h
    R src/datasources/tiff16source/tiff16source.pro
    M src/images/svg_icons/data-manager.svgz
    R src/images/svg_icons/data_manager.svgz
    M src/images/svg_icons/document-save.svgz
    M src/kst/CMakeLists.txt
    R src/kst/kst.pro
    M src/kst/main.cpp
    M src/kst/org.kde.kst.desktop
    M src/kst/org.kde.kst.metainfo.xml
    M src/kst/x-kst.xml
    M src/libkst/CMakeLists.txt
    M src/libkst/builtinprimitives.h
    M src/libkst/coredocument.h
    M src/libkst/datacollection.h
    M src/libkst/datamatrix.cpp
    M src/libkst/datamatrix.h
    M src/libkst/dataprimitive.h
    M src/libkst/datascalar.cpp
    M src/libkst/datascalar.h
    M src/libkst/datasource.cpp
    M src/libkst/datasource.h
    M src/libkst/datasourcefactory.h
    M src/libkst/datasourcepluginmanager.cpp
    M src/libkst/datastring.cpp
    M src/libkst/datastring.h
    M src/libkst/datavector.cpp
    M src/libkst/datavector.h
    M src/libkst/dateparser.cpp
    M src/libkst/dateparser.h
    M src/libkst/debug.cpp
    M src/libkst/debug.h
    M src/libkst/editablematrix.cpp
    M src/libkst/editablematrix.h
    M src/libkst/editablevector.cpp
    M src/libkst/editablevector.h
    M src/libkst/extension.h
    M src/libkst/generatedmatrix.cpp
    M src/libkst/generatedmatrix.h
    M src/libkst/generatedvector.cpp
    M src/libkst/generatedvector.h
    R src/libkst/kst_export.h
    M src/libkst/ksttimezone.h
    M src/libkst/labelinfo.h
    R src/libkst/libkst.pro
    M src/libkst/math_kst.h
    M src/libkst/matrix.cpp
    M src/libkst/matrix.h
    M src/libkst/matrixfactory.cpp
    M src/libkst/matrixscriptinterface.cpp
    M src/libkst/measuretime.h
    M src/libkst/namedobject.cpp
    M src/libkst/namedobject.h
    M src/libkst/nextcolor.h
    M src/libkst/object.cpp
    M src/libkst/object.h
    M src/libkst/objectstore.cpp
    M src/libkst/objectstore.h
    M src/libkst/plotiteminterface.h
    M src/libkst/primitive.cpp
    M src/libkst/primitive.h
    M src/libkst/primitivefactory.h
    M src/libkst/rwlock.cpp
    M src/libkst/rwlock.h
    M src/libkst/scalar.cpp
    M src/libkst/scalar.h
    M src/libkst/scriptinterface.h
    M src/libkst/settings.h
    M src/libkst/sharedptr.h
    R src/libkst/stdinsource.cpp
    R src/libkst/stdinsource.h
    M src/libkst/string_kst.cpp
    M src/libkst/string_kst.h
    M src/libkst/updatemanager.h
    M src/libkst/updateserver.h
    M src/libkst/vector.cpp
    M src/libkst/vector.h
    M src/libkst/vscalar.cpp
    M src/libkst/vscalar.h
    M src/libkstapp/CMakeLists.txt
    M src/libkstapp/aboutdialog.cpp
    M src/libkstapp/aboutdialog.h
    M src/libkstapp/arrowitem.cpp
    M src/libkstapp/axistab.h
    M src/libkstapp/baddatasourcedialog.h
    M src/libkstapp/bugreportwizard.cpp
    M src/libkstapp/bugreportwizard.h
    M src/libkstapp/builtingraphics.h
    M src/libkstapp/buttonitem.cpp
    M src/libkstapp/changedatasampledialog.h
    M src/libkstapp/changefiledialog.h
    M src/libkstapp/choosecolordialog.h
    M src/libkstapp/circledimensionstab.h
    M src/libkstapp/circleitemdialog.h
    M src/libkstapp/commandlineparser.cpp
    M src/libkstapp/commandlineparser.h
    M src/libkstapp/contenttab.cpp
    M src/libkstapp/contenttab.h
    M src/libkstapp/csddialog.h
    M src/libkstapp/curvedialog.h
    M src/libkstapp/datagui.h
    M src/libkstapp/datamanager.h
    M src/libkstapp/datasourceconfiguredialog.h
    M src/libkstapp/datasourcedialog.h
    M src/libkstapp/datawizard.cpp
    M src/libkstapp/datawizard.h
    M src/libkstapp/debugdialog.h
    M src/libkstapp/defaultlabelpropertiestab.h
    M src/libkstapp/dialog.h
    M src/libkstapp/dialoglaunchergui.h
    M src/libkstapp/dialogpage.h
    M src/libkstapp/differentiatecurvesdialog.h
    M src/libkstapp/dimensionstab.h
    M src/libkstapp/document.cpp
    M src/libkstapp/editmultiplewidget.cpp
    M src/libkstapp/editmultiplewidget.h
    M src/libkstapp/equationdialog.h
    M src/libkstapp/eventmonitordialog.cpp
    M src/libkstapp/eventmonitordialog.h
    M src/libkstapp/exportgraphicsdialog.cpp
    M src/libkstapp/exportgraphicsdialog.h
    M src/libkstapp/filltab.h
    M src/libkstapp/filterfitdialog.cpp
    M src/libkstapp/filterfitdialog.h
    M src/libkstapp/filtermultipledialog.cpp
    M src/libkstapp/generaltab.h
    M src/libkstapp/graphicsfactory.h
    M src/libkstapp/gridtab.h
    M src/libkstapp/histogramdialog.h
    M src/libkstapp/imagedialog.h
    M src/libkstapp/kstapp_pch
    M src/libkstapp/kstrevision.h.cached
    M src/libkstapp/labelcreator.h
    M src/libkstapp/labeldimensionstab.h
    M src/libkstapp/labelitem.cpp
    M src/libkstapp/labelitemdialog.h
    M src/libkstapp/labelpropertiestab.h
    M src/libkstapp/labelrenderer.h
    M src/libkstapp/labeltab.h
    M src/libkstapp/layouttab.h
    M src/libkstapp/legenditem.cpp
    M src/libkstapp/legenditemdialog.h
    M src/libkstapp/legendtab.h
    R src/libkstapp/libkstapp.pro
    M src/libkstapp/linedimensionstab.h
    M src/libkstapp/lineedititem.cpp
    M src/libkstapp/lineitemdialog.h
    M src/libkstapp/logdialog.h
    M src/libkstapp/logwidget.h
    M src/libkstapp/mainwindow.cpp
    M src/libkstapp/markerstab.h
    M src/libkstapp/matrixdialog.cpp
    M src/libkstapp/matrixdialog.h
    M src/libkstapp/matrixtab.ui
    M src/libkstapp/overridelabeltab.h
    M src/libkstapp/plotaxis.cpp
    M src/libkstapp/plotitem.cpp
    M src/libkstapp/plotitemdialog.h
    M src/libkstapp/plotmarkers.cpp
    M src/libkstapp/plotmarkers.h
    M src/libkstapp/plotrenderitem.cpp
    M src/libkstapp/pluginmenuitemaction.cpp
    M src/libkstapp/pluginmenuitemaction.h
    M src/libkstapp/powerspectrumdialog.h
    M src/libkstapp/rangetab.h
    M src/libkstapp/scalardialog.h
    M src/libkstapp/scene.h
    M src/libkstapp/scriptserver.cpp
    M src/libkstapp/sharedaxisboxitem.cpp
    M src/libkstapp/shortcutdialog.h
    M src/libkstapp/stringdialog.cpp
    M src/libkstapp/stringdialog.h
    M src/libkstapp/stroketab.h
    M src/libkstapp/tabwidget.cpp
    M src/libkstapp/themedialog.h
    M src/libkstapp/vectordialog.h
    M src/libkstapp/view.h
    M src/libkstapp/viewcommand.h
    M src/libkstapp/viewdialog.h
    M src/libkstapp/viewgridlayout.cpp
    M src/libkstapp/viewitem.cpp
    M src/libkstapp/viewitem.h
    M src/libkstapp/viewitemdialog.h
    M src/libkstapp/viewmatrixdialog.h
    M src/libkstapp/viewprimitivedialog.h
    M src/libkstapp/viewvectordialog.h
    M src/libkstmath/CMakeLists.txt
    M src/libkstmath/basicplugin.h
    M src/libkstmath/csd.h
    M src/libkstmath/curve.cpp
    M src/libkstmath/curve.h
    M src/libkstmath/curvehint.cpp
    M src/libkstmath/dataobject.cpp
    M src/libkstmath/dataobject.h
    M src/libkstmath/dataobjectplugin.h
    M src/libkstmath/enodes.cpp
    M src/libkstmath/equation.cpp
    M src/libkstmath/equation.h
    M src/libkstmath/eventmonitorentry.h
    M src/libkstmath/histogram.h
    M src/libkstmath/image.cpp
    M src/libkstmath/image.h
    R src/libkstmath/kstmath_pch
    M src/libkstmath/labelparser.cpp
    M src/libkstmath/labelparser.h
    R src/libkstmath/libkstmath.pro
    M src/libkstmath/plottickcalculator.cpp
    M src/libkstmath/psd.h
    M src/libkstmath/relation.cpp
    M src/libkstmath/relation.h
    M src/plugins/CMakeLists.txt
    M src/plugins/dataobject/activitylevel/activitylevel.cpp
    M src/plugins/dataobject/activitylevel/kstplugin_activitylevel.desktop
    M src/plugins/dataobject/bin/bin.cpp
    R src/plugins/dataobject/bin/bin.pro
    M src/plugins/dataobject/bin/kstplugin_bin.desktop
    M src/plugins/dataobject/chop/chop.cpp
    R src/plugins/dataobject/chop/chop.pro
    M src/plugins/dataobject/chop/kstplugin_chop.desktop
    R src/plugins/dataobject/convolution/convolution.pro
    M src/plugins/dataobject/convolution/convolve/convolve.cpp
    R src/plugins/dataobject/convolution/convolve/convolve.pro
    M src/plugins/dataobject/convolution/convolve/kstplugin_convolve.desktop
    M src/plugins/dataobject/convolution/deconvolve/deconvolve.cpp
    R src/plugins/dataobject/convolution/deconvolve/deconvolve.pro
    M src/plugins/dataobject/convolution/deconvolve/kstplugin_deconvolve.desktop
    M src/plugins/dataobject/correlation/autocorrelation/autocorrelation.cpp
    R src/plugins/dataobject/correlation/autocorrelation/autocorrelation.pro
    M src/plugins/dataobject/correlation/autocorrelation/kstplugin_autocorrelation.desktop
    R src/plugins/dataobject/correlation/correlation.pro
    M src/plugins/dataobject/correlation/crosscorrelation/crosscorrelation.cpp
    R src/plugins/dataobject/correlation/crosscorrelation/crosscorrelation.pro
    M src/plugins/dataobject/correlation/crosscorrelation/kstplugin_crosscorrelation.desktop
    M src/plugins/dataobject/crossspectrum/crossspectrum.cpp
    R src/plugins/dataobject/crossspectrum/crossspectrum.pro
    M src/plugins/dataobject/crossspectrum/kstplugin_crossspectrum.desktop
    R src/plugins/dataobject/dataobject.pro
    M src/plugins/dataobject/effectivebandwidth/effectivebandwidth.cpp
    R src/plugins/dataobject/effectivebandwidth/effectivebandwidth.pro
    M src/plugins/dataobject/effectivebandwidth/kstplugin_effectivebandwidth.desktop
    M src/plugins/dataobject/genericfilter/genericfilter.cpp
    R src/plugins/dataobject/genericfilter/genericfilter.pro
    M src/plugins/dataobject/genericfilter/kstplugin_genericfilter.desktop
    M src/plugins/dataobject/interpolations/akima/akima.cpp
    R src/plugins/dataobject/interpolations/akima/akima.pro
    M src/plugins/dataobject/interpolations/akima/kstplugin_akima.desktop
    M src/plugins/dataobject/interpolations/akimaperiodic/akimaperiodic.cpp
    R src/plugins/dataobject/interpolations/akimaperiodic/akimaperiodic.pro
    M src/plugins/dataobject/interpolations/akimaperiodic/kstplugin_akimaperiodic.desktop
    M src/plugins/dataobject/interpolations/cspline/cspline.cpp
    R src/plugins/dataobject/interpolations/cspline/cspline.pro
    M src/plugins/dataobject/interpolations/cspline/kstplugin_akima.desktop
    M src/plugins/dataobject/interpolations/csplineperiodic/csplineperiodic.cpp
    R src/plugins/dataobject/interpolations/csplineperiodic/csplineperiodic.pro
    M src/plugins/dataobject/interpolations/csplineperiodic/kstplugin_csplineperiodic.desktop
    R src/plugins/dataobject/interpolations/interpolations.pro
    M src/plugins/dataobject/interpolations/linear/kstplugin_linear.desktop
    M src/plugins/dataobject/interpolations/linear/linear.cpp
    R src/plugins/dataobject/interpolations/linear/linear.pro
    M src/plugins/dataobject/interpolations/polynomial/kstplugin_polynomial.desktop
    M src/plugins/dataobject/interpolations/polynomial/polynomial.cpp
    R src/plugins/dataobject/interpolations/polynomial/polynomial.pro
    M src/plugins/dataobject/linefit/kstplugin_linefit.desktop
    M src/plugins/dataobject/linefit/linefit.cpp
    R src/plugins/dataobject/linefit/linefit.pro
    M src/plugins/dataobject/lockin/iirfilter.h
    M src/plugins/dataobject/lockin/kstplugin_lockin.desktop
    M src/plugins/dataobject/lockin/lockin.cpp
    M src/plugins/dataobject/lockin/lockin.h
    R src/plugins/dataobject/lockin/lockin.pro
    M src/plugins/dataobject/noiseaddition/kstplugin_noiseaddition.desktop
    M src/plugins/dataobject/noiseaddition/noiseaddition.cpp
    R src/plugins/dataobject/noiseaddition/noiseaddition.pro
    M src/plugins/dataobject/periodogram/kstplugin_periodogram.desktop
    M src/plugins/dataobject/periodogram/periodogram.cpp
    R src/plugins/dataobject/periodogram/periodogram.pro
    M src/plugins/dataobject/phase/kstplugin_phase.desktop
    M src/plugins/dataobject/phase/phase.cpp
    R src/plugins/dataobject/phase/phase.pro
    M src/plugins/dataobject/shift/kstplugin_shift.desktop
    M src/plugins/dataobject/shift/shift.cpp
    R src/plugins/dataobject/shift/shift.pro
    M src/plugins/dataobject/statistics/kstplugin_statistics.desktop
    M src/plugins/dataobject/statistics/statistics.cpp
    R src/plugins/dataobject/statistics/statistics.pro
    M src/plugins/dataobject/syncbin/kstplugin_syncbin.desktop
    M src/plugins/dataobject/syncbin/syncbin.cpp
    R src/plugins/dataobject/syncbin/syncbin.pro
    M src/plugins/filters/boxcar/boxcar.cpp
    M src/plugins/filters/boxcar/kstplugin_boxcar.desktop
    M src/plugins/filters/butterworth_bandpass/butterworth_bandpass.cpp
    R src/plugins/filters/butterworth_bandpass/butterworth_bandpass.pro
    M src/plugins/filters/butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop
    M src/plugins/filters/butterworth_bandstop/butterworth_bandstop.cpp
    R src/plugins/filters/butterworth_bandstop/butterworth_bandstop.pro
    M src/plugins/filters/butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop
    M src/plugins/filters/butterworth_highpass/butterworth_highpass.cpp
    R src/plugins/filters/butterworth_highpass/butterworth_highpass.pro
    M src/plugins/filters/butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop
    M src/plugins/filters/butterworth_lowpass/butterworth_lowpass.cpp
    R src/plugins/filters/butterworth_lowpass/butterworth_lowpass.pro
    M src/plugins/filters/butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop
    M src/plugins/filters/cumulativeaverage/cumulativeaverage.cpp
    R src/plugins/filters/cumulativeaverage/cumulativeaverage.pro
    M src/plugins/filters/cumulativeaverage/kstplugin_cumulativeaverage.desktop
    M src/plugins/filters/cumulativesum/cumulativesum.cpp
    R src/plugins/filters/cumulativesum/cumulativesum.pro
    M src/plugins/filters/cumulativesum/kstplugin_cumulativesum.desktop
    R src/plugins/filters/despike/despike.pro
    M src/plugins/filters/despike/filterdespike.cpp
    M src/plugins/filters/despike/kstplugin_filter_despike.desktop
    M src/plugins/filters/differentiation/differentiation.cpp
    R src/plugins/filters/differentiation/differentiation.pro
    M src/plugins/filters/differentiation/kstplugin_differentiation.desktop
    M src/plugins/filters/exponential/kstplugin_exponential.desktop
    R src/plugins/filters/exponential/movingaverage.pro
    R src/plugins/filters/filters.pro
    M src/plugins/filters/flag/filterflag.cpp
    M src/plugins/filters/flag/kstplugin_filter_flag.desktop
    M src/plugins/filters/hpboxcar/hpboxcar.cpp
    M src/plugins/filters/hpboxcar/kstplugin_hpboxcar.desktop
    M src/plugins/filters/movingaverage/kstplugin_movingaverage.desktop
    M src/plugins/filters/movingaverage/movingaverage.cpp
    R src/plugins/filters/movingaverage/movingaverage.pro
    M src/plugins/filters/movingmedian/kstplugin_movingmedian.desktop
    M src/plugins/filters/movingmedian/movingmedian.cpp
    R src/plugins/filters/movingmedian/movingmedian.pro
    M src/plugins/filters/unwind/filterunwind.cpp
    M src/plugins/filters/unwind/kstplugin_filter_unwind.desktop
    R src/plugins/filters/unwind/unwind.pro
    M src/plugins/filters/window/kstplugin_filter_window.desktop
    R src/plugins/filters/window/window.pro
    R src/plugins/fits/exponential_unweighted/exponential_unweighted.pro
    M src/plugins/fits/exponential_unweighted/fitexponential_unweighted.cpp
    M src/plugins/fits/exponential_unweighted/kstplugin_fits_exponential_unweighted.desktop
    R src/plugins/fits/exponential_weighted/exponential_weighted.pro
    M src/plugins/fits/exponential_weighted/fitexponential_weighted.cpp
    M src/plugins/fits/exponential_weighted/kstplugin_fits_exponential_weighted.desktop
    R src/plugins/fits/fits.pro
    M src/plugins/fits/gaussian_unweighted/fitgaussian_unweighted.cpp
    R src/plugins/fits/gaussian_unweighted/gaussian_unweighted.pro
    M src/plugins/fits/gaussian_unweighted/kstplugin_fits_gaussian_unweighted.desktop
    M src/plugins/fits/gaussian_weighted/fitgaussian_weighted.cpp
    R src/plugins/fits/gaussian_weighted/gaussian_weighted.pro
    M src/plugins/fits/gaussian_weighted/kstplugin_fits_gaussian_weighted.desktop
    M src/plugins/fits/gradient_unweighted/fitgradient_unweighted.cpp
    R src/plugins/fits/gradient_unweighted/gradient_unweighted.pro
    M src/plugins/fits/gradient_unweighted/kstplugin_fits_gradient_unweighted.desktop
    M src/plugins/fits/gradient_weighted/fitgradient_weighted.cpp
    R src/plugins/fits/gradient_weighted/gradient_weighted.pro
    M src/plugins/fits/gradient_weighted/kstplugin_fits_gradient_weighted.desktop
    M src/plugins/fits/kneefrequency/fitkneefrequency.cpp
    R src/plugins/fits/kneefrequency/kneefrequency.pro
    M src/plugins/fits/kneefrequency/kstplugin_fits_kneefrequency.desktop
    M src/plugins/fits/linear_unweighted/fitlinear_unweighted.cpp
    M src/plugins/fits/linear_unweighted/kstplugin_fits_linear_unweighted.desktop
    R src/plugins/fits/linear_unweighted/linear_unweighted.pro
    M src/plugins/fits/linear_weighted/fitlinear_weighted.cpp
    M src/plugins/fits/linear_weighted/kstplugin_fits_linear_weighted.desktop
    R src/plugins/fits/linear_weighted/linear_weighted.pro
    M src/plugins/fits/lorentzian_unweighted/fitlorentzian_unweighted.cpp
    M src/plugins/fits/lorentzian_unweighted/kstplugin_fits_lorentzian_unweighted.desktop
    R src/plugins/fits/lorentzian_unweighted/lorentzian_unweighted.pro
    M src/plugins/fits/lorentzian_weighted/fitlorentzian_weighted.cpp
    M src/plugins/fits/lorentzian_weighted/kstplugin_fits_lorentzian_weighted.desktop
    R src/plugins/fits/lorentzian_weighted/lorentzian_weighted.pro
    M src/plugins/fits/polynomial_unweighted/fitpolynomial_unweighted.cpp
    M src/plugins/fits/polynomial_unweighted/kstplugin_fits_polynomial_unweighted.desktop
    R src/plugins/fits/polynomial_unweighted/polynomial_unweighted.pro
    M src/plugins/fits/polynomial_weighted/fitpolynomial_weighted.cpp
    M src/plugins/fits/polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop
    R src/plugins/fits/polynomial_weighted/polynomial_weighted.pro
    M src/plugins/fits/sinusoid_unweighted/fitsinusoid_unweighted.cpp
    M src/plugins/fits/sinusoid_unweighted/kstplugin_fits_sinusoid_unweighted.desktop
    R src/plugins/fits/sinusoid_unweighted/sinusoid_unweighted.pro
    M src/plugins/fits/sinusoid_weighted/fitsinusoid_weighted.cpp
    M src/plugins/fits/sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop
    R src/plugins/fits/sinusoid_weighted/sinusoid_weighted.pro
    R src/plugins/plugins.pri
    R src/plugins/plugins.pro
    R src/plugins/plugins_sub.pri
    R src/plugins/plugins_subsub.pri
    M src/plugins/sampleplugin/kstplugin_sampleplugin.desktop
    M src/plugins/sampleplugin/sampleplugin.cpp
    R src/plugins/sampleplugin/sampleplugin.pro
    M src/widgets/CMakeLists.txt
    M src/widgets/cclineedit.cpp
    M src/widgets/colorpalette.cpp
    M src/widgets/colorpalette.h
    M src/widgets/curveappearance.ui
    M src/widgets/curveplacement.cpp
    M src/widgets/datasourceselector.cpp
    M src/widgets/filerequester.cpp
    R src/widgets/kstwidgets_pch
    M src/widgets/scalarselector.cpp
    M src/widgets/scalarselector.h
    M src/widgets/vectorselector.cpp
    M src/widgets/widgets.cpp
    M src/widgets/widgets.h
    R src/widgets/widgets.pro
    R svn2cl.xsl
    M tests/CMakeLists.txt
    M tests/datasources/ascii/CMakeLists.txt
    R tests/dirfile_maker/dirfile_maker.pro
    R tests/dirfile_maker/dirfile_maker_new.pro
    R tests/kstcontrol/KstControl.pro
    M tests/testcsd.cpp
    M tests/testdatamatrix.cpp
    M tests/testdatasource.cpp
    M tests/testeditablematrix.cpp
    M tests/testeqparser.cpp
    M tests/testgeneratedmatrix.cpp
    M tests/testgeneratedvector.cpp
    M tests/testhistogram.cpp
    M tests/testlabelparser.cpp
    M tests/testmatrix.cpp
    M tests/testobjectstore.cpp
    M tests/testpsd.cpp
    R tests/tests.pro
    M tests/testscalar.cpp
    M tests/testvector.cpp

  Log Message:
  -----------
  Merge branch 'master' into UBUNTU-NOBLE

This is after the port to qt6.


  Commit: 55bdbf7bfdc6f5abab1d00f3c4ceaa95078abdf9
      https://github.com/Kst-plot/kst/commit/55bdbf7bfdc6f5abab1d00f3c4ceaa95078abdf9
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-02-06 (Fri, 06 Feb 2026)

  Changed paths:
    M src/libkstapp/kstrevision.h.cached

  Log Message:
  -----------
  update kstrevision (but it might no longer be used)


  Commit: 461f7965cc7d758f5502eb887bb2c3e3b714de66
      https://github.com/Kst-plot/kst/commit/461f7965cc7d758f5502eb887bb2c3e3b714de66
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-02-06 (Fri, 06 Feb 2026)

  Changed paths:
    M cmake/modules/KstMacros.cmake
    R cmake/modules/KstPchSupport.cmake
    M devel-docs/launchpad
    M src/libkstapp/CMakeLists.txt
    M src/libkstapp/aboutdialog.cpp

  Log Message:
  -----------
  some more cmake cleanup


  Commit: a25ad8714242030293f0ed8952e935061ed4f9cb
      https://github.com/Kst-plot/kst/commit/a25ad8714242030293f0ed8952e935061ed4f9cb
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-02-06 (Fri, 06 Feb 2026)

  Changed paths:
    M cmake/modules/KstMacros.cmake
    R cmake/modules/KstPchSupport.cmake
    M devel-docs/launchpad
    M src/libkstapp/CMakeLists.txt
    M src/libkstapp/aboutdialog.cpp
    M src/libkstapp/kstrevision.h.cached

  Log Message:
  -----------
  Merge branch 'master' into UBUNTU-NOBLE


  Commit: 0e605b52c7fcd5e18834ceeecee1858e21de28b9
      https://github.com/Kst-plot/kst/commit/0e605b52c7fcd5e18834ceeecee1858e21de28b9
  Author: Barth Netterfield <barth.netterfield at utoronto.ca>
  Date:   2026-02-07 (Sat, 07 Feb 2026)

  Changed paths:
    M .gitignore
    M cmake/modules/KstMacros.cmake
    M debian/changelog
    R debian/compat
    M debian/control
    M debian/kst.install
    R debian/libkst2core2.install
    R debian/libkst2math2.install
    R debian/libkst2widgets2.install
    A debian/not-installed
    M debian/rules
    M debian/source/format
    M src/kst/CMakeLists.txt
    M src/kst/main.cpp
    M src/libkst/CMakeLists.txt
    M src/libkstapp/CMakeLists.txt
    M src/libkstmath/CMakeLists.txt
    M src/widgets/CMakeLists.txt

  Log Message:
  -----------
  Update build system for UBUNTU-NOBLE and qt6


Compare: https://github.com/Kst-plot/kst/compare/567379c7cf20...0e605b52c7fc

To unsubscribe from these emails, change your notification settings at https://github.com/Kst-plot/kst/settings/notifications


More information about the Kst mailing list