JKQtPlotter/lib/jkqtplotter
Snolandia a275fb73c3
Couple bug fixes (#147)
* BugFix

* Resolve several issues

1: Allow mouse scroll events to pass through to parent if the plot has not mouse scroll events to do. i.e. if scroll to zoom is disabled, and the graph is part of a scroll area, this allows scrolling the scroll area while the mouse is over the plot.

2: Fixed bug with resize timer resetting itself every time, rather than actually performing the countdown and calling the function.

3. Fixed bug with margins being calculated incorrectly, preventing the complete removal of margins from a plot.
2025-01-15 21:21:39 +01:00
..
graphs minor code improvementa 2024-10-18 14:17:06 +02:00
gui updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
private updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
resources Fix issue #142 (#143) 2024-10-30 22:00:12 +01:00
CMakeLists.txt Fix issue #142 (#143) 2024-10-30 22:00:12 +01:00
jkqtpbaseelements.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpbaseelements.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpbaseplotter.cpp Couple bug fixes (#147) 2025-01-15 21:21:39 +01:00
jkqtpbaseplotter.h improved documentation 2024-09-18 14:38:02 +02:00
jkqtpbaseplotterstyle.cpp modified default style a bit ... using FIRASans as math font and increased font size a bit to make them easier readable 2024-02-11 18:59:21 +01:00
jkqtpbaseplotterstyle.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpcoordinateaxes.cpp minor fix for MSVC and C++20 2024-10-18 14:29:17 +02:00
jkqtpcoordinateaxes.h fixed missing documentation and compile issue 2024-10-16 13:05:55 +02:00
jkqtpcoordinateaxesstyle.cpp modified default style a bit ... using FIRASans as math font and increased font size a bit to make them easier readable 2024-02-11 18:59:21 +01:00
jkqtpcoordinateaxesstyle.h FIX: remove JKQTPCoordinateAxis::setTickSpacing() as tickSPacing is an internal property that is readonly to the user of the library/outside the class 2024-10-08 22:01:38 +02:00
jkqtpdatastorage.cpp NEW: JKQTPGeoBezierCurve for drawing bezier curves of degree 1-4 (+example) 2024-02-13 23:49:23 +01:00
jkqtpdatastorage.h NEW: JKQTPGeoBezierCurve for drawing bezier curves of degree 1-4 (+example) 2024-02-13 23:49:23 +01:00
jkqtpgraphsbase.cpp FIX: remove QPainter::setRenderHint(QPainter::VerticalSubpixelPositioning) as this does not seem to improve outcomes 2024-10-17 13:49:33 +02:00
jkqtpgraphsbase.h NEW: Using axis's tick label formating properties to format values in data-tooltips (e.g. dates will appear formated as such) 2024-02-14 13:59:59 +01:00
jkqtpgraphsbaseerrors.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpgraphsbaseerrors.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpgraphsbasestyle.cpp change to allow compiling against older Qt versions 2024-03-18 11:32:09 +01:00
jkqtpgraphsbasestyle.h NEW: stacked barcharts may have a small separation (default 1pt) 2024-02-12 22:21:13 +01:00
jkqtpgraphsbasestylingmixins.cpp NEW: stacked barcharts may have a small separation (default 1pt) 2024-02-12 22:21:13 +01:00
jkqtpgraphsbasestylingmixins.h NEW: added financial graphs (Candlestick or OHLC) and example for these 2024-02-11 14:18:50 +01:00
jkqtpimagetools.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpimagetools.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01: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 updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpkey.h minor code improvementa 2024-10-18 14:17:06 +02:00
jkqtpkeystyle.cpp modified default style a bit ... using FIRASans as math font and increased font size a bit to make them easier readable 2024-02-11 18:59:21 +01:00
jkqtpkeystyle.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtplotter_configmacros.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtplotter_imexport.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtplotter.cpp Couple bug fixes (#147) 2025-01-15 21:21:39 +01:00
jkqtplotter.h FIX: add return values to all addGraph()-Variants in JKQTPlotter (to mirror the interface of JKQTBasePlotter), fixes issue #140 2024-10-17 12:41:50 +02:00
jkqtplotterstyle.cpp modified default style a bit ... using FIRASans as math font and increased font size a bit to make them easier readable 2024-02-11 18:59:21 +01:00
jkqtplotterstyle.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtptools.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtptools.h NEW: stacked barcharts may have a small separation (default 1pt) 2024-02-12 22:21:13 +01:00
LibTarget.cmake.in fix CMake error 2024-01-23 00:48:42 +01:00