aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-115-3/+42
* Consolidate content setting into QQuickTextPrivate::updateDocumentText()Shawn Rutledge2022-11-114-50/+25
* QQuickTableView: detect if syncView topLeft has changedRichard Moe Gustavsen2022-11-113-2/+56
* QmlCompiler: Ignore InitializeDeadTemporalZone instructionUlf Hermann2022-11-116-2/+37
* QQuickDrag: correctly support text and image mime typesVolker Hilsheimer2022-11-116-76/+342
* Send ObjectShow event for visible components after initializedFushan Wen2022-11-111-0/+7
* Handle missing stops gracefully in Shape gradientsLaszlo Agocs2022-11-111-3/+5
* Massage qt-add-qml-module.qdoc to be easier to readSami Shalayel2022-11-111-131/+178
* Add FOREIGN declaration for QEventPointSami Shalayel2022-11-114-5/+81
* QQuickTableView: do a relayout whenever the view is resizedRichard Moe Gustavsen2022-11-113-2/+65
* QQuickItem: Optimize destructionVolker Hilsheimer2022-11-111-8/+13
* QQuickItem: avoid emitting signals during destructionVolker Hilsheimer2022-11-113-8/+61
* Document dangers with parentChanged and visibleChangedVolker Hilsheimer2022-11-111-0/+12
* Re-enable auto testing of remote image downloading on Linux and AndroidShawn Rutledge2022-11-102-15/+0
* QmlCompiler: Allow lists as arguments to methodsUlf Hermann2022-11-1018-176/+275
* QQmlComponent::loadFromModule: Support inline componentsFabian Kosmale2022-11-105-3/+35
* ConstructionState: reduce sizeFabian Kosmale2022-11-102-16/+75
* ConstructionState: Make completePending private, tooFabian Kosmale2022-11-105-76/+112
* Required properties: Use pointers instead of referencesFabian Kosmale2022-11-109-44/+45
* QQmlComponent: Remove required components accessorFabian Kosmale2022-11-102-20/+38
* QQmlComponent::loadFomModule: handle required propertiesFabian Kosmale2022-11-103-20/+31
* ConstructionState: Add helper function to take errors from creatorFabian Kosmale2022-11-104-8/+26
* QmlComponent::ConstructionState: encapsulate creatorFabian Kosmale2022-11-105-35/+51
* Long live QQmlComponent::loadFromModule!Fabian Kosmale2022-11-106-18/+298
* QML: Don't generate qmldir typeinfo entry on NO_GENERATE_QMLTYPESUlf Hermann2022-11-101-3/+9
* Fix the popup position of a MenuInho Lee2022-11-101-1/+2
* QQuickTableView: emit changes to leftColumn() _after_ it has been updatedRichard Moe Gustavsen2022-11-102-14/+44
* qmldir docs: Fix typoFabian Kosmale2022-11-101-1/+1
* Silence warnings from usage of deprecated APIs in testsVolker Hilsheimer2022-11-102-5/+7
* Doc: Cleanup up qdoc targets for CMakeKai Köhne2022-11-093-12/+1
* QQuickTableView: implement support for letting the user resize rows and columnsRichard Moe Gustavsen2022-11-099-168/+1197
* Doc: Restructure Qt QML TOCKai Köhne2022-11-091-21/+16
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2022-11-091-5/+5
* QML: Fix precedence between importsUlf Hermann2022-11-0810-66/+144
* Bump QV4_DATA_STRUCTURE_VERSION after dropping CallElementUlf Hermann2022-11-081-1/+1
* Do not crash if madvise() fails on MADV_WILLNEEDUlf Hermann2022-11-081-1/+1
* Doc: Fix typoAndreas Eliasson2022-11-081-2/+2
* Fix access to destroyed QRhi objectBumjoon Park2022-11-081-0/+1
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2022-11-081-5/+5
* ListView: Snap one item mode fix next item calculationEvgen Pervenenko2022-11-083-8/+314
* QQuickNinePatchImage: fix aliasing by respecting the smooth propertyMitch Curtis2022-11-082-1/+46
* tst_qquickwindow: Add missing QCOMPARELaszlo Agocs2022-11-071-1/+1
* QmlExamples: Add missing dependencies of QtQuick in CMakeListsSemih Yavuz2022-11-0715-19/+25
* QML: Output more verbose error if qmldir-import failsUlf Hermann2022-11-071-1/+16
* Replace CallElement with separate instructionsUlf Hermann2022-11-0717-79/+68
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-074-11/+72
* Use the right list-element type in documentationThibaut Cuvelier2022-11-051-15/+15
* Disable the automatic persistent pipeline cache on macOS/iOSLaszlo Agocs2022-11-052-1/+6
* Unify the reading of qml imports for Android and desktop platformsAlexey Edelev2022-11-032-36/+47
* Make QSGRhiShaderEffectMaterial::type() safe with multiple windowsLaszlo Agocs2022-11-037-8/+21