1455 Commits

Author SHA1 Message Date
Uwe Rathmann
d1f2677c01 workarounds for mouse grabbing 2021-03-08 12:56:13 +01:00
Uwe Rathmann
b1c750744c visibleToLayout property added 2021-03-08 12:25:31 +01:00
Uwe Rathmann
93d34efa9a clearing keepMouse flag 2021-03-03 12:37:00 +01:00
Uwe Rathmann
634fde4621 some more event handling 2021-03-03 08:25:39 +01:00
Uwe Rathmann
fd218e6b2e Qt6 incompatibilities fixed 2021-03-02 17:09:38 +01:00
Uwe Rathmann
6c9cbcad62 text vw displayText to support text prediction 2021-03-02 16:17:56 +01:00
Uwe Rathmann
0ac9ad4387 using C++11 2021-03-02 16:17:08 +01:00
Uwe Rathmann
5bf10f5cc5 workround for broken mouse grabbing ( >= Qt 5.8 ) added 2021-03-02 16:15:56 +01:00
Uwe Rathmann
e32c17df51 work around Qt issues with replayed synthesized mouse events 2021-02-26 12:43:22 +01:00
Uwe Rathmann
85a9ffd3cc ovrloading ungrab notifications for debugging purposes 2021-02-26 12:42:49 +01:00
Uwe Rathmann
b1948f8655 always setting QQuickItemPrivate::Transform when cleaning unnecessary nodes to
ensure, that they will be recreatd in the next cycle
2021-02-24 13:31:03 +01:00
Uwe Rathmann
b1ba6d1369 filtering can be done for QskQuickItem ( not only QskControl ) 2021-02-24 13:29:48 +01:00
Uwe Rathmann
99f852dc83 block focusInEvent calls, when the item tree is deconstructing 2021-02-23 12:04:55 +01:00
Uwe Rathmann
d59d31ceff position of tick labels fixed 2021-02-23 12:03:41 +01:00
Uwe Rathmann
c4e6db80df Doxygen docs 2021-02-22 17:15:37 +01:00
Uwe Rathmann
e9364e0f11 more methods for tools that rely on meta object data 2021-02-19 12:43:11 +01:00
Uwe Rathmann
cea3828e3d more methods for tools that rely on meta object data 2021-02-19 12:42:05 +01:00
Uwe Rathmann
5a19669f26 buttonClicked signal added 2021-02-19 12:31:00 +01:00
Uwe Rathmann
bf6409b3a8 doxygen docs 2021-02-17 11:09:45 +01:00
Uwe Rathmann
6fddbeecbf doxygen work 2021-02-16 12:19:05 +01:00
Uwe Rathmann
1f09fa320e setHidden/setDisabled added 2021-02-15 09:17:29 +01:00
Uwe Rathmann
d54404c9f4 QMetaType support, debug operator 2021-02-14 12:36:15 +01:00
Uwe Rathmann
cf2ca93cab full updates for setting skinlet or margin 2021-02-11 12:45:17 +01:00
Uwe Rathmann
0a04f0be74 QskQuickItem::setUpdateFlags removed, due to its unclear semantics 2021-02-09 12:26:58 +01:00
Uwe Rathmann
b84e621bfe handling of updateFlagsMask fixed 2021-02-09 12:26:29 +01:00
Uwe Rathmann
864fa97180 sending a QEvent::ReadOnlyChange 2021-02-09 12:25:41 +01:00
Uwe Rathmann
5cb33ad79b renamed to QskQuickItem::UpdateFlags 2021-02-09 08:13:20 +01:00
Uwe Rathmann
40b257a36f hash function for QskGraphic added 2021-02-05 13:21:35 +01:00
Uwe Rathmann
f0dd624306 parameter name aligned with the QML property 2021-02-03 13:20:23 +01:00
Uwe Rathmann
a61b1f4b2f more getter as properties 2021-02-02 10:15:01 +01:00
Uwe Rathmann
8c99bd59db position renamed to tabPosition to avoid shadowing the
QQuickItem::position
2021-02-02 10:13:39 +01:00
Uwe Rathmann
f9e7c304c2 beautified 2021-02-01 10:24:40 +01:00
Uwe Rathmann
3aae2ca47d setBoxBorderColors variation added 2021-02-01 10:23:47 +01:00
Uwe Rathmann
6bb65b5aeb missing const added 2021-02-01 10:23:24 +01:00
Uwe Rathmann
956e830691 boundingLabelSize introduced 2021-02-01 10:22:54 +01:00
Uwe Rathmann
38d0397c5e more properties 2021-02-01 10:09:37 +01:00
Uwe Rathmann
41549a4392 header reorganized 2021-01-25 11:04:25 +01:00
Uwe Rathmann
0ef91c060f missing StrutSize primitive added 2021-01-21 07:30:32 +01:00
Uwe Rathmann
786e6c2446 code simplified 2021-01-20 16:44:09 +01:00
Uwe Rathmann
a213d50170 missing const specifier added 2021-01-20 16:39:15 +01:00
Uwe Rathmann
df10f402ed Merge branch 'master' of https://github.com/uwerat/qskinny 2021-01-20 16:33:45 +01:00
Uwe Rathmann
86e9ea98ab meta type registration added 2021-01-14 07:07:13 +01:00
Uwe Rathmann
ed4066369a better handling of finding the current item after removeing an item 2021-01-13 17:50:16 +01:00
Uwe Rathmann
aa43b0bece useless forward declarations removed 2021-01-12 18:43:57 +01:00
Uwe Rathmann
f71bd4e359 pointless nullptr checks removed 2021-01-12 16:25:33 +01:00
Uwe Rathmann
e7d03e2ddd graphicRole property added 2021-01-07 13:49:57 +01:00
Uwe Rathmann
f037297620 convenience sett for gradients 2021-01-07 13:48:56 +01:00
Uwe Rathmann
45f09f7a2c beautified 2021-01-07 13:42:42 +01:00
Uwe Rathmann
60b3604e04 resetOverlay added 2020-12-29 12:58:57 +01:00
Uwe Rathmann
79cceb1b09 subControlContentsRect added 2020-12-29 12:57:03 +01:00