Uwe Rathmann
|
5b48a2a4bd
|
some texture related code reorganized
|
2025-02-26 17:07:11 +01:00 |
Uwe Rathmann
|
a37891e1c1
|
wrong declaration fixed
|
2025-01-03 10:10:36 +01:00 |
Uwe Rathmann
|
511db2650e
|
copyright notice generalised
|
2024-01-17 14:31:45 +01:00 |
Uwe Rathmann
|
972f839cad
|
Qt5 implementation of QskSceneTexture
|
2023-12-22 13:52:01 +01:00 |
Uwe Rathmann
|
fb3d09430f
|
QskSceneTexture added
|
2023-12-17 17:32:07 +01:00 |
Uwe Rathmann
|
b5fb6d80ad
|
the itemNode is always a QSGTransformNode
|
2023-10-30 17:08:01 +01:00 |
Uwe Rathmann
|
346aff98d1
|
using QQuickItemPrivate::inDestructor for Qt >= 6.5 instead of the
componentComplete hack done in ~QskQuickItem
|
2023-10-23 18:32:08 +02:00 |
Uwe Rathmann
|
9e583166ff
|
BSD-3-Clause license
|
2023-04-06 09:23:37 +02:00 |
Uwe Rathmann
|
266ccc8f21
|
qskFindAncestorOf - const version fixed
|
2023-03-20 11:01:50 +01: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
|
c17e3defd3
|
qskItemSize() removed, QQuickItem::size() is available since Qt 5.10
|
2022-04-07 15:43:45 +02:00 |
Uwe Rathmann
|
bc3ef26584
|
include guards formalized
|
2022-03-20 13:11:34 +01:00 |
Uwe Rathmann
|
d1f2677c01
|
workarounds for mouse grabbing
|
2021-03-08 12:56:13 +01:00 |
Uwe Rathmann
|
fe98439bd6
|
qskItemSize added for Qt < 5.10
|
2020-01-17 13:58:15 +01:00 |
Uwe Rathmann
|
3d58c94926
|
qskItemUpdateRecursive added
|
2019-11-05 11:47:56 +01: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
|
40bbe2d7d9
|
more functions
|
2019-05-17 22:33:02 +02:00 |
Uwe Rathmann
|
d19d82a65f
|
qskSetTransparentForPositioner added
|
2019-05-12 12:18:41 +02:00 |
Uwe Rathmann
|
d55af92fb6
|
const version for qskFindAncestorOf added
|
2019-04-18 16:13:05 +02:00 |
Uwe Rathmann
|
53f3dc519d
|
qskAncestorOf -> qskFindAncestorOf
|
2019-03-16 16:11:27 +01:00 |
Uwe Rathmann
|
d99844843b
|
qskAncestor added
|
2019-03-15 15:39:27 +01:00 |
Uwe Rathmann
|
4e54d1cb58
|
uncrustified
|
2019-01-04 13:42:16 +01:00 |
Uwe Rathmann
|
ae62e40b93
|
qskIsVisibleToParent added
|
2018-10-23 19:18:05 +02:00 |
Uwe Rathmann
|
aaac57de94
|
unused member removed
|
2018-07-19 14:10:48 +02:00 |
Uwe Rathmann
|
c752ee547f
|
QskControl::isVisibleTo added
|
2018-06-26 11:10:44 +02:00 |
Uwe Rathmann
|
54f4655698
|
support for input panels per window added
|
2018-06-12 18:43:14 +02:00 |
Uwe Rathmann
|
9e5ded43c6
|
sending of input method update hints improved
|
2018-06-12 10:56:06 +02:00 |
Uwe Rathmann
|
1ba0fd40bc
|
code moved from QskControl to QskQuick
|
2018-05-01 12:26:59 +02:00 |