.. |
graphs
|
dox update/fix
|
2022-09-19 21:55:12 +02:00 |
gui
|
JKQTPCALTprintf for general axis tick formatting with a printf-format string
|
2022-09-24 00:16:57 +02:00 |
private
|
split jkqtcommon into basic tools and jkqtcommon_statistics_and_math for advanced math tools not used by all libs
|
2022-07-23 15:31:56 +02:00 |
resources
|
updated style.inis
|
2022-09-01 22:25:28 +02:00 |
CMakeLists.txt
|
JKQTPlotter: REORGANIZED: separated line-graphs from jkqtpscatter.h/.cpp into jkqtplines.h/.cpp
|
2022-08-25 22:41:41 +02: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
|
JKQTPlotter: NEW: Added signals JKQTBasePlotter::beforeExporting()/JKQTBasePlotter::afterExporting() and JKQTBasePlotterJKQTBasePlotter:beforePrinting()/JKQTBasePlotter::afterPrinting() which allow to modify the plot just before and just after an export/print
|
2022-09-12 00:35:45 +02:00 |
jkqtpbaseplotter.h
|
NEW: added possibility to scale the axis ticks by a factor (e.g. pi) to generate axes with ticks 0pi, 1pi, 2pi ...
|
2022-09-24 02:06:42 +02:00 |
jkqtpbaseplotterstyle.cpp
|
JKQTMathText:
|
2022-09-01 14:36:34 +02:00 |
jkqtpbaseplotterstyle.h
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpcoordinateaxes.cpp
|
NEW: added possibility to scale the axis ticks by a factor (e.g. pi) to generate axes with ticks 0pi, 1pi, 2pi ...
|
2022-09-24 02:06:42 +02:00 |
jkqtpcoordinateaxes.h
|
NEW: added possibility to scale the axis ticks by a factor (e.g. pi) to generate axes with ticks 0pi, 1pi, 2pi ...
|
2022-09-24 02:06:42 +02:00 |
jkqtpcoordinateaxesstyle.cpp
|
added missing include
|
2022-09-24 02:10:14 +02:00 |
jkqtpcoordinateaxesstyle.h
|
JKQTPCALTprintf for general axis tick formatting with a printf-format string
|
2022-09-24 00:16:57 +02:00 |
jkqtpdatastorage.cpp
|
fixed several (pedantic) compiler warnings
|
2022-07-23 16:05:13 +02:00 |
jkqtpdatastorage.h
|
dox update/fix
|
2022-09-19 21:55:12 +02:00 |
jkqtpgraphsbase.cpp
|
JKQTPlotter: NEW: added JKQTPXYGraph::setKeyColumn()/JKQTPXYGraph::getKeyColumn() and JKQTPXYGraph::setValueColumn()/JKQTPXYGraph::getValueColumn() and corresponding functions in other classes.
|
2022-09-10 13:38:29 +02:00 |
jkqtpgraphsbase.h
|
dox update/fix
|
2022-09-19 21:55:12 +02:00 |
jkqtpgraphsbaseerrors.cpp
|
JKQTPlotter: IMPROVED/REWORKED: reworked JKQTPErrorPlotstyle and error indicator plotting so error-inidcators can be specified as ORed combination of flags from JKQTPErrorPlotstyleElements, added additional error indicator styles (half-bars, arrows...)
|
2022-09-14 22:03:46 +02:00 |
jkqtpgraphsbaseerrors.h
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpgraphsbasestyle.cpp
|
changed JKQTPColorDerivationMode from an ENUM to a STRUCT, which extends its capabilities significantly
|
2022-06-02 21:21:17 +02:00 |
jkqtpgraphsbasestyle.h
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpgraphsbasestylingmixins.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 |
jkqtpgraphsbasestylingmixins.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 |
jkqtpimagetools.cpp
|
IMPROVED/REWORKED: reworked JKQTPCADrawMode and coordinate axis drawing so the draw mide can be specified as ORed combination of flags from JKQTPCADrawModeElements, added flags to draw arrows at the end of the axis line
|
2022-09-23 20:43:53 +02: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 |
jkqtpkeystyle.cpp
|
updated copyright notice
|
2022-07-19 13:40:43 +02:00 |
jkqtpkeystyle.h
|
NEW: Using precompiled headers in CMake-build to speed up build times
|
2022-07-20 22:31:42 +02: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
|
JKQTPlotter: generate High-DPI Icons, where necessary/appropriate
|
2022-09-01 21:37:50 +02:00 |
jkqtplotter.h
|
dox update/fix
|
2022-09-19 21:55:12 +02:00 |
jkqtplotterstyle.cpp
|
JKQTMathText:
|
2022-09-01 14:36:34 +02:00 |
jkqtplotterstyle.h
|
removed some compiler warnings and fixed construction problems
|
2022-07-22 16:24:24 +02:00 |
jkqtptools.cpp
|
JKQTPCALTprintf for general axis tick formatting with a printf-format string
|
2022-09-24 00:16:57 +02:00 |
jkqtptools.h
|
NEW: added possibility to scale the axis ticks by a factor (e.g. pi) to generate axes with ticks 0pi, 1pi, 2pi ...
|
2022-09-24 02:06:42 +02:00 |
LibTarget.cmake.in
|
CMake-System bugfix (in exports): added missing find_package(JKQTCommonStatisticsAndMath)
|
2022-08-22 16:38:30 +02:00 |