..
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
improved/fixed qmake-build scripts fot Qt6
2022-04-24 22:07:16 +02:00
CMakeLists.txt
fixed CMakeLists.txt cmake-version to work on appveyor Linux build
2022-04-18 22:42:18 +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
more required changes for Qt6 compatibility
2022-04-22 13:27:31 +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
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
TestWidgetBarcharts.cpp
- JKQTMathText: IMPROVED/breaking: refactored symbol node JKQTMathTextSymbolNode and changed font-lookup!
2022-07-03 20:30:12 +02:00
TestWidgetBarcharts.h
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
TestWidgetContourPlots.cpp
fixed rename setPalette()->setColorPalette() in examples
2020-09-11 15:28:56 +02:00
TestWidgetContourPlots.h
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.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
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
TestWidgetFunctionPlots.cpp
- removed many compiler warnings
2019-06-21 21:48:14 +02:00
TestWidgetFunctionPlots.h
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
TestWidgetGeometry.cpp
- breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system
2020-09-26 15:58:58 +02:00
TestWidgetGeometry.h
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
TestWidgetGraphs.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
TestWidgetGraphs.h
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
TestWidgetImages.cpp
renamed JKQTPColorPaletteStyleAndToolsMixin::setPalette() -> JKQTPColorPaletteStyleAndToolsMixin::setColorPalette()
2020-09-11 12:14:51 +02:00
TestWidgetImages.h
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
TestWidgetLogGraphs.cpp
- removed many compiler warnings
2019-06-21 21:48:14 +02:00
TestWidgetLogGraphs.h
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
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
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
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
further reorganizations of code
2019-06-20 16:25:29 +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
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