JKQtPlotter/lib/jkqtcommon
2024-01-10 10:30:55 +01:00
..
private JKQTMathText: added support for \c \\char"HEX , \c \\char'OCTAL and \c \\charDECIMAL for inserting any uicode character code 2022-08-01 13:39:34 +02:00
CMakeLists.txt NEW JKQTPDataCache class template to generate a (possibly thread-safe) key-value cache 2024-01-08 12:52:50 +01:00
jkqtcommon_imexport.h fixed several doxygen errors 2022-07-24 14:50:28 +02:00
jkqtpbasicimagetools.cpp FIXed Security Alerts: 2024-01-09 17:38:46 +01:00
jkqtpbasicimagetools.h FIXed Security Alerts: 2024-01-09 17:38:46 +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 NEW JKQTPDataCache class template to generate a (possibly thread-safe) key-value cache 2024-01-08 12:52:50 +01:00
jkqtpcodestructuring.cpp updated copyright notice 2022-07-19 13:40:43 +02:00
jkqtpcodestructuring.h updated copyright notice 2022-07-19 13:40:43 +02: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
jkqtpdebuggingtools.cpp add the thread-ID to the output of JKQTPAutoOutputTimer 2024-01-08 12:53:11 +01:00
jkqtpdebuggingtools.h REWORKed JKQTPASSERT_M() und JKQTPASSERT() macros (removed unnecessary helper functions) 2024-01-10 10:30:55 +01:00
jkqtpdrawingtools.cpp 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
jkqtpdrawingtools.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
jkqtpenhancedpainter.cpp NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
jkqtpenhancedpainter.h NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
jkqtpgeometrytools.cpp FIXED: JKQTPGeoEllipse is now correctly drawn with a nonzero angle 2023-07-21 19:27:57 +02:00
jkqtpgeometrytools.h made randomnumber generators seeded with fixed values 2022-08-30 21:33:22 +02:00
jkqtphighrestimer.cpp updated copyright notice 2022-07-19 13:40:43 +02:00
jkqtphighrestimer.h dox update/fix 2022-09-19 21:55:12 +02:00
jkqtpicons.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
jkqtpicons.h fixed several doxygen errors 2022-07-24 14:50:28 +02:00
jkqtpmathtools.cpp NEW: Added new JKQTPCALabelType elements (JKQTPCALTfrac...), so axis label ticks can be displayed as fractions 1/2 instead of 0.5 2022-09-22 00:44:54 +02:00
jkqtpmathtools.h REWORKED improved implementation of jkqtp_bounded<T>(TIn v), which now can cope with cases where TIn is signed, but T is unsigned 2024-01-09 17:38:54 +01:00
jkqtpstringtools.cpp fixed some Qt5 compile errors 2023-07-22 10:45:11 +02:00
jkqtpstringtools.h NEW: You can use additional syntax derived from CCS to define colors in style.ini.files (or when using jkqtp_String2QColor() ): You can use full CSS-color syntax with functions "rgb(R,G,B)", "rgba(...)", "hsl(...)", "hsv(...)", "gray(...)", "green(...)", "red(...)", "blue(...)" 2023-07-21 19:25:46 +02:00
jkqttools.cpp moved some functions 2022-07-24 14:50:46 +02:00
jkqttools.h moved some functions 2022-07-24 14:50:46 +02:00
LibTarget.cmake.in clean-up of library dependencies 2022-07-18 15:01:12 +02:00