Uwe Rathmann
3f0075f616
improving focus handling after closing a popup
2018-01-21 14:10:12 +01:00
Uwe Rathmann
8cb65fefa6
better focus handover after closing a popup
2018-01-20 17:21:13 +01:00
Uwe Rathmann
2cdabf34d6
QskControl::focusIndicatorRect introduced
2018-01-19 10:15:29 +01:00
Uwe Rathmann
19c0e43e5c
find a default focus item, when a focusScope/tabFence control ( usually
...
a popup ) gets the focus - to be on the internal tab chain.
2018-01-19 10:08:59 +01:00
Uwe Rathmann
3837205847
[Misc] several static methods from QskControl changed into qskXYZ
...
functions to avoid any conflicts with APIs that might be added to
QQuickItem in future versions
2018-01-19 10:07:05 +01:00
Uwe Rathmann
6a23822f3b
bad blocking of implicitSize change notifications fixed
2018-01-03 09:22:45 +01:00
Uwe Rathmann
d63fae938d
less connections in QskControl::QskControl
2017-12-14 09:41:10 +01:00
Uwe Rathmann
51d1e9fe59
slightly faster constructor by avoiding some connections
2017-12-12 20:02:48 +01:00
Uwe Rathmann
920ed2232c
memory problems fixed
2017-12-08 13:56:35 +01:00
Uwe Rathmann
ee4317ccd4
satisfying clang pedantic checks
2017-12-07 17:04:05 +01:00
Uwe Rathmann
a41d78be4f
bugs found by the clang sanitizer
2017-12-07 11:54:06 +01:00
Uwe Rathmann
8175719679
isTabFence/isShortcutScope added
2017-12-05 13:10:17 +01:00
Uwe Rathmann
70dd4ce86e
call polish, when children are added in autoLayouChildren mode
2017-11-18 13:52:48 +01:00
Uwe Rathmann
3f979fa6af
moving code from QskControl to QskControlPrivate - beside hiding an API
...
it also works around a bug found with gcc 5/6 for -O2
2017-11-07 19:00:29 +01:00
Uwe Rathmann
4b20544cd6
working around a gcc optimzation bug with gcc 4/5/6 gcc 7 seems to be
...
o.k.
2017-11-03 19:58:21 +01:00
Uwe Rathmann
6db25ff7bc
making clazy happier
2017-10-30 14:38:30 +01:00
Uwe Rathmann
3504525840
making clazy happier
2017-10-30 12:06:19 +01:00
Uwe Rathmann
58a9c5303f
making clazy happier
2017-10-30 08:48:49 +01:00
Uwe Rathmann
c3b6830eb5
making clazy happier
2017-10-30 08:33:43 +01:00
Uwe Rathmann
958b609306
after giving up misusing private objects, we are free to move our
...
private data back to to private object.
2017-10-25 14:53:49 +02:00
Uwe Rathmann
2c0733182a
Qt::FocusPolicy added. Hope this implementation does not break common
...
standards for mouse/wheel handling like being done in QC2
2017-10-24 19:32:54 +02:00
Uwe Rathmann
e6f0088ae4
All box subcontrols are displayd with vertex lists instead of
...
textures
now. Implementation is almost complete beside of the not yet done Qt
antialiasing mode. Not all sort of linear gradients ( see
QLinearGradients ) are implemented - needs 1-2 days more.
The aspect flags for box primitives have been substantially changed
from
too atomic to more strutured units.
The skins are currently incomplete - will be fixed later.
2017-10-17 17:34:00 +02:00
Uwe Rathmann
6a0c6aa6bd
more complex types of skin hints ( starting with QskMargins, but more to
...
come )
2017-08-23 14:53:29 +02:00
Uwe
3cdfeaaf1c
initial commit
2017-07-21 18:21:34 +02:00