aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickItem: Avoid unnecessary detach on passiveGrabbers listVladimir Belyavsky8 days1-2/+2
* Declare some missing value typesUlf Hermann2024-04-171-1/+1
* Fix crash in QQuickItem::mapToItemCarl Schwan2024-04-151-2/+3
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-6/+6
* QQuickItem::setFocus: Don't return too earlyDoris Verria2024-04-111-14/+6
* Doc: Fix broken linkVenugopal Shivashankar2024-02-231-2/+1
* Set default layout size policies for quick itemsSanthosh Kumar2024-02-091-0/+12
* API Cleanup: QQuickItem: Add parameter to focusPolicyChanged signalDoris Verria2024-02-071-1/+6
* Workaround for crash on derefWindow on application shutdownRobert Griebl2024-01-301-2/+2
* DA: align delivery of mouse, touch, and synthesized mouse events to childMous...Richard Moe Gustavsen2024-01-241-1/+5
* API Cleanup: Remove focusReason from QQuickItem's public API and add docsDoris Verria2024-01-131-28/+31
* QQuickItem::map{To,From}Item: Handle items living in different windowsTor Arne Vestbø2024-01-101-2/+12
* Clarify QQuickItem::map{To,From}Item when passed a nullptrTor Arne Vestbø2024-01-091-2/+2
* QQuickItem: Respect focusPolicy when delivering eventsDoris Verria2023-12-161-16/+85
* Set focus reason in QQuickItem's focusIn/Out eventsDoris Verria2023-12-161-4/+6
* QQuickItem: Make focusReason property read-only from QMLDoris Verria2023-12-081-0/+1
* Move focusPolicy from QQuickControl to QQuickItemDoris Verria2023-12-081-0/+36
* Move focusReason from QQuickControl to QQuickItemVolker Hilsheimer2023-12-081-0/+25
* Call QQuickItemPrivate::transformChanged when the clip is dirtiedTor Arne Vestbø2023-12-081-2/+2
* Update dirty attributes before calling transformChangedTor Arne Vestbø2023-12-071-3/+2
* Ensure ItemObservesViewport works when item is moved to new ancestorTor Arne Vestbø2023-12-071-11/+27
* QQuickItem: Call markSortedChildrenDirty before QQuickItemPrivate::dirty()Tor Arne Vestbø2023-12-071-3/+3
* Include QML object id in QQuickItem debug outputTor Arne Vestbø2023-12-041-0/+10
* Defer automatic Window transient parent until component completionTor Arne Vestbø2023-10-181-17/+0
* QQuickItem: more fixes for bindable propertiesIvan Solovev2023-10-181-11/+15
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* Clarify relation between transient parent and child in debug loggingTor Arne Vestbø2023-09-291-1/+1
* Quick: Do not detach the list of children when iteratingUlf Hermann2023-09-281-1/+2
* QQuickItem: fix binding loops for x, y, width, and heightIvan Solovev2023-09-191-12/+20
* Loader: re-set ItemObservesViewport flag on child if already setShawn Rutledge2023-09-101-0/+2
* Skip finding item's window if added object is not a windowTor Arne Vestbø2023-08-231-11/+11
* Reduce nesting in QQuickItemPrivate::data_appendTor Arne Vestbø2023-08-231-24/+22
* Show info about pointer handlers in Item.dumpItemTreeShawn Rutledge2023-05-251-1/+6
* QQuickItem: Do not synthesize replace() for data/resources/childrenUlf Hermann2023-05-091-13/+69
* Accessibility: respect value in attached Accessible in controlsVolker Hilsheimer2023-04-211-5/+12
* Doc: add a general statement about QQuickItem::visibleVolker Hilsheimer2023-04-181-1/+5
* De-inline QQuickItemChangeListener destructor and export classVolker Hilsheimer2023-04-181-0/+3
* Fix PinchHandler.persistentTranslation; test cumulative native gesturesShawn Rutledge2023-04-111-3/+20
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-35/+24
* doc: Fix some warnings (broken links)Shawn Rutledge2023-03-281-2/+2
* Doc: fix links in contains/containmentMask docsMitch Curtis2023-03-081-4/+4
* doc: Fix broken links in QQuickItem::enabled docsShawn Rutledge2023-02-281-2/+2
* Port some of the last instances of "0" -> "\nullptr"Ivan Tkachenko2023-02-251-4/+4
* QQuickItemKeyFilter: do not overload shortcutOverride-signalSami Shalayel2023-02-151-4/+4
* QQuickItemPrivate::itemToParentTransform: pass transform by pointerShawn Rutledge2023-02-081-12/+12
* Fix build with -no-feature-quick-shadereffectTasuku Suzuki2023-01-241-4/+2
* Change asserts to runtime checkingKaj Grönholm2022-12-221-5/+10
* QQDAPrivate::deliverUpdatedPoints: skip HoverHandlers if wheel eventVladimir Belyavsky2022-12-171-3/+3
* a11y: track item enabled stateHarald Sitter2022-12-031-0/+9
* QQuickItem: Fix effective visibility for items without parentVolker Hilsheimer2022-12-011-4/+2