├── .clang-format ├── .craft.ini ├── .flatpak-manifest.json ├── .gitattributes ├── .gitignore ├── .gitlab-ci.yml ├── .gitlab ├── issue_templates │ ├── default.md │ └── featureRequest.md └── merge_request_templates │ ├── Readme.txt │ └── default.md ├── .kde-ci.yml ├── .reuse └── dep5 ├── AUTHORS ├── CMakeLists.txt ├── ChangeLog ├── INSTALL ├── LICENSES ├── Apache-2.0.txt ├── BSD-3-Clause.txt ├── CC-BY-3.0.txt ├── CC0-1.0.txt ├── GPL-2.0-only.txt ├── GPL-2.0-or-later.txt ├── GPL-3.0-only.txt ├── GPL-3.0-or-later.txt ├── LGPL-3.0-or-later.txt └── MIT.txt ├── Messages.sh ├── README.md ├── admin ├── README.astyle ├── README.clang-tidy ├── README.coverity ├── README.git-stats ├── README.release ├── README.sanitizer ├── README.unittests ├── README.valgrind ├── SLOC.txt ├── asan_symbolize.py ├── backup ├── create-dmg-craft.sh ├── create-dmg.sh ├── deploy_windows.ps1 ├── labplot-64bit-setup_MSVC.iss ├── labplot-64bit-setup_MinGW.iss ├── llvm_LICENSE.txt ├── parse_valgrind_suppressions.sh ├── patches │ ├── QXlsx-1.5.0.patch │ ├── dbc_parser_cpp.patch │ ├── libixion-0.19.0_win32.patch │ └── readstat-1.1.9.patch ├── run-clang-tidy.py └── themes_preview_pixmaps.lml ├── cl-fmt.sh ├── cmake ├── FindCFitsio.cmake ├── FindCantor.cmake ├── FindDiscount.cmake ├── FindFFTW3.cmake ├── FindLIBCERF.cmake ├── FindLZ4.cmake ├── FindLibOrigin.cmake ├── FindMatio.cmake ├── FindOrcus.cmake ├── FindPySide6.cmake ├── FindQXlsx.cmake ├── FindReadStat.cmake ├── FindShiboken6.cmake ├── FindZSTD.cmake ├── FindnetCDF.cmake ├── GeneratePythonBindings.cmake ├── GenerateShibokenSources.cmake └── PythonScripting.cmake ├── compile ├── compile_windows_mingw.ps1 ├── compile_windows_msvc.ps1 ├── data ├── CMakeLists.txt ├── color-schemes │ ├── Breeze.colors │ ├── BreezeDark.colors │ ├── BreezeHighContrast.colors │ ├── CMakeLists.txt │ ├── Dracula.colors │ ├── Honeycomb.colors │ ├── Norway.colors │ ├── ObsidianCoast.colors │ ├── Oxygen.colors │ ├── OxygenCold.colors │ ├── Steel.colors │ ├── WontonSoup.colors │ ├── Zion.colors │ └── ZionReversed.colors ├── colormaps │ ├── CMakeLists.txt │ ├── ColorBrewer (Diverging).json │ ├── ColorBrewer (Qualitative).json │ ├── ColorBrewer (Sequential).json │ ├── ColorCET (Colour Blind).json │ ├── ColorCET (Cyclic).json │ ├── ColorCET (Diverging).json │ ├── ColorCET (Isoluminant).json │ ├── ColorCET (Linear).json │ ├── ColorCET (Rainbow).json │ ├── ColormapCollections.json │ ├── Diverging Color Maps for Scientific Visualization.json │ ├── Dracula (Categorical).json │ ├── Scientific Colour Maps (Cyclic).json │ ├── Scientific Colour Maps (Diverging).json │ ├── Scientific Colour Maps (Multi-sequential).json │ ├── Scientific Colour Maps (Sequential).json │ ├── cmocean (Circular).json │ ├── cmocean (Diverging).json │ ├── cmocean (Multi-sequential).json │ ├── cmocean (Sequential).json │ └── viridis (Sequential).json ├── datasets │ ├── CMakeLists.txt │ ├── DASL.json │ ├── DatasetCategories.json │ ├── DatasetCollections.json │ ├── JSEDataArchive.json │ ├── OzDASL.json │ ├── README.md │ ├── Rdatasets.json │ ├── StatLib.json │ └── seaborn.json ├── example_projects │ ├── Big-city-pop.lml │ ├── CMakeLists.txt │ ├── Rainfall.lml │ ├── acc-deaths.lml │ ├── alcohol-cons.lml │ ├── cat-weight.lml │ ├── cooling-water.lml │ ├── example_projects.json │ ├── fit (Anscombe's quartet).lml │ ├── lake-level.lml │ ├── log_scales.lml │ ├── magnitude_plot.lml │ ├── mathematical_functions.lml │ ├── weight-height.lml │ └── weight-speed.lml ├── examples │ ├── Analysis │ │ ├── Fit │ │ │ ├── ENSO.lml │ │ │ ├── NIST - Linear Regression.lml │ │ │ └── NIST - Nonlinear Regression.lml │ │ ├── Fourier Filter │ │ │ └── SOS Morse Signal.lml │ │ ├── Hilbert Transformation │ │ │ └── Time response of a super regenerative receiver.lml │ │ └── Smooth │ │ │ └── Data = Smooth + Rough.lml │ ├── CMakeLists.txt │ ├── Computing │ │ └── Maxima │ │ │ ├── Duffing Oscillator in Maxima.lml │ │ │ └── Maxima Tutorial for Beginners.lml │ ├── ExampleCollections.json │ ├── General │ │ ├── Anatomy of a Box Plot.lml │ │ ├── Basic Plots.lml │ │ ├── Helium Rydberg Spectrum.lml │ │ ├── Hertzsprung-Russel Diagram.lml │ │ ├── Logarithmic Scales.lml │ │ ├── Mathematical Functions.lml │ │ ├── Multi-Ranges.lml │ │ ├── Multicopter.lml │ │ ├── SLOC History.lml │ │ ├── Space Debris.lml │ │ └── Tufte's Minimal Ink Design.lml │ └── Statistics │ │ ├── Language Learning - Percent Correct PBC.lml │ │ ├── PBC Examples (Wheeler and Montgomery).lml │ │ ├── Same Data, Different Boxplots.lml │ │ └── SameStats.lml ├── pics │ ├── .directory │ ├── CMakeLists.txt │ ├── colorchooser │ │ ├── CMakeLists.txt │ │ ├── colorchooser_hue.xpm │ │ ├── colorchooser_saturation.xpm │ │ └── colorchooser_value.xpm │ ├── fit_models │ │ ├── CMakeLists.txt │ │ ├── alg_sigmoid.pdf │ │ ├── atan.pdf │ │ ├── cauchy_lorentz1.pdf │ │ ├── cauchy_lorentz2.pdf │ │ ├── cauchy_lorentz3.pdf │ │ ├── cauchy_lorentz4.pdf │ │ ├── erf.pdf │ │ ├── exponential1.pdf │ │ ├── exponential2.pdf │ │ ├── exponential3.pdf │ │ ├── exponential4.pdf │ │ ├── fourier1.pdf │ │ ├── fourier2.pdf │ │ ├── fourier3.pdf │ │ ├── fourier4.pdf │ │ ├── gaussian1.pdf │ │ ├── gaussian2.pdf │ │ ├── gaussian3.pdf │ │ ├── gaussian4.pdf │ │ ├── gd.pdf │ │ ├── gompertz.pdf │ │ ├── hill.pdf │ │ ├── inv_exponential1.pdf │ │ ├── logistic1.pdf │ │ ├── logistic2.pdf │ │ ├── logistic3.pdf │ │ ├── logistic4.pdf │ │ ├── logistic_function.pdf │ │ ├── polynom1.pdf │ │ ├── polynom2.pdf │ │ ├── polynom3.pdf │ │ ├── polynom4.pdf │ │ ├── power1.pdf │ │ ├── power2.pdf │ │ ├── pseudovoigt11.pdf │ │ ├── pseudovoigt12.pdf │ │ ├── pseudovoigt13.pdf │ │ ├── pseudovoigt14.pdf │ │ ├── sech1.pdf │ │ ├── sech2.pdf │ │ ├── sech3.pdf │ │ ├── sech4.pdf │ │ ├── tanh.pdf │ │ ├── voigt1.pdf │ │ ├── voigt2.pdf │ │ ├── voigt3.pdf │ │ └── voigt4.pdf │ ├── gsl_distributions │ │ ├── CMakeLists.txt │ │ ├── bernoulli.pdf │ │ ├── beta.pdf │ │ ├── binomial.pdf │ │ ├── cauchy_lorentz.pdf │ │ ├── chi_squared.pdf │ │ ├── exponential.pdf │ │ ├── exponential_power.pdf │ │ ├── fdist.pdf │ │ ├── flat.pdf │ │ ├── frechet.pdf │ │ ├── gamma.pdf │ │ ├── gaussian.pdf │ │ ├── gaussian_tail.pdf │ │ ├── geometric.pdf │ │ ├── gumbel1.pdf │ │ ├── gumbel2.pdf │ │ ├── hypergeometric.pdf │ │ ├── landau.pdf │ │ ├── laplace.pdf │ │ ├── levy.pdf │ │ ├── levy_alpha_stable.pdf │ │ ├── levy_skew_alpha_stable.pdf │ │ ├── logarithmic.pdf │ │ ├── logistic.pdf │ │ ├── lognormal.pdf │ │ ├── maxwell_boltzmann.pdf │ │ ├── negative_binomial.pdf │ │ ├── pareto.pdf │ │ ├── pascal.pdf │ │ ├── poisson.pdf │ │ ├── rayleigh.pdf │ │ ├── rayleigh_tail.pdf │ │ ├── sech.pdf │ │ ├── students_t.pdf │ │ └── weibull.pdf │ ├── sc-apps-labplot-1x-zoom.svg │ ├── sc-apps-labplot-2x-zoom.svg │ ├── sc-apps-labplot-3x-zoom.svg │ ├── sc-apps-labplot-4x-zoom.svg │ ├── sc-apps-labplot-5x-zoom.svg │ ├── sc-apps-labplot-MQTT.svg │ ├── sc-apps-labplot-TeX-logo.svg │ ├── sc-apps-labplot-auto-scale-all.svg │ ├── sc-apps-labplot-auto-scale-x.svg │ ├── sc-apps-labplot-auto-scale-y.svg │ ├── sc-apps-labplot-axis-horizontal.svg │ ├── sc-apps-labplot-axis-vertical.svg │ ├── sc-apps-labplot-back.svg │ ├── sc-apps-labplot-cursor-arrow.svg │ ├── sc-apps-labplot-editbreaklayout.svg │ ├── sc-apps-labplot-editgrid.svg │ ├── sc-apps-labplot-edithlayout.svg │ ├── sc-apps-labplot-editvlayout.svg │ ├── sc-apps-labplot-format-text-symbol.svg │ ├── sc-apps-labplot-forward.svg │ ├── sc-apps-labplot-json-array.svg │ ├── sc-apps-labplot-json-object.svg │ ├── sc-apps-labplot-kaggle.svg │ ├── sc-apps-labplot-matrix-new.svg │ ├── sc-apps-labplot-matrix.svg │ ├── sc-apps-labplot-maximize.svg │ ├── sc-apps-labplot-minimize.svg │ ├── sc-apps-labplot-plot-axis-points.svg │ ├── sc-apps-labplot-shift-down-y.svg │ ├── sc-apps-labplot-shift-left-x.svg │ ├── sc-apps-labplot-shift-right-x.svg │ ├── sc-apps-labplot-shift-up-y.svg │ ├── sc-apps-labplot-spreadsheet-new.svg │ ├── sc-apps-labplot-spreadsheet.svg │ ├── sc-apps-labplot-transform-move.svg │ ├── sc-apps-labplot-workbook-new.svg │ ├── sc-apps-labplot-workbook.svg │ ├── sc-apps-labplot-worksheet-new.svg │ ├── sc-apps-labplot-worksheet.svg │ ├── sc-apps-labplot-xy-curve-points.svg │ ├── sc-apps-labplot-xy-curve-segments.svg │ ├── sc-apps-labplot-xy-curve.svg │ ├── sc-apps-labplot-xy-equation-curve.svg │ ├── sc-apps-labplot-xy-fit-curve.svg │ ├── sc-apps-labplot-xy-plot-four-axes.svg │ ├── sc-apps-labplot-xy-plot-two-axes-centered-origin.svg │ ├── sc-apps-labplot-xy-plot-two-axes-centered.svg │ ├── sc-apps-labplot-xy-plot-two-axes.svg │ ├── sc-apps-labplot-zoom-in-x.svg │ ├── sc-apps-labplot-zoom-in-y.svg │ ├── sc-apps-labplot-zoom-out-x.svg │ ├── sc-apps-labplot-zoom-out-y.svg │ ├── sc-apps-labplot-zoom-select-x.svg │ ├── sc-apps-labplot-zoom-select-y.svg │ ├── sc-apps-labplot-zoom-select.svg │ └── sc-apps-labplot-zoom.svg └── themes │ ├── BlackOnLightYellow │ ├── BlackOnWhite │ ├── BlueOnBlack │ ├── Bright │ ├── CMakeLists.txt │ ├── Creme │ ├── Dark │ ├── DarkPastels │ ├── Default │ ├── Dracula │ ├── GgplotDark │ ├── GgplotGrey │ ├── GreenOnBlack │ ├── GreyOnBlack │ ├── GreySlate │ ├── Monokai │ ├── RedOnBlack │ ├── Solarized │ ├── SolarizedLight │ ├── Sparkline │ ├── Tufte │ └── screenshots │ ├── BlackOnLightYellow.png │ ├── BlackOnWhite.png │ ├── BlueOnBlack.png │ ├── Bright.png │ ├── Creme.png │ ├── Dark.png │ ├── DarkPastels.png │ ├── Default.png │ ├── Dracula.png │ ├── GgplotDark.png │ ├── GgplotGrey.png │ ├── GreenOnBlack.png │ ├── GreyOnBlack.png │ ├── GreySlate.png │ ├── Monokai.png │ ├── RedOnBlack.png │ ├── Solarized.png │ ├── SolarizedLight.png │ ├── Sparkline.png │ ├── Tufte.png │ └── Unavailable.png ├── doc ├── CMakeLists.txt ├── datapicker_active_curve_data_spreadsheet.png ├── datapicker_original_transformed_segments.png ├── datapicker_segments.png ├── example-FFT_python-1024x532.png ├── example-fourier_filter-1024x532.png ├── example-maxima_2-1024x532.png ├── export_spreadsheet_dialog.png ├── export_worksheet_dialog.png ├── file_data_source.png ├── import-dialog.png ├── index.docbook ├── labplot.png ├── latex │ ├── advanced_tutorials.tex │ ├── doc.tex │ ├── images │ │ ├── datapicker_active_curve_data_spreadsheet.png │ │ ├── datapicker_original_transformed_segments.png │ │ ├── datapicker_segments.png │ │ ├── fits_metadata_editor.png │ │ ├── matrix.png │ │ ├── maxima_session.png │ │ ├── python_session.png │ │ ├── spreadsheet.png │ │ └── workbook.png │ ├── introduction.tex │ ├── qa.tex │ ├── reference.tex │ ├── tutorials.tex │ └── using.tex ├── man-labplot.1.docbook ├── matrix.png ├── matrix_function_values.png ├── pe-context-menu.png ├── project-explorer.png ├── properties.png ├── spreadsheet.png ├── spreadsheet_generate_equidistant_values.png ├── spreadsheet_generate_function_values.png ├── spreadsheet_generate_multivariant_function_values.png ├── spreadsheet_generate_random_values.png ├── sub_window_tabbed_view_interfaces.png ├── tutorial-spreadsheet1.png ├── tutorial-spreadsheet2.png ├── tutorial-spreadsheet3.png ├── tutorial-spreadsheet4.png ├── tutorial-spreadsheet5.png ├── tutorial-spreadsheet6.png ├── tutorial-spreadsheet7.png ├── tutorial-spreadsheet8.png ├── tutorial-spreadsheet9.png ├── tutorial-xy-function1.png ├── tutorial-xy-function10.png ├── tutorial-xy-function2.png ├── tutorial-xy-function3.png ├── tutorial-xy-function4.png ├── tutorial-xy-function5.png ├── tutorial-xy-function6.png ├── tutorial-xy-function7.png ├── tutorial-xy-function8.png ├── tutorial-xy-function9.png ├── workbook.png └── worksheet.png ├── icons ├── 128-application-x-labplot.png ├── 128-apps-labplot.png ├── 150-apps-labplot.png ├── 16-application-x-labplot.png ├── 16-apps-labplot.png ├── 22-application-x-labplot.png ├── 22-apps-labplot.png ├── 256-application-x-labplot.png ├── 256-apps-labplot.png ├── 310-apps-labplot.png ├── 32-application-x-labplot.png ├── 32-apps-labplot.png ├── 44-apps-labplot.png ├── 48-application-x-labplot.png ├── 48-apps-labplot.png ├── 512-application-x-labplot.png ├── 512-apps-labplot.png ├── 64-application-x-labplot.png ├── 64-apps-labplot.png ├── CMakeLists.txt ├── application-x-labplot.ico ├── application-x-labplot.svg ├── labplot.ico ├── org.kde.labplot.svg └── sc-apps-labplot.svgz ├── lib ├── CMakeLists.txt ├── cmake │ ├── labplot-config-version.cmake.in │ └── labplot-config.cmake.in ├── examples │ ├── Anatomy of a BoxPlot │ │ ├── CMakeLists.txt │ │ ├── data.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py │ ├── Basic Plots │ │ ├── CMakeLists.txt │ │ ├── data.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py │ ├── CMakeLists.txt │ ├── Data = Smooth + Rough │ │ ├── CMakeLists.txt │ │ ├── data.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py │ ├── Demo │ │ ├── CMakeLists.txt │ │ ├── data.txt │ │ ├── main.cpp │ │ ├── main.py │ │ ├── result.pdf │ │ └── script.py │ ├── ENSO │ │ ├── CMakeLists.txt │ │ ├── data.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py │ ├── Helium Rydberg Spectrum │ │ ├── CMakeLists.txt │ │ ├── data.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py │ ├── Hertzsprung-Russel Diagram │ │ ├── CMakeLists.txt │ │ ├── HYG_data.txt │ │ ├── main.cpp │ │ ├── main.py │ │ ├── script.py │ │ └── temp_to_ci_mapping.txt │ ├── Logarithmic Scales │ │ ├── CMakeLists.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py │ ├── Multi-Ranges │ │ ├── CMakeLists.txt │ │ ├── Current.txt │ │ ├── IPCE.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py │ ├── NIST - Linear Regression │ │ ├── CMakeLists.txt │ │ ├── longley_data.txt │ │ ├── main.cpp │ │ ├── main.py │ │ ├── noint1_data.txt │ │ ├── noint2_data.txt │ │ ├── norris_data.txt │ │ ├── pontius_data.txt │ │ └── script.py │ ├── SOS Morse Signal │ │ ├── CMakeLists.txt │ │ ├── data.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py │ ├── Same Data Different Boxplots │ │ ├── CMakeLists.txt │ │ ├── data.txt │ │ ├── labels.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py │ ├── Space Debris │ │ ├── Breakups.txt │ │ ├── CMakeLists.txt │ │ ├── GEO.jpg │ │ ├── GEO.txt │ │ ├── LEO.jpg │ │ ├── LEO.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py │ ├── Time response of a super regenerative receiver │ │ ├── CMakeLists.txt │ │ ├── data.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py │ └── Tufte's Minimal Ink Design │ │ ├── CMakeLists.txt │ │ ├── data.txt │ │ ├── main.cpp │ │ ├── main.py │ │ └── script.py ├── labplot.h └── python │ ├── CMakeLists.txt │ ├── bindings.h │ └── bindings.xml ├── org.kde.labplot.appdata.xml ├── po ├── ar │ └── labplot.po ├── bs │ └── labplot.po ├── ca │ ├── docs │ │ └── labplot │ │ │ ├── index.docbook │ │ │ └── man-labplot.1.docbook │ └── labplot.po ├── ca@valencia │ └── labplot.po ├── cs │ └── labplot.po ├── da │ └── labplot.po ├── de │ ├── docs │ │ └── labplot │ │ │ └── man-labplot.1.docbook │ └── labplot.po ├── el │ └── labplot.po ├── en_GB │ └── labplot.po ├── eo │ └── labplot.po ├── es │ ├── docs │ │ └── labplot │ │ │ ├── index.docbook │ │ │ └── man-labplot.1.docbook │ └── labplot.po ├── eu │ └── labplot.po ├── fi │ └── labplot.po ├── fr │ └── labplot.po ├── gl │ └── labplot.po ├── hi │ └── labplot.po ├── hu │ └── labplot.po ├── ia │ └── labplot.po ├── it │ ├── docs │ │ └── labplot │ │ │ ├── index.docbook │ │ │ └── man-labplot.1.docbook │ └── labplot.po ├── ja │ └── labplot.po ├── ka │ └── labplot.po ├── lt │ └── labplot.po ├── nds │ └── labplot.po ├── nl │ ├── docs │ │ └── labplot │ │ │ ├── index.docbook │ │ │ └── man-labplot.1.docbook │ └── labplot.po ├── pl │ └── labplot.po ├── pt │ └── labplot.po ├── pt_BR │ ├── docs │ │ └── labplot │ │ │ ├── index.docbook │ │ │ └── man-labplot.1.docbook │ └── labplot.po ├── ru │ ├── docs │ │ └── labplot │ │ │ ├── index.docbook │ │ │ └── man-labplot.1.docbook │ └── labplot.po ├── sa │ └── labplot.po ├── sk │ └── labplot.po ├── sl │ └── labplot.po ├── sv │ ├── docs │ │ └── labplot │ │ │ ├── index.docbook │ │ │ └── man-labplot.1.docbook │ └── labplot.po ├── tr │ └── labplot.po ├── uk │ ├── docs │ │ └── labplot │ │ │ ├── export_spreadsheet_dialog.png │ │ │ ├── export_worksheet_dialog.png │ │ │ ├── import-dialog.png │ │ │ ├── index.docbook │ │ │ ├── labplot.png │ │ │ ├── man-labplot.1.docbook │ │ │ ├── matrix.png │ │ │ ├── matrix_function_values.png │ │ │ ├── pe-context-menu.png │ │ │ ├── project-explorer.png │ │ │ ├── properties.png │ │ │ ├── spreadsheet.png │ │ │ ├── spreadsheet_generate_equidistant_values.png │ │ │ ├── spreadsheet_generate_function_values.png │ │ │ ├── spreadsheet_generate_random_values.png │ │ │ ├── tutorial-spreadsheet1.png │ │ │ ├── tutorial-spreadsheet2.png │ │ │ ├── tutorial-spreadsheet3.png │ │ │ ├── tutorial-spreadsheet4.png │ │ │ ├── tutorial-spreadsheet5.png │ │ │ ├── tutorial-spreadsheet6.png │ │ │ ├── tutorial-spreadsheet7.png │ │ │ ├── tutorial-spreadsheet8.png │ │ │ ├── tutorial-spreadsheet9.png │ │ │ ├── tutorial-xy-function1.png │ │ │ ├── tutorial-xy-function10.png │ │ │ ├── tutorial-xy-function2.png │ │ │ ├── tutorial-xy-function3.png │ │ │ ├── tutorial-xy-function4.png │ │ │ ├── tutorial-xy-function5.png │ │ │ ├── tutorial-xy-function6.png │ │ │ ├── tutorial-xy-function7.png │ │ │ ├── tutorial-xy-function8.png │ │ │ ├── tutorial-xy-function9.png │ │ │ ├── workbook.png │ │ │ └── worksheet.png │ └── labplot.po ├── zh_CN │ └── labplot.po └── zh_TW │ └── labplot.po ├── snap └── local │ └── launchers │ └── tmpdir ├── snapcraft.yaml ├── src ├── .directory ├── .kdev_include_paths ├── 3rdparty │ ├── CMakeLists.txt │ ├── QXlsx │ │ ├── CMakeLists.txt │ │ ├── LICENSE │ │ ├── QXlsx.pri │ │ ├── QXlsx.pro │ │ ├── README.md │ │ ├── cmake │ │ │ └── modules │ │ │ │ ├── CPackConfig.cmake │ │ │ │ ├── qxlsx-config-version.cmake.in │ │ │ │ └── qxlsx-config.cmake.in │ │ ├── header │ │ │ ├── xlsxabstractooxmlfile.h │ │ │ ├── xlsxabstractooxmlfile_p.h │ │ │ ├── xlsxabstractsheet.h │ │ │ ├── xlsxabstractsheet_p.h │ │ │ ├── xlsxcell.h │ │ │ ├── xlsxcell_p.h │ │ │ ├── xlsxcellformula.h │ │ │ ├── xlsxcellformula_p.h │ │ │ ├── xlsxcelllocation.h │ │ │ ├── xlsxcellrange.h │ │ │ ├── xlsxcellreference.h │ │ │ ├── xlsxchart.h │ │ │ ├── xlsxchart_p.h │ │ │ ├── xlsxchartsheet.h │ │ │ ├── xlsxchartsheet_p.h │ │ │ ├── xlsxcolor_p.h │ │ │ ├── xlsxconditionalformatting.h │ │ │ ├── xlsxconditionalformatting_p.h │ │ │ ├── xlsxcontenttypes_p.h │ │ │ ├── xlsxdatavalidation.h │ │ │ ├── xlsxdatavalidation_p.h │ │ │ ├── xlsxdatetype.h │ │ │ ├── xlsxdocpropsapp_p.h │ │ │ ├── xlsxdocpropscore_p.h │ │ │ ├── xlsxdocument.h │ │ │ ├── xlsxdocument_p.h │ │ │ ├── xlsxdrawing_p.h │ │ │ ├── xlsxdrawinganchor_p.h │ │ │ ├── xlsxformat.h │ │ │ ├── xlsxformat_p.h │ │ │ ├── xlsxglobal.h │ │ │ ├── xlsxmediafile_p.h │ │ │ ├── xlsxnumformatparser_p.h │ │ │ ├── xlsxrelationships_p.h │ │ │ ├── xlsxrichstring.h │ │ │ ├── xlsxrichstring_p.h │ │ │ ├── xlsxsharedstrings_p.h │ │ │ ├── xlsxsimpleooxmlfile_p.h │ │ │ ├── xlsxstyles_p.h │ │ │ ├── xlsxtheme_p.h │ │ │ ├── xlsxutility_p.h │ │ │ ├── xlsxworkbook.h │ │ │ ├── xlsxworkbook_p.h │ │ │ ├── xlsxworksheet.h │ │ │ ├── xlsxworksheet_p.h │ │ │ ├── xlsxzipreader_p.h │ │ │ └── xlsxzipwriter_p.h │ │ └── source │ │ │ ├── xlsxabstractooxmlfile.cpp │ │ │ ├── xlsxabstractsheet.cpp │ │ │ ├── xlsxcell.cpp │ │ │ ├── xlsxcellformula.cpp │ │ │ ├── xlsxcelllocation.cpp │ │ │ ├── xlsxcellrange.cpp │ │ │ ├── xlsxcellreference.cpp │ │ │ ├── xlsxchart.cpp │ │ │ ├── xlsxchartsheet.cpp │ │ │ ├── xlsxcolor.cpp │ │ │ ├── xlsxconditionalformatting.cpp │ │ │ ├── xlsxcontenttypes.cpp │ │ │ ├── xlsxdatavalidation.cpp │ │ │ ├── xlsxdatetype.cpp │ │ │ ├── xlsxdocpropsapp.cpp │ │ │ ├── xlsxdocpropscore.cpp │ │ │ ├── xlsxdocument.cpp │ │ │ ├── xlsxdrawing.cpp │ │ │ ├── xlsxdrawinganchor.cpp │ │ │ ├── xlsxformat.cpp │ │ │ ├── xlsxmediafile.cpp │ │ │ ├── xlsxnumformatparser.cpp │ │ │ ├── xlsxrelationships.cpp │ │ │ ├── xlsxrichstring.cpp │ │ │ ├── xlsxsharedstrings.cpp │ │ │ ├── xlsxsimpleooxmlfile.cpp │ │ │ ├── xlsxstyles.cpp │ │ │ ├── xlsxtheme.cpp │ │ │ ├── xlsxutility.cpp │ │ │ ├── xlsxworkbook.cpp │ │ │ ├── xlsxworksheet.cpp │ │ │ ├── xlsxzipreader.cpp │ │ │ └── xlsxzipwriter.cpp │ ├── Qt-Advanced-Docking-System │ │ ├── CMakeLists.txt │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── adsConfig.cmake │ │ ├── cmake │ │ │ └── modules │ │ │ │ ├── GetGitRevisionDescription.cmake │ │ │ │ └── GetGitRevisionDescription.cmake.in │ │ ├── gnu-lgpl-v2.1.md │ │ └── src │ │ │ ├── AutoHideDockContainer.cpp │ │ │ ├── AutoHideDockContainer.h │ │ │ ├── AutoHideSideBar.cpp │ │ │ ├── AutoHideSideBar.h │ │ │ ├── AutoHideTab.cpp │ │ │ ├── AutoHideTab.h │ │ │ ├── CMakeLists.txt │ │ │ ├── DockAreaTabBar.cpp │ │ │ ├── DockAreaTabBar.h │ │ │ ├── DockAreaTitleBar.cpp │ │ │ ├── DockAreaTitleBar.h │ │ │ ├── DockAreaTitleBar_p.h │ │ │ ├── DockAreaWidget.cpp │ │ │ ├── DockAreaWidget.h │ │ │ ├── DockComponentsFactory.cpp │ │ │ ├── DockComponentsFactory.h │ │ │ ├── DockContainerWidget.cpp │ │ │ ├── DockContainerWidget.h │ │ │ ├── DockFocusController.cpp │ │ │ ├── DockFocusController.h │ │ │ ├── DockManager.cpp │ │ │ ├── DockManager.h │ │ │ ├── DockOverlay.cpp │ │ │ ├── DockOverlay.h │ │ │ ├── DockSplitter.cpp │ │ │ ├── DockSplitter.h │ │ │ ├── DockWidget.cpp │ │ │ ├── DockWidget.h │ │ │ ├── DockWidgetTab.cpp │ │ │ ├── DockWidgetTab.h │ │ │ ├── DockingStateReader.cpp │ │ │ ├── DockingStateReader.h │ │ │ ├── ElidingLabel.cpp │ │ │ ├── ElidingLabel.h │ │ │ ├── FloatingDockContainer.cpp │ │ │ ├── FloatingDockContainer.h │ │ │ ├── FloatingDragPreview.cpp │ │ │ ├── FloatingDragPreview.h │ │ │ ├── IconProvider.cpp │ │ │ ├── IconProvider.h │ │ │ ├── PushButton.cpp │ │ │ ├── PushButton.h │ │ │ ├── ResizeHandle.cpp │ │ │ ├── ResizeHandle.h │ │ │ ├── ads.qrc │ │ │ ├── ads_globals.cpp │ │ │ ├── ads_globals.h │ │ │ ├── images │ │ │ ├── close-button-disabled.svg │ │ │ ├── close-button-focused.svg │ │ │ ├── close-button.svg │ │ │ ├── detach-button-disabled.svg │ │ │ ├── detach-button.svg │ │ │ ├── maximize-button-focused.svg │ │ │ ├── maximize-button.svg │ │ │ ├── minimize-button-focused.svg │ │ │ ├── minimize-button.svg │ │ │ ├── pin-button-big.svg │ │ │ ├── pin-button.svg │ │ │ ├── restore-button-focused.svg │ │ │ ├── restore-button.svg │ │ │ ├── tabs-menu-button.svg │ │ │ ├── vs-pin-button-disabled.svg │ │ │ ├── vs-pin-button-pinned-focused.svg │ │ │ ├── vs-pin-button-pinned.svg │ │ │ ├── vs-pin-button.svg │ │ │ └── vs-pin-button_45.svg │ │ │ ├── linux │ │ │ ├── FloatingWidgetTitleBar.cpp │ │ │ └── FloatingWidgetTitleBar.h │ │ │ ├── qtadvanceddockingConfig.cmake │ │ │ ├── src.pro │ │ │ └── stylesheets │ │ │ ├── default.css │ │ │ ├── default_linux.css │ │ │ ├── focus_highlighting.css │ │ │ └── focus_highlighting_linux.css │ ├── README.md │ ├── cmake │ │ ├── QtADS_config.cmake │ │ ├── dbc_database_parser_disableTests.cmake │ │ └── vector_blf_config.cmake │ ├── kdmactouchbar │ │ ├── CMakeLists.txt │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── kdmactouchbar.h │ │ │ ├── kdmactouchbar.mm │ │ │ ├── kdmactouchbar_global.h │ │ │ └── src.pro │ ├── liborigin │ │ ├── CMakeLists.txt │ │ ├── OPJ_FORMAT │ │ ├── OriginAnyParser.cpp │ │ ├── OriginAnyParser.h │ │ ├── OriginFile.cpp │ │ ├── OriginFile.h │ │ ├── OriginObj.h │ │ ├── OriginParser.cpp │ │ ├── OriginParser.h │ │ ├── README │ │ ├── _clang-format │ │ ├── clang-format.sh │ │ ├── config.h.in │ │ ├── doc │ │ │ ├── Doxyfile.in │ │ │ ├── html │ │ │ │ └── images │ │ │ │ │ └── origin_import.png │ │ │ └── liborigin.dox │ │ ├── endianfstream.hh │ │ └── tree.hh │ ├── mcap │ │ ├── LICENSE │ │ └── include │ │ │ └── mcap │ │ │ ├── crc32.hpp │ │ │ ├── errors.hpp │ │ │ ├── internal.hpp │ │ │ ├── intervaltree.hpp │ │ │ ├── mcap.hpp │ │ │ ├── read_job_queue.hpp │ │ │ ├── reader.hpp │ │ │ ├── reader.inl │ │ │ ├── types.hpp │ │ │ ├── types.inl │ │ │ ├── visibility.hpp │ │ │ ├── writer.hpp │ │ │ └── writer.inl │ ├── patches │ │ └── readstat-1.1.9.patch │ ├── preview.sty │ ├── shiboken6-6.10 │ │ └── include │ │ │ ├── autodecref.h │ │ │ ├── basewrapper.h │ │ │ ├── basewrapper_p.h │ │ │ ├── bindingmanager.h │ │ │ ├── bufferprocs_py37.h │ │ │ ├── gilstate.h │ │ │ ├── helper.h │ │ │ ├── pep384impl.h │ │ │ ├── pyobjectholder.h │ │ │ ├── sbkarrayconverter.h │ │ │ ├── sbkbindingutils.h │ │ │ ├── sbkcontainer.h │ │ │ ├── sbkconverter.h │ │ │ ├── sbkenum.h │ │ │ ├── sbkerrors.h │ │ │ ├── sbkmodule.h │ │ │ ├── sbkpep.h │ │ │ ├── sbkpepbuffer.h │ │ │ ├── sbkpython.h │ │ │ ├── sbkstaticstrings.h │ │ │ ├── sbkstring.h │ │ │ ├── sbktypefactory.h │ │ │ ├── sbkversion.h │ │ │ ├── shiboken.h │ │ │ ├── shibokenbuffer.h │ │ │ ├── shibokenmacros.h │ │ │ ├── signature.h │ │ │ └── threadstatesaver.h │ ├── shiboken6-6.9 │ │ └── include │ │ │ ├── autodecref.h │ │ │ ├── basewrapper.h │ │ │ ├── basewrapper_p.h │ │ │ ├── bindingmanager.h │ │ │ ├── bufferprocs_py37.h │ │ │ ├── gilstate.h │ │ │ ├── helper.h │ │ │ ├── pep384impl.h │ │ │ ├── pyobjectholder.h │ │ │ ├── sbkarrayconverter.h │ │ │ ├── sbkbindingutils.h │ │ │ ├── sbkcontainer.h │ │ │ ├── sbkconverter.h │ │ │ ├── sbkenum.h │ │ │ ├── sbkerrors.h │ │ │ ├── sbkmodule.h │ │ │ ├── sbkpython.h │ │ │ ├── sbkstaticstrings.h │ │ │ ├── sbkstring.h │ │ │ ├── sbktypefactory.h │ │ │ ├── sbkversion.h │ │ │ ├── shiboken.h │ │ │ ├── shibokenbuffer.h │ │ │ ├── shibokenmacros.h │ │ │ ├── signature.h │ │ │ └── threadstatesaver.h │ ├── stringtokenizer │ │ ├── LICENSE.txt │ │ ├── QStringTokenizer │ │ ├── README.md │ │ ├── qstringtokenizer.cpp │ │ └── qstringtokenizer.h │ └── vector_blf │ │ ├── .astylerc │ │ ├── .reuse │ │ └── dep5 │ │ ├── CHANGELOG.md │ │ ├── CMakeLists.txt │ │ ├── Dockerfiles │ │ ├── debian_buster │ │ ├── debian_stretch-backports │ │ ├── debian_testing │ │ └── windowsservercore_1709-visualstudio_2017 │ │ ├── Jenkinsfile │ │ ├── LICENSES │ │ └── GPL-3.0-or-later.txt │ │ ├── README.md │ │ ├── cmake │ │ └── modules │ │ │ ├── FindCCCC.cmake │ │ │ ├── FindCppcheck.cmake │ │ │ ├── FindDoxygen.cmake │ │ │ ├── FindGraphviz.cmake │ │ │ └── FindLCOV.cmake │ │ └── src │ │ ├── CMakeLists.txt │ │ └── Vector │ │ ├── BLF.h │ │ ├── BLF │ │ ├── A429BusStatistic.cpp │ │ ├── A429BusStatistic.h │ │ ├── A429Error.cpp │ │ ├── A429Error.h │ │ ├── A429Message.cpp │ │ ├── A429Message.h │ │ ├── A429Status.cpp │ │ ├── A429Status.h │ │ ├── AbstractFile.cpp │ │ ├── AbstractFile.h │ │ ├── AfdxBusStatistic.cpp │ │ ├── AfdxBusStatistic.h │ │ ├── AfdxErrorEvent.cpp │ │ ├── AfdxErrorEvent.h │ │ ├── AfdxFrame.cpp │ │ ├── AfdxFrame.h │ │ ├── AfdxLineStatus.cpp │ │ ├── AfdxLineStatus.h │ │ ├── AfdxStatistic.cpp │ │ ├── AfdxStatistic.h │ │ ├── AfdxStatus.cpp │ │ ├── AfdxStatus.h │ │ ├── AppText.cpp │ │ ├── AppText.h │ │ ├── AppTrigger.cpp │ │ ├── AppTrigger.h │ │ ├── AttributeEvent.cpp │ │ ├── AttributeEvent.h │ │ ├── CMakeLists.txt │ │ ├── CanDriverError.cpp │ │ ├── CanDriverError.h │ │ ├── CanDriverErrorExt.cpp │ │ ├── CanDriverErrorExt.h │ │ ├── CanDriverHwSync.cpp │ │ ├── CanDriverHwSync.h │ │ ├── CanDriverStatistic.cpp │ │ ├── CanDriverStatistic.h │ │ ├── CanErrorFrame.cpp │ │ ├── CanErrorFrame.h │ │ ├── CanErrorFrameExt.cpp │ │ ├── CanErrorFrameExt.h │ │ ├── CanFdErrorFrame64.cpp │ │ ├── CanFdErrorFrame64.h │ │ ├── CanFdExtFrameData.cpp │ │ ├── CanFdExtFrameData.h │ │ ├── CanFdMessage.cpp │ │ ├── CanFdMessage.h │ │ ├── CanFdMessage64.cpp │ │ ├── CanFdMessage64.h │ │ ├── CanMessage.cpp │ │ ├── CanMessage.h │ │ ├── CanMessage2.cpp │ │ ├── CanMessage2.h │ │ ├── CanOverloadFrame.cpp │ │ ├── CanOverloadFrame.h │ │ ├── CanSettingChanged.cpp │ │ ├── CanSettingChanged.h │ │ ├── CompactSerialEvent.cpp │ │ ├── CompactSerialEvent.h │ │ ├── CompressedFile.cpp │ │ ├── CompressedFile.h │ │ ├── DataLostBegin.cpp │ │ ├── DataLostBegin.h │ │ ├── DataLostEnd.cpp │ │ ├── DataLostEnd.h │ │ ├── DiagRequestInterpretation.cpp │ │ ├── DiagRequestInterpretation.h │ │ ├── DistributedObjectMember.cpp │ │ ├── DistributedObjectMember.h │ │ ├── DriverOverrun.cpp │ │ ├── DriverOverrun.h │ │ ├── EnvironmentVariable.cpp │ │ ├── EnvironmentVariable.h │ │ ├── EthernetErrorEx.cpp │ │ ├── EthernetErrorEx.h │ │ ├── EthernetErrorForwarded.cpp │ │ ├── EthernetErrorForwarded.h │ │ ├── EthernetFrame.cpp │ │ ├── EthernetFrame.h │ │ ├── EthernetFrameEx.cpp │ │ ├── EthernetFrameEx.h │ │ ├── EthernetFrameForwarded.cpp │ │ ├── EthernetFrameForwarded.h │ │ ├── EthernetRxError.cpp │ │ ├── EthernetRxError.h │ │ ├── EthernetStatistic.cpp │ │ ├── EthernetStatistic.h │ │ ├── EthernetStatus.cpp │ │ ├── EthernetStatus.h │ │ ├── EventComment.cpp │ │ ├── EventComment.h │ │ ├── Exceptions.h │ │ ├── File.cpp │ │ ├── File.h │ │ ├── FileStatistics.cpp │ │ ├── FileStatistics.h │ │ ├── FlexRayData.cpp │ │ ├── FlexRayData.h │ │ ├── FlexRayStatusEvent.cpp │ │ ├── FlexRayStatusEvent.h │ │ ├── FlexRaySync.cpp │ │ ├── FlexRaySync.h │ │ ├── FlexRayV6Message.cpp │ │ ├── FlexRayV6Message.h │ │ ├── FlexRayV6StartCycleEvent.cpp │ │ ├── FlexRayV6StartCycleEvent.h │ │ ├── FlexRayVFrError.cpp │ │ ├── FlexRayVFrError.h │ │ ├── FlexRayVFrReceiveMsg.cpp │ │ ├── FlexRayVFrReceiveMsg.h │ │ ├── FlexRayVFrReceiveMsgEx.cpp │ │ ├── FlexRayVFrReceiveMsgEx.h │ │ ├── FlexRayVFrStartCycle.cpp │ │ ├── FlexRayVFrStartCycle.h │ │ ├── FlexRayVFrStatus.cpp │ │ ├── FlexRayVFrStatus.h │ │ ├── FunctionBus.cpp │ │ ├── FunctionBus.h │ │ ├── GeneralSerialEvent.cpp │ │ ├── GeneralSerialEvent.h │ │ ├── GlobalMarker.cpp │ │ ├── GlobalMarker.h │ │ ├── GpsEvent.cpp │ │ ├── GpsEvent.h │ │ ├── J1708Message.cpp │ │ ├── J1708Message.h │ │ ├── KLineStatusEvent.cpp │ │ ├── KLineStatusEvent.h │ │ ├── LinBaudrateEvent.cpp │ │ ├── LinBaudrateEvent.h │ │ ├── LinBusEvent.cpp │ │ ├── LinBusEvent.h │ │ ├── LinChecksumInfo.cpp │ │ ├── LinChecksumInfo.h │ │ ├── LinCrcError.cpp │ │ ├── LinCrcError.h │ │ ├── LinCrcError2.cpp │ │ ├── LinCrcError2.h │ │ ├── LinDatabyteTimestampEvent.cpp │ │ ├── LinDatabyteTimestampEvent.h │ │ ├── LinDisturbanceEvent.cpp │ │ ├── LinDisturbanceEvent.h │ │ ├── LinDlcInfo.cpp │ │ ├── LinDlcInfo.h │ │ ├── LinLongDomSignalEvent.cpp │ │ ├── LinLongDomSignalEvent.h │ │ ├── LinLongDomSignalEvent2.cpp │ │ ├── LinLongDomSignalEvent2.h │ │ ├── LinMessage.cpp │ │ ├── LinMessage.h │ │ ├── LinMessage2.cpp │ │ ├── LinMessage2.h │ │ ├── LinMessageDescriptor.cpp │ │ ├── LinMessageDescriptor.h │ │ ├── LinReceiveError.cpp │ │ ├── LinReceiveError.h │ │ ├── LinReceiveError2.cpp │ │ ├── LinReceiveError2.h │ │ ├── LinSchedulerModeChange.cpp │ │ ├── LinSchedulerModeChange.h │ │ ├── LinSendError.cpp │ │ ├── LinSendError.h │ │ ├── LinSendError2.cpp │ │ ├── LinSendError2.h │ │ ├── LinShortOrSlowResponse.cpp │ │ ├── LinShortOrSlowResponse.h │ │ ├── LinShortOrSlowResponse2.cpp │ │ ├── LinShortOrSlowResponse2.h │ │ ├── LinSlaveTimeout.cpp │ │ ├── LinSlaveTimeout.h │ │ ├── LinSleepModeEvent.cpp │ │ ├── LinSleepModeEvent.h │ │ ├── LinSpikeEvent.cpp │ │ ├── LinSpikeEvent.h │ │ ├── LinSpikeEvent2.cpp │ │ ├── LinSpikeEvent2.h │ │ ├── LinStatisticEvent.cpp │ │ ├── LinStatisticEvent.h │ │ ├── LinSyncError.cpp │ │ ├── LinSyncError.h │ │ ├── LinSyncError2.cpp │ │ ├── LinSyncError2.h │ │ ├── LinSynchFieldEvent.cpp │ │ ├── LinSynchFieldEvent.h │ │ ├── LinUnexpectedWakeup.cpp │ │ ├── LinUnexpectedWakeup.h │ │ ├── LinWakeupEvent.cpp │ │ ├── LinWakeupEvent.h │ │ ├── LinWakeupEvent2.cpp │ │ ├── LinWakeupEvent2.h │ │ ├── LogContainer.cpp │ │ ├── LogContainer.h │ │ ├── Most150AllocTab.cpp │ │ ├── Most150AllocTab.h │ │ ├── Most150Message.cpp │ │ ├── Most150Message.h │ │ ├── Most150MessageFragment.cpp │ │ ├── Most150MessageFragment.h │ │ ├── Most150Pkt.cpp │ │ ├── Most150Pkt.h │ │ ├── Most150PktFragment.cpp │ │ ├── Most150PktFragment.h │ │ ├── Most50Message.cpp │ │ ├── Most50Message.h │ │ ├── Most50Pkt.cpp │ │ ├── Most50Pkt.h │ │ ├── MostAllocTab.cpp │ │ ├── MostAllocTab.h │ │ ├── MostCtrl.cpp │ │ ├── MostCtrl.h │ │ ├── MostDataLost.cpp │ │ ├── MostDataLost.h │ │ ├── MostEcl.cpp │ │ ├── MostEcl.h │ │ ├── MostEthernetPkt.cpp │ │ ├── MostEthernetPkt.h │ │ ├── MostEthernetPktFragment.cpp │ │ ├── MostEthernetPktFragment.h │ │ ├── MostGenReg.cpp │ │ ├── MostGenReg.h │ │ ├── MostHwMode.cpp │ │ ├── MostHwMode.h │ │ ├── MostLightLock.cpp │ │ ├── MostLightLock.h │ │ ├── MostNetState.cpp │ │ ├── MostNetState.h │ │ ├── MostPkt.cpp │ │ ├── MostPkt.h │ │ ├── MostPkt2.cpp │ │ ├── MostPkt2.h │ │ ├── MostReg.cpp │ │ ├── MostReg.h │ │ ├── MostSpy.cpp │ │ ├── MostSpy.h │ │ ├── MostStatistic.cpp │ │ ├── MostStatistic.h │ │ ├── MostStatisticEx.cpp │ │ ├── MostStatisticEx.h │ │ ├── MostStress.cpp │ │ ├── MostStress.h │ │ ├── MostSystemEvent.cpp │ │ ├── MostSystemEvent.h │ │ ├── MostTrigger.cpp │ │ ├── MostTrigger.h │ │ ├── MostTxLight.cpp │ │ ├── MostTxLight.h │ │ ├── ObjectHeader.cpp │ │ ├── ObjectHeader.h │ │ ├── ObjectHeader2.cpp │ │ ├── ObjectHeader2.h │ │ ├── ObjectHeaderBase.cpp │ │ ├── ObjectHeaderBase.h │ │ ├── ObjectQueue.cpp │ │ ├── ObjectQueue.h │ │ ├── RealtimeClock.cpp │ │ ├── RealtimeClock.h │ │ ├── RestorePoint.cpp │ │ ├── RestorePoint.h │ │ ├── RestorePointContainer.cpp │ │ ├── RestorePointContainer.h │ │ ├── RestorePoints.cpp │ │ ├── RestorePoints.h │ │ ├── SerialEvent.cpp │ │ ├── SerialEvent.h │ │ ├── SingleByteSerialEvent.cpp │ │ ├── SingleByteSerialEvent.h │ │ ├── SystemVariable.cpp │ │ ├── SystemVariable.h │ │ ├── TestStructure.cpp │ │ ├── TestStructure.h │ │ ├── TriggerCondition.cpp │ │ ├── TriggerCondition.h │ │ ├── UncompressedFile.cpp │ │ ├── UncompressedFile.h │ │ ├── VarObjectHeader.cpp │ │ ├── VarObjectHeader.h │ │ ├── Vector_BLF.pc.in │ │ ├── WaterMarkEvent.cpp │ │ ├── WaterMarkEvent.h │ │ ├── WlanFrame.cpp │ │ ├── WlanFrame.h │ │ ├── WlanStatistic.cpp │ │ ├── WlanStatistic.h │ │ ├── config.h.in │ │ ├── docs │ │ │ ├── CMakeLists.txt │ │ │ ├── doxygen │ │ │ │ ├── CMakeLists.txt │ │ │ │ └── Doxyfile.in │ │ │ └── examples │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Parser.cpp │ │ │ │ └── Write-Example.cpp │ │ ├── mainpage.dox │ │ └── platform.h │ │ └── CMakeLists.txt ├── CMakeLists.txt ├── Doxyfile ├── Info.plist ├── Plugins │ ├── NumberSpinBox │ │ ├── CMakeLists.txt │ │ ├── NumberSpinBox.pro │ │ ├── NumberSpinBoxPlugin.cpp │ │ ├── NumberSpinBoxPlugin.h │ │ └── Readme.md │ ├── Readme.md │ └── UTCDateTimeWidget │ │ ├── Readme.md │ │ ├── UTCDateTimeEdit.pro │ │ ├── UTCDateTimeEditPlugin.cpp │ │ └── UTCDateTimeEditPlugin.h ├── XmlMessages.sh ├── backend │ ├── backend.dox │ ├── core │ │ ├── AbstractAspect.cpp │ │ ├── AbstractAspect.h │ │ ├── AbstractColumn.cpp │ │ ├── AbstractColumn.h │ │ ├── AbstractColumnPrivate.cpp │ │ ├── AbstractColumnPrivate.h │ │ ├── AbstractFilter.cpp │ │ ├── AbstractFilter.h │ │ ├── AbstractPart.cpp │ │ ├── AbstractPart.h │ │ ├── AbstractSimpleFilter.cpp │ │ ├── AbstractSimpleFilter.h │ │ ├── AspectFactory.h │ │ ├── AspectPrivate.h │ │ ├── AspectTreeModel.cpp │ │ ├── AspectTreeModel.h │ │ ├── CopyThroughFilter.cpp │ │ ├── CopyThroughFilter.h │ │ ├── Folder.cpp │ │ ├── Folder.h │ │ ├── Project.cpp │ │ ├── Project.h │ │ ├── Settings.cpp │ │ ├── Settings.h │ │ ├── Time.cpp │ │ ├── Time.h │ │ ├── Workbook.cpp │ │ ├── Workbook.h │ │ ├── abstractcolumncommands.cpp │ │ ├── abstractcolumncommands.h │ │ ├── aspectcommands.h │ │ ├── column │ │ │ ├── Column.cpp │ │ │ ├── Column.h │ │ │ ├── ColumnPrivate.cpp │ │ │ ├── ColumnPrivate.h │ │ │ ├── ColumnStringIO.cpp │ │ │ ├── ColumnStringIO.h │ │ │ ├── columncommands.cpp │ │ │ └── columncommands.h │ │ ├── datatypes │ │ │ ├── BigInt2DateTimeFilter.h │ │ │ ├── BigInt2DayOfWeekFilter.h │ │ │ ├── BigInt2DoubleFilter.h │ │ │ ├── BigInt2IntegerFilter.h │ │ │ ├── BigInt2MonthFilter.h │ │ │ ├── BigInt2StringFilter.h │ │ │ ├── DateTime2BigIntFilter.h │ │ │ ├── DateTime2DoubleFilter.h │ │ │ ├── DateTime2IntegerFilter.h │ │ │ ├── DateTime2StringFilter.cpp │ │ │ ├── DateTime2StringFilter.h │ │ │ ├── DayOfWeek2BigIntFilter.h │ │ │ ├── DayOfWeek2DoubleFilter.h │ │ │ ├── DayOfWeek2IntegerFilter.h │ │ │ ├── Double2BigIntFilter.h │ │ │ ├── Double2DateTimeFilter.h │ │ │ ├── Double2DayOfWeekFilter.h │ │ │ ├── Double2IntegerFilter.h │ │ │ ├── Double2MonthFilter.h │ │ │ ├── Double2StringFilter.cpp │ │ │ ├── Double2StringFilter.h │ │ │ ├── Integer2BigIntFilter.h │ │ │ ├── Integer2DateTimeFilter.h │ │ │ ├── Integer2DayOfWeekFilter.h │ │ │ ├── Integer2DoubleFilter.h │ │ │ ├── Integer2MonthFilter.h │ │ │ ├── Integer2StringFilter.h │ │ │ ├── Month2BigIntFilter.h │ │ │ ├── Month2DoubleFilter.h │ │ │ ├── Month2IntegerFilter.h │ │ │ ├── SimpleCopyThroughFilter.h │ │ │ ├── String2BigIntFilter.h │ │ │ ├── String2DateTimeFilter.cpp │ │ │ ├── String2DateTimeFilter.h │ │ │ ├── String2DayOfWeekFilter.h │ │ │ ├── String2DoubleFilter.h │ │ │ ├── String2IntegerFilter.h │ │ │ ├── String2MonthFilter.h │ │ │ └── filter.h │ │ ├── interfaces.dox │ │ ├── interfaces.h │ │ └── plugin │ │ │ ├── PluginLoader.cpp │ │ │ ├── PluginLoader.h │ │ │ ├── PluginManager.cpp │ │ │ └── PluginManager.h │ ├── datapicker │ │ ├── Datapicker.cpp │ │ ├── Datapicker.h │ │ ├── DatapickerCurve.cpp │ │ ├── DatapickerCurve.h │ │ ├── DatapickerCurvePrivate.h │ │ ├── DatapickerImage.cpp │ │ ├── DatapickerImage.h │ │ ├── DatapickerImagePrivate.h │ │ ├── DatapickerPoint.cpp │ │ ├── DatapickerPoint.h │ │ ├── DatapickerPointPrivate.h │ │ ├── ImageEditor.cpp │ │ ├── ImageEditor.h │ │ ├── Segment.cpp │ │ ├── Segment.h │ │ ├── SegmentPrivate.h │ │ ├── Segments.cpp │ │ ├── Segments.h │ │ ├── Transform.cpp │ │ ├── Transform.h │ │ └── Vector3D.h │ ├── datasources │ │ ├── AbstractDataSource.cpp │ │ ├── AbstractDataSource.h │ │ ├── DatasetHandler.cpp │ │ ├── DatasetHandler.h │ │ ├── LiveDataSource.cpp │ │ ├── LiveDataSource.h │ │ ├── MQTTClient.cpp │ │ ├── MQTTClient.h │ │ ├── MQTTSubscription.cpp │ │ ├── MQTTSubscription.h │ │ ├── MQTTTopic.cpp │ │ ├── MQTTTopic.h │ │ ├── filters │ │ │ ├── AbstractFileFilter.cpp │ │ │ ├── AbstractFileFilter.dox │ │ │ ├── AbstractFileFilter.h │ │ │ ├── AsciiFilter.cpp │ │ │ ├── AsciiFilter.h │ │ │ ├── AsciiFilterPrivate.h │ │ │ ├── BinaryFilter.cpp │ │ │ ├── BinaryFilter.h │ │ │ ├── BinaryFilterPrivate.h │ │ │ ├── CANFilter.cpp │ │ │ ├── CANFilter.h │ │ │ ├── CANFilterPrivate.h │ │ │ ├── DBCParser.cpp │ │ │ ├── DBCParser.h │ │ │ ├── FITSFilter.cpp │ │ │ ├── FITSFilter.h │ │ │ ├── FITSFilterPrivate.h │ │ │ ├── FilterStatus.cpp │ │ │ ├── FilterStatus.h │ │ │ ├── HDF5Filter.cpp │ │ │ ├── HDF5Filter.h │ │ │ ├── HDF5FilterPrivate.h │ │ │ ├── ImageFilter.cpp │ │ │ ├── ImageFilter.h │ │ │ ├── ImageFilterPrivate.h │ │ │ ├── JsonFilter.cpp │ │ │ ├── JsonFilter.h │ │ │ ├── JsonFilterPrivate.h │ │ │ ├── MatioFilter.cpp │ │ │ ├── MatioFilter.h │ │ │ ├── MatioFilterPrivate.h │ │ │ ├── McapFilter.cpp │ │ │ ├── McapFilter.h │ │ │ ├── McapFilterPrivate.h │ │ │ ├── NetCDFFilter.cpp │ │ │ ├── NetCDFFilter.h │ │ │ ├── NetCDFFilterPrivate.h │ │ │ ├── OdsFilter.cpp │ │ │ ├── OdsFilter.h │ │ │ ├── OdsFilterPrivate.h │ │ │ ├── QJsonModel.cpp │ │ │ ├── QJsonModel.h │ │ │ ├── ROOTFilter.cpp │ │ │ ├── ROOTFilter.h │ │ │ ├── ROOTFilterPrivate.h │ │ │ ├── ReadStatFilter.cpp │ │ │ ├── ReadStatFilter.h │ │ │ ├── ReadStatFilterPrivate.h │ │ │ ├── SpiceFilter.cpp │ │ │ ├── SpiceFilter.h │ │ │ ├── SpiceFilterPrivate.h │ │ │ ├── SpiceReader.cpp │ │ │ ├── SpiceReader.h │ │ │ ├── VectorBLFFilter.cpp │ │ │ ├── VectorBLFFilter.h │ │ │ ├── VectorBLFFilterPrivate.h │ │ │ ├── XLSXFilter.cpp │ │ │ ├── XLSXFilter.h │ │ │ ├── XLSXFilterPrivate.h │ │ │ └── filters.h │ │ └── projects │ │ │ ├── LabPlotProjectParser.cpp │ │ │ ├── LabPlotProjectParser.h │ │ │ ├── OriginProjectParser.cpp │ │ │ ├── OriginProjectParser.h │ │ │ ├── ProjectParser.cpp │ │ │ └── ProjectParser.h │ ├── gsl │ │ ├── ExpressionParser.cpp │ │ ├── ExpressionParser.h │ │ ├── Parser.cpp │ │ ├── Parser.h │ │ ├── ParserDeclarations.h │ │ ├── README │ │ ├── constants.cpp │ │ ├── constants.h │ │ ├── errors.h │ │ ├── functions.cpp │ │ ├── functions.h │ │ ├── parser.ypp │ │ ├── parserFunctionTypes.h │ │ ├── parser_parallel.y │ │ └── parser_private.h │ ├── lib │ │ ├── Debug.cpp │ │ ├── Debug.h │ │ ├── Interval.h │ │ ├── IntervalAttribute.h │ │ ├── PropertyChangeCommand.h │ │ ├── Range.h │ │ ├── SignallingUndoCommand.cpp │ │ ├── SignallingUndoCommand.h │ │ ├── XmlStreamReader.cpp │ │ ├── XmlStreamReader.h │ │ ├── commandtemplates.dox │ │ ├── commandtemplates.h │ │ ├── hostprocess.cpp │ │ ├── hostprocess.h │ │ ├── macros.h │ │ ├── macrosCurve.h │ │ ├── macrosWarningStyle.h │ │ └── trace.h │ ├── matrix │ │ ├── Matrix.cpp │ │ ├── Matrix.h │ │ ├── MatrixModel.cpp │ │ ├── MatrixModel.h │ │ ├── MatrixPrivate.h │ │ ├── matrixcommands.cpp │ │ └── matrixcommands.h │ ├── note │ │ ├── Note.cpp │ │ └── Note.h │ ├── notebook │ │ ├── Notebook.cpp │ │ ├── Notebook.h │ │ ├── VariableParser.cpp │ │ └── VariableParser.h │ ├── nsl │ │ ├── Faddeeva.c │ │ ├── Faddeeva.cc │ │ ├── Faddeeva.h │ │ ├── README │ │ ├── nsl_baseline.cpp │ │ ├── nsl_baseline.h │ │ ├── nsl_common.h │ │ ├── nsl_complex.h │ │ ├── nsl_conv.c │ │ ├── nsl_conv.h │ │ ├── nsl_corr.c │ │ ├── nsl_corr.h │ │ ├── nsl_dft.c │ │ ├── nsl_dft.h │ │ ├── nsl_diff.c │ │ ├── nsl_diff.h │ │ ├── nsl_filter.c │ │ ├── nsl_filter.h │ │ ├── nsl_fit.c │ │ ├── nsl_fit.h │ │ ├── nsl_geom.c │ │ ├── nsl_geom.h │ │ ├── nsl_geom_linesim.c │ │ ├── nsl_geom_linesim.h │ │ ├── nsl_hilbert.c │ │ ├── nsl_hilbert.h │ │ ├── nsl_int.c │ │ ├── nsl_int.h │ │ ├── nsl_interp.c │ │ ├── nsl_interp.h │ │ ├── nsl_kde.c │ │ ├── nsl_kde.h │ │ ├── nsl_math.c │ │ ├── nsl_math.h │ │ ├── nsl_pcm.c │ │ ├── nsl_pcm.h │ │ ├── nsl_peak.cpp │ │ ├── nsl_peak.h │ │ ├── nsl_randist.c │ │ ├── nsl_randist.h │ │ ├── nsl_sf_basic.c │ │ ├── nsl_sf_basic.h │ │ ├── nsl_sf_kernel.c │ │ ├── nsl_sf_kernel.h │ │ ├── nsl_sf_poly.c │ │ ├── nsl_sf_poly.h │ │ ├── nsl_sf_stats.c │ │ ├── nsl_sf_stats.h │ │ ├── nsl_sf_window.c │ │ ├── nsl_sf_window.h │ │ ├── nsl_smooth.c │ │ ├── nsl_smooth.h │ │ ├── nsl_smooth_check.py │ │ ├── nsl_sort.c │ │ ├── nsl_sort.h │ │ ├── nsl_statistical_test.c │ │ ├── nsl_statistical_test.h │ │ ├── nsl_stats.c │ │ ├── nsl_stats.h │ │ └── stl.hpp │ ├── script │ │ ├── Script.cpp │ │ ├── Script.h │ │ ├── ScriptRuntime.cpp │ │ ├── ScriptRuntime.h │ │ └── python │ │ │ ├── PythonLogger.cpp │ │ │ ├── PythonLogger.h │ │ │ ├── PythonScriptRuntime.cpp │ │ │ └── PythonScriptRuntime.h │ ├── spreadsheet │ │ ├── Spreadsheet.cpp │ │ ├── Spreadsheet.h │ │ ├── SpreadsheetModel.cpp │ │ ├── SpreadsheetModel.h │ │ ├── SpreadsheetPrivate.h │ │ ├── StatisticsSpreadsheet.cpp │ │ └── StatisticsSpreadsheet.h │ ├── statistics │ │ ├── HypothesisTest.cpp │ │ ├── HypothesisTest.h │ │ └── HypothesisTestPrivate.h │ ├── timeseriesanalysis │ │ ├── SeasonalDecomposition.cpp │ │ ├── SeasonalDecomposition.h │ │ └── SeasonalDecompositionPrivate.h │ └── worksheet │ │ ├── Background.cpp │ │ ├── Background.h │ │ ├── BackgroundPrivate.h │ │ ├── DefaultColorTheme.h │ │ ├── Image.cpp │ │ ├── Image.h │ │ ├── ImagePrivate.h │ │ ├── InfoElement.cpp │ │ ├── InfoElement.h │ │ ├── InfoElementPrivate.h │ │ ├── Line.cpp │ │ ├── Line.h │ │ ├── LinePrivate.h │ │ ├── ResizeItem.cpp │ │ ├── ResizeItem.h │ │ ├── TextLabel.cpp │ │ ├── TextLabel.h │ │ ├── TextLabelPrivate.h │ │ ├── TreeModel.cpp │ │ ├── TreeModel.h │ │ ├── Worksheet.cpp │ │ ├── Worksheet.h │ │ ├── WorksheetElement.cpp │ │ ├── WorksheetElement.h │ │ ├── WorksheetElementContainer.cpp │ │ ├── WorksheetElementContainer.h │ │ ├── WorksheetElementContainerPrivate.h │ │ ├── WorksheetElementPrivate.h │ │ ├── WorksheetPrivate.h │ │ └── plots │ │ ├── AbstractCoordinateSystem.cpp │ │ ├── AbstractCoordinateSystem.h │ │ ├── AbstractPlot.cpp │ │ ├── AbstractPlot.h │ │ ├── AbstractPlotPrivate.h │ │ ├── PlotArea.cpp │ │ ├── PlotArea.h │ │ ├── PlotAreaPrivate.h │ │ └── cartesian │ │ ├── Axis.cpp │ │ ├── Axis.h │ │ ├── AxisPrivate.h │ │ ├── BarPlot.cpp │ │ ├── BarPlot.h │ │ ├── BarPlotPrivate.h │ │ ├── BoxPlot.cpp │ │ ├── BoxPlot.h │ │ ├── BoxPlotPrivate.h │ │ ├── CartesianCoordinateSystem.cpp │ │ ├── CartesianCoordinateSystem.h │ │ ├── CartesianCoordinateSystemPrivate.h │ │ ├── CartesianPlot.cpp │ │ ├── CartesianPlot.h │ │ ├── CartesianPlotLegend.cpp │ │ ├── CartesianPlotLegend.h │ │ ├── CartesianPlotLegendPrivate.h │ │ ├── CartesianPlotPrivate.h │ │ ├── CartesianScale.cpp │ │ ├── CartesianScale.h │ │ ├── CustomPoint.cpp │ │ ├── CustomPoint.h │ │ ├── CustomPointPrivate.h │ │ ├── ErrorBar.cpp │ │ ├── ErrorBar.h │ │ ├── ErrorBarPrivate.h │ │ ├── Histogram.cpp │ │ ├── Histogram.h │ │ ├── HistogramPrivate.h │ │ ├── KDEPlot.cpp │ │ ├── KDEPlot.h │ │ ├── KDEPlotPrivate.h │ │ ├── LollipopPlot.cpp │ │ ├── LollipopPlot.h │ │ ├── LollipopPlotPrivate.h │ │ ├── Plot.cpp │ │ ├── Plot.h │ │ ├── PlotPrivate.h │ │ ├── ProcessBehaviorChart.cpp │ │ ├── ProcessBehaviorChart.h │ │ ├── ProcessBehaviorChartPrivate.h │ │ ├── QQPlot.cpp │ │ ├── QQPlot.h │ │ ├── QQPlotPrivate.h │ │ ├── ReferenceLine.cpp │ │ ├── ReferenceLine.h │ │ ├── ReferenceLinePrivate.h │ │ ├── ReferenceRange.cpp │ │ ├── ReferenceRange.h │ │ ├── ReferenceRangePrivate.h │ │ ├── RunChart.cpp │ │ ├── RunChart.h │ │ ├── RunChartPrivate.h │ │ ├── Symbol.cpp │ │ ├── Symbol.h │ │ ├── SymbolPrivate.h │ │ ├── Value.cpp │ │ ├── Value.h │ │ ├── ValuePrivate.h │ │ ├── XYAnalysisCurve.cpp │ │ ├── XYAnalysisCurve.h │ │ ├── XYAnalysisCurvePrivate.h │ │ ├── XYConvolutionCurve.cpp │ │ ├── XYConvolutionCurve.h │ │ ├── XYConvolutionCurvePrivate.h │ │ ├── XYCorrelationCurve.cpp │ │ ├── XYCorrelationCurve.h │ │ ├── XYCorrelationCurvePrivate.h │ │ ├── XYCurve.cpp │ │ ├── XYCurve.h │ │ ├── XYCurvePrivate.h │ │ ├── XYDifferentiationCurve.cpp │ │ ├── XYDifferentiationCurve.h │ │ ├── XYDifferentiationCurvePrivate.h │ │ ├── XYEquationCurve.cpp │ │ ├── XYEquationCurve.h │ │ ├── XYEquationCurvePrivate.h │ │ ├── XYFitCurve.cpp │ │ ├── XYFitCurve.h │ │ ├── XYFitCurvePrivate.h │ │ ├── XYFourierFilterCurve.cpp │ │ ├── XYFourierFilterCurve.h │ │ ├── XYFourierFilterCurvePrivate.h │ │ ├── XYFourierTransformCurve.cpp │ │ ├── XYFourierTransformCurve.h │ │ ├── XYFourierTransformCurvePrivate.h │ │ ├── XYFunctionCurve.cpp │ │ ├── XYFunctionCurve.h │ │ ├── XYFunctionCurvePrivate.h │ │ ├── XYHilbertTransformCurve.cpp │ │ ├── XYHilbertTransformCurve.h │ │ ├── XYHilbertTransformCurvePrivate.h │ │ ├── XYIntegrationCurve.cpp │ │ ├── XYIntegrationCurve.h │ │ ├── XYIntegrationCurvePrivate.h │ │ ├── XYInterpolationCurve.cpp │ │ ├── XYInterpolationCurve.h │ │ ├── XYInterpolationCurvePrivate.h │ │ ├── XYLineSimplificationCurve.cpp │ │ ├── XYLineSimplificationCurve.h │ │ ├── XYLineSimplificationCurvePrivate.h │ │ ├── XYSmoothCurve.cpp │ │ ├── XYSmoothCurve.h │ │ ├── XYSmoothCurvePrivate.h │ │ └── plots.h ├── doc │ ├── api_design.dox │ ├── aspect-framework.dox │ ├── aspect_styles.dox │ ├── coding_style.dox │ ├── data_set.dox │ ├── plotting_framework.dox │ └── plugins.dox ├── frontend │ ├── AboutDialog.cpp │ ├── AboutDialog.h │ ├── ActionsManager.cpp │ ├── ActionsManager.h │ ├── DatasetModel.cpp │ ├── DatasetModel.h │ ├── GuiObserver.cpp │ ├── GuiObserver.h │ ├── GuiTools.cpp │ ├── GuiTools.h │ ├── HistoryDialog.cpp │ ├── HistoryDialog.h │ ├── LabPlot.cpp │ ├── MainWin.cpp │ ├── MainWin.h │ ├── PlotTemplateDialog.cpp │ ├── PlotTemplateDialog.h │ ├── ProjectExplorer.cpp │ ├── ProjectExplorer.h │ ├── SettingsDatasetsPage.cpp │ ├── SettingsDatasetsPage.h │ ├── SettingsDialog.cpp │ ├── SettingsDialog.h │ ├── SettingsEditorPage.cpp │ ├── SettingsEditorPage.h │ ├── SettingsGeneralPage.cpp │ ├── SettingsGeneralPage.h │ ├── SettingsNotebookPage.cpp │ ├── SettingsNotebookPage.h │ ├── SettingsPage.h │ ├── SettingsSpreadsheetPage.cpp │ ├── SettingsSpreadsheetPage.h │ ├── SettingsWelcomePage.cpp │ ├── SettingsWelcomePage.h │ ├── SettingsWorksheetPage.cpp │ ├── SettingsWorksheetPage.h │ ├── TemplateHandler.cpp │ ├── TemplateHandler.h │ ├── ThemeHandler.cpp │ ├── ThemeHandler.h │ ├── colormaps │ │ ├── ColorMapsDialog.cpp │ │ ├── ColorMapsDialog.h │ │ ├── ColorMapsWidget.cpp │ │ └── ColorMapsWidget.h │ ├── core │ │ ├── ContentDockWidget.cpp │ │ └── ContentDockWidget.h │ ├── datapicker │ │ ├── DatapickerImageView.cpp │ │ ├── DatapickerImageView.h │ │ ├── DatapickerView.cpp │ │ └── DatapickerView.h │ ├── datasources │ │ ├── AsciiOptionsWidget.cpp │ │ ├── AsciiOptionsWidget.h │ │ ├── BinaryOptionsWidget.cpp │ │ ├── BinaryOptionsWidget.h │ │ ├── CANOptionsWidget.cpp │ │ ├── CANOptionsWidget.h │ │ ├── DatabaseManagerDialog.cpp │ │ ├── DatabaseManagerDialog.h │ │ ├── DatabaseManagerWidget.cpp │ │ ├── DatabaseManagerWidget.h │ │ ├── DatasetMetadataManagerDialog.cpp │ │ ├── DatasetMetadataManagerDialog.h │ │ ├── DatasetMetadataManagerWidget.cpp │ │ ├── DatasetMetadataManagerWidget.h │ │ ├── FITSOptionsWidget.cpp │ │ ├── FITSOptionsWidget.h │ │ ├── HDF5OptionsWidget.cpp │ │ ├── HDF5OptionsWidget.h │ │ ├── ImageOptionsWidget.cpp │ │ ├── ImageOptionsWidget.h │ │ ├── ImportDatasetDialog.cpp │ │ ├── ImportDatasetDialog.h │ │ ├── ImportDatasetWidget.cpp │ │ ├── ImportDatasetWidget.h │ │ ├── ImportDialog.cpp │ │ ├── ImportDialog.h │ │ ├── ImportFileDialog.cpp │ │ ├── ImportFileDialog.h │ │ ├── ImportFileWidget.cpp │ │ ├── ImportFileWidget.h │ │ ├── ImportKaggleDatasetDialog.cpp │ │ ├── ImportKaggleDatasetDialog.h │ │ ├── ImportKaggleDatasetWidget.cpp │ │ ├── ImportKaggleDatasetWidget.h │ │ ├── ImportOriginLayersDialog.cpp │ │ ├── ImportOriginLayersDialog.h │ │ ├── ImportProjectDialog.cpp │ │ ├── ImportProjectDialog.h │ │ ├── ImportSQLDatabaseDialog.cpp │ │ ├── ImportSQLDatabaseDialog.h │ │ ├── ImportSQLDatabaseWidget.cpp │ │ ├── ImportSQLDatabaseWidget.h │ │ ├── ImportWarningsDialog.cpp │ │ ├── ImportWarningsDialog.h │ │ ├── JsonOptionsWidget.cpp │ │ ├── JsonOptionsWidget.h │ │ ├── MQTTConnectionManagerDialog.cpp │ │ ├── MQTTConnectionManagerDialog.h │ │ ├── MQTTConnectionManagerWidget.cpp │ │ ├── MQTTConnectionManagerWidget.h │ │ ├── MQTTErrorWidget.cpp │ │ ├── MQTTErrorWidget.h │ │ ├── MQTTSubscriptionWidget.cpp │ │ ├── MQTTSubscriptionWidget.h │ │ ├── MatioOptionsWidget.cpp │ │ ├── MatioOptionsWidget.h │ │ ├── McapOptionsWidget.cpp │ │ ├── McapOptionsWidget.h │ │ ├── NetCDFOptionsWidget.cpp │ │ ├── NetCDFOptionsWidget.h │ │ ├── OdsOptionsWidget.cpp │ │ ├── OdsOptionsWidget.h │ │ ├── ROOTOptionsWidget.cpp │ │ ├── ROOTOptionsWidget.h │ │ ├── XLSXOptionsWidget.cpp │ │ └── XLSXOptionsWidget.h │ ├── dockwidgets │ │ ├── AspectDock.cpp │ │ ├── AspectDock.h │ │ ├── AxisDock.cpp │ │ ├── AxisDock.h │ │ ├── BarPlotDock.cpp │ │ ├── BarPlotDock.h │ │ ├── BaseDock.cpp │ │ ├── BaseDock.h │ │ ├── BoxPlotDock.cpp │ │ ├── BoxPlotDock.h │ │ ├── CartesianPlotDock.cpp │ │ ├── CartesianPlotDock.h │ │ ├── CartesianPlotLegendDock.cpp │ │ ├── CartesianPlotLegendDock.h │ │ ├── ColumnDock.cpp │ │ ├── ColumnDock.h │ │ ├── CursorDock.cpp │ │ ├── CursorDock.h │ │ ├── CustomPointDock.cpp │ │ ├── CustomPointDock.h │ │ ├── HistogramDock.cpp │ │ ├── HistogramDock.h │ │ ├── HypothesisTestDock.cpp │ │ ├── HypothesisTestDock.h │ │ ├── ImageDock.cpp │ │ ├── ImageDock.h │ │ ├── InfoElementDock.cpp │ │ ├── InfoElementDock.h │ │ ├── KDEPlotDock.cpp │ │ ├── KDEPlotDock.h │ │ ├── LiveDataDock.cpp │ │ ├── LiveDataDock.h │ │ ├── LollipopPlotDock.cpp │ │ ├── LollipopPlotDock.h │ │ ├── MatrixDock.cpp │ │ ├── MatrixDock.h │ │ ├── NoteDock.cpp │ │ ├── NoteDock.h │ │ ├── NotebookDock.cpp │ │ ├── NotebookDock.h │ │ ├── ProcessBehaviorChartDock.cpp │ │ ├── ProcessBehaviorChartDock.h │ │ ├── ProjectDock.cpp │ │ ├── ProjectDock.h │ │ ├── QQPlotDock.cpp │ │ ├── QQPlotDock.h │ │ ├── ReferenceLineDock.cpp │ │ ├── ReferenceLineDock.h │ │ ├── ReferenceRangeDock.cpp │ │ ├── ReferenceRangeDock.h │ │ ├── RunChartDock.cpp │ │ ├── RunChartDock.h │ │ ├── ScriptDock.cpp │ │ ├── ScriptDock.h │ │ ├── SeasonalDecompositionDock.cpp │ │ ├── SeasonalDecompositionDock.h │ │ ├── SpreadsheetDock.cpp │ │ ├── SpreadsheetDock.h │ │ ├── StatisticsSpreadsheetDock.cpp │ │ ├── StatisticsSpreadsheetDock.h │ │ ├── WorksheetDock.cpp │ │ ├── WorksheetDock.h │ │ ├── XYAnalysisCurveDock.cpp │ │ ├── XYAnalysisCurveDock.h │ │ ├── XYConvolutionCurveDock.cpp │ │ ├── XYConvolutionCurveDock.h │ │ ├── XYCorrelationCurveDock.cpp │ │ ├── XYCorrelationCurveDock.h │ │ ├── XYCurveDock.cpp │ │ ├── XYCurveDock.h │ │ ├── XYDifferentiationCurveDock.cpp │ │ ├── XYDifferentiationCurveDock.h │ │ ├── XYEquationCurveDock.cpp │ │ ├── XYEquationCurveDock.h │ │ ├── XYFitCurveDock.cpp │ │ ├── XYFitCurveDock.h │ │ ├── XYFourierFilterCurveDock.cpp │ │ ├── XYFourierFilterCurveDock.h │ │ ├── XYFourierTransformCurveDock.cpp │ │ ├── XYFourierTransformCurveDock.h │ │ ├── XYFunctionCurveDock.cpp │ │ ├── XYFunctionCurveDock.h │ │ ├── XYHilbertTransformCurveDock.cpp │ │ ├── XYHilbertTransformCurveDock.h │ │ ├── XYIntegrationCurveDock.cpp │ │ ├── XYIntegrationCurveDock.h │ │ ├── XYInterpolationCurveDock.cpp │ │ ├── XYInterpolationCurveDock.h │ │ ├── XYLineSimplificationCurveDock.cpp │ │ ├── XYLineSimplificationCurveDock.h │ │ ├── XYSmoothCurveDock.cpp │ │ └── XYSmoothCurveDock.h │ ├── examples │ │ ├── ExamplesDialog.cpp │ │ ├── ExamplesDialog.h │ │ ├── ExamplesManager.cpp │ │ ├── ExamplesManager.h │ │ ├── ExamplesWidget.cpp │ │ └── ExamplesWidget.h │ ├── frontend.dox │ ├── labplot.ico │ ├── labplot.qrc │ ├── labplotui.rc │ ├── matrix │ │ ├── MatrixFunctionDialog.cpp │ │ ├── MatrixFunctionDialog.h │ │ ├── MatrixView.cpp │ │ └── MatrixView.h │ ├── note │ │ ├── NoteView.cpp │ │ └── NoteView.h │ ├── notebook │ │ ├── NotebookView.cpp │ │ └── NotebookView.h │ ├── script │ │ ├── ScriptEditor.cpp │ │ └── ScriptEditor.h │ ├── splash.png │ ├── spreadsheet │ │ ├── AddSubtractValueDialog.cpp │ │ ├── AddSubtractValueDialog.h │ │ ├── AddValueLabelDialog.cpp │ │ ├── AddValueLabelDialog.h │ │ ├── BatchEditValueLabelsDialog.cpp │ │ ├── BatchEditValueLabelsDialog.h │ │ ├── DropValuesDialog.cpp │ │ ├── DropValuesDialog.h │ │ ├── EquidistantValuesDialog.cpp │ │ ├── EquidistantValuesDialog.h │ │ ├── ExportSpreadsheetDialog.cpp │ │ ├── ExportSpreadsheetDialog.h │ │ ├── FlattenColumnsDialog.cpp │ │ ├── FlattenColumnsDialog.h │ │ ├── FormattingHeatmapDialog.cpp │ │ ├── FormattingHeatmapDialog.h │ │ ├── FunctionValuesDialog.cpp │ │ ├── FunctionValuesDialog.h │ │ ├── GoToDialog.cpp │ │ ├── GoToDialog.h │ │ ├── PlotDataDialog.cpp │ │ ├── PlotDataDialog.h │ │ ├── RandomValuesDialog.cpp │ │ ├── RandomValuesDialog.h │ │ ├── RescaleDialog.cpp │ │ ├── RescaleDialog.h │ │ ├── SampleValuesDialog.cpp │ │ ├── SampleValuesDialog.h │ │ ├── SearchReplaceWidget.cpp │ │ ├── SearchReplaceWidget.h │ │ ├── SortDialog.cpp │ │ ├── SortDialog.h │ │ ├── SparklineRunnable.cpp │ │ ├── SparklineRunnable.h │ │ ├── SpreadsheetCommentsHeaderModel.cpp │ │ ├── SpreadsheetCommentsHeaderModel.h │ │ ├── SpreadsheetHeaderView.cpp │ │ ├── SpreadsheetHeaderView.h │ │ ├── SpreadsheetItemDelegate.cpp │ │ ├── SpreadsheetItemDelegate.h │ │ ├── SpreadsheetSparkLineHeaderModel.cpp │ │ ├── SpreadsheetSparkLineHeaderModel.h │ │ ├── SpreadsheetView.cpp │ │ ├── SpreadsheetView.h │ │ ├── StatisticsColumnWidget.cpp │ │ ├── StatisticsColumnWidget.h │ │ ├── StatisticsDialog.cpp │ │ └── StatisticsDialog.h │ ├── statistics │ │ ├── HypothesisTestView.cpp │ │ └── HypothesisTestView.h │ ├── ui │ │ ├── PlotTemplateDialog.ui │ │ ├── colormapswidget.ui │ │ ├── constantswidget.ui │ │ ├── datapickercurvewidget.ui │ │ ├── datapickerimagewidget.ui │ │ ├── datasources │ │ │ ├── CANOptionsWidget.ui │ │ │ ├── asciioptionswidget.ui │ │ │ ├── binaryoptionswidget.ui │ │ │ ├── databasemanagerwidget.ui │ │ │ ├── datasetmetadatamanagerwidget.ui │ │ │ ├── fitsoptionswidget.ui │ │ │ ├── hdf5optionswidget.ui │ │ │ ├── imageoptionswidget.ui │ │ │ ├── importdatasetwidget.ui │ │ │ ├── importfilewidget.ui │ │ │ ├── importkaggledatasetwidget.ui │ │ │ ├── importoriginlayersdialog.ui │ │ │ ├── importprojectwidget.ui │ │ │ ├── importsqldatabasewidget.ui │ │ │ ├── importwarningsdialog.ui │ │ │ ├── jsonoptionswidget.ui │ │ │ ├── matiooptionswidget.ui │ │ │ ├── mcapoptionswidget.ui │ │ │ ├── mqttconnectionmanagerwidget.ui │ │ │ ├── mqtterrorwidget.ui │ │ │ ├── mqttsubscriptionwidget.ui │ │ │ ├── netcdfoptionswidget.ui │ │ │ ├── odsoptionswidget.ui │ │ │ ├── rootoptionswidget.ui │ │ │ └── xlsxoptionswidget.ui │ │ ├── dockwidgets │ │ │ ├── aspectdock.ui │ │ │ ├── axisdock.ui │ │ │ ├── backgroundwidget.ui │ │ │ ├── barplotdock.ui │ │ │ ├── boxplotdock.ui │ │ │ ├── cartesianplotdock.ui │ │ │ ├── cartesianplotlegenddock.ui │ │ │ ├── columndock.ui │ │ │ ├── cursordock.ui │ │ │ ├── custompointdock.ui │ │ │ ├── errorbarwidget.ui │ │ │ ├── histogramdock.ui │ │ │ ├── hypothesistestdock.ui │ │ │ ├── imagedock.ui │ │ │ ├── infoelementdock.ui │ │ │ ├── kdeplotdock.ui │ │ │ ├── linewidget.ui │ │ │ ├── livedatadock.ui │ │ │ ├── lollipopplotdock.ui │ │ │ ├── matrixdock.ui │ │ │ ├── notebookdock.ui │ │ │ ├── notedock.ui │ │ │ ├── processbehaviorchartdock.ui │ │ │ ├── projectdock.ui │ │ │ ├── qqplotdock.ui │ │ │ ├── referencelinedock.ui │ │ │ ├── referencerangedock.ui │ │ │ ├── runchartdock.ui │ │ │ ├── scriptdock.ui │ │ │ ├── seasonaldecompositiondock.ui │ │ │ ├── spreadsheetdock.ui │ │ │ ├── statisticsspreadsheetdock.ui │ │ │ ├── valuewidget.ui │ │ │ ├── worksheetdock.ui │ │ │ ├── xyconvolutioncurvedockgeneraltab.ui │ │ │ ├── xycorrelationcurvedockgeneraltab.ui │ │ │ ├── xycurvedock.ui │ │ │ ├── xycurvedockgeneraltab.ui │ │ │ ├── xydifferentiationcurvedockgeneraltab.ui │ │ │ ├── xyequationcurvedockgeneraltab.ui │ │ │ ├── xyfitcurvedockgeneraltab.ui │ │ │ ├── xyfourierfiltercurvedockgeneraltab.ui │ │ │ ├── xyfouriertransformcurvedockgeneraltab.ui │ │ │ ├── xyfunctioncurvedockgeneraltab.ui │ │ │ ├── xyhilberttransformcurvedockgeneraltab.ui │ │ │ ├── xyintegrationcurvedockgeneraltab.ui │ │ │ ├── xyinterpolationcurvedockgeneraltab.ui │ │ │ ├── xylinesimplificationcurvedockgeneraltab.ui │ │ │ └── xysmoothcurvedockgeneraltab.ui │ │ ├── exampleswidget.ui │ │ ├── fitoptionswidget.ui │ │ ├── fitparameterswidget.ui │ │ ├── fitsheadereditaddunitwidget.ui │ │ ├── fitsheadereditnewkeywordwidget.ui │ │ ├── fitsheadereditwidget.ui │ │ ├── functionswidget.ui │ │ ├── labelwidget.ui │ │ ├── matrix │ │ │ └── matrixfunctionwidget.ui │ │ ├── mqttwillsettingswidget.ui │ │ ├── plotsurfacestylewidget.ui │ │ ├── script │ │ │ └── scripteditorwidget.ui │ │ ├── settingsdatasetspage.ui │ │ ├── settingsgeneralpage.ui │ │ ├── settingsnotebookpage.ui │ │ ├── settingsprintingpage.ui │ │ ├── settingsspreadsheetpage.ui │ │ ├── settingswelcomepage.ui │ │ ├── settingsworksheetpage.ui │ │ ├── spreadsheet │ │ │ ├── addsubtractvaluewidget.ui │ │ │ ├── dropvalueswidget.ui │ │ │ ├── equidistantvalueswidget.ui │ │ │ ├── exportspreadsheetwidget.ui │ │ │ ├── flattencolumnswidget.ui │ │ │ ├── formattingheatmapwidget.ui │ │ │ ├── functionvalueswidget.ui │ │ │ ├── plotdatawidget.ui │ │ │ ├── randomvalueswidget.ui │ │ │ ├── rescalewidget.ui │ │ │ ├── samplevalueswidget.ui │ │ │ ├── searchreplacewidget.ui │ │ │ ├── searchwidget.ui │ │ │ └── sortdialogwidget.ui │ │ ├── symbolwidget.ui │ │ └── worksheet │ │ │ ├── exportworksheetwidget.ui │ │ │ └── worksheetpreviewwidget.ui │ ├── welcomescreen │ │ ├── ExampleGrid.qml │ │ ├── HelpList.qml │ │ ├── NewsDelegate.qml │ │ ├── RecentProjects.qml │ │ ├── RssNews.qml │ │ ├── WelcomeScreenHelper.cpp │ │ ├── WelcomeScreenHelper.h │ │ ├── main.qml │ │ └── qml.qrc │ ├── widgets │ │ ├── BackgroundWidget.cpp │ │ ├── BackgroundWidget.h │ │ ├── CMakeLists.txt │ │ ├── ConstantsWidget.cpp │ │ ├── ConstantsWidget.h │ │ ├── DatapickerCurveWidget.cpp │ │ ├── DatapickerCurveWidget.h │ │ ├── DatapickerImageWidget.cpp │ │ ├── DatapickerImageWidget.h │ │ ├── DateTimeSpinBox.cpp │ │ ├── DateTimeSpinBox.h │ │ ├── ErrorBarWidget.cpp │ │ ├── ErrorBarWidget.h │ │ ├── ExpressionTextEdit.cpp │ │ ├── ExpressionTextEdit.h │ │ ├── FITSHeaderEditAddUnitDialog.cpp │ │ ├── FITSHeaderEditAddUnitDialog.h │ │ ├── FITSHeaderEditDialog.cpp │ │ ├── FITSHeaderEditDialog.h │ │ ├── FITSHeaderEditNewKeywordDialog.cpp │ │ ├── FITSHeaderEditNewKeywordDialog.h │ │ ├── FITSHeaderEditWidget.cpp │ │ ├── FITSHeaderEditWidget.h │ │ ├── FitOptionsWidget.cpp │ │ ├── FitOptionsWidget.h │ │ ├── FitParametersWidget.cpp │ │ ├── FitParametersWidget.h │ │ ├── FunctionsWidget.cpp │ │ ├── FunctionsWidget.h │ │ ├── LabelWidget.cpp │ │ ├── LabelWidget.h │ │ ├── LineWidget.cpp │ │ ├── LineWidget.h │ │ ├── MQTTWillSettingsWidget.cpp │ │ ├── MQTTWillSettingsWidget.h │ │ ├── MemoryWidget.cpp │ │ ├── MemoryWidget.h │ │ ├── NumberSpinBox.cpp │ │ ├── NumberSpinBox.h │ │ ├── ResizableTextEdit.cpp │ │ ├── ResizableTextEdit.h │ │ ├── SymbolWidget.cpp │ │ ├── SymbolWidget.h │ │ ├── TextPreview.cpp │ │ ├── TextPreview.h │ │ ├── ThemesComboBox.cpp │ │ ├── ThemesComboBox.h │ │ ├── ThemesWidget.cpp │ │ ├── ThemesWidget.h │ │ ├── TimedLineEdit.cpp │ │ ├── TimedLineEdit.h │ │ ├── TreeViewComboBox.cpp │ │ ├── TreeViewComboBox.h │ │ ├── UTCDateTimeEdit.cpp │ │ ├── UTCDateTimeEdit.h │ │ ├── ValueWidget.cpp │ │ ├── ValueWidget.h │ │ ├── qxtglobal.h │ │ ├── qxtnamespace.h │ │ ├── qxtspanslider.cpp │ │ ├── qxtspanslider.h │ │ ├── qxtspanslider_p.h │ │ ├── toggleactionmenu.cpp │ │ └── toggleactionmenu.h │ ├── workbook │ │ ├── WorkbookView.cpp │ │ └── WorkbookView.h │ └── worksheet │ │ ├── ExportWorksheetDialog.cpp │ │ ├── ExportWorksheetDialog.h │ │ ├── GridDialog.cpp │ │ ├── GridDialog.h │ │ ├── PresenterWidget.cpp │ │ ├── PresenterWidget.h │ │ ├── PresenterWidget_mac.mm │ │ ├── SlidingPanel.cpp │ │ ├── SlidingPanel.h │ │ ├── WorksheetPreviewWidget.cpp │ │ ├── WorksheetPreviewWidget.h │ │ ├── WorksheetView.cpp │ │ └── WorksheetView.h ├── labplot.xml ├── labplot2_datasets.knsrc ├── labplot2_themes.knsrc ├── org.kde.labplot.desktop ├── org.kde.labplot2.desktop └── tools │ ├── ColorMapsManager.cpp │ ├── ColorMapsManager.h │ ├── EquationHighlighter.cpp │ ├── EquationHighlighter.h │ ├── ImageTools.cpp │ ├── ImageTools.h │ ├── TeXRenderer.cpp │ ├── TeXRenderer.h │ └── getRSS.h └── tests ├── CMakeLists.txt ├── CommonMetaTest.cpp ├── CommonMetaTest.h ├── CommonTest.cpp ├── CommonTest.h ├── DependenciesTest.cpp ├── DependenciesTest.h ├── analysis ├── AnalysisTest.cpp ├── AnalysisTest.h ├── CMakeLists.txt ├── common │ ├── CMakeLists.txt │ ├── CommonAnalysisTest.cpp │ └── CommonAnalysisTest.h ├── convolution │ ├── CMakeLists.txt │ ├── ConvolutionTest.cpp │ └── ConvolutionTest.h ├── correlation │ ├── CMakeLists.txt │ ├── CorrelationTest.cpp │ └── CorrelationTest.h ├── differentiation │ ├── CMakeLists.txt │ ├── DifferentiationTest.cpp │ └── DifferentiationTest.h ├── fit │ ├── CMakeLists.txt │ ├── FitTest.cpp │ ├── FitTest.h │ └── data │ │ ├── Binomial.dat │ │ ├── Cauchy.dat │ │ ├── Exponential.dat │ │ ├── Gaussian.dat │ │ ├── Laplace.dat │ │ ├── Lognormal.dat │ │ ├── NIST │ │ ├── linear │ │ │ ├── Filip.dat │ │ │ ├── Longley.dat │ │ │ ├── NoInt1.dat │ │ │ ├── NoInt2.dat │ │ │ ├── Norris.dat │ │ │ ├── Pontius.dat │ │ │ ├── README │ │ │ ├── Wampler1.dat │ │ │ ├── Wampler2.dat │ │ │ ├── Wampler3.dat │ │ │ ├── Wampler4.dat │ │ │ └── Wampler5.dat │ │ └── non-linear │ │ │ ├── Bennett5.dat │ │ │ ├── Bennett5_data.dat │ │ │ ├── BoxBOD.dat │ │ │ ├── Chwirut1.dat │ │ │ ├── Chwirut2.dat │ │ │ ├── DanWood.dat │ │ │ ├── ENSO.dat │ │ │ ├── Eckerle4.dat │ │ │ ├── Gauss1.dat │ │ │ ├── Gauss2.dat │ │ │ ├── Gauss3.dat │ │ │ ├── Hahn1.dat │ │ │ ├── Hahn1_data.dat │ │ │ ├── Kirby2.dat │ │ │ ├── Lanczos1.dat │ │ │ ├── Lanczos2.dat │ │ │ ├── Lanczos3.dat │ │ │ ├── MGH09.dat │ │ │ ├── MGH10.dat │ │ │ ├── MGH17.dat │ │ │ ├── Misra1a.dat │ │ │ ├── Misra1b.dat │ │ │ ├── Misra1c.dat │ │ │ ├── Misra1d.dat │ │ │ ├── Nelson.dat │ │ │ ├── README │ │ │ ├── Rat42.dat │ │ │ ├── Rat43.dat │ │ │ ├── Roszman1.dat │ │ │ └── Thurber.dat │ │ ├── Poisson.dat │ │ └── TestHistogramFit.lml ├── fourier │ ├── CMakeLists.txt │ ├── FourierTest.cpp │ ├── FourierTest.h │ └── data │ │ ├── Butterworth.m │ │ └── butterworth.csv ├── fourier_transformation │ ├── CMakeLists.txt │ ├── FourierTransformTest.cpp │ └── FourierTransformTest.h ├── hilberttransform │ ├── CMakeLists.txt │ ├── HilbertTransformTest.cpp │ └── HilbertTransformTest.h ├── integration │ ├── CMakeLists.txt │ ├── IntegrationTest.cpp │ └── IntegrationTest.h ├── interpolation │ ├── CMakeLists.txt │ ├── InterpolationTest.cpp │ └── InterpolationTest.h └── smooth │ ├── CMakeLists.txt │ ├── SmoothTest.cpp │ └── SmoothTest.h ├── backend ├── Axis │ ├── AxisTest.cpp │ ├── AxisTest.h │ └── CMakeLists.txt ├── BarPlot │ ├── BarPlotTest.cpp │ ├── BarPlotTest.h │ └── CMakeLists.txt ├── CMakeLists.txt ├── Column │ ├── CMakeLists.txt │ ├── ColumnTest.cpp │ ├── ColumnTest.h │ └── data │ │ └── Load.lml ├── Datapicker │ ├── CMakeLists.txt │ ├── DatapickerTest.cpp │ └── DatapickerTest.h ├── InfoElement │ ├── CMakeLists.txt │ ├── InfoElementTest.cpp │ └── InfoElementTest.h ├── Parser │ ├── CMakeLists.txt │ ├── ParserTest.cpp │ └── ParserTest.h ├── Range │ ├── CMakeLists.txt │ ├── RangeTest.cpp │ └── RangeTest.h ├── Retransform │ ├── CMakeLists.txt │ ├── RetransformTest.cpp │ ├── RetransformTest.h │ └── data │ │ ├── barplot_test.lml │ │ ├── bars_dis_004.lml │ │ └── p1.lml ├── TextLabel │ ├── CMakeLists.txt │ ├── TextLabelTest.cpp │ └── TextLabelTest.h ├── Worksheet │ ├── CMakeLists.txt │ ├── WorksheetElementTest.cpp │ ├── WorksheetElementTest.h │ ├── WorksheetTest.cpp │ ├── WorksheetTest.h │ └── helperMacros.h ├── XYCurve │ ├── CMakeLists.txt │ ├── XYCurveTest.cpp │ ├── XYCurveTest.h │ ├── XYFunctionCurveTest.cpp │ ├── XYFunctionCurveTest.h │ └── data │ │ ├── TestUpdateLines.lml │ │ └── curveHover.lml ├── core │ ├── AbstractAspectTest.cpp │ ├── AbstractAspectTest.h │ └── CMakeLists.txt └── gsl │ ├── CMakeLists.txt │ ├── ExpressionParserTest.cpp │ ├── ExpressionParserTest.h │ ├── GSLTest.cpp │ └── GSLTest.h ├── cartesianplot ├── CMakeLists.txt ├── CartesianCoordinateSystemTest.cpp ├── CartesianCoordinateSystemTest.h ├── CartesianPlotTest.cpp ├── CartesianPlotTest.h ├── data │ ├── TestDataChange.lml │ └── histogram-fit-curve.lml └── plots │ ├── CMakeLists.txt │ └── statisticalplots │ ├── CMakeLists.txt │ ├── StatisticalPlotsTest.cpp │ └── StatisticalPlotsTest.h ├── commonfrontend ├── CMakeLists.txt └── widgets │ ├── CMakeLists.txt │ ├── NumberSpinBoxMain.cpp │ ├── SpinBoxTest.cpp │ └── SpinBoxTest.h ├── import_export ├── ASCII │ ├── AsciiFilterTest.cpp │ ├── AsciiFilterTest.h │ ├── CMakeLists.txt │ ├── data │ │ ├── column_names.txt │ │ ├── column_names_reversed.txt │ │ ├── comment_header_comment.txt │ │ ├── datetime-hex.dat │ │ ├── datetime_01.csv │ │ ├── empty_file.txt │ │ ├── empty_lines_01.txt │ │ ├── file_ending_without_line_break.txt │ │ ├── lds_test.csv │ │ ├── multi_line_comment.txt │ │ ├── multi_line_comment_with_empty_lines.txt │ │ ├── numeric_data.txt │ │ ├── numeric_data_no-newline.txt │ │ ├── object.json │ │ ├── quoted_strings.txt │ │ ├── quoted_strings_one_line.txt │ │ ├── quoted_strings_one_line_with_header.txt │ │ ├── quoted_strings_with_header.txt │ │ ├── quoted_strings_with_separator_inside.csv │ │ ├── separator_semicolon.txt │ │ ├── separator_semicolon_with_header.txt │ │ ├── separator_semicolon_with_header_duplicated_names.txt │ │ ├── separator_tab_with_header_with_spaces.txt │ │ ├── sparse_file_01.txt │ │ ├── sparse_file_02.txt │ │ ├── sparse_file_03.txt │ │ ├── utf16.txt │ │ └── utf8_cyrillic.txt │ └── scripts │ │ ├── README │ │ ├── brownian_motion.cpp │ │ ├── brownian_motion.py │ │ ├── brownian_motion_binary.cpp │ │ ├── brownian_motion_whole_file_rewrite.py │ │ ├── client_cpu_serial_port.py │ │ ├── client_cpu_udp_socket.py │ │ ├── cpu_usage_file.py │ │ ├── server_cpu_local_socket.py │ │ ├── server_cpu_rapl_tcp_socket.py │ │ ├── server_cpu_serial_port.py │ │ ├── server_cpu_tcp_socket.py │ │ └── server_cpu_udp_socket.py ├── Binary │ ├── BinaryFilterTest.cpp │ ├── BinaryFilterTest.h │ ├── CMakeLists.txt │ └── data │ │ ├── double.bin │ │ ├── doubleLE.bin │ │ ├── float.bin │ │ ├── int16.bin │ │ ├── int32.bin │ │ ├── int32LE.bin │ │ ├── int64.bin │ │ ├── int8.bin │ │ └── matrix_double.bin ├── CAN │ ├── BLFFilterTest.cpp │ ├── BLFFilterTest.h │ └── CMakeLists.txt ├── CMakeLists.txt ├── Datasets │ ├── CMakeLists.txt │ ├── DatasetsTest.cpp │ ├── DatasetsTest.h │ └── data │ │ ├── DatasetCollections.json │ │ └── Test.json ├── FITS │ ├── CMakeLists.txt │ ├── FITSFilterTest.cpp │ ├── FITSFilterTest.h │ └── data │ │ ├── DDTSUVDATA.fits │ │ ├── FOSy19g0309t_c2f.fits │ │ ├── HRSz0yd020fm_c2f.fits │ │ ├── IUElwp25637mxlo.fits │ │ ├── README │ │ ├── Spreadsheet.fits │ │ ├── UITfuv2582gc.fits │ │ ├── WFPC2ASSNu5780205bx.fits │ │ └── WFPC2u5780205r_c0fx.fits ├── HDF5 │ ├── CMakeLists.txt │ ├── HDF5FilterTest.cpp │ ├── HDF5FilterTest.h │ └── data │ │ ├── README │ │ ├── annras.hdf │ │ ├── h5ex_t_vlen.h5 │ │ ├── hdf5_test.h5 │ │ └── misr_am1_metadata.hdf ├── JSON │ ├── CMakeLists.txt │ ├── JSONFilterTest.cpp │ ├── JSONFilterTest.h │ └── data │ │ ├── array.json │ │ ├── example.jsonl │ │ ├── intraday.json │ │ ├── measurements.json │ │ └── object.json ├── MCAP │ ├── CMakeLists.txt │ ├── MCAPFilterTest.cpp │ ├── MCAPFilterTest.h │ └── data │ │ ├── basic.mcap │ │ ├── basic_LZ4.mcap │ │ ├── basic_NONE.mcap │ │ ├── basic_NONE_unsupported_encoding.mcap │ │ ├── basic_ZSTD.mcap │ │ ├── data_generation.ipynb │ │ └── empty_file.mcap ├── MQTT │ ├── CMakeLists.txt │ ├── MQTTTest.cpp │ ├── MQTTTest.h │ ├── MqttPublisherNoGui.cpp │ ├── MqttTestPublisher │ │ ├── BrownianMotionMqttClient.cpp │ │ ├── BrownianMotionMqttClient.h │ │ ├── CMakeLists.txt │ │ ├── MainWindow.cpp │ │ ├── MainWindow.h │ │ ├── MainWindow.ui │ │ └── main.cpp │ └── data │ │ ├── common_false.txt │ │ ├── common_true.txt │ │ ├── contain_false.txt │ │ ├── contain_true.txt │ │ ├── integer_message_1.txt │ │ ├── integer_message_2.txt │ │ ├── numeric_message_1.txt │ │ ├── numeric_message_2.txt │ │ ├── subscribe_1.txt │ │ ├── subscribe_2.txt │ │ ├── subscribe_2_result.txt │ │ ├── subscribe_3.txt │ │ ├── subscribe_3_result.txt │ │ ├── text_message.txt │ │ ├── unsubscribe_1.txt │ │ ├── unsubscribe_1_result.txt │ │ ├── unsubscribe_2.txt │ │ └── unsubscribe_2_result.txt ├── Matio │ ├── CMakeLists.txt │ ├── MatioFilterTest.cpp │ ├── MatioFilterTest.h │ └── data │ │ ├── logical_sparse.mat │ │ ├── testcell_6.1_SOL2.mat │ │ ├── testdouble_4.2c_SOL2.mat │ │ ├── testemptycell_7.4_GLNX86.mat │ │ ├── testmatrix_7.4_GLNX86.mat │ │ ├── testmulti_7.4_GLNX86.mat │ │ ├── testsparse_6.5.1_GLNX86.mat │ │ ├── testsparsecomplex_7.4_GLNX86.mat │ │ └── teststruct_7.4_GLNX86.mat ├── NetCDF │ ├── CMakeLists.txt │ ├── NetCDFFilterTest.cpp │ ├── NetCDFFilterTest.h │ └── data │ │ ├── OMI-Aura_L2-example.nc │ │ ├── README │ │ ├── madis-hydro.nc │ │ ├── sgpsondewnpnC1.nc │ │ ├── simple_xy.cdl │ │ ├── simple_xy.nc │ │ ├── test_hgroups.nc │ │ └── testrh.nc ├── Ods │ ├── CMakeLists.txt │ ├── OdsFilterTest.cpp │ ├── OdsFilterTest.h │ └── data │ │ ├── header.ods │ │ ├── ranges-formula.ods │ │ └── start-end.ods ├── Project │ ├── CMakeLists.txt │ ├── ProjectImportTest.cpp │ ├── ProjectImportTest.h │ └── data │ │ ├── 2folder-with-graphs.opj │ │ ├── 2graphs.opj │ │ ├── bar-column.opj │ │ ├── histogram.opj │ │ ├── origin8_test_tree_import.opj │ │ ├── origin8_test_workbook.opj │ │ ├── single_layer_two_axes.opj │ │ ├── single_layer_two_axes_without_lines.opj │ │ ├── strings_testing.opj │ │ ├── two_layers_as_two_coordinate_systems.opj │ │ ├── two_layers_as_two_coordinate_systems_with_legend.opj │ │ └── two_layers_as_two_plot_areas.opj ├── ROOT │ ├── CMakeLists.txt │ ├── ROOTFilterTest.cpp │ ├── ROOTFilterTest.h │ └── data │ │ ├── README │ │ ├── advanced_zlib.root │ │ ├── basic_lz4.root │ │ ├── broken_basic.root │ │ └── samplefiles.C ├── ReadStat │ ├── CMakeLists.txt │ ├── ReadStatFilterTest.cpp │ ├── ReadStatFilterTest.h │ └── data │ │ ├── iris.dta │ │ ├── iris.sas7bdat │ │ ├── iris.sav │ │ ├── sample.por │ │ └── sample.xpt ├── SQL │ ├── CMakeLists.txt │ ├── ImportSqlDatabaseTest.cpp │ ├── ImportSqlDatabaseTest.h │ └── data │ │ └── chinook.db ├── SerialPort │ ├── CMakeLists.txt │ ├── SerialPortTest.cpp │ └── SerialPortTest.h ├── Spice │ ├── CMakeLists.txt │ ├── SpiceFilterTest.cpp │ ├── SpiceFilterTest.h │ ├── data │ │ ├── ltspice │ │ │ ├── AC │ │ │ │ ├── LowPassFilter_AC.raw │ │ │ │ ├── LowPassFilter_AC.raw.h │ │ │ │ └── LowPassFilter_AC.raw.refdata │ │ │ ├── DCTransfer │ │ │ │ ├── DCTransfer.raw │ │ │ │ ├── DCTransfer.raw.h │ │ │ │ └── DCTransfer.raw.refdata │ │ │ ├── FFT │ │ │ │ ├── FFT.fft │ │ │ │ ├── FFT.plt │ │ │ │ ├── FFT.raw │ │ │ │ ├── FFT.raw.h │ │ │ │ └── FFT.raw.refdata │ │ │ ├── Windows │ │ │ │ ├── Wakeup.raw │ │ │ │ ├── Wakeup.raw.h │ │ │ │ └── Wakeup.raw.refdata │ │ │ ├── extractBinaryData.py │ │ │ ├── transient │ │ │ │ ├── LowPassFilter.raw │ │ │ │ ├── LowPassFilter.raw.h │ │ │ │ └── LowPassFilter.raw.refdata │ │ │ └── transientDouble │ │ │ │ ├── LowPassFilter_transient_doubleFlag.raw │ │ │ │ ├── LowPassFilter_transient_doubleFlag.raw.h │ │ │ │ └── LowPassFilter_transient_doubleFlag.raw.refdata │ │ └── ngspice │ │ │ ├── README │ │ │ ├── ac_ascii.raw │ │ │ ├── ac_ascii.raw.h │ │ │ ├── ac_ascii.raw.refdata │ │ │ ├── ac_binary.raw │ │ │ ├── ac_binary.raw.h │ │ │ ├── ac_binary.raw.refdata │ │ │ ├── dc_ascii.raw │ │ │ ├── dc_ascii.raw.h │ │ │ ├── dc_ascii.raw.refdata │ │ │ ├── dc_binary.raw │ │ │ ├── dc_binary.raw.h │ │ │ ├── dc_binary.raw.refdata │ │ │ ├── dc_dc_ascii.raw │ │ │ ├── dc_dc_binary.raw │ │ │ ├── dc_dc_binary.raw.h │ │ │ ├── dc_dc_binary.raw.refdata │ │ │ ├── extractBinaryData.py │ │ │ ├── noise_ascii.raw │ │ │ ├── noise_binary.raw │ │ │ ├── noise_binary.raw.h │ │ │ ├── noise_binary.raw.refdata │ │ │ ├── tran_ascii.raw │ │ │ ├── tran_binary.raw │ │ │ ├── tran_binary.raw.h │ │ │ └── tran_binary.raw.refdata │ └── rawread.py └── XLSX │ ├── CMakeLists.txt │ ├── XLSXFilterTest.cpp │ ├── XLSXFilterTest.h │ └── data │ ├── 2col.xlsx │ ├── 3col.xlsx │ ├── append.xlsx │ ├── datatypes-empty.xlsx │ ├── datatypes-excel.xlsx │ └── formula.xlsx ├── livedata ├── CMakeLists.txt ├── LiveDataTest.cpp ├── LiveDataTest.h └── UdpTcpPublisher.cpp ├── matrix ├── CMakeLists.txt ├── MatrixFormulaTest.cpp ├── MatrixFormulaTest.h ├── MatrixTest.cpp └── MatrixTest.h ├── multirange ├── CMakeLists.txt ├── MultiRangeTest.cpp ├── MultiRangeTest.h ├── MultiRangeTest_macros.h └── data │ ├── TestMultiRange.lml │ └── histogram_2.6.lml ├── notebook ├── CMakeLists.txt ├── NotebookTest.cpp └── NotebookTest.h ├── nsl ├── CMakeLists.txt ├── NSLTest.h ├── baseline │ ├── CMakeLists.txt │ ├── NSLBaselineTest.cpp │ ├── NSLBaselineTest.h │ └── data │ │ ├── XRD.dat │ │ ├── XRD_arpls.dat │ │ ├── XRD_arpls.png │ │ ├── spectrum.dat │ │ ├── spectrum_arpls.dat │ │ └── spectrum_arpls.png ├── dft │ ├── CMakeLists.txt │ ├── NSLDFTTest.cpp │ └── NSLDFTTest.h ├── diff │ ├── CMakeLists.txt │ ├── NSLDiffTest.cpp │ └── NSLDiffTest.h ├── filter │ ├── CMakeLists.txt │ ├── NSLFilterTest.cpp │ └── NSLFilterTest.h ├── fit │ ├── CMakeLists.txt │ ├── NSLFitTest.cpp │ └── NSLFitTest.h ├── geom │ ├── CMakeLists.txt │ ├── NSLGeomTest.cpp │ ├── NSLGeomTest.h │ └── data │ │ └── morse_code.dat ├── int │ ├── CMakeLists.txt │ ├── NSLIntTest.cpp │ └── NSLIntTest.h ├── math │ ├── CMakeLists.txt │ ├── NSLMathTest.cpp │ └── NSLMathTest.h ├── peak │ ├── CMakeLists.txt │ ├── NSLPeakTest.cpp │ └── NSLPeakTest.h ├── sf │ ├── CMakeLists.txt │ ├── NSLSFBasicTest.cpp │ ├── NSLSFBasicTest.h │ ├── NSLSFWindowTest.cpp │ └── NSLSFWindowTest.h ├── smooth │ ├── CMakeLists.txt │ ├── NSLSmoothTest.cpp │ └── NSLSmoothTest.h └── statistics │ ├── CMakeLists.txt │ ├── NSLStatisticalTestTest.cpp │ ├── NSLStatisticalTestTest.h │ ├── NSLStatsTest.cpp │ └── NSLStatsTest.h ├── spreadsheet ├── CMakeLists.txt ├── SpreadsheetFormulaTest.cpp ├── SpreadsheetFormulaTest.h ├── SpreadsheetGenerateDataTest.cpp ├── SpreadsheetGenerateDataTest.h ├── SpreadsheetTest.cpp └── SpreadsheetTest.h └── time_series_analysis ├── CMakeLists.txt └── decomposition ├── CMakeLists.txt ├── DecompositionTest.cpp └── DecompositionTest.h /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/.clang-format -------------------------------------------------------------------------------- /.craft.ini: -------------------------------------------------------------------------------- 1 | [BlueprintSettings] 2 | kde/applications/labplot.packageAppx = True 3 | -------------------------------------------------------------------------------- /.flatpak-manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/.flatpak-manifest.json -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.svg binary 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab/issue_templates/default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/.gitlab/issue_templates/default.md -------------------------------------------------------------------------------- /.kde-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/.kde-ci.yml -------------------------------------------------------------------------------- /.reuse/dep5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/.reuse/dep5 -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/AUTHORS -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/ChangeLog -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/INSTALL -------------------------------------------------------------------------------- /LICENSES/Apache-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/LICENSES/Apache-2.0.txt -------------------------------------------------------------------------------- /LICENSES/BSD-3-Clause.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/LICENSES/BSD-3-Clause.txt -------------------------------------------------------------------------------- /LICENSES/CC-BY-3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/LICENSES/CC-BY-3.0.txt -------------------------------------------------------------------------------- /LICENSES/CC0-1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/LICENSES/CC0-1.0.txt -------------------------------------------------------------------------------- /LICENSES/GPL-2.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/LICENSES/GPL-2.0-only.txt -------------------------------------------------------------------------------- /LICENSES/GPL-2.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/LICENSES/GPL-2.0-or-later.txt -------------------------------------------------------------------------------- /LICENSES/GPL-3.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/LICENSES/GPL-3.0-only.txt -------------------------------------------------------------------------------- /LICENSES/GPL-3.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/LICENSES/GPL-3.0-or-later.txt -------------------------------------------------------------------------------- /LICENSES/LGPL-3.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/LICENSES/LGPL-3.0-or-later.txt -------------------------------------------------------------------------------- /LICENSES/MIT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/LICENSES/MIT.txt -------------------------------------------------------------------------------- /Messages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/Messages.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/README.md -------------------------------------------------------------------------------- /admin/README.astyle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/README.astyle -------------------------------------------------------------------------------- /admin/README.clang-tidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/README.clang-tidy -------------------------------------------------------------------------------- /admin/README.coverity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/README.coverity -------------------------------------------------------------------------------- /admin/README.git-stats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/README.git-stats -------------------------------------------------------------------------------- /admin/README.release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/README.release -------------------------------------------------------------------------------- /admin/README.sanitizer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/README.sanitizer -------------------------------------------------------------------------------- /admin/README.unittests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/README.unittests -------------------------------------------------------------------------------- /admin/README.valgrind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/README.valgrind -------------------------------------------------------------------------------- /admin/SLOC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/SLOC.txt -------------------------------------------------------------------------------- /admin/asan_symbolize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/asan_symbolize.py -------------------------------------------------------------------------------- /admin/backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/backup -------------------------------------------------------------------------------- /admin/create-dmg-craft.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/create-dmg-craft.sh -------------------------------------------------------------------------------- /admin/create-dmg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/create-dmg.sh -------------------------------------------------------------------------------- /admin/deploy_windows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/deploy_windows.ps1 -------------------------------------------------------------------------------- /admin/labplot-64bit-setup_MSVC.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/labplot-64bit-setup_MSVC.iss -------------------------------------------------------------------------------- /admin/labplot-64bit-setup_MinGW.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/labplot-64bit-setup_MinGW.iss -------------------------------------------------------------------------------- /admin/llvm_LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/llvm_LICENSE.txt -------------------------------------------------------------------------------- /admin/parse_valgrind_suppressions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/parse_valgrind_suppressions.sh -------------------------------------------------------------------------------- /admin/patches/QXlsx-1.5.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/patches/QXlsx-1.5.0.patch -------------------------------------------------------------------------------- /admin/patches/dbc_parser_cpp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/patches/dbc_parser_cpp.patch -------------------------------------------------------------------------------- /admin/patches/readstat-1.1.9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/patches/readstat-1.1.9.patch -------------------------------------------------------------------------------- /admin/run-clang-tidy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/run-clang-tidy.py -------------------------------------------------------------------------------- /admin/themes_preview_pixmaps.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/admin/themes_preview_pixmaps.lml -------------------------------------------------------------------------------- /cl-fmt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cl-fmt.sh -------------------------------------------------------------------------------- /cmake/FindCFitsio.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindCFitsio.cmake -------------------------------------------------------------------------------- /cmake/FindCantor.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindCantor.cmake -------------------------------------------------------------------------------- /cmake/FindDiscount.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindDiscount.cmake -------------------------------------------------------------------------------- /cmake/FindFFTW3.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindFFTW3.cmake -------------------------------------------------------------------------------- /cmake/FindLIBCERF.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindLIBCERF.cmake -------------------------------------------------------------------------------- /cmake/FindLZ4.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindLZ4.cmake -------------------------------------------------------------------------------- /cmake/FindLibOrigin.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindLibOrigin.cmake -------------------------------------------------------------------------------- /cmake/FindMatio.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindMatio.cmake -------------------------------------------------------------------------------- /cmake/FindOrcus.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindOrcus.cmake -------------------------------------------------------------------------------- /cmake/FindPySide6.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindPySide6.cmake -------------------------------------------------------------------------------- /cmake/FindQXlsx.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindQXlsx.cmake -------------------------------------------------------------------------------- /cmake/FindReadStat.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindReadStat.cmake -------------------------------------------------------------------------------- /cmake/FindShiboken6.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindShiboken6.cmake -------------------------------------------------------------------------------- /cmake/FindZSTD.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindZSTD.cmake -------------------------------------------------------------------------------- /cmake/FindnetCDF.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/FindnetCDF.cmake -------------------------------------------------------------------------------- /cmake/GeneratePythonBindings.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/GeneratePythonBindings.cmake -------------------------------------------------------------------------------- /cmake/GenerateShibokenSources.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/GenerateShibokenSources.cmake -------------------------------------------------------------------------------- /cmake/PythonScripting.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/cmake/PythonScripting.cmake -------------------------------------------------------------------------------- /compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/compile -------------------------------------------------------------------------------- /compile_windows_mingw.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/compile_windows_mingw.ps1 -------------------------------------------------------------------------------- /compile_windows_msvc.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/compile_windows_msvc.ps1 -------------------------------------------------------------------------------- /data/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/CMakeLists.txt -------------------------------------------------------------------------------- /data/color-schemes/Breeze.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/Breeze.colors -------------------------------------------------------------------------------- /data/color-schemes/BreezeDark.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/BreezeDark.colors -------------------------------------------------------------------------------- /data/color-schemes/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/CMakeLists.txt -------------------------------------------------------------------------------- /data/color-schemes/Dracula.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/Dracula.colors -------------------------------------------------------------------------------- /data/color-schemes/Honeycomb.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/Honeycomb.colors -------------------------------------------------------------------------------- /data/color-schemes/Norway.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/Norway.colors -------------------------------------------------------------------------------- /data/color-schemes/Oxygen.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/Oxygen.colors -------------------------------------------------------------------------------- /data/color-schemes/OxygenCold.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/OxygenCold.colors -------------------------------------------------------------------------------- /data/color-schemes/Steel.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/Steel.colors -------------------------------------------------------------------------------- /data/color-schemes/WontonSoup.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/WontonSoup.colors -------------------------------------------------------------------------------- /data/color-schemes/Zion.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/Zion.colors -------------------------------------------------------------------------------- /data/color-schemes/ZionReversed.colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/color-schemes/ZionReversed.colors -------------------------------------------------------------------------------- /data/colormaps/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/colormaps/CMakeLists.txt -------------------------------------------------------------------------------- /data/colormaps/ColorCET (Cyclic).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/colormaps/ColorCET (Cyclic).json -------------------------------------------------------------------------------- /data/colormaps/ColorCET (Linear).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/colormaps/ColorCET (Linear).json -------------------------------------------------------------------------------- /data/colormaps/ColorCET (Rainbow).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/colormaps/ColorCET (Rainbow).json -------------------------------------------------------------------------------- /data/colormaps/cmocean (Circular).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/colormaps/cmocean (Circular).json -------------------------------------------------------------------------------- /data/datasets/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/datasets/CMakeLists.txt -------------------------------------------------------------------------------- /data/datasets/DASL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/datasets/DASL.json -------------------------------------------------------------------------------- /data/datasets/DatasetCategories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/datasets/DatasetCategories.json -------------------------------------------------------------------------------- /data/datasets/DatasetCollections.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/datasets/DatasetCollections.json -------------------------------------------------------------------------------- /data/datasets/JSEDataArchive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/datasets/JSEDataArchive.json -------------------------------------------------------------------------------- /data/datasets/OzDASL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/datasets/OzDASL.json -------------------------------------------------------------------------------- /data/datasets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/datasets/README.md -------------------------------------------------------------------------------- /data/datasets/Rdatasets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/datasets/Rdatasets.json -------------------------------------------------------------------------------- /data/datasets/StatLib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/datasets/StatLib.json -------------------------------------------------------------------------------- /data/datasets/seaborn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/datasets/seaborn.json -------------------------------------------------------------------------------- /data/example_projects/Big-city-pop.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/example_projects/Big-city-pop.lml -------------------------------------------------------------------------------- /data/example_projects/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/example_projects/CMakeLists.txt -------------------------------------------------------------------------------- /data/example_projects/Rainfall.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/example_projects/Rainfall.lml -------------------------------------------------------------------------------- /data/example_projects/acc-deaths.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/example_projects/acc-deaths.lml -------------------------------------------------------------------------------- /data/example_projects/alcohol-cons.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/example_projects/alcohol-cons.lml -------------------------------------------------------------------------------- /data/example_projects/cat-weight.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/example_projects/cat-weight.lml -------------------------------------------------------------------------------- /data/example_projects/lake-level.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/example_projects/lake-level.lml -------------------------------------------------------------------------------- /data/example_projects/log_scales.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/example_projects/log_scales.lml -------------------------------------------------------------------------------- /data/example_projects/weight-speed.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/example_projects/weight-speed.lml -------------------------------------------------------------------------------- /data/examples/Analysis/Fit/ENSO.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/examples/Analysis/Fit/ENSO.lml -------------------------------------------------------------------------------- /data/examples/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/examples/CMakeLists.txt -------------------------------------------------------------------------------- /data/examples/ExampleCollections.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/examples/ExampleCollections.json -------------------------------------------------------------------------------- /data/examples/General/Basic Plots.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/examples/General/Basic Plots.lml -------------------------------------------------------------------------------- /data/examples/General/Multi-Ranges.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/examples/General/Multi-Ranges.lml -------------------------------------------------------------------------------- /data/examples/General/Multicopter.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/examples/General/Multicopter.lml -------------------------------------------------------------------------------- /data/examples/General/SLOC History.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/examples/General/SLOC History.lml -------------------------------------------------------------------------------- /data/examples/General/Space Debris.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/examples/General/Space Debris.lml -------------------------------------------------------------------------------- /data/examples/Statistics/SameStats.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/examples/Statistics/SameStats.lml -------------------------------------------------------------------------------- /data/pics/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | PreviewsShown=true 3 | Timestamp=2015,7,26,4,25,15 4 | Version=3 5 | -------------------------------------------------------------------------------- /data/pics/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/CMakeLists.txt -------------------------------------------------------------------------------- /data/pics/colorchooser/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/colorchooser/CMakeLists.txt -------------------------------------------------------------------------------- /data/pics/fit_models/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/CMakeLists.txt -------------------------------------------------------------------------------- /data/pics/fit_models/alg_sigmoid.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/alg_sigmoid.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/atan.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/atan.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/erf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/erf.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/exponential1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/exponential1.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/exponential2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/exponential2.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/exponential3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/exponential3.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/exponential4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/exponential4.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/fourier1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/fourier1.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/fourier2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/fourier2.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/fourier3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/fourier3.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/fourier4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/fourier4.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/gaussian1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/gaussian1.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/gaussian2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/gaussian2.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/gaussian3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/gaussian3.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/gaussian4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/gaussian4.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/gd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/gd.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/gompertz.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/gompertz.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/hill.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/hill.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/logistic1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/logistic1.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/logistic2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/logistic2.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/logistic3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/logistic3.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/logistic4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/logistic4.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/polynom1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/polynom1.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/polynom2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/polynom2.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/polynom3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/polynom3.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/polynom4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/polynom4.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/power1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/power1.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/power2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/power2.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/pseudovoigt11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/pseudovoigt11.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/pseudovoigt12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/pseudovoigt12.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/pseudovoigt13.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/pseudovoigt13.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/pseudovoigt14.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/pseudovoigt14.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/sech1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/sech1.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/sech2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/sech2.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/sech3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/sech3.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/sech4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/sech4.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/tanh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/tanh.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/voigt1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/voigt1.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/voigt2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/voigt2.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/voigt3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/voigt3.pdf -------------------------------------------------------------------------------- /data/pics/fit_models/voigt4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/fit_models/voigt4.pdf -------------------------------------------------------------------------------- /data/pics/gsl_distributions/beta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/gsl_distributions/beta.pdf -------------------------------------------------------------------------------- /data/pics/gsl_distributions/fdist.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/gsl_distributions/fdist.pdf -------------------------------------------------------------------------------- /data/pics/gsl_distributions/flat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/gsl_distributions/flat.pdf -------------------------------------------------------------------------------- /data/pics/gsl_distributions/gamma.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/gsl_distributions/gamma.pdf -------------------------------------------------------------------------------- /data/pics/gsl_distributions/landau.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/gsl_distributions/landau.pdf -------------------------------------------------------------------------------- /data/pics/gsl_distributions/levy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/gsl_distributions/levy.pdf -------------------------------------------------------------------------------- /data/pics/gsl_distributions/pareto.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/gsl_distributions/pareto.pdf -------------------------------------------------------------------------------- /data/pics/gsl_distributions/pascal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/gsl_distributions/pascal.pdf -------------------------------------------------------------------------------- /data/pics/gsl_distributions/sech.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/gsl_distributions/sech.pdf -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-1x-zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-1x-zoom.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-2x-zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-2x-zoom.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-3x-zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-3x-zoom.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-4x-zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-4x-zoom.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-5x-zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-5x-zoom.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-MQTT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-MQTT.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-TeX-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-TeX-logo.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-back.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-editgrid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-editgrid.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-forward.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-kaggle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-kaggle.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-matrix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-matrix.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-maximize.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-minimize.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-workbook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-workbook.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-xy-curve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-xy-curve.svg -------------------------------------------------------------------------------- /data/pics/sc-apps-labplot-zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/pics/sc-apps-labplot-zoom.svg -------------------------------------------------------------------------------- /data/themes/BlackOnLightYellow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/BlackOnLightYellow -------------------------------------------------------------------------------- /data/themes/BlackOnWhite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/BlackOnWhite -------------------------------------------------------------------------------- /data/themes/BlueOnBlack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/BlueOnBlack -------------------------------------------------------------------------------- /data/themes/Bright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/Bright -------------------------------------------------------------------------------- /data/themes/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/CMakeLists.txt -------------------------------------------------------------------------------- /data/themes/Creme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/Creme -------------------------------------------------------------------------------- /data/themes/Dark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/Dark -------------------------------------------------------------------------------- /data/themes/DarkPastels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/DarkPastels -------------------------------------------------------------------------------- /data/themes/Default: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /data/themes/Dracula: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/Dracula -------------------------------------------------------------------------------- /data/themes/GgplotDark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/GgplotDark -------------------------------------------------------------------------------- /data/themes/GgplotGrey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/GgplotGrey -------------------------------------------------------------------------------- /data/themes/GreenOnBlack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/GreenOnBlack -------------------------------------------------------------------------------- /data/themes/GreyOnBlack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/GreyOnBlack -------------------------------------------------------------------------------- /data/themes/GreySlate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/GreySlate -------------------------------------------------------------------------------- /data/themes/Monokai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/Monokai -------------------------------------------------------------------------------- /data/themes/RedOnBlack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/RedOnBlack -------------------------------------------------------------------------------- /data/themes/Solarized: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/Solarized -------------------------------------------------------------------------------- /data/themes/SolarizedLight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/SolarizedLight -------------------------------------------------------------------------------- /data/themes/Sparkline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/Sparkline -------------------------------------------------------------------------------- /data/themes/Tufte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/Tufte -------------------------------------------------------------------------------- /data/themes/screenshots/Bright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/Bright.png -------------------------------------------------------------------------------- /data/themes/screenshots/Creme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/Creme.png -------------------------------------------------------------------------------- /data/themes/screenshots/Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/Dark.png -------------------------------------------------------------------------------- /data/themes/screenshots/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/Default.png -------------------------------------------------------------------------------- /data/themes/screenshots/Dracula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/Dracula.png -------------------------------------------------------------------------------- /data/themes/screenshots/GgplotDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/GgplotDark.png -------------------------------------------------------------------------------- /data/themes/screenshots/GgplotGrey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/GgplotGrey.png -------------------------------------------------------------------------------- /data/themes/screenshots/GreySlate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/GreySlate.png -------------------------------------------------------------------------------- /data/themes/screenshots/Monokai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/Monokai.png -------------------------------------------------------------------------------- /data/themes/screenshots/RedOnBlack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/RedOnBlack.png -------------------------------------------------------------------------------- /data/themes/screenshots/Solarized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/Solarized.png -------------------------------------------------------------------------------- /data/themes/screenshots/Sparkline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/Sparkline.png -------------------------------------------------------------------------------- /data/themes/screenshots/Tufte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/data/themes/screenshots/Tufte.png -------------------------------------------------------------------------------- /doc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/CMakeLists.txt -------------------------------------------------------------------------------- /doc/datapicker_segments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/datapicker_segments.png -------------------------------------------------------------------------------- /doc/example-FFT_python-1024x532.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/example-FFT_python-1024x532.png -------------------------------------------------------------------------------- /doc/example-maxima_2-1024x532.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/example-maxima_2-1024x532.png -------------------------------------------------------------------------------- /doc/export_spreadsheet_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/export_spreadsheet_dialog.png -------------------------------------------------------------------------------- /doc/export_worksheet_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/export_worksheet_dialog.png -------------------------------------------------------------------------------- /doc/file_data_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/file_data_source.png -------------------------------------------------------------------------------- /doc/import-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/import-dialog.png -------------------------------------------------------------------------------- /doc/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/index.docbook -------------------------------------------------------------------------------- /doc/labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/labplot.png -------------------------------------------------------------------------------- /doc/latex/advanced_tutorials.tex: -------------------------------------------------------------------------------- 1 | \part{Advanced Tutorials} 2 | -------------------------------------------------------------------------------- /doc/latex/doc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/latex/doc.tex -------------------------------------------------------------------------------- /doc/latex/images/matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/latex/images/matrix.png -------------------------------------------------------------------------------- /doc/latex/images/maxima_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/latex/images/maxima_session.png -------------------------------------------------------------------------------- /doc/latex/images/python_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/latex/images/python_session.png -------------------------------------------------------------------------------- /doc/latex/images/spreadsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/latex/images/spreadsheet.png -------------------------------------------------------------------------------- /doc/latex/images/workbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/latex/images/workbook.png -------------------------------------------------------------------------------- /doc/latex/introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/latex/introduction.tex -------------------------------------------------------------------------------- /doc/latex/qa.tex: -------------------------------------------------------------------------------- 1 | \part{Questions and Answers} 2 | -------------------------------------------------------------------------------- /doc/latex/reference.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/latex/reference.tex -------------------------------------------------------------------------------- /doc/latex/tutorials.tex: -------------------------------------------------------------------------------- 1 | \part{Tutorials} 2 | -------------------------------------------------------------------------------- /doc/latex/using.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/latex/using.tex -------------------------------------------------------------------------------- /doc/man-labplot.1.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/man-labplot.1.docbook -------------------------------------------------------------------------------- /doc/matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/matrix.png -------------------------------------------------------------------------------- /doc/matrix_function_values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/matrix_function_values.png -------------------------------------------------------------------------------- /doc/pe-context-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/pe-context-menu.png -------------------------------------------------------------------------------- /doc/project-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/project-explorer.png -------------------------------------------------------------------------------- /doc/properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/properties.png -------------------------------------------------------------------------------- /doc/spreadsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/spreadsheet.png -------------------------------------------------------------------------------- /doc/tutorial-spreadsheet1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-spreadsheet1.png -------------------------------------------------------------------------------- /doc/tutorial-spreadsheet2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-spreadsheet2.png -------------------------------------------------------------------------------- /doc/tutorial-spreadsheet3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-spreadsheet3.png -------------------------------------------------------------------------------- /doc/tutorial-spreadsheet4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-spreadsheet4.png -------------------------------------------------------------------------------- /doc/tutorial-spreadsheet5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-spreadsheet5.png -------------------------------------------------------------------------------- /doc/tutorial-spreadsheet6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-spreadsheet6.png -------------------------------------------------------------------------------- /doc/tutorial-spreadsheet7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-spreadsheet7.png -------------------------------------------------------------------------------- /doc/tutorial-spreadsheet8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-spreadsheet8.png -------------------------------------------------------------------------------- /doc/tutorial-spreadsheet9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-spreadsheet9.png -------------------------------------------------------------------------------- /doc/tutorial-xy-function1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-xy-function1.png -------------------------------------------------------------------------------- /doc/tutorial-xy-function10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-xy-function10.png -------------------------------------------------------------------------------- /doc/tutorial-xy-function2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-xy-function2.png -------------------------------------------------------------------------------- /doc/tutorial-xy-function3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-xy-function3.png -------------------------------------------------------------------------------- /doc/tutorial-xy-function4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-xy-function4.png -------------------------------------------------------------------------------- /doc/tutorial-xy-function5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-xy-function5.png -------------------------------------------------------------------------------- /doc/tutorial-xy-function6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-xy-function6.png -------------------------------------------------------------------------------- /doc/tutorial-xy-function7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-xy-function7.png -------------------------------------------------------------------------------- /doc/tutorial-xy-function8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-xy-function8.png -------------------------------------------------------------------------------- /doc/tutorial-xy-function9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/tutorial-xy-function9.png -------------------------------------------------------------------------------- /doc/workbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/workbook.png -------------------------------------------------------------------------------- /doc/worksheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/doc/worksheet.png -------------------------------------------------------------------------------- /icons/128-application-x-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/128-application-x-labplot.png -------------------------------------------------------------------------------- /icons/128-apps-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/128-apps-labplot.png -------------------------------------------------------------------------------- /icons/150-apps-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/150-apps-labplot.png -------------------------------------------------------------------------------- /icons/16-application-x-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/16-application-x-labplot.png -------------------------------------------------------------------------------- /icons/16-apps-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/16-apps-labplot.png -------------------------------------------------------------------------------- /icons/22-application-x-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/22-application-x-labplot.png -------------------------------------------------------------------------------- /icons/22-apps-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/22-apps-labplot.png -------------------------------------------------------------------------------- /icons/256-application-x-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/256-application-x-labplot.png -------------------------------------------------------------------------------- /icons/256-apps-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/256-apps-labplot.png -------------------------------------------------------------------------------- /icons/310-apps-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/310-apps-labplot.png -------------------------------------------------------------------------------- /icons/32-application-x-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/32-application-x-labplot.png -------------------------------------------------------------------------------- /icons/32-apps-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/32-apps-labplot.png -------------------------------------------------------------------------------- /icons/44-apps-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/44-apps-labplot.png -------------------------------------------------------------------------------- /icons/48-application-x-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/48-application-x-labplot.png -------------------------------------------------------------------------------- /icons/48-apps-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/48-apps-labplot.png -------------------------------------------------------------------------------- /icons/512-application-x-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/512-application-x-labplot.png -------------------------------------------------------------------------------- /icons/512-apps-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/512-apps-labplot.png -------------------------------------------------------------------------------- /icons/64-application-x-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/64-application-x-labplot.png -------------------------------------------------------------------------------- /icons/64-apps-labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/64-apps-labplot.png -------------------------------------------------------------------------------- /icons/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/CMakeLists.txt -------------------------------------------------------------------------------- /icons/application-x-labplot.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/application-x-labplot.ico -------------------------------------------------------------------------------- /icons/application-x-labplot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/application-x-labplot.svg -------------------------------------------------------------------------------- /icons/labplot.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/labplot.ico -------------------------------------------------------------------------------- /icons/org.kde.labplot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/org.kde.labplot.svg -------------------------------------------------------------------------------- /icons/sc-apps-labplot.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/icons/sc-apps-labplot.svgz -------------------------------------------------------------------------------- /lib/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/CMakeLists.txt -------------------------------------------------------------------------------- /lib/cmake/labplot-config.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/cmake/labplot-config.cmake.in -------------------------------------------------------------------------------- /lib/examples/Basic Plots/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Basic Plots/data.txt -------------------------------------------------------------------------------- /lib/examples/Basic Plots/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Basic Plots/main.cpp -------------------------------------------------------------------------------- /lib/examples/Basic Plots/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Basic Plots/main.py -------------------------------------------------------------------------------- /lib/examples/Basic Plots/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Basic Plots/script.py -------------------------------------------------------------------------------- /lib/examples/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/CMakeLists.txt -------------------------------------------------------------------------------- /lib/examples/Demo/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Demo/CMakeLists.txt -------------------------------------------------------------------------------- /lib/examples/Demo/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Demo/data.txt -------------------------------------------------------------------------------- /lib/examples/Demo/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Demo/main.cpp -------------------------------------------------------------------------------- /lib/examples/Demo/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Demo/main.py -------------------------------------------------------------------------------- /lib/examples/Demo/result.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Demo/result.pdf -------------------------------------------------------------------------------- /lib/examples/Demo/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Demo/script.py -------------------------------------------------------------------------------- /lib/examples/ENSO/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/ENSO/CMakeLists.txt -------------------------------------------------------------------------------- /lib/examples/ENSO/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/ENSO/data.txt -------------------------------------------------------------------------------- /lib/examples/ENSO/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/ENSO/main.cpp -------------------------------------------------------------------------------- /lib/examples/ENSO/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/ENSO/main.py -------------------------------------------------------------------------------- /lib/examples/ENSO/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/ENSO/script.py -------------------------------------------------------------------------------- /lib/examples/Multi-Ranges/Current.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Multi-Ranges/Current.txt -------------------------------------------------------------------------------- /lib/examples/Multi-Ranges/IPCE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Multi-Ranges/IPCE.txt -------------------------------------------------------------------------------- /lib/examples/Multi-Ranges/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Multi-Ranges/main.cpp -------------------------------------------------------------------------------- /lib/examples/Multi-Ranges/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Multi-Ranges/main.py -------------------------------------------------------------------------------- /lib/examples/Multi-Ranges/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Multi-Ranges/script.py -------------------------------------------------------------------------------- /lib/examples/NIST - Linear Regression/noint2_data.txt: -------------------------------------------------------------------------------- 1 | 4 3 2 | 5 4 3 | 6 4 -------------------------------------------------------------------------------- /lib/examples/SOS Morse Signal/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/SOS Morse Signal/data.txt -------------------------------------------------------------------------------- /lib/examples/SOS Morse Signal/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/SOS Morse Signal/main.cpp -------------------------------------------------------------------------------- /lib/examples/SOS Morse Signal/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/SOS Morse Signal/main.py -------------------------------------------------------------------------------- /lib/examples/Same Data Different Boxplots/labels.txt: -------------------------------------------------------------------------------- 1 | 1 A 2 | 2 B -------------------------------------------------------------------------------- /lib/examples/Space Debris/Breakups.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Space Debris/Breakups.txt -------------------------------------------------------------------------------- /lib/examples/Space Debris/GEO.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Space Debris/GEO.jpg -------------------------------------------------------------------------------- /lib/examples/Space Debris/GEO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Space Debris/GEO.txt -------------------------------------------------------------------------------- /lib/examples/Space Debris/LEO.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Space Debris/LEO.jpg -------------------------------------------------------------------------------- /lib/examples/Space Debris/LEO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Space Debris/LEO.txt -------------------------------------------------------------------------------- /lib/examples/Space Debris/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Space Debris/main.cpp -------------------------------------------------------------------------------- /lib/examples/Space Debris/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Space Debris/main.py -------------------------------------------------------------------------------- /lib/examples/Space Debris/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/examples/Space Debris/script.py -------------------------------------------------------------------------------- /lib/labplot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/labplot.h -------------------------------------------------------------------------------- /lib/python/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/python/CMakeLists.txt -------------------------------------------------------------------------------- /lib/python/bindings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/python/bindings.h -------------------------------------------------------------------------------- /lib/python/bindings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/lib/python/bindings.xml -------------------------------------------------------------------------------- /org.kde.labplot.appdata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/org.kde.labplot.appdata.xml -------------------------------------------------------------------------------- /po/ar/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/ar/labplot.po -------------------------------------------------------------------------------- /po/bs/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/bs/labplot.po -------------------------------------------------------------------------------- /po/ca/docs/labplot/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/ca/docs/labplot/index.docbook -------------------------------------------------------------------------------- /po/ca/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/ca/labplot.po -------------------------------------------------------------------------------- /po/ca@valencia/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/ca@valencia/labplot.po -------------------------------------------------------------------------------- /po/cs/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/cs/labplot.po -------------------------------------------------------------------------------- /po/da/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/da/labplot.po -------------------------------------------------------------------------------- /po/de/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/de/labplot.po -------------------------------------------------------------------------------- /po/el/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/el/labplot.po -------------------------------------------------------------------------------- /po/en_GB/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/en_GB/labplot.po -------------------------------------------------------------------------------- /po/eo/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/eo/labplot.po -------------------------------------------------------------------------------- /po/es/docs/labplot/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/es/docs/labplot/index.docbook -------------------------------------------------------------------------------- /po/es/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/es/labplot.po -------------------------------------------------------------------------------- /po/eu/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/eu/labplot.po -------------------------------------------------------------------------------- /po/fi/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/fi/labplot.po -------------------------------------------------------------------------------- /po/fr/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/fr/labplot.po -------------------------------------------------------------------------------- /po/gl/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/gl/labplot.po -------------------------------------------------------------------------------- /po/hi/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/hi/labplot.po -------------------------------------------------------------------------------- /po/hu/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/hu/labplot.po -------------------------------------------------------------------------------- /po/ia/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/ia/labplot.po -------------------------------------------------------------------------------- /po/it/docs/labplot/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/it/docs/labplot/index.docbook -------------------------------------------------------------------------------- /po/it/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/it/labplot.po -------------------------------------------------------------------------------- /po/ja/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/ja/labplot.po -------------------------------------------------------------------------------- /po/ka/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/ka/labplot.po -------------------------------------------------------------------------------- /po/lt/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/lt/labplot.po -------------------------------------------------------------------------------- /po/nds/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/nds/labplot.po -------------------------------------------------------------------------------- /po/nl/docs/labplot/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/nl/docs/labplot/index.docbook -------------------------------------------------------------------------------- /po/nl/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/nl/labplot.po -------------------------------------------------------------------------------- /po/pl/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/pl/labplot.po -------------------------------------------------------------------------------- /po/pt/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/pt/labplot.po -------------------------------------------------------------------------------- /po/pt_BR/docs/labplot/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/pt_BR/docs/labplot/index.docbook -------------------------------------------------------------------------------- /po/pt_BR/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/pt_BR/labplot.po -------------------------------------------------------------------------------- /po/ru/docs/labplot/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/ru/docs/labplot/index.docbook -------------------------------------------------------------------------------- /po/ru/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/ru/labplot.po -------------------------------------------------------------------------------- /po/sa/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/sa/labplot.po -------------------------------------------------------------------------------- /po/sk/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/sk/labplot.po -------------------------------------------------------------------------------- /po/sl/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/sl/labplot.po -------------------------------------------------------------------------------- /po/sv/docs/labplot/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/sv/docs/labplot/index.docbook -------------------------------------------------------------------------------- /po/sv/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/sv/labplot.po -------------------------------------------------------------------------------- /po/tr/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/tr/labplot.po -------------------------------------------------------------------------------- /po/uk/docs/labplot/import-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/uk/docs/labplot/import-dialog.png -------------------------------------------------------------------------------- /po/uk/docs/labplot/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/uk/docs/labplot/index.docbook -------------------------------------------------------------------------------- /po/uk/docs/labplot/labplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/uk/docs/labplot/labplot.png -------------------------------------------------------------------------------- /po/uk/docs/labplot/matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/uk/docs/labplot/matrix.png -------------------------------------------------------------------------------- /po/uk/docs/labplot/pe-context-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/uk/docs/labplot/pe-context-menu.png -------------------------------------------------------------------------------- /po/uk/docs/labplot/properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/uk/docs/labplot/properties.png -------------------------------------------------------------------------------- /po/uk/docs/labplot/spreadsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/uk/docs/labplot/spreadsheet.png -------------------------------------------------------------------------------- /po/uk/docs/labplot/workbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/uk/docs/labplot/workbook.png -------------------------------------------------------------------------------- /po/uk/docs/labplot/worksheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/uk/docs/labplot/worksheet.png -------------------------------------------------------------------------------- /po/uk/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/uk/labplot.po -------------------------------------------------------------------------------- /po/zh_CN/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/zh_CN/labplot.po -------------------------------------------------------------------------------- /po/zh_TW/labplot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/po/zh_TW/labplot.po -------------------------------------------------------------------------------- /snap/local/launchers/tmpdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/snap/local/launchers/tmpdir -------------------------------------------------------------------------------- /snapcraft.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/snapcraft.yaml -------------------------------------------------------------------------------- /src/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | PreviewsShown=true 3 | Timestamp=2015,7,26,4,27,8 4 | Version=3 5 | -------------------------------------------------------------------------------- /src/.kdev_include_paths: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/.kdev_include_paths -------------------------------------------------------------------------------- /src/3rdparty/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/CMakeLists.txt -------------------------------------------------------------------------------- /src/3rdparty/QXlsx/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/QXlsx/CMakeLists.txt -------------------------------------------------------------------------------- /src/3rdparty/QXlsx/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/QXlsx/LICENSE -------------------------------------------------------------------------------- /src/3rdparty/QXlsx/QXlsx.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/QXlsx/QXlsx.pri -------------------------------------------------------------------------------- /src/3rdparty/QXlsx/QXlsx.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/QXlsx/QXlsx.pro -------------------------------------------------------------------------------- /src/3rdparty/QXlsx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/QXlsx/README.md -------------------------------------------------------------------------------- /src/3rdparty/QXlsx/header/xlsxcell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/QXlsx/header/xlsxcell.h -------------------------------------------------------------------------------- /src/3rdparty/QXlsx/header/xlsxcell_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/QXlsx/header/xlsxcell_p.h -------------------------------------------------------------------------------- /src/3rdparty/QXlsx/header/xlsxchart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/QXlsx/header/xlsxchart.h -------------------------------------------------------------------------------- /src/3rdparty/QXlsx/header/xlsxformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/QXlsx/header/xlsxformat.h -------------------------------------------------------------------------------- /src/3rdparty/QXlsx/header/xlsxglobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/QXlsx/header/xlsxglobal.h -------------------------------------------------------------------------------- /src/3rdparty/QXlsx/source/xlsxcell.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/QXlsx/source/xlsxcell.cpp -------------------------------------------------------------------------------- /src/3rdparty/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/README.md -------------------------------------------------------------------------------- /src/3rdparty/cmake/QtADS_config.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/cmake/QtADS_config.cmake -------------------------------------------------------------------------------- /src/3rdparty/cmake/vector_blf_config.cmake: -------------------------------------------------------------------------------- 1 | set(FETCH_CONTENT_INCLUSION ON) 2 | -------------------------------------------------------------------------------- /src/3rdparty/kdmactouchbar/src/src.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/kdmactouchbar/src/src.pro -------------------------------------------------------------------------------- /src/3rdparty/liborigin/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/CMakeLists.txt -------------------------------------------------------------------------------- /src/3rdparty/liborigin/OPJ_FORMAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/OPJ_FORMAT -------------------------------------------------------------------------------- /src/3rdparty/liborigin/OriginFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/OriginFile.cpp -------------------------------------------------------------------------------- /src/3rdparty/liborigin/OriginFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/OriginFile.h -------------------------------------------------------------------------------- /src/3rdparty/liborigin/OriginObj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/OriginObj.h -------------------------------------------------------------------------------- /src/3rdparty/liborigin/OriginParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/OriginParser.h -------------------------------------------------------------------------------- /src/3rdparty/liborigin/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/README -------------------------------------------------------------------------------- /src/3rdparty/liborigin/_clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/_clang-format -------------------------------------------------------------------------------- /src/3rdparty/liborigin/clang-format.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/clang-format.sh -------------------------------------------------------------------------------- /src/3rdparty/liborigin/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/config.h.in -------------------------------------------------------------------------------- /src/3rdparty/liborigin/doc/Doxyfile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/doc/Doxyfile.in -------------------------------------------------------------------------------- /src/3rdparty/liborigin/tree.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/liborigin/tree.hh -------------------------------------------------------------------------------- /src/3rdparty/mcap/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/mcap/LICENSE -------------------------------------------------------------------------------- /src/3rdparty/preview.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/preview.sty -------------------------------------------------------------------------------- /src/3rdparty/stringtokenizer/QStringTokenizer: -------------------------------------------------------------------------------- 1 | #include "qstringtokenizer.h" 2 | -------------------------------------------------------------------------------- /src/3rdparty/stringtokenizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/stringtokenizer/README.md -------------------------------------------------------------------------------- /src/3rdparty/vector_blf/.astylerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/vector_blf/.astylerc -------------------------------------------------------------------------------- /src/3rdparty/vector_blf/.reuse/dep5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/vector_blf/.reuse/dep5 -------------------------------------------------------------------------------- /src/3rdparty/vector_blf/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/vector_blf/CHANGELOG.md -------------------------------------------------------------------------------- /src/3rdparty/vector_blf/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/vector_blf/CMakeLists.txt -------------------------------------------------------------------------------- /src/3rdparty/vector_blf/Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/vector_blf/Jenkinsfile -------------------------------------------------------------------------------- /src/3rdparty/vector_blf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/3rdparty/vector_blf/README.md -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/Doxyfile -------------------------------------------------------------------------------- /src/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/Info.plist -------------------------------------------------------------------------------- /src/Plugins/NumberSpinBox/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/Plugins/NumberSpinBox/Readme.md -------------------------------------------------------------------------------- /src/Plugins/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/Plugins/Readme.md -------------------------------------------------------------------------------- /src/XmlMessages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/XmlMessages.sh -------------------------------------------------------------------------------- /src/backend/backend.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/backend.dox -------------------------------------------------------------------------------- /src/backend/core/AbstractAspect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AbstractAspect.cpp -------------------------------------------------------------------------------- /src/backend/core/AbstractAspect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AbstractAspect.h -------------------------------------------------------------------------------- /src/backend/core/AbstractColumn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AbstractColumn.cpp -------------------------------------------------------------------------------- /src/backend/core/AbstractColumn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AbstractColumn.h -------------------------------------------------------------------------------- /src/backend/core/AbstractFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AbstractFilter.cpp -------------------------------------------------------------------------------- /src/backend/core/AbstractFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AbstractFilter.h -------------------------------------------------------------------------------- /src/backend/core/AbstractPart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AbstractPart.cpp -------------------------------------------------------------------------------- /src/backend/core/AbstractPart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AbstractPart.h -------------------------------------------------------------------------------- /src/backend/core/AspectFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AspectFactory.h -------------------------------------------------------------------------------- /src/backend/core/AspectPrivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AspectPrivate.h -------------------------------------------------------------------------------- /src/backend/core/AspectTreeModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AspectTreeModel.cpp -------------------------------------------------------------------------------- /src/backend/core/AspectTreeModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/AspectTreeModel.h -------------------------------------------------------------------------------- /src/backend/core/CopyThroughFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/CopyThroughFilter.cpp -------------------------------------------------------------------------------- /src/backend/core/CopyThroughFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/CopyThroughFilter.h -------------------------------------------------------------------------------- /src/backend/core/Folder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/Folder.cpp -------------------------------------------------------------------------------- /src/backend/core/Folder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/Folder.h -------------------------------------------------------------------------------- /src/backend/core/Project.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/Project.cpp -------------------------------------------------------------------------------- /src/backend/core/Project.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/Project.h -------------------------------------------------------------------------------- /src/backend/core/Settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/Settings.cpp -------------------------------------------------------------------------------- /src/backend/core/Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/Settings.h -------------------------------------------------------------------------------- /src/backend/core/Time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/Time.cpp -------------------------------------------------------------------------------- /src/backend/core/Time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/Time.h -------------------------------------------------------------------------------- /src/backend/core/Workbook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/Workbook.cpp -------------------------------------------------------------------------------- /src/backend/core/Workbook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/Workbook.h -------------------------------------------------------------------------------- /src/backend/core/aspectcommands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/aspectcommands.h -------------------------------------------------------------------------------- /src/backend/core/column/Column.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/column/Column.cpp -------------------------------------------------------------------------------- /src/backend/core/column/Column.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/column/Column.h -------------------------------------------------------------------------------- /src/backend/core/datatypes/filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/datatypes/filter.h -------------------------------------------------------------------------------- /src/backend/core/interfaces.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/interfaces.dox -------------------------------------------------------------------------------- /src/backend/core/interfaces.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/interfaces.h -------------------------------------------------------------------------------- /src/backend/core/plugin/PluginLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/core/plugin/PluginLoader.h -------------------------------------------------------------------------------- /src/backend/datapicker/Datapicker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datapicker/Datapicker.cpp -------------------------------------------------------------------------------- /src/backend/datapicker/Datapicker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datapicker/Datapicker.h -------------------------------------------------------------------------------- /src/backend/datapicker/ImageEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datapicker/ImageEditor.cpp -------------------------------------------------------------------------------- /src/backend/datapicker/ImageEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datapicker/ImageEditor.h -------------------------------------------------------------------------------- /src/backend/datapicker/Segment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datapicker/Segment.cpp -------------------------------------------------------------------------------- /src/backend/datapicker/Segment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datapicker/Segment.h -------------------------------------------------------------------------------- /src/backend/datapicker/Segments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datapicker/Segments.cpp -------------------------------------------------------------------------------- /src/backend/datapicker/Segments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datapicker/Segments.h -------------------------------------------------------------------------------- /src/backend/datapicker/Transform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datapicker/Transform.cpp -------------------------------------------------------------------------------- /src/backend/datapicker/Transform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datapicker/Transform.h -------------------------------------------------------------------------------- /src/backend/datapicker/Vector3D.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datapicker/Vector3D.h -------------------------------------------------------------------------------- /src/backend/datasources/MQTTClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datasources/MQTTClient.cpp -------------------------------------------------------------------------------- /src/backend/datasources/MQTTClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datasources/MQTTClient.h -------------------------------------------------------------------------------- /src/backend/datasources/MQTTTopic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datasources/MQTTTopic.cpp -------------------------------------------------------------------------------- /src/backend/datasources/MQTTTopic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/datasources/MQTTTopic.h -------------------------------------------------------------------------------- /src/backend/gsl/ExpressionParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/ExpressionParser.cpp -------------------------------------------------------------------------------- /src/backend/gsl/ExpressionParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/ExpressionParser.h -------------------------------------------------------------------------------- /src/backend/gsl/Parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/Parser.cpp -------------------------------------------------------------------------------- /src/backend/gsl/Parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/Parser.h -------------------------------------------------------------------------------- /src/backend/gsl/ParserDeclarations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/ParserDeclarations.h -------------------------------------------------------------------------------- /src/backend/gsl/README: -------------------------------------------------------------------------------- 1 | * parser_parallel.y is not used yet 2 | -------------------------------------------------------------------------------- /src/backend/gsl/constants.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/constants.cpp -------------------------------------------------------------------------------- /src/backend/gsl/constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/constants.h -------------------------------------------------------------------------------- /src/backend/gsl/errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/errors.h -------------------------------------------------------------------------------- /src/backend/gsl/functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/functions.cpp -------------------------------------------------------------------------------- /src/backend/gsl/functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/functions.h -------------------------------------------------------------------------------- /src/backend/gsl/parser.ypp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/parser.ypp -------------------------------------------------------------------------------- /src/backend/gsl/parserFunctionTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/parserFunctionTypes.h -------------------------------------------------------------------------------- /src/backend/gsl/parser_parallel.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/parser_parallel.y -------------------------------------------------------------------------------- /src/backend/gsl/parser_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/gsl/parser_private.h -------------------------------------------------------------------------------- /src/backend/lib/Debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/Debug.cpp -------------------------------------------------------------------------------- /src/backend/lib/Debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/Debug.h -------------------------------------------------------------------------------- /src/backend/lib/Interval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/Interval.h -------------------------------------------------------------------------------- /src/backend/lib/IntervalAttribute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/IntervalAttribute.h -------------------------------------------------------------------------------- /src/backend/lib/Range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/Range.h -------------------------------------------------------------------------------- /src/backend/lib/XmlStreamReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/XmlStreamReader.cpp -------------------------------------------------------------------------------- /src/backend/lib/XmlStreamReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/XmlStreamReader.h -------------------------------------------------------------------------------- /src/backend/lib/commandtemplates.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/commandtemplates.dox -------------------------------------------------------------------------------- /src/backend/lib/commandtemplates.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/commandtemplates.h -------------------------------------------------------------------------------- /src/backend/lib/hostprocess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/hostprocess.cpp -------------------------------------------------------------------------------- /src/backend/lib/hostprocess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/hostprocess.h -------------------------------------------------------------------------------- /src/backend/lib/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/macros.h -------------------------------------------------------------------------------- /src/backend/lib/macrosCurve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/macrosCurve.h -------------------------------------------------------------------------------- /src/backend/lib/macrosWarningStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/macrosWarningStyle.h -------------------------------------------------------------------------------- /src/backend/lib/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/lib/trace.h -------------------------------------------------------------------------------- /src/backend/matrix/Matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/matrix/Matrix.cpp -------------------------------------------------------------------------------- /src/backend/matrix/Matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/matrix/Matrix.h -------------------------------------------------------------------------------- /src/backend/matrix/MatrixModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/matrix/MatrixModel.cpp -------------------------------------------------------------------------------- /src/backend/matrix/MatrixModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/matrix/MatrixModel.h -------------------------------------------------------------------------------- /src/backend/matrix/MatrixPrivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/matrix/MatrixPrivate.h -------------------------------------------------------------------------------- /src/backend/matrix/matrixcommands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/matrix/matrixcommands.cpp -------------------------------------------------------------------------------- /src/backend/matrix/matrixcommands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/matrix/matrixcommands.h -------------------------------------------------------------------------------- /src/backend/note/Note.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/note/Note.cpp -------------------------------------------------------------------------------- /src/backend/note/Note.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/note/Note.h -------------------------------------------------------------------------------- /src/backend/notebook/Notebook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/notebook/Notebook.cpp -------------------------------------------------------------------------------- /src/backend/notebook/Notebook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/notebook/Notebook.h -------------------------------------------------------------------------------- /src/backend/notebook/VariableParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/notebook/VariableParser.h -------------------------------------------------------------------------------- /src/backend/nsl/Faddeeva.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/Faddeeva.c -------------------------------------------------------------------------------- /src/backend/nsl/Faddeeva.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/Faddeeva.cc -------------------------------------------------------------------------------- /src/backend/nsl/Faddeeva.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/Faddeeva.h -------------------------------------------------------------------------------- /src/backend/nsl/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/README -------------------------------------------------------------------------------- /src/backend/nsl/nsl_baseline.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_baseline.cpp -------------------------------------------------------------------------------- /src/backend/nsl/nsl_baseline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_baseline.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_common.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_complex.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_conv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_conv.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_conv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_conv.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_corr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_corr.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_corr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_corr.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_dft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_dft.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_dft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_dft.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_diff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_diff.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_diff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_diff.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_filter.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_filter.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_fit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_fit.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_fit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_fit.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_geom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_geom.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_geom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_geom.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_geom_linesim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_geom_linesim.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_geom_linesim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_geom_linesim.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_hilbert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_hilbert.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_hilbert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_hilbert.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_int.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_int.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_int.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_interp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_interp.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_interp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_interp.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_kde.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_kde.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_kde.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_kde.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_math.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_math.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_math.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_pcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_pcm.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_pcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_pcm.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_peak.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_peak.cpp -------------------------------------------------------------------------------- /src/backend/nsl/nsl_peak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_peak.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_randist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_randist.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_randist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_randist.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sf_basic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sf_basic.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sf_basic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sf_basic.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sf_kernel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sf_kernel.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sf_kernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sf_kernel.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sf_poly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sf_poly.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sf_poly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sf_poly.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sf_stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sf_stats.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sf_stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sf_stats.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sf_window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sf_window.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sf_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sf_window.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_smooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_smooth.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_smooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_smooth.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_smooth_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_smooth_check.py -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sort.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_sort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_sort.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_statistical_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_statistical_test.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_statistical_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_statistical_test.h -------------------------------------------------------------------------------- /src/backend/nsl/nsl_stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_stats.c -------------------------------------------------------------------------------- /src/backend/nsl/nsl_stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/nsl_stats.h -------------------------------------------------------------------------------- /src/backend/nsl/stl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/nsl/stl.hpp -------------------------------------------------------------------------------- /src/backend/script/Script.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/script/Script.cpp -------------------------------------------------------------------------------- /src/backend/script/Script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/script/Script.h -------------------------------------------------------------------------------- /src/backend/script/ScriptRuntime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/script/ScriptRuntime.cpp -------------------------------------------------------------------------------- /src/backend/script/ScriptRuntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/script/ScriptRuntime.h -------------------------------------------------------------------------------- /src/backend/spreadsheet/Spreadsheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/spreadsheet/Spreadsheet.h -------------------------------------------------------------------------------- /src/backend/worksheet/Background.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/Background.cpp -------------------------------------------------------------------------------- /src/backend/worksheet/Background.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/Background.h -------------------------------------------------------------------------------- /src/backend/worksheet/Image.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/Image.cpp -------------------------------------------------------------------------------- /src/backend/worksheet/Image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/Image.h -------------------------------------------------------------------------------- /src/backend/worksheet/ImagePrivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/ImagePrivate.h -------------------------------------------------------------------------------- /src/backend/worksheet/InfoElement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/InfoElement.cpp -------------------------------------------------------------------------------- /src/backend/worksheet/InfoElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/InfoElement.h -------------------------------------------------------------------------------- /src/backend/worksheet/Line.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/Line.cpp -------------------------------------------------------------------------------- /src/backend/worksheet/Line.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/Line.h -------------------------------------------------------------------------------- /src/backend/worksheet/LinePrivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/LinePrivate.h -------------------------------------------------------------------------------- /src/backend/worksheet/ResizeItem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/ResizeItem.cpp -------------------------------------------------------------------------------- /src/backend/worksheet/ResizeItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/ResizeItem.h -------------------------------------------------------------------------------- /src/backend/worksheet/TextLabel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/TextLabel.cpp -------------------------------------------------------------------------------- /src/backend/worksheet/TextLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/TextLabel.h -------------------------------------------------------------------------------- /src/backend/worksheet/TreeModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/TreeModel.cpp -------------------------------------------------------------------------------- /src/backend/worksheet/TreeModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/TreeModel.h -------------------------------------------------------------------------------- /src/backend/worksheet/Worksheet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/Worksheet.cpp -------------------------------------------------------------------------------- /src/backend/worksheet/Worksheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/Worksheet.h -------------------------------------------------------------------------------- /src/backend/worksheet/plots/PlotArea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/backend/worksheet/plots/PlotArea.h -------------------------------------------------------------------------------- /src/doc/api_design.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/doc/api_design.dox -------------------------------------------------------------------------------- /src/doc/aspect-framework.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/doc/aspect-framework.dox -------------------------------------------------------------------------------- /src/doc/aspect_styles.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/doc/aspect_styles.dox -------------------------------------------------------------------------------- /src/doc/coding_style.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/doc/coding_style.dox -------------------------------------------------------------------------------- /src/doc/data_set.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/doc/data_set.dox -------------------------------------------------------------------------------- /src/doc/plotting_framework.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/doc/plotting_framework.dox -------------------------------------------------------------------------------- /src/doc/plugins.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/doc/plugins.dox -------------------------------------------------------------------------------- /src/frontend/AboutDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/AboutDialog.cpp -------------------------------------------------------------------------------- /src/frontend/AboutDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/AboutDialog.h -------------------------------------------------------------------------------- /src/frontend/ActionsManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ActionsManager.cpp -------------------------------------------------------------------------------- /src/frontend/ActionsManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ActionsManager.h -------------------------------------------------------------------------------- /src/frontend/DatasetModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/DatasetModel.cpp -------------------------------------------------------------------------------- /src/frontend/DatasetModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/DatasetModel.h -------------------------------------------------------------------------------- /src/frontend/GuiObserver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/GuiObserver.cpp -------------------------------------------------------------------------------- /src/frontend/GuiObserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/GuiObserver.h -------------------------------------------------------------------------------- /src/frontend/GuiTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/GuiTools.cpp -------------------------------------------------------------------------------- /src/frontend/GuiTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/GuiTools.h -------------------------------------------------------------------------------- /src/frontend/HistoryDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/HistoryDialog.cpp -------------------------------------------------------------------------------- /src/frontend/HistoryDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/HistoryDialog.h -------------------------------------------------------------------------------- /src/frontend/LabPlot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/LabPlot.cpp -------------------------------------------------------------------------------- /src/frontend/MainWin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/MainWin.cpp -------------------------------------------------------------------------------- /src/frontend/MainWin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/MainWin.h -------------------------------------------------------------------------------- /src/frontend/PlotTemplateDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/PlotTemplateDialog.cpp -------------------------------------------------------------------------------- /src/frontend/PlotTemplateDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/PlotTemplateDialog.h -------------------------------------------------------------------------------- /src/frontend/ProjectExplorer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ProjectExplorer.cpp -------------------------------------------------------------------------------- /src/frontend/ProjectExplorer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ProjectExplorer.h -------------------------------------------------------------------------------- /src/frontend/SettingsDatasetsPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsDatasetsPage.cpp -------------------------------------------------------------------------------- /src/frontend/SettingsDatasetsPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsDatasetsPage.h -------------------------------------------------------------------------------- /src/frontend/SettingsDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsDialog.cpp -------------------------------------------------------------------------------- /src/frontend/SettingsDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsDialog.h -------------------------------------------------------------------------------- /src/frontend/SettingsEditorPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsEditorPage.cpp -------------------------------------------------------------------------------- /src/frontend/SettingsEditorPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsEditorPage.h -------------------------------------------------------------------------------- /src/frontend/SettingsGeneralPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsGeneralPage.cpp -------------------------------------------------------------------------------- /src/frontend/SettingsGeneralPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsGeneralPage.h -------------------------------------------------------------------------------- /src/frontend/SettingsNotebookPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsNotebookPage.cpp -------------------------------------------------------------------------------- /src/frontend/SettingsNotebookPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsNotebookPage.h -------------------------------------------------------------------------------- /src/frontend/SettingsPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsPage.h -------------------------------------------------------------------------------- /src/frontend/SettingsSpreadsheetPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsSpreadsheetPage.h -------------------------------------------------------------------------------- /src/frontend/SettingsWelcomePage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsWelcomePage.cpp -------------------------------------------------------------------------------- /src/frontend/SettingsWelcomePage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsWelcomePage.h -------------------------------------------------------------------------------- /src/frontend/SettingsWorksheetPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsWorksheetPage.cpp -------------------------------------------------------------------------------- /src/frontend/SettingsWorksheetPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/SettingsWorksheetPage.h -------------------------------------------------------------------------------- /src/frontend/TemplateHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/TemplateHandler.cpp -------------------------------------------------------------------------------- /src/frontend/TemplateHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/TemplateHandler.h -------------------------------------------------------------------------------- /src/frontend/ThemeHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ThemeHandler.cpp -------------------------------------------------------------------------------- /src/frontend/ThemeHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ThemeHandler.h -------------------------------------------------------------------------------- /src/frontend/core/ContentDockWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/core/ContentDockWidget.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/AspectDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/AspectDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/AxisDock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/AxisDock.cpp -------------------------------------------------------------------------------- /src/frontend/dockwidgets/AxisDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/AxisDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/BarPlotDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/BarPlotDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/BaseDock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/BaseDock.cpp -------------------------------------------------------------------------------- /src/frontend/dockwidgets/BaseDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/BaseDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/BoxPlotDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/BoxPlotDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/ColumnDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/ColumnDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/CursorDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/CursorDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/ImageDock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/ImageDock.cpp -------------------------------------------------------------------------------- /src/frontend/dockwidgets/ImageDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/ImageDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/KDEPlotDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/KDEPlotDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/MatrixDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/MatrixDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/NoteDock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/NoteDock.cpp -------------------------------------------------------------------------------- /src/frontend/dockwidgets/NoteDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/NoteDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/ProjectDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/ProjectDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/QQPlotDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/QQPlotDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/ScriptDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/ScriptDock.h -------------------------------------------------------------------------------- /src/frontend/dockwidgets/XYCurveDock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/dockwidgets/XYCurveDock.h -------------------------------------------------------------------------------- /src/frontend/examples/ExamplesDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/examples/ExamplesDialog.h -------------------------------------------------------------------------------- /src/frontend/examples/ExamplesWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/examples/ExamplesWidget.h -------------------------------------------------------------------------------- /src/frontend/frontend.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/frontend.dox -------------------------------------------------------------------------------- /src/frontend/labplot.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/labplot.ico -------------------------------------------------------------------------------- /src/frontend/labplot.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/labplot.qrc -------------------------------------------------------------------------------- /src/frontend/labplotui.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/labplotui.rc -------------------------------------------------------------------------------- /src/frontend/matrix/MatrixView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/matrix/MatrixView.cpp -------------------------------------------------------------------------------- /src/frontend/matrix/MatrixView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/matrix/MatrixView.h -------------------------------------------------------------------------------- /src/frontend/note/NoteView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/note/NoteView.cpp -------------------------------------------------------------------------------- /src/frontend/note/NoteView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/note/NoteView.h -------------------------------------------------------------------------------- /src/frontend/notebook/NotebookView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/notebook/NotebookView.cpp -------------------------------------------------------------------------------- /src/frontend/notebook/NotebookView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/notebook/NotebookView.h -------------------------------------------------------------------------------- /src/frontend/script/ScriptEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/script/ScriptEditor.cpp -------------------------------------------------------------------------------- /src/frontend/script/ScriptEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/script/ScriptEditor.h -------------------------------------------------------------------------------- /src/frontend/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/splash.png -------------------------------------------------------------------------------- /src/frontend/spreadsheet/GoToDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/spreadsheet/GoToDialog.h -------------------------------------------------------------------------------- /src/frontend/spreadsheet/SortDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/spreadsheet/SortDialog.h -------------------------------------------------------------------------------- /src/frontend/ui/PlotTemplateDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ui/PlotTemplateDialog.ui -------------------------------------------------------------------------------- /src/frontend/ui/colormapswidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ui/colormapswidget.ui -------------------------------------------------------------------------------- /src/frontend/ui/constantswidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ui/constantswidget.ui -------------------------------------------------------------------------------- /src/frontend/ui/exampleswidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ui/exampleswidget.ui -------------------------------------------------------------------------------- /src/frontend/ui/fitoptionswidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ui/fitoptionswidget.ui -------------------------------------------------------------------------------- /src/frontend/ui/fitparameterswidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ui/fitparameterswidget.ui -------------------------------------------------------------------------------- /src/frontend/ui/functionswidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ui/functionswidget.ui -------------------------------------------------------------------------------- /src/frontend/ui/labelwidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ui/labelwidget.ui -------------------------------------------------------------------------------- /src/frontend/ui/settingsgeneralpage.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ui/settingsgeneralpage.ui -------------------------------------------------------------------------------- /src/frontend/ui/settingswelcomepage.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ui/settingswelcomepage.ui -------------------------------------------------------------------------------- /src/frontend/ui/symbolwidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/ui/symbolwidget.ui -------------------------------------------------------------------------------- /src/frontend/welcomescreen/RssNews.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/welcomescreen/RssNews.qml -------------------------------------------------------------------------------- /src/frontend/welcomescreen/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/welcomescreen/main.qml -------------------------------------------------------------------------------- /src/frontend/welcomescreen/qml.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/welcomescreen/qml.qrc -------------------------------------------------------------------------------- /src/frontend/widgets/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/CMakeLists.txt -------------------------------------------------------------------------------- /src/frontend/widgets/ConstantsWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/ConstantsWidget.h -------------------------------------------------------------------------------- /src/frontend/widgets/DateTimeSpinBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/DateTimeSpinBox.h -------------------------------------------------------------------------------- /src/frontend/widgets/ErrorBarWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/ErrorBarWidget.h -------------------------------------------------------------------------------- /src/frontend/widgets/FunctionsWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/FunctionsWidget.h -------------------------------------------------------------------------------- /src/frontend/widgets/LabelWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/LabelWidget.cpp -------------------------------------------------------------------------------- /src/frontend/widgets/LabelWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/LabelWidget.h -------------------------------------------------------------------------------- /src/frontend/widgets/LineWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/LineWidget.cpp -------------------------------------------------------------------------------- /src/frontend/widgets/LineWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/LineWidget.h -------------------------------------------------------------------------------- /src/frontend/widgets/MemoryWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/MemoryWidget.cpp -------------------------------------------------------------------------------- /src/frontend/widgets/MemoryWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/MemoryWidget.h -------------------------------------------------------------------------------- /src/frontend/widgets/NumberSpinBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/NumberSpinBox.cpp -------------------------------------------------------------------------------- /src/frontend/widgets/NumberSpinBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/NumberSpinBox.h -------------------------------------------------------------------------------- /src/frontend/widgets/SymbolWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/SymbolWidget.cpp -------------------------------------------------------------------------------- /src/frontend/widgets/SymbolWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/SymbolWidget.h -------------------------------------------------------------------------------- /src/frontend/widgets/TextPreview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/TextPreview.cpp -------------------------------------------------------------------------------- /src/frontend/widgets/TextPreview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/TextPreview.h -------------------------------------------------------------------------------- /src/frontend/widgets/ThemesComboBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/ThemesComboBox.h -------------------------------------------------------------------------------- /src/frontend/widgets/ThemesWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/ThemesWidget.cpp -------------------------------------------------------------------------------- /src/frontend/widgets/ThemesWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/ThemesWidget.h -------------------------------------------------------------------------------- /src/frontend/widgets/TimedLineEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/TimedLineEdit.cpp -------------------------------------------------------------------------------- /src/frontend/widgets/TimedLineEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/TimedLineEdit.h -------------------------------------------------------------------------------- /src/frontend/widgets/UTCDateTimeEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/UTCDateTimeEdit.h -------------------------------------------------------------------------------- /src/frontend/widgets/ValueWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/ValueWidget.cpp -------------------------------------------------------------------------------- /src/frontend/widgets/ValueWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/ValueWidget.h -------------------------------------------------------------------------------- /src/frontend/widgets/qxtglobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/qxtglobal.h -------------------------------------------------------------------------------- /src/frontend/widgets/qxtnamespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/qxtnamespace.h -------------------------------------------------------------------------------- /src/frontend/widgets/qxtspanslider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/qxtspanslider.cpp -------------------------------------------------------------------------------- /src/frontend/widgets/qxtspanslider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/qxtspanslider.h -------------------------------------------------------------------------------- /src/frontend/widgets/qxtspanslider_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/widgets/qxtspanslider_p.h -------------------------------------------------------------------------------- /src/frontend/workbook/WorkbookView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/workbook/WorkbookView.cpp -------------------------------------------------------------------------------- /src/frontend/workbook/WorkbookView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/workbook/WorkbookView.h -------------------------------------------------------------------------------- /src/frontend/worksheet/GridDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/worksheet/GridDialog.cpp -------------------------------------------------------------------------------- /src/frontend/worksheet/GridDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/worksheet/GridDialog.h -------------------------------------------------------------------------------- /src/frontend/worksheet/SlidingPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/worksheet/SlidingPanel.h -------------------------------------------------------------------------------- /src/frontend/worksheet/WorksheetView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/frontend/worksheet/WorksheetView.h -------------------------------------------------------------------------------- /src/labplot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/labplot.xml -------------------------------------------------------------------------------- /src/labplot2_datasets.knsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/labplot2_datasets.knsrc -------------------------------------------------------------------------------- /src/labplot2_themes.knsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/labplot2_themes.knsrc -------------------------------------------------------------------------------- /src/org.kde.labplot.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/org.kde.labplot.desktop -------------------------------------------------------------------------------- /src/org.kde.labplot2.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/org.kde.labplot2.desktop -------------------------------------------------------------------------------- /src/tools/ColorMapsManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/tools/ColorMapsManager.cpp -------------------------------------------------------------------------------- /src/tools/ColorMapsManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/tools/ColorMapsManager.h -------------------------------------------------------------------------------- /src/tools/EquationHighlighter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/tools/EquationHighlighter.cpp -------------------------------------------------------------------------------- /src/tools/EquationHighlighter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/tools/EquationHighlighter.h -------------------------------------------------------------------------------- /src/tools/ImageTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/tools/ImageTools.cpp -------------------------------------------------------------------------------- /src/tools/ImageTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/tools/ImageTools.h -------------------------------------------------------------------------------- /src/tools/TeXRenderer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/tools/TeXRenderer.cpp -------------------------------------------------------------------------------- /src/tools/TeXRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/tools/TeXRenderer.h -------------------------------------------------------------------------------- /src/tools/getRSS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/src/tools/getRSS.h -------------------------------------------------------------------------------- /tests/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/CMakeLists.txt -------------------------------------------------------------------------------- /tests/CommonMetaTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/CommonMetaTest.cpp -------------------------------------------------------------------------------- /tests/CommonMetaTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/CommonMetaTest.h -------------------------------------------------------------------------------- /tests/CommonTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/CommonTest.cpp -------------------------------------------------------------------------------- /tests/CommonTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/CommonTest.h -------------------------------------------------------------------------------- /tests/DependenciesTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/DependenciesTest.cpp -------------------------------------------------------------------------------- /tests/DependenciesTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/DependenciesTest.h -------------------------------------------------------------------------------- /tests/analysis/AnalysisTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/AnalysisTest.cpp -------------------------------------------------------------------------------- /tests/analysis/AnalysisTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/AnalysisTest.h -------------------------------------------------------------------------------- /tests/analysis/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/CMakeLists.txt -------------------------------------------------------------------------------- /tests/analysis/common/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/common/CMakeLists.txt -------------------------------------------------------------------------------- /tests/analysis/fit/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fit/CMakeLists.txt -------------------------------------------------------------------------------- /tests/analysis/fit/FitTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fit/FitTest.cpp -------------------------------------------------------------------------------- /tests/analysis/fit/FitTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fit/FitTest.h -------------------------------------------------------------------------------- /tests/analysis/fit/data/Binomial.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fit/data/Binomial.dat -------------------------------------------------------------------------------- /tests/analysis/fit/data/Cauchy.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fit/data/Cauchy.dat -------------------------------------------------------------------------------- /tests/analysis/fit/data/Gaussian.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fit/data/Gaussian.dat -------------------------------------------------------------------------------- /tests/analysis/fit/data/Laplace.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fit/data/Laplace.dat -------------------------------------------------------------------------------- /tests/analysis/fit/data/Lognormal.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fit/data/Lognormal.dat -------------------------------------------------------------------------------- /tests/analysis/fit/data/Poisson.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fit/data/Poisson.dat -------------------------------------------------------------------------------- /tests/analysis/fourier/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fourier/CMakeLists.txt -------------------------------------------------------------------------------- /tests/analysis/fourier/FourierTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fourier/FourierTest.cpp -------------------------------------------------------------------------------- /tests/analysis/fourier/FourierTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/fourier/FourierTest.h -------------------------------------------------------------------------------- /tests/analysis/smooth/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/smooth/CMakeLists.txt -------------------------------------------------------------------------------- /tests/analysis/smooth/SmoothTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/smooth/SmoothTest.cpp -------------------------------------------------------------------------------- /tests/analysis/smooth/SmoothTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/analysis/smooth/SmoothTest.h -------------------------------------------------------------------------------- /tests/backend/Axis/AxisTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Axis/AxisTest.cpp -------------------------------------------------------------------------------- /tests/backend/Axis/AxisTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Axis/AxisTest.h -------------------------------------------------------------------------------- /tests/backend/Axis/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Axis/CMakeLists.txt -------------------------------------------------------------------------------- /tests/backend/BarPlot/BarPlotTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/BarPlot/BarPlotTest.cpp -------------------------------------------------------------------------------- /tests/backend/BarPlot/BarPlotTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/BarPlot/BarPlotTest.h -------------------------------------------------------------------------------- /tests/backend/BarPlot/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/BarPlot/CMakeLists.txt -------------------------------------------------------------------------------- /tests/backend/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/CMakeLists.txt -------------------------------------------------------------------------------- /tests/backend/Column/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Column/CMakeLists.txt -------------------------------------------------------------------------------- /tests/backend/Column/ColumnTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Column/ColumnTest.cpp -------------------------------------------------------------------------------- /tests/backend/Column/ColumnTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Column/ColumnTest.h -------------------------------------------------------------------------------- /tests/backend/Column/data/Load.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Column/data/Load.lml -------------------------------------------------------------------------------- /tests/backend/Parser/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Parser/CMakeLists.txt -------------------------------------------------------------------------------- /tests/backend/Parser/ParserTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Parser/ParserTest.cpp -------------------------------------------------------------------------------- /tests/backend/Parser/ParserTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Parser/ParserTest.h -------------------------------------------------------------------------------- /tests/backend/Range/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Range/CMakeLists.txt -------------------------------------------------------------------------------- /tests/backend/Range/RangeTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Range/RangeTest.cpp -------------------------------------------------------------------------------- /tests/backend/Range/RangeTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Range/RangeTest.h -------------------------------------------------------------------------------- /tests/backend/Retransform/data/p1.lml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Retransform/data/p1.lml -------------------------------------------------------------------------------- /tests/backend/TextLabel/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/TextLabel/CMakeLists.txt -------------------------------------------------------------------------------- /tests/backend/Worksheet/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Worksheet/CMakeLists.txt -------------------------------------------------------------------------------- /tests/backend/Worksheet/helperMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/Worksheet/helperMacros.h -------------------------------------------------------------------------------- /tests/backend/XYCurve/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/XYCurve/CMakeLists.txt -------------------------------------------------------------------------------- /tests/backend/XYCurve/XYCurveTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/XYCurve/XYCurveTest.cpp -------------------------------------------------------------------------------- /tests/backend/XYCurve/XYCurveTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/XYCurve/XYCurveTest.h -------------------------------------------------------------------------------- /tests/backend/core/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/core/CMakeLists.txt -------------------------------------------------------------------------------- /tests/backend/gsl/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/gsl/CMakeLists.txt -------------------------------------------------------------------------------- /tests/backend/gsl/GSLTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/gsl/GSLTest.cpp -------------------------------------------------------------------------------- /tests/backend/gsl/GSLTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/backend/gsl/GSLTest.h -------------------------------------------------------------------------------- /tests/cartesianplot/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/cartesianplot/CMakeLists.txt -------------------------------------------------------------------------------- /tests/cartesianplot/plots/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_subdirectory(statisticalplots) 2 | -------------------------------------------------------------------------------- /tests/commonfrontend/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/commonfrontend/CMakeLists.txt -------------------------------------------------------------------------------- /tests/import_export/ASCII/data/column_names.txt: -------------------------------------------------------------------------------- 1 | A B 2 | 1 2 3 | -------------------------------------------------------------------------------- /tests/import_export/ASCII/data/column_names_reversed.txt: -------------------------------------------------------------------------------- 1 | B A 2 | 1 2 3 | -------------------------------------------------------------------------------- /tests/import_export/ASCII/data/empty_file.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/import_export/ASCII/data/empty_lines_01.txt: -------------------------------------------------------------------------------- 1 | x y values 2 | 1 2 10 3 | 4 | 2 4 40 5 | 6 | 7 | 8 | 3 9 90 9 | -------------------------------------------------------------------------------- /tests/import_export/ASCII/data/lds_test.csv: -------------------------------------------------------------------------------- 1 | ignore 2 | x,y 3 | 1,2 4 | -------------------------------------------------------------------------------- /tests/import_export/ASCII/data/separator_semicolon.txt: -------------------------------------------------------------------------------- 1 | 1;1 2 | 2;2 3 | 3;3 4 | -------------------------------------------------------------------------------- /tests/import_export/ASCII/data/separator_semicolon_with_header.txt: -------------------------------------------------------------------------------- 1 | c1;c2 2 | 1;1 3 | 2;2 4 | 3;3 5 | -------------------------------------------------------------------------------- /tests/import_export/ASCII/data/separator_semicolon_with_header_duplicated_names.txt: -------------------------------------------------------------------------------- 1 | x;x 2 | 1;1 3 | 2;2 4 | 3;3 5 | -------------------------------------------------------------------------------- /tests/import_export/CAN/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/import_export/CAN/CMakeLists.txt -------------------------------------------------------------------------------- /tests/import_export/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/import_export/CMakeLists.txt -------------------------------------------------------------------------------- /tests/import_export/Datasets/data/DatasetCollections.json: -------------------------------------------------------------------------------- 1 | [ 2 | "Test" 3 | ] 4 | -------------------------------------------------------------------------------- /tests/import_export/FITS/data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/import_export/FITS/data/README -------------------------------------------------------------------------------- /tests/import_export/HDF5/data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/import_export/HDF5/data/README -------------------------------------------------------------------------------- /tests/import_export/MCAP/data/empty_file.mcap: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/import_export/MQTT/MQTTTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/import_export/MQTT/MQTTTest.cpp -------------------------------------------------------------------------------- /tests/import_export/MQTT/MQTTTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/import_export/MQTT/MQTTTest.h -------------------------------------------------------------------------------- /tests/import_export/MQTT/data/subscribe_2_result.txt: -------------------------------------------------------------------------------- 1 | 1 2 | myhouse/+/+/1 3 | -------------------------------------------------------------------------------- /tests/import_export/MQTT/data/subscribe_3.txt: -------------------------------------------------------------------------------- 1 | myhouse/bathroom/# 2 | -------------------------------------------------------------------------------- /tests/import_export/MQTT/data/unsubscribe_1.txt: -------------------------------------------------------------------------------- 1 | myhouse/bedroom/temp/1 2 | -------------------------------------------------------------------------------- /tests/import_export/MQTT/data/unsubscribe_2.txt: -------------------------------------------------------------------------------- 1 | myhouse/bathroom/pressure/2 2 | -------------------------------------------------------------------------------- /tests/import_export/NetCDF/data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/import_export/NetCDF/data/README -------------------------------------------------------------------------------- /tests/import_export/Ods/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/import_export/Ods/CMakeLists.txt -------------------------------------------------------------------------------- /tests/import_export/ROOT/data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/import_export/ROOT/data/README -------------------------------------------------------------------------------- /tests/import_export/SQL/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/import_export/SQL/CMakeLists.txt -------------------------------------------------------------------------------- /tests/livedata/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/livedata/CMakeLists.txt -------------------------------------------------------------------------------- /tests/livedata/LiveDataTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/livedata/LiveDataTest.cpp -------------------------------------------------------------------------------- /tests/livedata/LiveDataTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/livedata/LiveDataTest.h -------------------------------------------------------------------------------- /tests/livedata/UdpTcpPublisher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/livedata/UdpTcpPublisher.cpp -------------------------------------------------------------------------------- /tests/matrix/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/matrix/CMakeLists.txt -------------------------------------------------------------------------------- /tests/matrix/MatrixFormulaTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/matrix/MatrixFormulaTest.cpp -------------------------------------------------------------------------------- /tests/matrix/MatrixFormulaTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/matrix/MatrixFormulaTest.h -------------------------------------------------------------------------------- /tests/matrix/MatrixTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/matrix/MatrixTest.cpp -------------------------------------------------------------------------------- /tests/matrix/MatrixTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/matrix/MatrixTest.h -------------------------------------------------------------------------------- /tests/multirange/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/multirange/CMakeLists.txt -------------------------------------------------------------------------------- /tests/multirange/MultiRangeTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/multirange/MultiRangeTest.cpp -------------------------------------------------------------------------------- /tests/multirange/MultiRangeTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/multirange/MultiRangeTest.h -------------------------------------------------------------------------------- /tests/notebook/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/notebook/CMakeLists.txt -------------------------------------------------------------------------------- /tests/notebook/NotebookTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/notebook/NotebookTest.cpp -------------------------------------------------------------------------------- /tests/notebook/NotebookTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/notebook/NotebookTest.h -------------------------------------------------------------------------------- /tests/nsl/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/NSLTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/NSLTest.h -------------------------------------------------------------------------------- /tests/nsl/baseline/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/baseline/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/baseline/data/XRD.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/baseline/data/XRD.dat -------------------------------------------------------------------------------- /tests/nsl/dft/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/dft/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/dft/NSLDFTTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/dft/NSLDFTTest.cpp -------------------------------------------------------------------------------- /tests/nsl/dft/NSLDFTTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/dft/NSLDFTTest.h -------------------------------------------------------------------------------- /tests/nsl/diff/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/diff/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/diff/NSLDiffTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/diff/NSLDiffTest.cpp -------------------------------------------------------------------------------- /tests/nsl/diff/NSLDiffTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/diff/NSLDiffTest.h -------------------------------------------------------------------------------- /tests/nsl/filter/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/filter/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/filter/NSLFilterTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/filter/NSLFilterTest.cpp -------------------------------------------------------------------------------- /tests/nsl/filter/NSLFilterTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/filter/NSLFilterTest.h -------------------------------------------------------------------------------- /tests/nsl/fit/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/fit/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/fit/NSLFitTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/fit/NSLFitTest.cpp -------------------------------------------------------------------------------- /tests/nsl/fit/NSLFitTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/fit/NSLFitTest.h -------------------------------------------------------------------------------- /tests/nsl/geom/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/geom/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/geom/NSLGeomTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/geom/NSLGeomTest.cpp -------------------------------------------------------------------------------- /tests/nsl/geom/NSLGeomTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/geom/NSLGeomTest.h -------------------------------------------------------------------------------- /tests/nsl/geom/data/morse_code.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/geom/data/morse_code.dat -------------------------------------------------------------------------------- /tests/nsl/int/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/int/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/int/NSLIntTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/int/NSLIntTest.cpp -------------------------------------------------------------------------------- /tests/nsl/int/NSLIntTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/int/NSLIntTest.h -------------------------------------------------------------------------------- /tests/nsl/math/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/math/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/math/NSLMathTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/math/NSLMathTest.cpp -------------------------------------------------------------------------------- /tests/nsl/math/NSLMathTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/math/NSLMathTest.h -------------------------------------------------------------------------------- /tests/nsl/peak/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/peak/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/peak/NSLPeakTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/peak/NSLPeakTest.cpp -------------------------------------------------------------------------------- /tests/nsl/peak/NSLPeakTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/peak/NSLPeakTest.h -------------------------------------------------------------------------------- /tests/nsl/sf/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/sf/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/sf/NSLSFBasicTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/sf/NSLSFBasicTest.cpp -------------------------------------------------------------------------------- /tests/nsl/sf/NSLSFBasicTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/sf/NSLSFBasicTest.h -------------------------------------------------------------------------------- /tests/nsl/sf/NSLSFWindowTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/sf/NSLSFWindowTest.cpp -------------------------------------------------------------------------------- /tests/nsl/sf/NSLSFWindowTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/sf/NSLSFWindowTest.h -------------------------------------------------------------------------------- /tests/nsl/smooth/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/smooth/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/smooth/NSLSmoothTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/smooth/NSLSmoothTest.cpp -------------------------------------------------------------------------------- /tests/nsl/smooth/NSLSmoothTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/smooth/NSLSmoothTest.h -------------------------------------------------------------------------------- /tests/nsl/statistics/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/statistics/CMakeLists.txt -------------------------------------------------------------------------------- /tests/nsl/statistics/NSLStatsTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/nsl/statistics/NSLStatsTest.h -------------------------------------------------------------------------------- /tests/spreadsheet/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/spreadsheet/CMakeLists.txt -------------------------------------------------------------------------------- /tests/spreadsheet/SpreadsheetTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/labplot/HEAD/tests/spreadsheet/SpreadsheetTest.h --------------------------------------------------------------------------------