57 Commits

Author SHA1 Message Date
Uwe Rathmann
598224e487 qmake setup changed 2022-03-18 12:32:57 +01:00
Uwe Rathmann
ae2c6d87a8 upport for Qt < Qt 5.12 dropped 2022-03-08 11:53:46 +01:00
Uwe Rathmann
2bfb68c7de formal changes 2022-03-08 11:18:10 +01:00
Uwe Rathmann
49de58cdc4 cacheSize as property 2022-03-08 11:17:48 +01:00
Uwe Rathmann
96e210ce3c Qt 6.3 ( beta1 ) incompatibilities fixed 2022-02-06 14:32:26 +01:00
Uwe Rathmann
3842ca36a3 QskGraphic::aspectRatio added 2021-12-22 15:07:03 +01:00
Uwe Rathmann
738de14d4c hiding the devicePixelRato scaling in the nodes 2021-12-13 16:43:34 +01:00
Uwe Rathmann
b0cbb4f9e4 missing paint device metrics added 2021-12-09 17:22:52 +01:00
Uwe Rathmann
6194f947b8 fromPixmapAsImage added 2021-10-26 11:33:26 +02:00
Uwe Rathmann
4a63f2cf68 using QDataStream::Qt_5_6 2021-09-14 13:25:11 +02:00
Uwe Rathmann
13867df163 making clang happy 2021-07-14 14:43:12 +02:00
Uwe Rathmann
40b257a36f hash function for QskGraphic added 2021-02-05 13:21:35 +01:00
Uwe Rathmann
fbf2a33a9a uncrustified 2020-12-05 15:09:31 +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
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
7ac3375d30 unused member removed 2020-10-20 17:45:31 +02:00
Uwe Rathmann
31244327f2 mutex added when accessing the cache 2020-09-22 12:33:31 +02:00
Uwe Rathmann
5bd66a27a8 QskRgbValue -> QskRgb 2020-08-15 13:29:17 +02:00
Uwe Rathmann
acbfb9a006 more C++11 specifier 2020-05-03 14:02:54 +02:00
Uwe Rathmann
0fa33f6061 more C++11 specifier 2020-05-03 14:01:41 +02:00
Uwe Rathmann
d5604823c2 missing include ( Qt 5.15-Beta2 ) added 2020-03-29 11:40:07 +02:00
Uwe Rathmann
167f7f628c QskGraphicPaintEngine::drawTextItem added 2020-03-17 12:01:05 +01:00
Uwe Rathmann
062713e8cc avoid using deprecated calls 2020-03-13 13:32:22 +01:00
Uwe Rathmann
89b8321ed7 avoid deprecation warnings 2020-03-12 09:56:38 +01:00
Uwe Rathmann
ea055fc7a7 avoid incompatible Qt::endl calls 2020-01-02 17:49:10 +01:00
Uwe Rathmann
efabc6d2ee version compatible handling of QPainter::RenderHints 2020-01-02 12:21:32 +01:00
Uwe Rathmann
fa1cff904c debug operator added, avoid new/delete 2019-12-30 20:06:46 +01:00
Uwe Rathmann
62e4dbf542 using auto 2019-12-30 20:04:22 +01:00
Uwe Rathmann
8fccc35156 detection of non-translating transformations fixed 2019-12-05 11:26:48 +01:00
Uwe Rathmann
06959dfc86 not using Q_GADGET to avoid having a moc file, that needs to be included
in the standalone mode of svg2qvg
2019-12-05 10:08:11 +01:00
Uwe Rathmann
3046650f0d QskGraphic::Commandtypes added 2019-12-04 18:33:30 +01:00
Uwe Rathmann
ba95c58aa2 CONFIG+=hide_symbols added 2019-04-01 17:41:21 +02:00
Uwe Rathmann
319ad18fd6 QskGraphic::reset fixed 2019-03-16 16:06:10 +01:00
Uwe Rathmann
280ce5149d aspectRatio as parameter added, using IgnoreAspectRatio for graphics
what fixes resizing the background of the automotive example
2018-11-25 16:47:27 +01:00
Uwe Rathmann
7d39d8dbf6 including cpp files tp svg2qvg to drop runtime dependencies 2018-10-22 10:09:37 +02:00
Uwe Rathmann
2b84276019 heightForWidth/widthForHeight added 2018-10-18 15:41:33 +02:00
Uwe Rathmann
da0fb28290 QskPaintedNode/QskTextureRenderer added 2018-10-04 16:15:42 +02:00
Uwe Rathmann
cdc0c108ab not using QOpenGLTexture anymore and now we have access to the textureId
in a MSVC compatible way ( also not having to create a temporary QObject
for translating a QImage into a texture )
2018-09-30 18:09:17 +02:00
Uwe Rathmann
a5b3a70e7d some temporary workarounds for MSVC problems 2018-09-23 17:25:32 +02:00
Uwe Rathmann
e9facebb29 using c++11 iteration 2018-08-03 08:46:02 +02:00
Uwe Rathmann
2a3811fcd9 QskGlobal include cleanup 2018-08-03 08:30:23 +02:00
Uwe Rathmann
0a92cb82db playing with clang-format 2018-08-03 08:15:28 +02:00
Uwe Rathmann
68bc2f032c dh 2018-07-31 17:32:25 +02:00
Uwe Rathmann
aaac57de94 unused member removed 2018-07-19 14:10:48 +02:00
Uwe Rathmann
4b67e7f37b better handling of devicePixelRatio 2018-07-13 15:09:25 +02:00
Uwe Rathmann
c4325d5f45 interpolating QskColorFilter fixed 2018-03-22 11:21:02 +01:00
Uwe Rathmann
c88ae44687 unused color table removed 2018-03-15 20:18:53 +01:00
Uwe Rathmann
95ffcdaa23 some fixes 2017-12-22 14:15:24 +01:00