aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* 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-085-451/+398
* Adjust code to PositionMode flag being moved to FlickableFabian Kosmale2026-04-022-6/+7
* Scenegraph: Nullify QQuickWindowPrivate::rhi on RHI destructionVladimir Belyavsky2026-03-312-2/+7
* Remove per-library QT_NO_FOREACHMarc Mutz2026-03-261-1/+0
* 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-133-14/+41
* Doc: Add alternate text for easing curve imagesJerome Pasion2026-03-121-41/+41
* QtQuickView update API documentationRami Potinkara2026-03-111-5/+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
* QtQuick: Inherit privately in value type foreign/extended wrappersUlf Hermann2026-03-022-9/+9
* QQuickItem: clear pointer if active focus item is removed from windowVolker Hilsheimer2026-02-271-0/+6
* QtQuick: Add QAccessibilityHints as foreign typeOliver Eftevaag2026-02-271-0/+9
* Doc: Fix links to lottie2qmlKai Köhne2026-02-261-1/+1
* scenegraph: Avoid potential crash with D3D11 and recursive layersLaszlo Agocs2026-02-251-0/+5
* Doc: Use standard bracket syntax for QDoc snippet markersPaul Wicking2026-02-242-4/+4
* StyleKit: exclude docs from qtquick.qdocconfRichard Moe Gustavsen2026-02-221-2/+3
* Doc: Add return types to \qmlmethod signaturesTopi Reinio2026-02-2023-155/+155
* QtQuick: Fix soft leak in QQuickItemGrabResultUlf Hermann2026-02-201-1/+22
* QQuickRhiItem: Add missing TextureFormat enum docsLaszlo Agocs2026-02-201-0/+12
* A11y TextInput: Implement AT-SPI editable text interfaceMohammadHossein Qanbari2026-02-202-1/+36
* A11y TextEdit: Implement AT-SPI editable text interfaceMohammadHossein Qanbari2026-02-203-2/+37
* 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-184-3/+5
* 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
* Android: bump to Gradle 9.3.1 and AGP 9.0.0Assam Boudjelthia2026-02-141-1/+1
* Take item z order into account for a11y hit testingAndreas Belke2026-02-131-2/+7
* Android: Add extern "C" to JNI_OnLoad to prevent name manglingAssam Boudjelthia2026-02-121-1/+1
* QtQuick: QQuickAnimatorProxyJob: Fix pause handlingMorteza Jamshidi2026-02-114-1/+28
* a11y: Make QAccessibleQuickItem report the application's localeJan Moeller2026-02-112-1/+35
* QtQ4A: Replace random signal IDs with incremented onesOlli Vuolteenaho2026-02-111-3/+3
* QQuickPaintedItem: Fix crash when changing antialiasing propertyLaszlo Agocs2026-02-101-0/+1
* PathView: don't flick if keepTouchGrab item grabs synth-mouse eventShawn Rutledge2026-02-091-8/+16
* Curve renderer: Fix material type identifier bugEirik Aavitsland2026-02-091-1/+1
* Doc: Fix incorrect property name in DragEvent QML documentationDheerendra Purohit2026-02-061-1/+1
* Android: bump qtdeclarative Java compatibility version to 17Rami Potinkara2026-02-051-2/+2
* QQmlPropertyCache expand Override Semantics. MetaObject pathDmitrii Akshintsev2026-02-0415-42/+41
* Doc: Replace 'Technical Preview' with 'Technology Preview'Safiyyah Moosa2026-02-041-2/+2
* 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-295-5/+6
* Doc: Improve the performance considerations and suggestionsUlf Hermann2026-01-271-129/+201