Uwe Rathmann
4862b2b467
QskQuickItem shortened to QskItem
2024-02-02 14:13:33 +01:00
Uwe Rathmann
9d2414fd89
focusPolicy/wheelEnabled moved from QskControl to QskQuickItem
2024-02-02 09:48:26 +01:00
Uwe Rathmann
511db2650e
copyright notice generalised
2024-01-17 14:31:45 +01:00
Uwe Rathmann
bdf4bb045c
QskTreeNode introduced
2023-12-17 17:28:00 +01:00
Uwe Rathmann
b31f94225d
ItemChildRemovedChange handling added
2023-10-17 14:34:20 +02:00
Uwe Rathmann
067cffbd7c
QskGestureRecognizer using event filtering
2023-10-05 08:59:30 +02:00
Uwe Rathmann
ac4f190733
QskGestureFilterEvent introduced to allow adding gestures to foreign
...
controls using event filtering ( f.e QskDrawer needs this )
2023-08-10 13:38:21 +02:00
Uwe Rathmann
85642665d4
being more const aware
2023-08-09 10:37:20 +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
9e583166ff
BSD-3-Clause license
2023-04-06 09:23:37 +02:00
Uwe Rathmann
a6bf60c9b4
upgraded to uncrustify 0.76.0 - still not happy with the C++ beautifier
...
situation, that requires way too much manual post processing
2023-02-28 15:49:42 +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
c5ace32bf2
QskAspect::Control renamed to QskAspect::NoSubcontrol
2022-11-18 12:29:58 +01:00
Uwe Rathmann
62fcbc6c32
QskAspect::Section introduced
2022-06-29 16:15:38 +02:00
Uwe Rathmann
e514b659e8
resetPlacementPolicy added
2022-04-16 20:38:50 +02:00
Uwe Rathmann
69e4152b4c
QskPlacementPolicy introduced
2022-04-08 16:46:20 +02:00
Uwe Rathmann
741af6a8a6
hiding isTransparentForPositioner
2022-04-07 17:19:59 +02:00
Uwe Rathmann
ae2c6d87a8
upport for Qt < Qt 5.12 dropped
2022-03-08 11:53:46 +01:00
Uwe Rathmann
26387aeefc
yet another QskControl::setMargins overload
2021-08-05 11:06:14 +02:00
Uwe Rathmann
79cceb1b09
subControlContentsRect added
2020-12-29 12:57:03 +01:00
Uwe Rathmann
0eadfa8fa2
sizeHint calculations moved to the skinlet
2020-12-29 09:45:00 +01:00
Uwe Rathmann
98343dec60
auto-updating the control, when setting a skinHint
2020-12-27 16:31:07 +01:00
Uwe Rathmann
bb3ffc454f
QskMargins improved
2020-12-27 11:15:34 +01:00
Uwe Rathmann
2091e6dcaf
using gradientHint
2020-12-23 09:48:23 +01:00
Uwe Rathmann
bdc068c4d6
ubcontro, substitution moved to setSkinHint/resetHint
2020-12-21 09:57:57 +01:00
Uwe Rathmann
7ef63f0a2d
anoher variation of sunControlRect added
2020-12-17 16:13:02 +01:00
Uwe Rathmann
6c0f0810f1
code cleanup
2020-12-15 18:12:48 +01:00
Uwe Rathmann
1527f46d51
convenience methods for resetHint
2020-12-15 11:01:00 +01:00
Uwe Rathmann
c1e70a2d9e
more convenience methods to access skin hints
2020-12-15 07:21:12 +01:00
Uwe Rathmann
f33f38bbbb
some preparations for modifications with QskAspect
2020-12-13 14:23:17 +01:00
Uwe Rathmann
8365da891b
Qt 6.0 incompatibiities fixed
2020-12-09 12:42:00 +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
93dc6f76f7
Qt6 incompatibilities fixed
2020-10-26 17:59:19 +01:00
Uwe Rathmann
b4e735acce
for autoLayoutChildren we also need to polish on LayoutRequest events
2020-09-04 07:37:16 +02:00
Uwe Rathmann
89cedda359
shifting the focus when removing the active focus item from the focus
...
tab chain
2020-07-25 18:53:43 +02:00
Uwe Rathmann
6ea56cdf30
QskControl::focusIndicatorClipRect added
2020-03-16 13:17:51 +01:00
Uwe Rathmann
53e924a999
flickable tabbars
2020-03-13 07:39:31 +01:00
Uwe Rathmann
4dad15f591
assertion weakened to a warning
2020-03-10 10:28:39 +01:00
Uwe Rathmann
fb87fe1251
beautified
2020-01-02 17:48:16 +01:00
Uwe Rathmann
cb5f7df765
reset hint fixed
2019-12-14 16:40:18 +01:00
Uwe Rathmann
81817d53da
dependency to QskLayoutHint removed
2019-09-20 07:43:16 +02:00
Uwe Rathmann
c6553c3310
block resizing of children, when having no width/height
2019-09-20 07:08:08 +02:00
Uwe Rathmann
425fb3978f
auto layouting code improved
2019-09-18 08:57:08 +02:00
Uwe Rathmann
4840947a5a
setting of explicit width/height fixed
2019-09-13 06:57:48 +02:00
Uwe Rathmann
29bb2e8093
compiler warning fixed
2019-09-13 06:55:28 +02:00
Uwe Rathmann
30312b3728
sizeConstraint added
2019-09-13 06:54:55 +02:00
Uwe Rathmann
7311b5be56
don't use bounding maximum size of the children as maximum size
2019-09-11 06:51:40 +02:00
Uwe Rathmann
177bb699bc
processing of all type of size constraints ( minimum/preferred/maximum )
...
completed
2019-09-10 17:01:47 +02:00
Uwe Rathmann
9d79b2edf9
isVisibleToLayout added
2019-09-06 19:57:25 +02:00
Uwe Rathmann
153a682fd5
missing namespace qualifier added
2019-09-05 12:37:27 +02:00