JKQtPlotter/lib/jkqtplotter
2022-06-02 23:24:41 +02:00
..
graphs fixed: JKQTMathText added a little whitespace before and after the LaTeX-string. This was removed as it disturbed the layout of text in plots 2022-06-02 23:24:41 +02:00
gui more required changes for Qt6 compatibility 2022-04-22 13:27:31 +02:00
resources added seaborn style 2022-05-23 22:44:58 +02:00
CMakeLists.txt fixed issue #70: typo in lib/jkqtplotter/CMakeLists.txt 2022-05-13 10:45:20 +02:00
jkqtpbaseelements.cpp diverse code improvements, increased copyright year to 2020 2020-08-26 12:58:23 +02:00
jkqtpbaseelements.h diverse code improvements, increased copyright year to 2020 2020-08-26 12:58:23 +02:00
jkqtpbaseplotter.cpp added debug-feature to show boxes around text in the plot 2022-06-02 23:05:58 +02:00
jkqtpbaseplotter.h added debug-feature to show boxes around text in the plot 2022-06-02 23:05:58 +02:00
jkqtpbaseplotterstyle.cpp added debug-feature to show boxes around text in the plot 2022-06-02 23:05:58 +02:00
jkqtpbaseplotterstyle.h added debug-feature to show boxes around text in the plot 2022-06-02 23:05:58 +02:00
jkqtpcoordinateaxes.cpp added debug-feature to show boxes around text in the plot 2022-06-02 23:05:58 +02:00
jkqtpcoordinateaxes.h improved/bugfixed doxygen documentation 2022-04-24 13:23:59 +02:00
jkqtpcoordinateaxesstyle.cpp improved/fixed styling system: axis styles for colorbars were not properly taken from style objects + corrected some inaccurate drawing by using QRectF instead of QRect 2022-05-23 22:41:57 +02:00
jkqtpcoordinateaxesstyle.h improved/fixed styling system: axis styles for colorbars were not properly taken from style objects + corrected some inaccurate drawing by using QRectF instead of QRect 2022-05-23 22:41:57 +02:00
jkqtpdatastorage.cpp more required changes for Qt6 compatibility 2022-04-22 13:27:31 +02:00
jkqtpdatastorage.h moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00
jkqtpgraphsbase.cpp first round of Qt6 compatibility changes 2022-04-21 10:57:24 +02:00
jkqtpgraphsbase.h improved/bugfixed doxygen documentation 2022-04-24 13:23:59 +02:00
jkqtpgraphsbaseerrors.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpgraphsbaseerrors.h moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00
jkqtpgraphsbasestyle.cpp changed JKQTPColorDerivationMode from an ENUM to a STRUCT, which extends its capabilities significantly 2022-06-02 21:21:17 +02:00
jkqtpgraphsbasestyle.h improved/bugfixed doxygen documentation 2022-04-24 13:23:59 +02:00
jkqtpgraphsbasestylingmixins.cpp fixed QT6 compatibility 2022-05-12 10:35:05 +02:00
jkqtpgraphsbasestylingmixins.h implemented wiggle plots (feature request #68) 2022-05-11 22:55:23 +02:00
jkqtpimagetools.cpp added debug-feature to show boxes around text in the plot 2022-06-02 23:05:58 +02:00
jkqtpimagetools.h improved/breaking change: image plots now manage CONST-data, not plain pointer arrays... This is OK, since the raw data is never owned nor modified by the plot, only referenced! 2020-09-28 19:24:17 +02:00
jkqtpinterfacecimg.h diverse code improvements, increased copyright year to 2020 2020-08-26 12:58:23 +02:00
jkqtpinterfaceopencv.h diverse code improvements, increased copyright year to 2020 2020-08-26 12:58:23 +02:00
jkqtpkeystyle.cpp diverse code improvements, increased copyright year to 2020 2020-08-26 12:58:23 +02:00
jkqtpkeystyle.h - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtplotter_imexport.h using Qt's dllexport/import-macros 2022-04-18 22:00:41 +02:00
jkqtplotter.cpp added debug-feature to show boxes around text in the plot 2022-06-02 23:05:58 +02:00
jkqtplotter.h implemented feature request #69: Show data tooltip on MouseMove by adding general actions that can be executed on a mouse move operation, when no mouse button is pressed, modification by keyboard modifiers is possible though 2022-05-15 14:15:15 +02:00
jkqtplotterstyle.cpp added JKQTMathTextFontSpecifier struct that describes a font and a math companion 2022-06-02 21:19:16 +02:00
jkqtplotterstyle.h implemented feature request #69: Show data tooltip on MouseMove by adding general actions that can be executed on a mouse move operation, when no mouse button is pressed, modification by keyboard modifiers is possible though 2022-05-15 14:15:15 +02:00
jkqtptools.cpp changed JKQTPColorDerivationMode from an ENUM to a STRUCT, which extends its capabilities significantly 2022-06-02 21:21:17 +02:00
jkqtptools.h changed JKQTPColorDerivationMode from an ENUM to a STRUCT, which extends its capabilities significantly 2022-06-02 21:21:17 +02:00
LibTarget.cmake.in more required changes for Qt6 compatibility 2022-04-22 13:27:31 +02:00