Uwe Rathmann
0d86454774
elide mode for QskTextField::PlaceholderText added
2024-12-10 11:27:16 +01:00
Uwe Rathmann
66d97831b5
QskTextColors is a Q_GADGET now
2024-12-09 12:01:16 +01:00
Uwe Rathmann
109fc7d7f4
QskBoxClipNode renamed to QskClipNode + more clip options added
2024-11-20 14:57:16 +01:00
Uwe Rathmann
fe1706905e
passing QQuickWindow to the box renderer, so it knows about detals of
...
the render target ( f.e devivePixelratio )
2024-11-07 11:21:45 +01:00
Uwe Rathmann
9d8666290f
QskShadowMetrics::ShapeMode introduced
2024-10-25 18:54:04 +02:00
Uwe Rathmann
1258c17534
several fixes concerning box shadows
2024-10-24 10:16:51 +02:00
Uwe Rathmann
af34d7b8f2
arc shadow shader moved to playground shadows - the algo does not match
...
the arc renderer.
2024-09-30 12:06:51 +02:00
Uwe Rathmann
46e5630f48
handling of background node improved
2024-09-17 17:52:52 +02:00
Uwe Rathmann
6c391b831d
functionality of QskBoxFillNode/QskRectangleNode moved into QskBoxRectangleNode
2024-09-17 13:57:10 +02:00
Uwe Rathmann
2585385e28
QskSetup is a namespace now
2024-02-02 15:01:43 +01:00
Uwe Rathmann
4862b2b467
QskQuickItem shortened to QskItem
2024-02-02 14:13:33 +01:00
Uwe Rathmann
511db2650e
copyright notice generalised
2024-01-17 14:31:45 +01:00
Uwe Rathmann
e63b064f5a
QskArcShadowNode introduced ( kudos to Rick )
2024-01-06 15:05:30 +01:00
Uwe Rathmann
3eb62bb692
smooth state transitions for listbox row selections
2023-08-10 18:43:24 +02:00
Uwe Rathmann
eb0bac4927
using std::as_const to avoid deprecation warnings
2023-07-20 08:36:07 +02:00
Uwe Rathmann
587183993b
QskLinesNode improvements
2023-05-25 15:03:48 +02:00
Uwe Rathmann
585f763542
QskSkinnable can be used in combination with a simple QQuickItem now
2023-05-02 09:44:57 +02:00
Uwe Rathmann
785cb33739
QskArcNode supports borders now
2023-04-17 10:54:44 +02:00
Uwe Rathmann
328e6a9e6f
QskArcNode as composite of fill/border nodes
2023-04-14 12:44:49 +02:00
Uwe Rathmann
73dd618626
working on arcs
2023-04-14 09:47:10 +02:00
Uwe Rathmann
45a1bc3564
QskArcNode is a QskShapeNode now.
...
The performance of the previous implementation was simply horrible,
when drawing an arc with a small span angle. The size of the corresponding full circle
is huge and the previous implementation always created an image/texture with
that size.
However the final implementation is supposed to create vertex lists
- like what the box renderer does. So this code will also not stay forever.
2023-04-12 12:19:26 +02:00
Uwe Rathmann
9e583166ff
BSD-3-Clause license
2023-04-06 09:23:37 +02:00
Uwe Rathmann
1ac6334c0e
avoidable private includes removed
2023-04-05 09:56:28 +02:00
Uwe Rathmann
c587263592
symbolHints introduced, several skinlets changed to make use of them
2023-03-02 14:56:30 +01:00
Uwe Rathmann
9ae7dc2f63
QskGradientNode renamed to QskRectangleNode
2022-12-06 09:58:46 +01:00
Uwe Rathmann
6d726eee0a
QskGradientNode introduced for rectangles filled with any type of
...
gradient being supported by QskGradient. It is lighter than QskBoxNode,
that is a compositition of border/gradient/shadow. Used for the
background node now - what means, that background can have radial/conic
gradients now as well.
2022-12-05 17:10:13 +01:00
Uwe Rathmann
125fe1e9f4
QskBoxNode renamed to QskBoxRectangleNode, QskShadedBoxNode renamed to QskBoxNode
2022-12-05 12:34:08 +01:00
Uwe Rathmann
912d768a61
QskControl::Background subcontrol introduced allowing to have a default setting for
...
all backgrounds ( color, padding ) without changing the overall fallback settings. This made
it possible to remove the confusing autoFillBackground property.
2022-11-18 13:20:21 +01:00
Uwe Rathmann
4f8a76234a
index added for animator lookups to allow smooth transitions f.e when
...
selcting an cell in a list box
2022-09-13 12:40:44 +02:00
Uwe Rathmann
896145ac11
QskTextOptions as skin hints
2022-08-25 09:39:33 +02:00
Uwe Rathmann
be53343375
do not align to scene coordinates for transformations beyond
...
translations
2022-08-03 09:39:15 +02:00
Uwe Rathmann
6c778c4b07
qskAlignedRect overloads
2022-07-28 16:51:20 +02:00
Uwe Rathmann
d7d90a9dc8
using QskSGNode::ensureNode
2022-07-18 16:26:49 +02:00
Uwe Rathmann
1339a5f4cb
shadows added to the box model
2022-06-13 17:01:15 +02:00
Uwe Rathmann
54b55c0324
default graphic pipeline without native OpenGL calls.
...
code is QRHI compiant now
2022-06-02 16:02:42 +02:00
Uwe Rathmann
c291cde259
includes fixed
2022-06-01 16:51:11 +02:00
Uwe Rathmann
8593a5cf2e
hide QskGraphicNode, QskTextNode in QskSkinlet, where possible.
...
We will have less dependencies, when moving QskGraphicNode to something
that works better with the QRhi abstraction
2022-05-30 15:16:46 +02:00
Uwe Rathmann
cc21fec436
using qAsConst
2022-03-24 08:41:11 +01:00
Uwe Rathmann
1d7b551b05
QskBoxHints introduced
2022-01-04 13:44:53 +01:00
Uwe Rathmann
aca538a89d
introducing series/sample for subcontrols being related to multiple
...
instances
2021-12-28 16:14:30 +01:00
Uwe Rathmann
9fff09144a
QskMenuSkinlet improved
2021-12-28 15:33:13 +01:00
Uwe Rathmann
f1a324b216
QskSkinlet improved for subControls with multible instances
2021-12-28 10:08:21 +01:00
Uwe Rathmann
1930810070
QskSkinlet::itemIndexAt introduced
2021-12-26 09:15:15 +01:00
Uwe Rathmann
34641e4860
QskSkinlet::itemRect added
2021-12-24 16:50:34 +01:00
Uwe Rathmann
ca2cdf7663
beautified
2021-12-23 19:05:59 +01:00
Uwe Rathmann
af8df9f4be
minor improvements
2021-12-23 18:16:18 +01:00
Uwe Rathmann
738de14d4c
hiding the devicePixelRato scaling in the nodes
2021-12-13 16:43:34 +01:00
Uwe Rathmann
9f6e2733ca
code moved to internal methods to make things more readable
2021-12-06 12:40:32 +01:00
Uwe Rathmann
1a5a94838e
more versatile APIs
2021-12-02 18:40:54 +01:00
Uwe Rathmann
c93958a24d
respect the device pixel ratio
2021-12-02 17:33:53 +01:00