JKQtPlotter/lib/jkqtplotter
2022-04-21 21:28:49 +02:00
..
graphs using automatic memory management instead of local malloc()/free() pairs 2022-04-21 21:25:37 +02:00
gui replaced some deprecated constructs for Qt 5.15 2022-04-18 22:45:02 +02:00
resources fixed bug #49 : naming of sections in plot-styling INI-files 2022-04-21 13:51:50 +02:00
CMakeLists.txt modified CMakeLists.txt to match Qt6 2022-04-18 23:10:05 +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 Merge branch 'master' into add_qt6_compatibility 2022-04-21 12:15:15 +02:00
jkqtpbaseplotter.h fixed bug #49 : naming of sections in plot-styling INI-files 2022-04-21 13:51:50 +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 reworked grid-style representation 2020-09-29 13:19:04 +02:00
jkqtpcoordinateaxes.h reworked grid-style representation 2020-09-29 13:19:04 +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 using automatic memory management instead of local malloc()/free() pairs 2022-04-21 21:25:37 +02:00
jkqtpdatastorage.h comment formatting fix 2020-09-21 13:52:13 +02:00
jkqtpgraphsbase.cpp first round of Qt6 compatibility changes 2022-04-21 10:57:24 +02:00
jkqtpgraphsbase.h first round of Qt6 compatibility changes 2022-04-21 10:57:24 +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 - 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
jkqtpgraphsbasestyle.cpp * additional JKQTPColorDerivationMode 2020-09-28 15:37:45 +02:00
jkqtpgraphsbasestyle.h several bugfixes for reading styles, improved default styling for graphs (filled, barcharts, ...) 2020-09-27 17:16:18 +02:00
jkqtpgraphsbasestylingmixins.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
jkqtpgraphsbasestylingmixins.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
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 fixed bug #50 JKQtPlotter::clearAllRegisteredMouseDoubleClickActions(), JKQtPlotter::clearAllMouseWheelActions(), JKQtPlotter::clearAllRegisteredMouseDragActions() didn't really deactivate all actions 2022-04-21 13:33:22 +02:00
jkqtplotter.h fixed bug #49 : naming of sections in plot-styling INI-files 2022-04-21 13:51:50 +02:00
jkqtplotterstyle.cpp bugfix for reading style names 2020-02-24 17:41:16 +00:00
jkqtplotterstyle.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
jkqtptools.cpp * additional JKQTPColorDerivationMode 2020-09-28 15:37:45 +02:00
jkqtptools.h * additional JKQTPColorDerivationMode 2020-09-28 15:37:45 +02:00
LibTarget.cmake.in modified CMakeLists.txt to match Qt6 2022-04-18 23:10:05 +02:00