828 Commits

Author SHA1 Message Date
Uwe Rathmann
ec0d3dc49a deprecated calls removed 2020-11-11 08:50:01 +01:00
Uwe Rathmann
774a34a6b8 finally the code seems to work with Qt 6.0.0 Beta 2 2020-11-01 16:57:59 +01:00
Uwe Rathmann
75cdda5f6a working towards Qt6 2020-11-01 15:44:15 +01:00
Uwe Rathmann
5e195a9743 includes fixed 2020-11-01 12:09:52 +01:00
Uwe Rathmann
271b595609 code moved to QskTextureRenderer 2020-11-01 10:43:16 +01:00
Uwe Rathmann
d64f861e33 code cleanup 2020-11-01 10:16:28 +01:00
Uwe Rathmann
c9e959e73f makeing code more readable 2020-11-01 09:28:20 +01:00
Uwe Rathmann
a5327a68b8 using c++11 auto 2020-11-01 09:26:19 +01:00
Uwe Rathmann
9426e69e3e Qt6 incomptibilities 2020-11-01 08:48:50 +01:00
Uwe Rathmann
c7383a5e31 disabled lines for DebugContext added 2020-11-01 08:48:19 +01:00
Uwe Rathmann
b004e6d8d5 code improved 2020-10-31 08:06:41 +01:00
Uwe Rathmann
e86ce49fb4 converters added 2020-10-30 07:29:43 +01:00
Uwe Rathmann
9a3e8d0d2d using QskMargins instead of QMargins in Q_PROPRTY definitions to get Qt6
working
2020-10-28 19:35:51 +01:00
Uwe Rathmann
aed9412aee Q_GADGET added 2020-10-28 12:33:51 +01:00
Uwe Rathmann
1eada5fbe0 Qt6 incompatibilities fixed 2020-10-28 12:33:26 +01:00
Uwe Rathmann
a81c0e4708 version check fixed 2020-10-28 08:28:13 +01:00
Uwe Rathmann
4c6e0ae32d Qt5 incompatibilities 2020-10-26 18:50:48 +01:00
Uwe Rathmann
4d7d9735dc prepairing Qt6 usage 2020-10-26 18:06:06 +01:00
Uwe Rathmann
93dc6f76f7 Qt6 incompatibilities fixed 2020-10-26 17:59:19 +01:00
Uwe Rathmann
8e410a9e4b Qt6 incompatibilities fixed 2020-10-26 17:52:08 +01:00
Uwe Rathmann
07cdcc56df code improved 2020-10-26 14:13:57 +01:00
Uwe Rathmann
5757d49ba9 avoid Qt5/6 incompatibilities 2020-10-25 18:04:55 +01:00
Uwe Rathmann
963ccb1da8 avoid Qt 5/6 incompatibilities 2020-10-25 17:53:22 +01:00
Uwe Rathmann
571f532307 moving ClipItem to namespace 2020-10-25 17:40:29 +01:00
Uwe Rathmann
1228518e6a avoid Qt5/6 incompatbilities 2020-10-25 17:35:50 +01:00
Uwe Rathmann
35c786c012 Qt 6 incompatibilities fixed 2020-10-25 16:09:49 +01:00
Uwe Rathmann
a101080231 Qt6 incompatibilities fixed 2020-10-25 15:56:22 +01:00
Uwe Rathmann
0c37453d5f workaround for Qt 5/6 QMouseEvent incompatabilities 2020-10-25 15:55:02 +01:00
Uwe Rathmann
bf4fbaa905 no QVector forward declaration - can't be done with Qt6, but as we have
all what we need from qglobal.h ...
2020-10-25 14:57:41 +01:00
Uwe Rathmann
c4b32c0d50 Qt6 incompatibility 2020-10-23 14:08:27 +02:00
Uwe Rathmann
21bd75ae5b Qt6 incompatibility fixed 2020-10-23 14:00:27 +02:00
Uwe Rathmann
205de91dae Qt6 incompatibility fixed 2020-10-23 13:54:27 +02:00
Uwe Rathmann
484c0ceec5 no QStringList forward declarations possible with Qt6 - so we have to
rely on Qt headers we have included before. Not good ...
2020-10-23 13:45:09 +02:00
Uwe Rathmann
77c00fb727 no QVector forward declarations with Qt6 2020-10-23 13:44:29 +02:00
Uwe Rathmann
27c4704f68 no QVector forward declarations possible with Qt6 2020-10-23 13:43:28 +02:00
Uwe Rathmann
4fefe62ad0 Qt6 changes for QList/QVector disaallow forward declarations, but as
with every qobject.h we have qlist.h anyway
2020-10-23 13:41:18 +02:00
Uwe Rathmann
5d9d307d6f Qt6 compatibility fixes 2020-10-23 13:38:00 +02:00
Uwe Rathmann
862ab8cc16 Qt6 incompatibilities fixed 2020-10-23 13:20:51 +02:00
Uwe Rathmann
b351e078f5 Qt6 incompatibility fixed 2020-10-23 12:49:42 +02:00
Uwe Rathmann
2d8e3ec7a8 avoid deprecated APIs 2020-10-23 12:49:10 +02:00
Uwe Rathmann
60c8ec4746 avoid dprecated APIs 2020-10-23 12:48:34 +02:00
Uwe Rathmann
19b5918f43 Merge branch 'master' of https://github.com/uwerat/qskinny 2020-10-20 17:48:02 +02:00
Uwe Rathmann
bb0cb27e69 version ifdefing simplified 2020-10-20 17:47:19 +02:00
Uwe Rathmann
a5cf44a869 missing include added 2020-10-20 17:46:22 +02:00
Uwe Rathmann
7ac3375d30 unused member removed 2020-10-20 17:45:31 +02:00
Uwe Rathmann
9b9fb04adb shadowRect added 2020-10-20 17:45:07 +02:00
Uwe Rathmann
6e1eb9801a setReadOnly fixed 2020-10-20 12:03:05 +02:00
Uwe Rathmann
d0b833a38d missing inline keywords added 2020-10-09 08:37:23 +02:00
Uwe Rathmann
e5f770d753 QskShadowMetrics added 2020-10-09 08:21:30 +02:00
Uwe Rathmann
1b8bbdc261 hash function simplified 2020-10-09 08:21:06 +02:00