8e8431f186ignoring the horizontal size hint of the input proxy
Uwe Rathmann
2019-03-25 09:21:21 +0100
4c881bedb4reordering tab buttons instead of using z values
Uwe Rathmann
2019-03-23 09:43:15 +0100
40e6fa9b52For some reason the position of the eleided text is wrong with QTextOption::NoWrap - even if word wrapping for elided text does not make any sense.
Uwe Rathmann
2019-03-22 15:53:07 +0100
33cf1f0f3boh boy !
Uwe Rathmann
2019-03-21 14:07:00 +0100
37fb088111avoid layout issues when creating a QTextLayout with eliding and wrapping
Uwe Rathmann
2019-03-19 17:36:34 +0100
bc7562234duse deferred deletion for the mouse grabber, otherwise we might run into crashes in QQuickWindow, when deleting is the result of a mouse release somewhere below the popup
Uwe Rathmann
2019-02-05 10:12:39 +0100
9845aa2966missing close for the input popop added
Uwe Rathmann
2019-02-05 10:12:11 +0100
35a0d8336bavoid update calls for items without content
Uwe Rathmann
2019-02-05 10:11:29 +0100
722fb8511cavoiding a Qt assertion, by doing the check before
Uwe Rathmann
2019-02-04 18:22:22 +0100
724c1e4a66QskSkinTransition fixed for multiple windows
Uwe Rathmann
2019-02-03 12:48:43 +0100
3efb1f93e7as the root item is no child of the window we have to handle it explicitly, so that traversing does not stop
Uwe Rathmann
2019-01-21 15:23:25 +0100
3e40bfb257adding the locale as property for the root item, so that resolving the locale works from window to item
Uwe Rathmann
2019-01-21 15:21:42 +0100
dd090a9f6ecomment as reminder added
Uwe Rathmann
2019-01-21 15:21:02 +0100
738695031binterpolation between an invalid and a valid gradient
Uwe Rathmann
2018-12-22 16:12:45 +0100
775dca5792QskSkinnable::setSkinState added to be able to have transitions between states that differ in more than one flag
Uwe Rathmann
2018-12-22 16:11:24 +0100
3716b04036using QVariant::userType instead of QVariant::type
Uwe Rathmann
2018-12-20 16:40:06 +0100
de158d71b5avoid copying of new animators
Uwe Rathmann
2018-12-20 14:38:01 +0100
a9f059ede3gtk_widget_gedon't block consecutive LayoutRequest events as we don't know, when the receiver will have processed them
Uwe Rathmann
2018-12-11 14:58:48 +0100
9a1e46e0baQskPushButton::graphicSourceSize added to prevent raster graphics from being scaled
Uwe Rathmann
2018-11-26 17:52:16 +0100
da89006102making use of overloading QQuickItemPrivate getImplicitWidth/getImplicitHeight
Uwe Rathmann
2018-11-26 08:50:44 +0100
280ce5149daspectRatio as parameter added, using IgnoreAspectRatio for graphics what fixes resizing the background of the automotive example
Uwe Rathmann
2018-11-25 16:47:27 +0100