aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* QQmlTableInstanceModel: refactor QModelIndex calculation out of QQuickTableViewRichard Moe Gustavsen3 days1-9/+1
* QQuickDrag: fix binding loop and re-entrancy for Automatic drag typeShawn Rutledge7 days2-4/+18
* Silence some static code checker complaints in qsg*Laszlo Agocs7 days1-4/+5
* QQuickTableView: respect QAIM::buddy() when editing cellsRichard Moe Gustavsen8 days1-8/+26
* ListView: preserve visible item on SnapOneItem resizeEvgen Pervenenka13 days1-2/+33
* Fix positionViewAtBeginning() when item 0 is outside the cache bufferMorten Sørvig2026-04-281-1/+21
* TableView: avoid unnecessary pooling on row/column insertion and removalRichard Moe Gustavsen2026-04-254-62/+65
* QQuickWidget: Fix tab fence focus cyclingOliver Eftevaag2026-04-241-2/+2
* QQuickText: fix inflated implicitWidth with maximumLineCountVladimir Belyavsky2026-04-231-2/+10
* QQuickItemGrabResult: fix potential data racesIvan Solovev2026-04-221-5/+29
* QQuickItemGrabResult: fix potential use-after-freeIvan Solovev2026-04-221-11/+38
* QQuickItem: don't access a destroyed public object from the privateVolker Hilsheimer2026-04-201-6/+8
* Docs: replace ambiguous 'object' with specific QML typesShyamnath Premnadh2026-04-203-39/+39
* Fix Text::truncated property when assinging empty textJoni Poikelin2026-04-201-0/+4
* Include what you use: QTypeRevisionMarc Mutz2026-04-172-0/+3
* QQuickItem: don't pass a QByteArrayLiteral to a const char*Marc Mutz2026-04-171-1/+1
* Flickable: setKeepMouseGrab/setKeepTouchGrab as appropriateShawn Rutledge2026-04-172-40/+53
* Handle Tablet events in QQuickOverlay and QQuickPopupKonsta Alajärvi2026-04-151-0/+14
* QQuickItem: avoid virtual calls in dtorAnton Kudryavtsev2026-04-151-0/+2
* TableView: optimize selection fragmentationVolker Hilsheimer2026-04-151-20/+29
* TableView: use dedicated lists for visual/logical index mappingVolker Hilsheimer2026-04-152-60/+71
* QQuickShaderEffect: use QObject_Private_::connect()Marc Mutz2026-04-151-4/+4
* QQuickShaderEffect: simplify disconnecting out of m_destroyedConnectionsMarc Mutz2026-04-141-12/+3
* Never return early from QQuickItem::setFocus() if focus != activeFocusOliver Eftevaag2026-04-141-1/+1
* QQuickWindow: don't pass const Connection to disconnect()Marc Mutz2026-04-141-1/+1
* Fix invalid index accesses in QList when loadedItems is emptyAndreas Hartmetz2026-04-141-2/+3
* Continue using HoverHandler cursorShape when a child is deletedVladimir Belyavsky2026-04-141-1/+1
* TextEdit: Fix selectedTextColor for partial selections in list itemsEvgen Pervenenka2026-04-141-2/+7
* Use QFontMetricsF for AlignBaseline inline object positioningJarkko Koivikko2026-04-121-1/+1
* QQuickText: fix styled text link detection with horizontal alignmentVladimir Belyavsky2026-04-081-0/+1
* Doc: Centralize QML font value type property docsAndreas Eliasson2026-04-083-363/+39
* Adjust code to PositionMode flag being moved to FlickableFabian Kosmale2026-04-022-6/+7
* QtQuick::TextInput clarify ImhSensitiveData behaviour on Android IMEsKonsta Alajärvi2026-03-181-0/+7
* QQuickTextNodeEngine: fix AlignBaseline positioning for inline objectsJarkko Koivikko2026-03-171-1/+5
* QQuickDeliveryAgent: avoid mutable keys in hoverItems mapAurélien Brooke2026-03-131-1/+1
* Let TreeView with DelegateChooser update on dataChanged()Eugene Shalygin2026-03-112-4/+28
* "Missing-property" warning docs: Acknowledge that property might existFabian Kosmale2026-03-051-0/+20
* 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-2019-127/+127
* QtQuick: Fix soft leak in QQuickItemGrabResultUlf Hermann2026-02-201-1/+22
* QQuickRhiItem: Add missing TextureFormat enum docsLaszlo Agocs2026-02-201-0/+12
* 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