.. |
colorpalettes
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
EmfEngine
|
+ bugfixed DLL-export when building shared libraries
|
2019-06-22 14:21:32 +02:00 |
QTeXEngine
|
bugfixed qmake build scripts
|
2022-07-20 21:35:45 +02:00 |
CMakeLists.txt
|
added more auto-generated screenshots
|
2022-08-26 22:32:48 +02:00 |
jkqtpemfengineadapter.cpp
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
jkqtpemfengineadapter.h
|
several minor bugfixes to QMake build system
|
2020-10-19 16:05:18 +02:00 |
jkqtplot_test_and_lib.pro
|
using CMake now to build examples
|
2019-06-20 22:24:47 +02:00 |
jkqtplot_test.cpp
|
added more auto-generated screenshots
|
2022-08-26 22:32:48 +02:00 |
jkqtplot_test.pro
|
improved/fixed qmake-build scripts fot Qt6
|
2022-04-24 22:07:16 +02:00 |
jkqtplot_test.qrc
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
lena.png
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test_excel.dif
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test_excel.slk
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.bmp
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.csv
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.dif
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.gex.txt
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.jpg
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.png
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.ps
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.semi.txt
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.slk
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.svg
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.tab.txt
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.tif
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.txt
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.xbm
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
test.xpm
|
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
|
2018-12-28 17:46:47 +01:00 |
testmain.cpp
|
extensive renaming of classes --> using a unified CamelCase-Scheme now for class/function names
|
2019-01-20 10:49:29 +01:00 |
testmain.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
TestWidgetBarcharts.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 |
TestWidgetBarcharts.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
TestWidgetContourPlots.cpp
|
BREAKING/DEPRECATED: deprecated JKQTBasePlotter::zoom() and JKQTPlotter::zoom(), use JKQTBasePlotter::setXY() and JKQTPlotter::setXY() instead
|
2023-12-22 20:31:25 +01:00 |
TestWidgetContourPlots.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
TestWidgetEmptyPlot.cpp
|
removed/breaking change: removed the overlay elements (derived from JKQTPOverlayElement), which were not very well set up and are more confusing than useful.
|
2020-09-09 11:26:04 +02:00 |
TestWidgetEmptyPlot.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
TestWidgetFunctionPlots.cpp
|
- removed many compiler warnings
|
2019-06-21 21:48:14 +02:00 |
TestWidgetFunctionPlots.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
TestWidgetGeometry.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 |
TestWidgetGeometry.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
TestWidgetGraphs.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 |
TestWidgetGraphs.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
TestWidgetImages.cpp
|
renamed JKQTPColorPaletteStyleAndToolsMixin::setPalette() -> JKQTPColorPaletteStyleAndToolsMixin::setColorPalette()
|
2020-09-11 12:14:51 +02:00 |
TestWidgetImages.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
TestWidgetLogGraphs.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 |
TestWidgetLogGraphs.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
TestWidgetParamScatterPlots.cpp
|
fixed several compiler warnings (mostly Visual Studio): clean-up of use of math constants M_PI ... and j0()/j1()/...-functions etc.
|
2019-11-24 10:42:44 +01:00 |
TestWidgetParamScatterPlots.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
TestWidgetPeaksPlots.cpp
|
fixed several compiler warnings (mostly Visual Studio): clean-up of use of math constants M_PI ... and j0()/j1()/...-functions etc.
|
2019-11-24 10:42:44 +01:00 |
TestWidgetPeaksPlots.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |
TestWidgetRGBImages.cpp
|
fixed several compiler warnings (mostly Visual Studio): clean-up of use of math constants M_PI ... and j0()/j1()/...-functions etc.
|
2019-11-24 10:42:44 +01:00 |
TestWidgetRGBImages.h
|
NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks
|
2023-07-22 14:26:02 +02:00 |