aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickWidget: Fix tab fence focus cyclingOliver Eftevaag2026-04-241-2/+2
* QQuickItem: don't access a destroyed public object from the privateVolker Hilsheimer2026-04-201-6/+8
* QQuickItem: don't pass a QByteArrayLiteral to a const char*Marc Mutz2026-04-171-1/+1
* QQuickItem: avoid virtual calls in dtorAnton Kudryavtsev2026-04-151-0/+2
* Never return early from QQuickItem::setFocus() if focus != activeFocusOliver Eftevaag2026-04-141-1/+1
* Continue using HoverHandler cursorShape when a child is deletedVladimir Belyavsky2026-04-141-1/+1
* QQuickItem: clear pointer if active focus item is removed from windowVolker Hilsheimer2026-02-271-0/+6
* Doc: Add return types to \qmlmethod signaturesTopi Reinio2026-02-201-3/+3
* Split out cursor shape logging to qt.quick.hover.cursorMitch Curtis2026-02-181-1/+1
* Don't print "giving up" debug message unless it's trueShawn Rutledge2026-02-171-1/+2
* Replace QVector with QListShawn Rutledge2026-01-101-1/+1
* Fix documentation syntaxNicolas Fella2026-01-021-2/+2
* effectivelyClipsEventHandlingChildren: skip child if it has childrenShawn Rutledge2025-12-291-2/+8
* QQuickItem::clipRect: Don't participate in bindingsFabian Kosmale2025-12-191-1/+1
* Private API for giving an Item its own OverlayPaul Olav Tvete2025-11-281-0/+9
* Fix QQuickItemPrivate::eventHandlingBounds()Shawn Rutledge2025-11-191-1/+1
* Add effectivelyClipsEventHandlingChildren; skip event delivery when irrelevantShawn Rutledge2025-11-171-1/+112
* Add dev-only static item statistics in QQuickItemPrivateJan Arve Sæther2025-11-061-0/+15
* Set explicit default security level of all files with default securityJan Arve Sæther2025-09-171-0/+1
* wasm: a11y - Send ObjectDestroyed event from quickitem destructorEven Oscar Andersen2025-08-141-0/+9
* DeliveryAgent: stop sending hovering mouse moves to grabberShawn Rutledge2025-08-131-0/+4
* wasm: a11y - Implement ParentChanged eventEven Oscar Andersen2025-08-071-0/+7
* Doc: Clarify Qt 6 hover behavior for Item::enabledDheerendra Purohit2025-08-051-6/+13
* Doc: Clarify stacking behavior in QQuickitem documentationDheerendra Purohit2025-07-111-4/+6
* QQuickItemPrivate::nextPrevItemInTabFocusChain(): log wrappingAxel Spoerl2025-07-071-0/+4
* Doc: Fix incorrect use of attached property in documentationDheerendra Purohit2025-07-041-7/+7
* Doc: Fix missing return types in Item QML method documentationDheerendra Purohit2025-07-041-2/+2
* QQuickItem: don't try to print id when item is being destroyedMitch Curtis2025-06-021-1/+1
* Doc: Clarify Item::enabled behavior with respect to child itemsDheerendra Purohit2025-05-301-4/+5
* QQuickItemPrivate: introduce effectiveDevicePixelRatio() helper methodVladimir Belyavsky2025-05-241-0/+4
* Fix broken hover in ApplicationWindow's backgroundMitch Curtis2025-04-231-0/+9
* doc: Make transform snippets runnableShawn Rutledge2025-04-021-11/+1
* Fix ambiguous qBound usage when qreal is floatDennis Oberst2025-03-141-1/+1
* Docs: Item.transform is read-only, but its content is editableAlexei Cazacov2025-02-051-3/+19
* Deliver QContextMenuEvent via ExtraData.contextMenu, not event filterShawn Rutledge2025-01-171-2/+25
* Process QQuickItemPrivate::transformChanged before recursing childrenTor Arne Vestbø2025-01-161-7/+9
* Fix propagation of QContextMenuEvent for QQuickItemsJan Arve Sæther2024-12-251-0/+2
* Add ContextMenuMitch Curtis2024-12-241-0/+2
* Defer reporting of safe area margins for an item until its completionTor Arne Vestbø2024-12-181-0/+4
* Add Shear transform typeEskil Abrahamsen Blomfeldt2024-12-051-0/+1
* Pass transformed item on to QQuickItemChangeListener::itemTransformChangedTor Arne Vestbø2024-12-031-3/+4
* Alert when we are notifying semi-dead change listenersVolker Hilsheimer2024-12-011-4/+21
* Refactor: remove QQuickWindowPrivate::clearFocusInScope helperVolker Hilsheimer2024-10-171-1/+1
* QQuickItem: consistently check the delivery agent pointerVolker Hilsheimer2024-10-161-7/+11
* Docs: Mention QEvent::accept() in the QQuickItem::keepMouseGrab()Alexei Cazacov2024-10-141-2/+2
* Fix readOnly textEdits getting tabFocus on macOSDoris Verria2024-10-091-11/+29
* Add scale and transform notifiersAndrew Forrest2024-10-091-0/+22
* QQuickItem: Correct coordinate conversion to QPointFWang Chuan2024-10-081-1/+1
* QQuickItem::map{To,From}Item: Account for not having a window yetTor Arne Vestbø2024-10-031-6/+8
* QQItem::nextPrevItemInTabFocusChain: Always respect wrap parameterDoris Verria2024-10-011-4/+3