.. |
jkqtpbarchart.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 |
jkqtpbarchart.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpbarchartbase.cpp
|
NEW: barcharts and impulse graphs may now draw their baseline as stylable line (default: off)
|
2022-10-31 20:34:01 +01:00 |
jkqtpbarchartbase.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpboxplot.cpp
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpboxplot.h
|
docfix
|
2022-10-22 21:07:14 +02:00 |
jkqtpboxplotbase.cpp
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpboxplotbase.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpboxplotstylingmixins.cpp
|
JKQTPlottter: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('').unicode())
|
2022-09-02 14:19:47 +02:00 |
jkqtpboxplotstylingmixins.h
|
JKQTPlottter: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('').unicode())
|
2022-09-02 14:19:47 +02:00 |
jkqtpcontour.cpp
|
JKQTPlotter: improved plotting speed for line-graphs by drawing a series of single lines instead of a polyline in some cases
|
2022-08-30 22:24:24 +02:00 |
jkqtpcontour.h
|
updated many documentation images to auto-generated ones
|
2022-08-28 22:48:14 +02:00 |
jkqtpevaluatedfunction.cpp
|
BREAKING/FIXED: JKQTPXFunctionLineGraph and JKQTPYFunctionLineGraph do no longer contribute to auto-scaling, as that depends on the current plot-axes (hen-egg-problem).
|
2023-08-14 13:51:18 +02:00 |
jkqtpevaluatedfunction.h
|
BREAKING/FIXED: JKQTPXFunctionLineGraph and JKQTPYFunctionLineGraph do no longer contribute to auto-scaling, as that depends on the current plot-axes (hen-egg-problem).
|
2023-08-14 13:51:18 +02:00 |
jkqtpevaluatedfunctionbase.cpp
|
JKQTPlottter: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('').unicode())
|
2022-09-02 14:19:47 +02:00 |
jkqtpevaluatedfunctionbase.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpevaluatedparametriccurve.cpp
|
JKQTPlotter: improved plotting speed for line-graphs by drawing a series of single lines instead of a polyline in some cases
|
2022-08-30 22:24:24 +02:00 |
jkqtpevaluatedparametriccurve.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpfilledcurve.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 |
jkqtpfilledcurve.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpgeoannotations.cpp
|
JKQTPlottter: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('').unicode())
|
2022-09-02 14:19:47 +02:00 |
jkqtpgeoannotations.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpgeobase.cpp
|
fixed issue #73: Symbol thickness differs in actual plot and legend
|
2022-08-30 09:44:40 +02:00 |
jkqtpgeobase.h
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpgeolines.cpp
|
FIXED: implemented missing JKQTPGeoArrow constructors
|
2023-07-21 19:32:47 +02:00 |
jkqtpgeolines.h
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpgeometric.cpp
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpgeometric.h
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpgeoshapes.cpp
|
FIXED: JKQTPGeoEllipse is now correctly drawn with a nonzero angle
|
2023-07-21 19:27:57 +02:00 |
jkqtpgeoshapes.h
|
replaced QVector<QPointF> by QPolygonfF, as Qt changes from QVector to QList with Qt5->Qt6
|
2022-08-25 17:46:57 +02:00 |
jkqtpimage.cpp
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpimage.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpimageoverlays.cpp
|
JKQTPlottter: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('').unicode())
|
2022-09-02 14:19:47 +02:00 |
jkqtpimageoverlays.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpimagergb.cpp
|
removed some compiler warnings and fixed construction problems
|
2022-07-22 16:24:24 +02:00 |
jkqtpimagergb.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpimpulses.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 |
jkqtpimpulses.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtplines.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 |
jkqtplines.h
|
docfix
|
2022-10-22 21:07:14 +02:00 |
jkqtpparsedfunction.cpp
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpparsedfunction.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtppeakstream.cpp
|
update plot imaged for tutorials: datastore, datastorw_groupstat, datastore_regression, datastore_iterators, datastore_statistics
|
2023-08-15 15:02:39 +02:00 |
jkqtppeakstream.h
|
docfix
|
2022-10-22 21:07:14 +02:00 |
jkqtprange.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 |
jkqtprange.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpscatter.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 |
jkqtpscatter.h
|
docfix
|
2022-10-22 21:07:14 +02:00 |
jkqtpsinglecolumnsymbols.cpp
|
JKQTPlottter: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('').unicode())
|
2022-09-02 14:19:47 +02:00 |
jkqtpsinglecolumnsymbols.h
|
docfix
|
2022-10-22 21:07:14 +02:00 |
jkqtpspecialline.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 |
jkqtpspecialline.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpstatisticsadaptors.cpp
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpstatisticsadaptors.h
|
renamed sub-library JKQTCommonMathAndStatistics to JKATMath. This results in shorter filenames
|
2023-03-15 14:59:34 +01:00 |
jkqtpviolinplot.cpp
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpviolinplot.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
jkqtpviolinplotstylingmixins.cpp
|
JKQTPlottter: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('').unicode())
|
2022-09-02 14:19:47 +02:00 |
jkqtpviolinplotstylingmixins.h
|
JKQTPlottter: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('').unicode())
|
2022-09-02 14:19:47 +02:00 |