JKQtPlotter/lib/jkqtplotter
2022-05-16 22:32:56 +02:00
..
graphs fixed typo 2022-05-11 23:03:33 +02:00
gui more required changes for Qt6 compatibility 2022-04-22 13:27:31 +02:00
resources improved icons: several style changes, all SVGs available, added high-dpi versions 2022-05-16 21:55: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 more required changes for Qt6 compatibility 2022-04-22 13:27:31 +02:00
jkqtpbaseplotter.h moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00
jkqtpbaseplotterstyle.cpp several bugfixes for reading styles, improved default styling for graphs (filled, barcharts, ...) 2020-09-27 17:16:18 +02:00
jkqtpbaseplotterstyle.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
jkqtpcoordinateaxes.cpp fixed issue described in PR #62: Fix custom labels draw, because giving exactly two label-strings did not display all of them, thanks to github_user:FalsinSoft 2022-05-14 22:59:10 +02:00
jkqtpcoordinateaxes.h improved/bugfixed doxygen documentation 2022-04-24 13:23:59 +02:00
jkqtpcoordinateaxesstyle.cpp reworked grid-style representation 2020-09-29 13:19:04 +02:00
jkqtpcoordinateaxesstyle.h reworked grid-style representation 2020-09-29 13:19:04 +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 * additional JKQTPColorDerivationMode 2020-09-28 15:37:45 +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 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
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 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
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 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.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 bugfixed string conversion method 2022-05-16 22:32:56 +02:00
jkqtptools.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
LibTarget.cmake.in more required changes for Qt6 compatibility 2022-04-22 13:27:31 +02:00