aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the internals of QQuickAnimatorController privateUlf Hermann2021-02-022-1/+6
* Fix Math.round edge-caseAllan Sandfeld Jensen2021-02-021-3/+6
* Add 'MANUAL_MOC_JSON_FILES' support by 'qt6_qml_type_registration'Alexey Edelev2021-02-021-1/+6
* Remove obsolete folders in qmlcompilerDavid Skoland2021-02-022-2/+0
* qmltyperegistrar: Do not add extensions to local anonymous typesUlf Hermann2021-02-022-10/+3
* quickwidgets: fix build with -no-feature-messageboxNick Shaforostov2021-02-011-1/+3
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-011-2/+2
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2021-02-014-20/+16
* QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-02-016-1/+132
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-0113-59/+227
* Prefer qHypot() over sqrt(a sum of squares)Edward Welbourne2021-02-012-1/+2
* Drop JavaScript root object members from builtins.qmltypesUlf Hermann2021-02-011-1593/+7
* Use QDateTime as internal name for the builtin date typeUlf Hermann2021-02-011-17/+21
* Drop widgets dependency from quicktestUlf Hermann2021-02-012-37/+2
* Fix cmake dependencies around qmltypes filesUlf Hermann2021-02-011-1/+8
* tst_qqmlecmascript: Adjust to QObjectCompatProperty change in qtbaseFabian Kosmale2021-02-011-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-011-2/+2
* Move implementation of functions declared in qqml.h into qqml.cppUlf Hermann2021-01-292-74/+76
* QmlCompiler: Generate AOT functions in same order as interpreted onesUlf Hermann2021-01-291-34/+71
* QML value types: Properly apply the QML_EXTENDED trick everywhereUlf Hermann2021-01-291-0/+5
* QmlCompiler: Retain anonymous types in qmlnamesUlf Hermann2021-01-291-0/+7
* Doc: Describe QML_FOREIGN in "Defining QML Types from C++"Ulf Hermann2021-01-291-0/+26
* Expose getter and setter names of C++ classes in qmltypes filesFabian Kosmale2021-01-295-2/+20
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-291-2/+2
* QQmlListModel: Don't discern between empty and null stringsUlf Hermann2021-01-281-0/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-281-2/+2
* QmlDebug: make qt_qmlDebugClearBuffer() accessibleTim Jenssen2021-01-271-1/+6
* Doc: Fix qdoc link warningNico Vertriest2021-01-271-2/+4
* V4: Store instruction pointer before CmpInUlf Hermann2021-01-273-0/+15
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-271-2/+2
* Fix compilation after subpixel handling changes in qtbaseFabian Kosmale2021-01-274-5/+6
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-271-2/+2
* Make the nameFilters test resilient to file system changesVolker Hilsheimer2021-01-262-4/+4
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-01-261-3/+3
* fix not initialized enum error valueTim Jenssen2021-01-261-1/+1
* QmlCompiler: Return after importing a scriptUlf Hermann2021-01-264-1/+10
* qmllint: Complain if member access check fails for namespaced typesUlf Hermann2021-01-263-13/+43
* QDeferredSharedPointer: lazy-load to determine isNull()Ulf Hermann2021-01-261-16/+42
* QQmlJSTypeReader: Guard against empty JS filesUlf Hermann2021-01-264-9/+21
* Qt.labs.sharedimage: Mark as non optionalMaximilian Goldstein2021-01-261-1/+0
* Avoid string/ascii conversion warnings in qwavefrontmesh.cppUlf Hermann2021-01-261-11/+27
* Allow AOT compiled functions to set the instruction pointerUlf Hermann2021-01-262-2/+8
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-251-2/+2
* Make a bunch of plugin headers privateMaximilian Goldstein2021-01-258-14/+37
* qmltyperegistrar: Make sure we have metatypes for all QML typesUlf Hermann2021-01-257-13/+215
* QQmlPropertyCache: use more efficient addProperty overloadFabian Kosmale2021-01-251-1/+2
* Don't register invalid metatypes in QQmlMetaTypeDataUlf Hermann2021-01-251-5/+0
* Move qmlRegisterUncreatableMetaObject to qqml.cppUlf Hermann2021-01-252-34/+33
* Qt.labs.sharedimage: Make plugin optionalMaximilian Goldstein2021-01-2510-88/+209
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-259-7/+195