JKQtPlotter/lib/jkqtplotter
2024-02-06 12:18:54 +01:00
..
graphs doc improvements 2024-02-04 22:06:09 +01:00
gui fixed several compile warnings 2024-01-23 13:09:37 +01:00
private improved qHash-functions and class constructors 2024-02-05 17:12:34 +01:00
resources NEW: added "currentcolor" as color-placeholder in style.ini files and using it in conjunction with linear-gradient() in cyberpunk and dark styles 2024-01-22 21:31:09 +01:00
CMakeLists.txt NEW/BREAKING: provide general targets JKQTPlotter5/6::JKQTPlotter5/6, JKQTPlotter5/6::JKQTMathText5/6, ... which are independent of the type of build (shared/static) 2024-01-16 13:07:08 +01:00
jkqtpbaseelements.cpp updated copyright notice 2022-07-19 13:40:43 +02:00
jkqtpbaseelements.h updated copyright notice 2022-07-19 13:40:43 +02:00
jkqtpbaseplotter.cpp improved qHash-functions and class constructors 2024-02-05 17:12:34 +01:00
jkqtpbaseplotter.h improved qHash-functions and class constructors 2024-02-05 17:12:34 +01:00
jkqtpbaseplotterstyle.cpp NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
jkqtpbaseplotterstyle.h NEW: added JKQTBasePlotterStyle::plotLabelTopBorder and made plot labels BOLD 2023-08-16 14:04:04 +02:00
jkqtpcoordinateaxes.cpp FIX: color bars did not show a complete frame around 2024-02-02 14:43:10 +01:00
jkqtpcoordinateaxes.h FIX: color bars did not show a complete frame around 2024-02-02 14:43:10 +01:00
jkqtpcoordinateaxesstyle.cpp fixed compile issues 2023-07-01 23:33:57 +02:00
jkqtpcoordinateaxesstyle.h added example image for JKQTPCoordinateAxisStyle::tickLabelAngle 2023-08-22 17:34:50 +02:00
jkqtpdatastorage.cpp RENAMED JKQTPDatastore::addColumnCalculatedFromColumn() to JKQTPDatastore::addCalculatedColumnFromColumn(), which is more in line with the other add...()-function names. Aliases with the old function names remain for compatibility 2024-02-04 21:42:53 +01:00
jkqtpdatastorage.h RENAMED JKQTPDatastore::addColumnCalculatedFromColumn() to JKQTPDatastore::addCalculatedColumnFromColumn(), which is more in line with the other add...()-function names. Aliases with the old function names remain for compatibility 2024-02-04 21:42:53 +01:00
jkqtpgraphsbase.cpp NEW: secondary axes: added functionality to manage additional secondary axes in a JKQTPBasePlotter and to select which x-/y-Axis to use for drawing a JKQTPPlotElement, see also issue #87 2023-03-23 13:55:18 +01:00
jkqtpgraphsbase.h doc improvements 2024-02-04 22:06:09 +01:00
jkqtpgraphsbaseerrors.cpp NEW: secondary axes: added functionality to manage additional secondary axes in a JKQTPBasePlotter and to select which x-/y-Axis to use for drawing a JKQTPPlotElement, see also issue #87 2023-03-23 13:55:18 +01:00
jkqtpgraphsbaseerrors.h doc improvements 2024-02-04 22:06:09 +01:00
jkqtpgraphsbasestyle.cpp fixed several compile warnings 2024-01-23 13:09:37 +01:00
jkqtpgraphsbasestyle.h fixed several compile warnings 2024-01-23 13:09:37 +01:00
jkqtpgraphsbasestylingmixins.cpp fixed several compile warnings 2024-01-23 13:09:37 +01:00
jkqtpgraphsbasestylingmixins.h NEW: barcharts and impulse graphs may now draw their baseline as stylable line (default: off) 2022-10-31 20:34:01 +01:00
jkqtpimagetools.cpp IMPROVED/FIXED outside space requirements for color bars. Text was sometime too close to the plot border. 2024-02-02 14:03:16 +01:00
jkqtpimagetools.h updated copyright notice 2022-07-19 13:40:43 +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
jkqtpkey.cpp fixed several compile warnings 2024-01-23 13:09:37 +01:00
jkqtpkey.h FIXed multiRow/MultiColumn distribution algorithm in JKQTPKey 2024-01-09 14:30:31 +01:00
jkqtpkeystyle.cpp fixed several compile warnings 2024-01-23 13:09:37 +01:00
jkqtpkeystyle.h improved documentation 2023-12-19 15:23:44 +01:00
jkqtplotter_configmacros.h fixed several doxygen errors 2022-07-24 14:50:28 +02:00
jkqtplotter_imexport.h fixed several doxygen errors 2022-07-24 14:50:28 +02:00
jkqtplotter.cpp FIXED fix implementation for issue #110 from commit 99ff39a3d6 2023-12-22 12:56:09 +01:00
jkqtplotter.h improved qHash-functions and class constructors 2024-02-05 17:12:34 +01:00
jkqtplotterstyle.cpp IMPROVED/REWORKED: zomm/pan by mouse-wheel: now there are modes that support zoomin AND panning by trakpad and mouse-wheel simultaneously! 2023-06-16 13:41:47 +02:00
jkqtplotterstyle.h updated documentation (better structure & more info) 2022-09-24 20:18:08 +02:00
jkqtptools.cpp DOC update 2024-02-06 12:18:54 +01:00
jkqtptools.h DOC update 2024-02-06 12:18:54 +01:00
LibTarget.cmake.in fix CMake error 2024-01-23 00:48:42 +01:00