aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable rendercontrol_d3d11 example for MinGWLaszlo Agocs2021-05-197-15/+8
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-1914-3/+93
* qmllint: Fix inline components getting overwritten by componentsMaximilian Goldstein2021-05-194-1/+17
* examples/qml/locale: Use inline component as a delegateMaximilian Goldstein2021-05-191-11/+17
* Set a11y role for QQuickTextInput to EditableTextMorten Johan Sørvig2021-05-191-0/+2
* Adapt to new native interface plumbingTor Arne Vestbø2021-05-192-31/+28
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-05-191-3/+3
* Remove unused qwavefrontmesh.* source filesCraig Scott2021-05-192-794/+0
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-1983-4099/+0
* Fix warning about range-looping over QJsonArray via referenceTor Arne Vestbø2021-05-183-17/+17
* Resolve chicken/egg problem when initializing AOT lookupsUlf Hermann2021-05-181-2/+6
* Accept any QQmlListProperty in place of another as AOT lookup resultUlf Hermann2021-05-181-1/+4
* Accept QObject* base classes as types for results of AOT lookupsUlf Hermann2021-05-181-1/+26
* Refer to ECMA TC 39's definitive documentationEdward Welbourne2021-05-182-5/+6
* Report what failed in a QML test's JavaScriptEdward Welbourne2021-05-181-28/+114
* Rename a parameter to avoid shadowing a memberEdward Welbourne2021-05-181-3/+3
* Actually test day of the week in test-case for day-of-week bugEdward Welbourne2021-05-182-6/+8
* Make QDate handling consistent in its use of UTCEdward Welbourne2021-05-1826-245/+244
* Switch from QFlatSet to QSet in particlesKaj Grönholm2021-05-184-161/+2
* Fix the qmlscene command help messageJiDe Zhang2021-05-181-1/+1
* Require intended types for setting up AOT lookupsUlf Hermann2021-05-182-44/+72
* Be more lenient about property caches when doing AOT lookupsUlf Hermann2021-05-171-4/+12
* Doc: Expand documentation on QML_SINGLETONUlf Hermann2021-05-171-1/+125
* QQmlListAccessor: Store integer if m_type is IntegerFabian Kosmale2021-05-141-0/+1
* qmllint: Add inline component supportMaximilian Goldstein2021-05-149-6/+64
* Blacklist tst_QQuickGridView::snapOneRow for Win 10 MinGW developer buildHeikki Halmet2021-05-141-0/+1
* Enhance approveGrabTransition log messageShawn Rutledge2021-05-141-2/+3
* qmllint: Utilize qjsroot.qmltypesMaximilian Goldstein2021-05-145-15/+41
* Pass "final" attribute of properties through qmltypesUlf Hermann2021-05-126-7/+34
* Drop dead codeUlf Hermann2021-05-121-2/+0
* qmltyperegistrar: Refactor generation of readonly attributeUlf Hermann2021-05-122-10/+8
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-05-121-3/+3
* Don't stop delivering to subscene deliveryagents after point acceptedShawn Rutledge2021-05-121-2/+0
* Fix shape gradient spread settingEirik Aavitsland2021-05-121-2/+2
* QQmlProperty: Implement DontRemoveBinding support for QPropertyFabian Kosmale2021-05-122-0/+46
* Remove special casing of AOT functions from QQmlPropertyBinding::createUlf Hermann2021-05-121-35/+0
* QQmlAnyBinding: Honor interceptors if and only if requestedFabian Kosmale2021-05-122-2/+22
* qquickaccessible: Use QML_EXTENDED_NAMESPACE instead of Q_ENUMSMaximilian Goldstein2021-05-122-8/+2
* qqmlirbuilder: Fix deep inline component script bindingsMaximilian Goldstein2021-05-123-2/+27
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-05-121-1/+1
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-113-4/+95
* Don't add the same point twice when splitting touch events by subsceneShawn Rutledge2021-05-111-1/+6
* qquickgradient: Use Q_EXTENDED_NAMESPACE instead of Q_ENUMSMaximilian Goldstein2021-05-111-1/+1
* builtins.qmltypes: Add QVariantMapMaximilian Goldstein2021-05-111-0/+5
* CMake: Make qtdeclarative depend only on host qtshadertools packageAlexandru Croitor2021-05-112-2/+20
* Make tst_qqmlecmascript::dateParse() more thoroughEdward Welbourne2021-05-112-0/+67
* Make a UTC time test more thorough and coherentEdward Welbourne2021-05-112-28/+61
* Clean up tst_qqmlecmascript: don't leak on failureEdward Welbourne2021-05-111-1147/+933
* QQuickItem: Remove remnant from Quick 1 timesFabian Kosmale2021-05-111-3/+1
* Port scenegraph autotest case for alpha batching problemLaszlo Agocs2021-05-114-1/+117