146 Commits

Author SHA1 Message Date
Uwe Rathmann
b140d1b30a QskGradientDirection introduced - no more classes derived from
QskGradient
2022-11-13 17:22:09 +01:00
Uwe Rathmann
ad67d035f3 new QskGradient 2022-10-31 14:42:08 +01:00
Uwe Rathmann
38bc3286cd QskGradient improved ( linear/radial/conic gradients ) 2022-10-31 14:22:20 +01:00
Uwe Rathmann
51a7e4e589 Using our own gradient shaders ( no dependencies from quickshapes
anymore ). shapes/Gradient has not yet been merged into QskGradient
and we still have some stupid conversions to QGradient in the way.
2022-10-13 19:39:57 +02:00
Uwe Rathmann
cfc3d8f079 comiler errors fixed 2022-10-07 19:01:07 +02:00
Uwe Rathmann
9d640d3f06 Qt5 fixes 2022-10-07 16:17:52 +02:00
Uwe Rathmann
f20abaddd2 example improved 2022-10-07 14:40:10 +02:00
Uwe Rathmann
b1bf367fa6 shapes example improved, linear/radial/conic gradients shown 2022-10-07 14:36:14 +02:00
Uwe Rathmann
ee7dbb300a scaling of pens moved to QskStrokeNode 2022-09-30 15:09:52 +02:00
Uwe Rathmann
45e59d6c10 wip 2022-09-29 17:26:15 +02:00
Uwe Rathmann
f798f2228c more details around shapes 2022-09-29 16:50:46 +02:00
Uwe Rathmann
b138d04053 shaders for gradients ( QGradient variations ) added 2022-09-28 20:14:10 +02:00
Uwe Rathmann
f3acb55170 code improved 2022-09-27 15:06:44 +02:00
Uwe Rathmann
c8367c8a5e shapes playground example added 2022-09-26 17:51:28 +02:00
Uwe Rathmann
d424927fe8 dashboard exampe renamed to dials 2022-07-14 18:53:01 +02:00
Uwe Rathmann
1bcfd82d10 dashboard example simplified 2022-07-14 18:50:17 +02:00
Uwe Rathmann
3b03d942e7 examples/automotive moved to playground/dashboard 2022-07-14 14:03:46 +02:00
Uwe Rathmann
1ef8078b61 wip 2022-07-14 14:03:03 +02:00
Uwe Rathmann
bf15d21fb5 shadows example improved 2022-06-14 11:58:56 +02:00
Uwe Rathmann
1339a5f4cb shadows added to the box model 2022-06-13 17:01:15 +02:00
Uwe Rathmann
0ed9afe2b4 QskBoxShadowNode introduced ( from playground/shadows )
- shader code migrated from glsl to vulkan-glsl
   - #ifdef "Geschnetzel" introduced to support old and rhi graphic APIs
   - iotdashboard, shadows examples adjusted
2022-06-04 17:56:14 +02:00
Uwe Rathmann
b2a95c126e memory leak fixed 2022-05-30 17:17:47 +02:00
Uwe Rathmann
28d9b7385f compiler warning fixed 2022-05-02 16:26:13 +02:00
Uwe Rathmann
1f0ad384ac dropping support for Qt < 5.15 2022-04-16 16:29:58 +02:00
Uwe Rathmann
3a88045f80 Skinny::init added 2022-04-12 14:13:59 +02:00
Uwe Rathmann
d42e27af5d some adjustments for the software renderer 2022-04-11 11:13:47 +02:00
Uwe Rathmann
4e8ede8130 QQuickImagePrivate can be used now 2022-04-11 10:12:33 +02:00
Uwe Rathmann
69e4152b4c QskPlacementPolicy introduced 2022-04-08 16:46:20 +02:00
Uwe Rathmann
bd9718007d workaround for Qt 6.2 incompatibility 2022-04-01 14:53:20 +02:00
Uwe Rathmann
a676caf994 support lib reorganized 2022-04-01 13:56:16 +02:00
Uwe Rathmann
d46f63fef1 LICENSE/README for Kiwi added 2022-03-25 11:05:36 +01:00
Uwe Rathmann
3442542048 using const methods 2022-03-24 08:50:28 +01:00
Uwe Rathmann
1cc0dff8d5 uncrustified 2022-03-23 11:54:34 +01:00
Uwe Rathmann
7f5d289808 obsolete code for earlier versions removed 2022-03-20 14:22:11 +01:00
Uwe Rathmann
1c30548690 workaround for missing skin loading 2021-12-17 14:44:31 +01:00
Uwe Rathmann
303dd2f25d using C++ auto 2021-10-27 13:02:18 +02:00
Uwe Rathmann
10519ffee0 Qt 5.6 incompatibility fixed 2021-10-26 10:59:26 +02:00
Uwe Rathmann
e0cdc8d768 shadows added for Qt < 6 2021-09-24 12:58:29 +02:00
Uwe Rathmann
c5ebb6c298 broken code removed from default build 2021-09-21 08:50:23 +02:00
Uwe Rathmann
00f025190d shadows does not yet build with qt >= 6 2021-09-19 20:10:40 +02:00
Uwe Rathmann
2438b0f7ee playing with shadows 2021-09-18 14:48:25 +02:00
Uwe Rathmann
3956f123f5 using pragma once for the examples 2021-08-04 10:11:12 +02:00
Uwe Rathmann
02ad876e14 Qt 5.15 ( probably earlier ) needs te initialization in componentComplete 2021-07-16 16:02:15 +02:00
Uwe Rathmann
c1e70a2d9e more convenience methods to access skin hints 2020-12-15 07:21:12 +01:00
Uwe Rathmann
fbf2a33a9a uncrustified 2020-12-05 15:09:31 +01:00
Uwe Rathmann
d334ed84c5 API cleanup 2020-11-11 11:50:41 +01:00
Uwe Rathmann
da1f385682 using elementCount instead of count 2020-11-11 10:31:39 +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
3bcba6faaf wrong empty check fixed 2020-10-31 10:03:56 +01:00
Uwe Rathmann
901de11d1b avoid initial warnings with empty sizes 2020-10-31 09:58:33 +01:00