jkriege2
|
b6b5c48d9e
|
FIXED: exporting gridPrinting plots when using only a JKQTBasePlotter
|
2023-07-22 00:12:55 +02:00 |
|
jkriege2
|
3a789250be
|
NEW: added variant of JKQTBasePlotter::setWidgetSize() which accepts QSize
|
2023-07-21 22:58:01 +02:00 |
|
jkriege2
|
d44316c8e3
|
- NEW added several new color palettes and fixed/improved handling of palettes with few colors in them
- NEW added several tool functions to work with color palettes
-
|
2023-07-21 22:07:46 +02:00 |
|
jkriege2
|
ee7387d033
|
updated default.ini style
|
2023-07-21 22:05:27 +02:00 |
|
jkriege2
|
841e5ac916
|
removed unnecessary DEBUG-output
|
2023-07-21 22:01:45 +02:00 |
|
jkriege2
|
869c83222a
|
NEW: added cyberpunk style
|
2023-07-21 21:59:49 +02:00 |
|
jkriege2
|
6522325ed1
|
UPDATED updated blueprint.ini and dark.ini styles
|
2023-07-21 21:55:07 +02:00 |
|
jkriege2
|
7f6c5fc9aa
|
FIXED: Barcharts were not filled with cycling patterns properly and the first default symbol was never used (in JKQTBasePlotter::getPlotStyle())
|
2023-07-21 21:53:06 +02:00 |
|
jkriege2
|
c371899579
|
BREAKING: new default color scheme
|
2023-07-21 19:36:02 +02:00 |
|
jkriege2
|
1cbba3f5d1
|
FIXED: implemented missing JKQTPGeoArrow constructors
|
2023-07-21 19:32:47 +02:00 |
|
jkriege2
|
b188d95c01
|
implemented complex syntax in JKQTPColorDerivationMode::fromString()
|
2023-07-21 19:30:56 +02:00 |
|
jkriege2
|
ed8b23d7cf
|
FIXED: JKQTPGeoEllipse is now correctly drawn with a nonzero angle
|
2023-07-21 19:27:57 +02:00 |
|
jkriege2
|
ed1204cea6
|
NEW: You can use additional syntax derived from CCS to define colors in style.ini.files (or when using jkqtp_String2QColor() ): You can use full CSS-color syntax with functions "rgb(R,G,B)", "rgba(...)", "hsl(...)", "hsv(...)", "gray(...)", "green(...)", "red(...)", "blue(...)"
|
2023-07-21 19:25:46 +02:00 |
|
jkriege2
|
7eca9f7c8b
|
- corrected size of internal image buffer --> fixes strange rendering with distortions (especially in text!)
- added missing override declarations
- JKQTPlotter::jkqtp_RESIZE_DELAY is thread-safe now (atomic)
|
2023-07-21 19:19:50 +02:00 |
|
jkriege2
|
4c1668e50d
|
fixed String2JKQTPMouseDragActions(): some wrong strings
|
2023-07-04 19:38:39 +02:00 |
|
jkriege2
|
aee3b23696
|
UPDATED included styles INI-files + automatic generation of style.ini documentations
|
2023-07-02 23:01:56 +02:00 |
|
jkriege2
|
dfa29b7b81
|
fixed compile issues
|
2023-07-01 23:33:57 +02:00 |
|
jkriege2
|
a492b75724
|
updated default style parameters (more modern)
|
2023-07-01 23:23:35 +02:00 |
|
jkriege2
|
d23ea0a79e
|
fix issue #96: JKQTPlotter::saveAsPixelImage() does not add a border around the image any longer (can be reacivated by a new optional function parameter)
|
2023-07-01 22:27:00 +02:00 |
|
jkriege2
|
a1408ccbd0
|
JKQTMathText: Update several layouting nodes (especially braces)
|
2023-07-01 15:57:57 +02:00 |
|
jkriege2
|
4b4075c226
|
JKQTMathText: fixed super-script sizing (using tightboundingbox around x instead of xHeight(), which caused some problems recently for several standard fonts
|
2023-07-01 15:09:38 +02:00 |
|
jkriege2
|
8719208acf
|
iproved JKQTMathText::drawIntoPixmap() and drawIntoPicture(): using ARGB32_Premultiplied for QPixmap + enabled QPainter::VerticalSubpixelPositioning when available
|
2023-07-01 14:49:56 +02:00 |
|
jkriege2
|
3b136c7320
|
fixed some compile errors in static initialization
|
2023-07-01 14:44:46 +02:00 |
|
jkriege2
|
3fc8951851
|
made more STATIC data members thread_local or secured them by a std::mutex. This was at least JKQTMathText and JKQTBasePlotter should be usable in several threads
|
2023-06-30 13:52:17 +02:00 |
|
jkriege2
|
79d8dbad84
|
fixed some compiler warnings
|
2023-06-29 08:44:20 +02:00 |
|
jkriege2
|
cf43dc4a7e
|
made JKQTPPlotSymbol() thread-safe
|
2023-06-25 18:05:16 +02:00 |
|
jkriege2
|
41e63341b5
|
added concurrency tools header to jkqtpcommmon, initially with JKQTPSynchronized<T>
|
2023-06-25 17:51:21 +02:00 |
|
jkriege2
|
cd77d38a5b
|
IMPROVED handling of JKQTPMouseWheelActions::jkqtpmwaZoomByWheelAndTrackpadPan: now consecutive pan-actions are recognizes as such, even if the pan-delta is larger than the predefined limit ... as long as the events were generated close in time to each other!
|
2023-06-18 15:13:24 +02:00 |
|
jkriege2
|
9762b44b7d
|
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 |
|
jkriege2
|
5240cf8681
|
removed unneeded #include
|
2023-06-11 16:39:13 +02:00 |
|
jkriege2
|
d1e493fc73
|
fixed issue #98: Signal JKQTPlotter::plotMouseWheelOperated() was called with wrong x/y-position-coordinates
|
2023-06-11 16:32:10 +02:00 |
|
jkriege2
|
ebd1a29e1d
|
BREAKING: Implement better/more access functions to the graphs (inlcuding sorting, moving up/down, appending/prepending, graphs-iterators ...), solves issue #97
|
2023-05-27 23:46:45 +02:00 |
|
jkriege2
|
fc642b6cac
|
bugfixed QSet-initialization
|
2023-03-23 14:53:23 +01:00 |
|
jkriege2
|
f61b46b96b
|
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 |
|
jkriege2
|
8b482a191c
|
renamed sub-library JKQTCommonMathAndStatistics to JKATMath. This results in shorter filenames
|
2023-03-15 14:59:34 +01:00 |
|
doug1234
|
2bc76761a0
|
Fixed the one VS warning I found (warning level 4)
|
2023-01-28 10:55:17 -05:00 |
|
jkriege2
|
3132eb0102
|
refactorings, code improvements, no functional changes
|
2022-11-03 15:48:48 +01:00 |
|
jkriege2
|
8c36ce2196
|
NEW: barcharts and impulse graphs may now draw their baseline as stylable line (default: off)
|
2022-10-31 20:34:01 +01:00 |
|
jkriege2
|
3736747173
|
docfix
|
2022-10-30 22:01:06 +01:00 |
|
jkriege2
|
972bc6c1e0
|
NEW: you can provide a custom draw functor to barcharts to completely customize their look
|
2022-10-28 21:48:42 +02:00 |
|
jkriege2
|
d59f5e6692
|
docfix
|
2022-10-22 21:07:14 +02:00 |
|
jkriege2
|
c6ac8a8cc4
|
NEW: barcharts can be colored by a user-specified functor
|
2022-10-22 16:40:44 +02:00 |
|
jkriege2
|
c2e2ca1af7
|
BUGFIX: JKQTPCALTslashfrac didn't work
|
2022-10-09 12:27:01 +02:00 |
|
jkriege2
|
ddcc9ea462
|
BUGFIX: Error for PDBs when building STATIC libs on MSVC
BUGFIX: a variable in the ...Config.cmake-files was not set correctly
|
2022-10-06 11:54:18 +02:00 |
|
jkriege2
|
62f27ce9c1
|
NEW: When using a MSVC compiler, the generated PDB files are installed to CMAKE_INSTALL_PREFIX/bin/
|
2022-10-05 21:52:19 +02:00 |
|
jkriege2
|
7b715541e7
|
bugfixed parantheses for JKQTPCALTintslashfrac labels + some Codiga-Violations
|
2022-09-28 01:46:19 +02:00 |
|
jkriege2
|
ce3f25e044
|
added new JKQTPCALabelType element JKQTPCALTformat for general formatting with a std::format-format string (available for C++>=20 only!!!)
|
2022-09-28 00:59:57 +02:00 |
|
jkriege2
|
c1b7f678c7
|
bugfixed issing include
|
2022-09-27 09:57:50 +02:00 |
|
jkriege2
|
71314496a0
|
minor bugfixes
|
2022-09-27 01:55:37 +02:00 |
|
jkriege2
|
2da8553e5d
|
NEW: barcharts may hav rounded corners now, via JKQTPBarGraphBase::setRectRadius()
|
2022-09-27 01:42:54 +02:00 |
|