aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-1210-23/+104
* Support runtime functions evaluation by index through QQmlEngineAndrei Golubev2021-02-126-0/+99
* Transform JSCallData args setting into a functionAndrei Golubev2021-02-124-22/+85
* qmllint: Fix false unknown grouped property warningMaximilian Goldstein2021-02-124-9/+8
* Unregister value types when tearing down QML typesUlf Hermann2021-02-1223-218/+162
* Deprecate qmlplugindumpUlf Hermann2021-02-125-0/+15
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-1238-59/+62
* tst_qqmlengine: remove unused QSKIPSamuli Piippo2021-02-122-9/+0
* Doc: Add missing \inmodule commandNico Vertriest2021-02-122-0/+3
* Doc: Fix CI warnings qtdeclarativeNico Vertriest2021-02-121-10/+10
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-124-27/+27
* Doc: Avoid unqualified lookup in the signals documentationUlf Hermann2021-02-121-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-121-2/+2
* qmllint: Warn about too many or mismatched signal parametersUlf Hermann2021-02-114-16/+82
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-117-22/+71
* QQuickWidget/Documentation: Mention the need to set the graphics APIFriedemann Kleint2021-02-111-3/+7
* SoftwareImageNodes: Initialize member variableDavid Edmundson2021-02-111-1/+1
* QHashedString(Ref): Use QStringView internallyFabian Kosmale2021-02-113-99/+28
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-111-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-111-2/+2
* Enable tests of manually registered typesAlexey Edelev2021-02-102-9/+5
* qmlformat: Use a struct to hold the command line optionsFurkan Uzumcu2021-02-101-80/+112
* Restore String size assertFabian Kosmale2021-02-101-0/+2
* QV4::Lookup: update comment about gc assumptionFabian Kosmale2021-02-101-0/+1
* QQmlPropertyPrivate: Remove documentation about flags parameterFabian Kosmale2021-02-101-3/+0
* Use QQmlBinding::Ptr typedefFabian Kosmale2021-02-101-7/+7
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-103-1/+33
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-101-2/+2
* Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATHUlf Hermann2021-02-106-41/+54
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-101-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-091-2/+2
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-0910-17/+17
* Make tst_qmldiskcache::regenerateAfterChange() pass on big endian systemsDmitry Shachnev2021-02-091-3/+2
* Doc: Update type registration flowchartUlf Hermann2021-02-093-0/+3
* Reimplement Math.hypot() using QHypotHelperEdward Welbourne2021-02-091-21/+6
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-091-2/+2
* qqmlengine: Fix some warnings not being displayed correctlyMaximilian Goldstein2021-02-091-8/+8
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-091-2/+2
* Return errors if validation of inline components failsUlf Hermann2021-02-082-1/+20
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-081-2/+2
* QQmlInterceptorMetaObject::intercept: Avoid metatype<->id ping-pongFabian Kosmale2021-02-081-4/+3
* qmlplugindump: Fix overload ambiguityMaximilian Goldstein2021-02-081-5/+6
* qjsengine: Clarify to/fromScriptValue documentationMaximilian Goldstein2021-02-081-0/+2
* QSGBatchRender: avoid crash if buffer shrinksFabian Kosmale2021-02-081-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-02-081-2/+2
* Do less work when there are no active ImageParticle particlesMichael Brasser2021-02-063-8/+29
* QQuickItemParticle give() method kill particleFabio Falsini2021-02-053-1/+7
* Add "we mean it" warning to private headersVolker Hilsheimer2021-02-054-0/+44
* qqmlproxymetaobject: Support invoking methods and slotsMaximilian Goldstein2021-02-055-31/+63
* Use a QDoubleEndedList for the children of animation group jobsUlf Hermann2021-02-0516-146/+408