JKQtPlotter/lib/jkqtcommon
Social_Mean be48ed84ba
Add-qt5.12.12-compatibility (#127)
add qt5.12.12 compatibility

QList::swapItemsAt was introduced in Qt 5.13.
and more ,,, thanks to https://github.com/Social-Mean
2024-03-18 10:42:32 +01:00
..
private updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
CMakeLists.txt bugfixes 2024-01-22 18:20:35 +01:00
jkqtcommon_imexport.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpbasicimagetools.cpp NEW: stacked barcharts may have a small separation (default 1pt) 2024-02-12 22:21:13 +01:00
jkqtpbasicimagetools.h FIX another bug from issue #124: a use of private Qt-API, which is undocumented and not present in all cases was replaced ... 2024-03-15 11:36:40 +01:00
jkqtpcachingtools.cpp NEW JKQTPDataCache class template to generate a (possibly thread-safe) key-value cache 2024-01-08 12:52:50 +01:00
jkqtpcachingtools.h changed QList to std::vector (as QList::emplaceBack ist not available in all Qt versions 2024-01-25 19:23:37 +01:00
jkqtpcodestructuring.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpcodestructuring.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpconcurrencytools.cpp added concurrency tools header to jkqtpcommmon, initially with JKQTPSynchronized<T> 2023-06-25 17:51:21 +02:00
jkqtpconcurrencytools.h MODIFIED: Synchronization of JKQTMathText and JKQTBasePlotter over threads: using read/write lockers now and removed some unnecessary mutexes by using a kind of singleton pattern 2024-01-05 23:26:47 +01:00
jkqtpcsstools.cpp FIX issue #124 QGradient::Preset::NumPresets is undocumented and seems to be missing in some cases --> use QMetaEnum::fromType<QGradient::Preset>().keyCount() instead 2024-03-15 10:15:51 +01:00
jkqtpcsstools.h doc update and many bugfixes 2024-02-12 15:01:46 +01:00
jkqtpdebuggingtools.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpdebuggingtools.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpdrawingtools.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpdrawingtools.h Fixed visual studio warning: warning C4456: declaration of 'all_paths' hides previous local declaration 2024-02-14 10:50:51 -05:00
jkqtpenhancedpainter.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpenhancedpainter.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpexpected.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpexpected.h fixed several compile warnings 2024-01-23 13:09:37 +01:00
jkqtpgeometrytools.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpgeometrytools.h made randomnumber generators seeded with fixed values 2022-08-30 21:33:22 +02:00
jkqtphighrestimer.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtphighrestimer.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpicons.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpicons.h updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpmathtools.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqtpmathtools.h Add-qt5.12.12-compatibility (#127) 2024-03-18 10:42:32 +01:00
jkqtpstringtools.cpp FIX issue #124 QGradient::Preset::NumPresets is undocumented and seems to be missing in some cases --> use QMetaEnum::fromType<QGradient::Preset>().keyCount() instead 2024-03-15 10:15:51 +01:00
jkqtpstringtools.h doc update and many bugfixes 2024-02-12 15:01:46 +01:00
jkqttools.cpp updated copyright timerange to 2024 2024-02-06 14:50:49 +01:00
jkqttools.h FIX another bug from issue #124: a use of private Qt-API, which is undocumented and not present in all cases was replaced ... 2024-03-15 11:36:40 +01:00
LibTarget.cmake.in fix CMake error 2024-01-23 00:48:42 +01:00