.. |
CMakeLists.txt
|
modified CMakeLists.txt to match Qt6
|
2022-04-18 23:10:05 +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
|
using automatic memory management instead of local malloc()/free() pairs
|
2022-04-21 21:25:37 +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
|
simplification/unification: JKQTPXFunctionLineGraph and JKQTPYFunctionLineGraph now use JKQTPAdaptiveFunctionGraphEvaluator to generate sample points
|
2020-09-05 12:44:02 +02:00 |
jkqtphighrestimer.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtphighrestimer.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtplinalgtools.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtplinalgtools.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +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
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +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
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstatpoly.cpp
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqtpstatpoly.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +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
|
Merge branch 'master' into add_qt6_compatibility
|
2022-04-21 21:28:49 +02:00 |
jkqtpstringtools.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
jkqttools.cpp
|
first round of Qt6 compatibility changes
|
2022-04-21 10:57:24 +02:00 |
jkqttools.h
|
diverse code improvements, increased copyright year to 2020
|
2020-08-26 12:58:23 +02:00 |
LibTarget.cmake.in
|
modified CMakeLists.txt to match Qt6
|
2022-04-18 23:10:05 +02:00 |