aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.9.3' in qt/qtdeclarativev6.9.36.9.3Qt Submodule Update Bot2025-09-241-5/+5
* Update dependencies on '6.9.3' in qt/qtdeclarativeQt Submodule Update Bot2025-09-241-1/+1
* Update dependencies on '6.9.3' in qt/qtdeclarativeQt Submodule Update Bot2025-09-221-5/+5
* Update dependencies on '6.9.3' in qt/qtdeclarativeQt Submodule Update Bot2025-09-201-5/+5
* Update dependencies on '6.9.3' in qt/qtdeclarativeQt Submodule Update Bot2025-09-181-5/+5
* Add security header for src/qmldomSemih Yavuz2025-09-1730-0/+34
* Add security header for src/qmlformatSemih Yavuz2025-09-175-0/+5
* QtQml: Unregister QML animation timer on deletionUlf Hermann2025-09-172-3/+26
* Update dependencies on '6.9' in qt/qtdeclarativeQt Submodule Update Bot2025-09-171-5/+5
* Update dependencies on '6.9' in qt/qtdeclarativeQt Submodule Update Bot2025-09-161-5/+5
* QmlCompiler: Guard against disappearing arrow functionsUlf Hermann2025-09-164-38/+107
* QQ4A: Reduce amount of spam calls in tst_signallistenerPetri Virkkunen2025-09-161-6/+1
* Unblacklist tst_QQuickPopup::zOrder on macOSMitch Curtis2025-09-151-3/+0
* Account for safe margins in tst_qquickwidget::layoutSizeChangeAssam Boudjelthia2025-09-131-2/+4
* Release section item when the corresponding view item removedSanthosh Kumar2025-09-133-0/+118
* QtQml: Empty SimpleArrayData vacant space when truncatingUlf Hermann2025-09-132-2/+37
* Gallery example: Brush up the .cpp fileFriedemann Kleint2025-09-121-24/+30
* tst_QQuickPopup::fadeDimmer: fix stack-use-after-scopeMitch Curtis2025-09-121-1/+1
* QtQml: Check for locals in metatypes stack frame before accessing themUlf Hermann2025-09-122-7/+20
* Unblacklist a few tst_QQuickPopup tests on macOSMitch Curtis2025-09-121-7/+1
* QtQml: Avoid double-wrapping when converting to QVariantListUlf Hermann2025-09-125-4/+46
* QQmlDelegateModel: Drop FINAL from some propertiesUlf Hermann2025-09-122-4/+6
* Android: append Qt Quick for Android fragments documentationRami Potinkara2025-09-112-29/+62
* Fusion: give TextArea a backgroundMitch Curtis2025-09-114-26/+42
* Docs: Add brief to QtQuickViewContent class commentNicholas Bennett2025-09-111-2/+2
* AssetDownloader: Change the module name to Qt.labs.assetdownloaderAli Kianian2025-09-117-37/+167
* mac style: fall back to draw ProgressBar manually on macOS Tahoe 26Richard Moe Gustavsen2025-09-105-3/+191
* Fix Popup spacing and insets not supporting bindingsDheerendra Purohit2025-09-092-0/+56
* QmlModels: Don't notify twice for model changesUlf Hermann2025-09-081-7/+4
* Refactor QAccessibleQuickItem::interface_castVolker Hilsheimer2025-09-061-15/+21
* qmltyperegister: clean paths before de-duplicating themUlf Hermann2025-09-065-2/+64
* Doc: Clarify PropertyChanges::explicit documentationJerome Pasion2025-09-051-2/+3
* tst_qqmlengine: Further stabilizeUlf Hermann2025-09-051-2/+4
* a11y: Enable the ValueInterface for the ProgressBarJulian Greilich2025-09-051-1/+2
* Implement minimum/maximum-value also for to/from propertiesEven Oscar Andersen2025-09-043-2/+127
* QmlCompiler: Ensure QObjects returned to AOT-compiled code are wrappedUlf Hermann2025-09-039-10/+123
* QtQml: Mark values on the AOT-compiled stack during gcUlf Hermann2025-09-039-30/+283
* QtQml: Store detached Sequence objects on the JS heapUlf Hermann2025-09-037-42/+317
* QtQml: Extract method to create the inline storage for SequenceUlf Hermann2025-09-022-9/+20
* QtQml: Avoid repeated retrieval of Heap::Sequence::storagePointer()Ulf Hermann2025-09-021-4/+5
* QtQml: Rephrase Sequence's appendInline()Ulf Hermann2025-09-021-12/+9
* QtQml: Heap::Sequence::isReference() where appropriateUlf Hermann2025-09-021-6/+6
* QtQml: Inline Sequence's shiftInline into its ownly userUlf Hermann2025-09-021-30/+21
* QtQml: Accept Heap::Sequence in doGetIndexed()Ulf Hermann2025-09-021-8/+6
* QtQml: Eliminate Heap::Sequence::hasData()Ulf Hermann2025-09-022-4/+4
* QtQml: Inline Sequence::containerIsEqualTo into its only userUlf Hermann2025-09-022-19/+21
* QtQml: Inline containerDeleteIndexedProperty into its only userUlf Hermann2025-09-022-26/+24
* QtQml: Inline Sequence::containerPutIndex into its only userUlf Hermann2025-09-023-46/+40
* QtQml: Inline Sequence::containerGetIndexed() into its only userUlf Hermann2025-09-022-22/+20
* QtQml: Remove some methods from Sequence's public APIUlf Hermann2025-09-022-67/+50