jkriege2
|
677985ae35
|
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 |
|
jkriege2
|
cd77d38a5b
|
IMPROVED handling of JKQTPMouseWheelActions::jkqtpmwaZoomByWheelAndTrackpadPan: now consecutive pan-actions are recognizes as such, even if the pan-delta is larger than the predefined limit ... as long as the events were generated close in time to each other!
|
2023-06-18 15:13:24 +02:00 |
|
jkriege2
|
9762b44b7d
|
IMPROVED/REWORKED: zomm/pan by mouse-wheel: now there are modes that support zoomin AND panning by trakpad and mouse-wheel simultaneously!
|
2023-06-16 13:41:47 +02:00 |
|
jkriege2
|
a1604e1eeb
|
added more auto-generated screenshots
|
2022-08-26 22:32:48 +02:00 |
|
jkriege2
|
ae3d3b479d
|
better way to reuse PCH in examples, added CMake-Option to (de)activate PCH-usage
|
2022-07-22 21:44:16 +02:00 |
|
jkriege2
|
671e25b33b
|
removed some compiler warnings and fixed construction problems
|
2022-07-22 16:24:24 +02:00 |
|
jkriege2
|
25c55391ab
|
NEW: Using precompiled headers in CMake-build to speed up build times
|
2022-07-20 22:31:42 +02:00 |
|
jkriege2
|
d8c1524f61
|
partly solve issue #81 by making print-support optional. In addition it can be switched off with the CMake-option JKQtPlotter_BUILD_FORCE_NO_PRINTER_SUPPORT=ON
|
2022-07-18 23:33:20 +02:00 |
|
jkriege2
|
ae5713ea68
|
implemented feature request #69: Show data tooltip on MouseMove by adding general actions that can be executed on a mouse move operation, when no mouse button is pressed, modification by keyboard modifiers is possible though
|
2022-05-15 14:15:15 +02:00 |
|
jkriege2
|
0a5fa42470
|
more required changes for Qt6 compatibility
|
2022-04-22 13:27:31 +02:00 |
|
jkriege2
|
5abac3b3db
|
fixed CMakeLists.txt cmake-version to work on appveyor Linux build
|
2022-04-18 22:42:18 +02:00 |
|
jkriege2
|
d51d47b2f4
|
requiring higher cmake-version, due to CMP0076
using CMAKE_CURRENT_LIST_DIR instead of CMAKE_CURRENT_SOURCE_DIR
|
2022-04-18 22:00:31 +02:00 |
|
jkriege2
|
098bcf9c8b
|
activated high-dpi scaling for all JKQtPlotter examples
|
2022-04-15 23:01:09 +02:00 |
|
jkriege2
|
56660e2f4b
|
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 |
|
jkriege2
|
f3fa587541
|
reworked CMake build system ... now JKQT...Config.cmake-files are written into the correct directory
|
2019-11-18 15:59:06 +01:00 |
|
jkriege2
|
528f6fe537
|
- added post-build deploy for OpenCV and Qt-DLLs (on windows)
- checked OpenCV-examples and improved OpenCV-copy-tool (now copies as an image column, as appropriate!)
|
2019-11-10 15:35:07 +01:00 |
|
jkriege2
|
34b31812ba
|
+ bugfixed DLL-export when building shared libraries
+ CMAKE now properly adds the Build-type when building libraries
+ removed some more compiler warning
|
2019-06-22 14:21:32 +02:00 |
|
jkriege2
|
fb5b497356
|
- several bugfixes (doc etz.)
- decoration of library names in CMake-builds
- renamed advancedlineandfillstyling to advplotstyling to solve problems with too long filenames
|
2019-06-21 13:44:49 +02:00 |
|
jkriege2
|
7311948d53
|
using CMake now to build examples
restructuring/massive renaming to make this possible
|
2019-06-20 22:24:47 +02:00 |
|