500 Commits

Author SHA1 Message Date
Uwe Rathmann
fb87fe1251 beautified 2020-01-02 17:48:16 +01:00
Uwe Rathmann
f8c04461a3 optional QskTextLabel::Panel added 2019-12-15 13:57:19 +01:00
Uwe Rathmann
74867144b5 QskWindow::setCustomRenderMode fixed for Qt 5.14 2019-12-14 20:47:15 +01:00
Uwe Rathmann
cb5f7df765 reset hint fixed 2019-12-14 16:40:18 +01:00
Uwe Rathmann
4e438df051 QskSkinnable::resetHint changed 2019-12-14 13:34:30 +01:00
Uwe Rathmann
e9a8c0bc7f using subControlRect 2019-11-27 17:38:34 +01:00
Uwe Rathmann
3d58c94926 qskItemUpdateRecursive added 2019-11-05 11:47:56 +01:00
Uwe Rathmann
93ddbfa345 block implicitSize updates, when not being necessary 2019-10-29 10:56:26 +01:00
Uwe Rathmann
1f59962360 devicePixelRatio detection moved to QskTextureRenderer 2019-10-27 08:11:47 +01:00
Uwe Rathmann
eb4cf2c2ae making readOnly a state 2019-09-27 07:34:25 +02:00
Uwe Rathmann
a8f888ca08 micro optimzation 2019-09-23 16:59:48 +02:00
Uwe Rathmann
4224613e15 qskBoundedConstraint fixed 2019-09-20 17:57:02 +02:00
Uwe Rathmann
77c9809574 qskConstrainedItemSize fixed 2019-09-20 10:23:48 +02: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
ff5e7574d5 padding added 2019-09-20 07:04:17 +02:00
Uwe Rathmann
fa26e10c0e calculation of size hints fixed 2019-09-19 09:42:37 +02:00
Uwe Rathmann
fdea935991 layoutSizeHint fixed 2019-09-19 09:21:34 +02:00
Uwe Rathmann
da7f40ca07 using sizeConstraint instead of sizeHint 2019-09-18 09:12:39 +02:00
Uwe Rathmann
425fb3978f auto layouting code improved 2019-09-18 08:57:08 +02:00
Uwe Rathmann
f2b4a5982e handling of the IgnoreFlag added 2019-09-18 08:44:32 +02:00
Uwe Rathmann
287631e0d7 layoutSizeHint improved 2019-09-18 08:42:42 +02:00
Uwe Rathmann
c71c496235 using updateResources for loading the image 2019-09-18 08:41:53 +02:00
Uwe Rathmann
15ae3901a9 qskSizeConstraint fixed 2019-09-16 12:30:59 +02:00
Uwe Rathmann
5f751ede09 respecting the layout hints when autolayouting children 2019-09-16 12:30:00 +02:00
Uwe Rathmann
38974f747b qskConstrainedItemSize also respecting the minimum constraint 2019-09-15 19:26:46 +02:00
Uwe Rathmann
84248098ca don't return constraining parameters 2019-09-15 14:31:13 +02:00
Uwe Rathmann
027db164d0 whitespaces removed 2019-09-14 15:27:41 +02:00
Uwe Rathmann
3975553dd7 convenience method QskControl:.sizeConstraint added 2019-09-14 15:27:04 +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
3f0e398d2b Qt 5.6 incompatibility fixed 2019-09-13 06:46:16 +02:00
Uwe Rathmann
eb6dd49be2 hide m_columnCount 2019-09-12 10:44:41 +02:00
Uwe Rathmann
4d0a80ce6d stop animators, when the window becomes invisible 2019-09-12 10:44:06 +02:00
Uwe Rathmann
2bd067f4ea ignore the minimum in qskConstrainedItemSize 2019-09-11 06:52:23 +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
e8c46bf0b9 QskQuickItem::isVisibleToParent added 2019-09-06 19:56:03 +02:00
Uwe Rathmann
2500111ee5 making contentsSizeHint protected 2019-09-05 15:16:33 +02:00
Uwe Rathmann
b1a2236a90 making contentsSizeHint protected 2019-09-05 13:09:04 +02:00
Uwe Rathmann
153a682fd5 missing namespace qualifier added 2019-09-05 12:37:27 +02:00
Uwe Rathmann
27bb868f9d using QskControl::LayoutHints 2019-09-05 12:08:31 +02:00
Uwe Rathmann
72aee9970c using QskControl::alignmentHint instead of QskStackBox:.setAlignmentOf 2019-09-05 11:45:25 +02:00
Uwe Rathmann
6a588dc95a moving alignment/retainSizeWhenHidden from layouts to QskControl 2019-09-05 10:46:42 +02:00
Uwe Rathmann
ab5dc1924e wrong qulifier removed 2019-09-05 07:05:28 +02:00
Uwe Rathmann
a52c8d2e7b obsolete code removed from QskLayoutConstraint 2019-09-04 12:11:07 +02:00
Uwe Rathmann
74c349e6c6 blocking of LayoutRequest events to QskControlPrivate 2019-09-04 08:08:13 +02:00
Uwe Rathmann
b80b9b709c splitting QskControl.cpp 2019-09-04 06:59:43 +02:00