aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
* QQuickTextInput: check if text is empty in q_canPasteChangedAssam Boudjelthia2026-02-181-1/+1
* QQuickTextInput: check read-only first in QQuickTextInput::canPaste()Assam Boudjelthia2026-02-181-2/+6
* Restore findCursorItemAndHandler check for invisible, disabled, culledShawn Rutledge2026-02-181-0/+3
* Split out cursor shape logging to qt.quick.hover.cursorMitch Curtis2026-02-182-3/+3
* Don't print "giving up" debug message unless it's trueShawn Rutledge2026-02-171-1/+2
* Fix errors and warning if -no-feature-quick-viewtransitions is usedLars Schmertmann2026-02-162-1/+3
* PathView: don't flick if keepTouchGrab item grabs synth-mouse eventShawn Rutledge2026-02-091-8/+16
* Doc: Fix incorrect property name in DragEvent QML documentationDheerendra Purohit2026-02-061-1/+1
* QQmlPropertyCache expand Override Semantics. MetaObject pathDmitrii Akshintsev2026-02-0413-31/+30
* Doc: Fix misleading statement about Loader and parent Item accessDheerendra Purohit2026-02-041-5/+0
* QQuickTextInput: check for read-only first in q_canPasteChanged()Assam Boudjelthia2026-01-311-4/+6
* Fix broken links in qtdeclarative documentationAlexei Cazacov2026-01-291-2/+0
* QtQuick: Guard TreeView against null m_treeModelToTableModel.model()Ulf Hermann2026-01-231-4/+2
* Add recursion guard to QQuickItemViewPrivate::refillAntti Määttä2026-01-232-0/+7
* Fix timeline animation in QQuickFlickableAntti Määttä2026-01-231-2/+7
* src/quick/items: port away from contextless 3-arg QObject::connectAhmad Samir2026-01-164-10/+14
* Map cursorRectangle's center to scene when handling context menu eventsMitch Curtis2026-01-152-4/+6
* Replace QVector with QListShawn Rutledge2026-01-1027-66/+65
* QQuickCanvasItem: fix QUrl::resolved() usageAhmad Samir2026-01-071-1/+3
* Allow GraphicsInfo to be used with a WindowLaszlo Agocs2026-01-022-17/+18
* 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
* Docs: fix various linksVolker Hilsheimer2025-12-161-2/+2
* Avoid create offscreen surface when using custom rhi deviceJiDe Zhang2025-12-091-1/+10
* Private API for giving an Item its own OverlayPaul Olav Tvete2025-11-282-1/+15
* Flickable: add positionViewAtChild, flickToChild, flickTo(position)Xavier BESSON2025-11-263-14/+250
* doc: Document caveats of setting user input on Text componentEskil Abrahamsen Blomfeldt2025-11-211-2/+16
* Window: specify correct property typeFabian Kosmale2025-11-204-11/+12
* Fix QQuickItemPrivate::eventHandlingBounds()Shawn Rutledge2025-11-191-1/+1
* quick/items: fix build when qreal is floatNick Shaforostov2025-11-172-4/+4
* Add effectivelyClipsEventHandlingChildren; skip event delivery when irrelevantShawn Rutledge2025-11-175-11/+152
* tableview: fix build with -no-feature-cursorNick Shaforostov2025-11-131-1/+3
* QQuickText: re-layout eliding text that grows in widthOliver Eftevaag2025-11-121-2/+2
* Reduce QTransform use in event delivery and cursor-finding functionsShawn Rutledge2025-11-112-9/+14
* Doc: Mark internal APIs with \internal commandJerome Pasion2025-11-071-1/+5
* doc: delegateModelAccess was added in Qt 6.10Kai Uwe Broulik2025-11-064-0/+4
* Add dev-only static item statistics in QQuickItemPrivateJan Arve Sæther2025-11-063-0/+32
* Expose window devicePixelRatio as a propertyMarco Martin2025-11-052-0/+23
* Increase robustness of <img> tag in Text componentEskil Abrahamsen Blomfeldt2025-10-311-2/+2
* Rich text: Limit size of text objectEskil Abrahamsen Blomfeldt2025-10-311-6/+10
* a11y: Make QQuickTextInput accessibleMichael Weghorn2025-10-302-0/+82
* Reorder QQuickRotationPrivate members by typeJiDe Zhang2025-10-301-2/+2
* Add distanceToPlane property for QQuickRotationJiDe Zhang2025-10-302-2/+47
* Consider new Switch role introduced in qtbaseLars Schmertmann2025-10-271-4/+5
* Allow text edit to process key events when shortcutoverride configuredSanthosh Kumar2025-10-271-4/+1
* TextInput: don't clobber text cursor visible stateMorten Sørvig2025-10-171-2/+6
* QQuickShaderEffectSource: Don't cut off bottom row of texturePaul Olav Tvete2025-10-141-2/+8
* CanvasImageData: Track image data size for gc purposesFabian Kosmale2025-10-101-1/+6
* Skip synthesis of QContextMenuEvent if eventpoint has a grabShawn Rutledge2025-10-091-1/+34