.. |
CMakeLists.txt
|
partly solve issue #81 by making print-support optional. In addition it can be switched off with the CMake-option JKQtPlotter_BUILD_FORCE_NO_PRINTER_SUPPORT=ON
|
2022-07-18 23:33:20 +02:00 |
jkqtcommon_imexport.h
|
using Qt's dllexport/import-macros
|
2022-04-18 22:00:41 +02:00 |
jkqtpalgorithms.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpalgorithms.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtparraytools.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtparraytools.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpbasicimagetools.cpp
|
first round of Qt6 compatibility changes
|
2022-04-21 10:57:24 +02:00 |
jkqtpbasicimagetools.h
|
improved/bugfixed doxygen documentation
|
2022-04-24 13:23:59 +02:00 |
jkqtpcodestructuring.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpcodestructuring.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpdebuggingtools.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpdebuggingtools.h
|
Add missing #include
|
2020-10-02 14:41:42 +01:00 |
jkqtpdrawingtools.cpp
|
- improved: geometric objects now use an adaptive drawing algorithm to represent curves (before e.g. ellipses were always separated into a fixed number of line-segments)
|
2020-09-03 23:08:52 +02:00 |
jkqtpdrawingtools.h
|
- improved: geometric objects now use an adaptive drawing algorithm to represent curves (before e.g. ellipses were always separated into a fixed number of line-segments)
|
2020-09-03 23:08:52 +02:00 |
jkqtpenhancedpainter.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpenhancedpainter.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpgeometrytools.cpp
|
- bugfix: improved handling of DRAGZOOM-UserAction for log-log plots
|
2020-09-08 20:15:33 +02:00 |
jkqtpgeometrytools.h
|
improved/bugfixed doxygen documentation
|
2022-04-24 13:23:59 +02:00 |
jkqtphighrestimer.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtphighrestimer.h
|
improved/bugfixed doxygen documentation
|
2022-04-24 13:23:59 +02:00 |
jkqtpicons.cpp
|
added QIcon-generating functions to jkqtcommon
|
2022-06-02 21:21:51 +02:00 |
jkqtpicons.h
|
added QIcon-generating functions to jkqtcommon
|
2022-06-02 21:21:51 +02:00 |
jkqtplinalgtools.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtplinalgtools.h
|
improved/bugfixed doxygen documentation
|
2022-04-24 13:23:59 +02:00 |
jkqtpmathparser.cpp
|
using automatic memory management instead of local malloc()/free() pairs
|
2022-04-21 21:25:37 +02:00 |
jkqtpmathparser.h
|
comment formatting fix
|
2020-09-21 13:52:13 +02:00 |
jkqtpmathtools.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpmathtools.h
|
- cleanup of class-hierarchy of evaluated functions
|
2020-09-07 20:58:20 +02:00 |
jkqtpstatbasics.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstatbasics.h
|
improved/bugfixed doxygen documentation
|
2022-04-24 13:23:59 +02:00 |
jkqtpstatgrouped.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstatgrouped.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstathistogram.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstathistogram.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstatisticstools.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstatkde.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstatkde.h
|
improved/bugfixed doxygen documentation
|
2022-04-24 13:23:59 +02:00 |
jkqtpstatpoly.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstatpoly.h
|
improved/bugfixed doxygen documentation
|
2022-04-24 13:23:59 +02:00 |
jkqtpstatregression.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstatregression.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstringtools.cpp
|
clean-up of library dependencies
|
2022-07-18 15:01:12 +02:00 |
jkqtpstringtools.h
|
changed JKQTPColorDerivationMode from an ENUM to a STRUCT, which extends its capabilities significantly
|
2022-06-02 21:21:17 +02:00 |
jkqttools.cpp
|
fix for Qt < 5.14
|
2022-04-22 20:53:54 +02:00 |
jkqttools.h
|
more required changes for Qt6 compatibility
|
2022-04-22 13:27:31 +02:00 |
LibTarget.cmake.in
|
clean-up of library dependencies
|
2022-07-18 15:01:12 +02:00 |