aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.1' in qt/qtdeclarativev6.1.0-alpha1Qt Submodule Update Bot2021-02-121-2/+2
* Update dependencies on '6.1' in qt/qtdeclarativeQt Submodule Update Bot2021-02-111-2/+2
* qmlformat: Use a struct to hold the command line optionsFurkan Uzumcu2021-02-101-80/+112
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-103-1/+33
* Update dependencies on '6.1' in qt/qtdeclarativeQt Submodule Update Bot2021-02-101-2/+2
* Update dependencies on '6.1' in qt/qtdeclarativeQt Submodule Update Bot2021-02-101-2/+2
* Make tst_qmldiskcache::regenerateAfterChange() pass on big endian systemsDmitry Shachnev2021-02-091-3/+2
* Update dependencies on '6.1' in qt/qtdeclarativeQt Submodule Update Bot2021-02-091-2/+2
* Doc: Update type registration flowchartUlf Hermann2021-02-093-0/+3
* Update dependencies on '6.1' in qt/qtdeclarativeQt Submodule Update Bot2021-02-091-2/+2
* Return errors if validation of inline components failsUlf Hermann2021-02-082-1/+20
* qmlplugindump: Fix overload ambiguityMaximilian Goldstein2021-02-081-5/+6
* QSGBatchRender: avoid crash if buffer shrinksFabian Kosmale2021-02-081-2/+2
* Update dependencies on '6.1' 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
* Update dependencies on '6.1' in qt/qtdeclarativeQt Submodule Update Bot2021-02-061-2/+2
* Update dependencies on '6.1' in qt/qtdeclarativeQt Submodule Update Bot2021-02-061-2/+2
* QQuickItemParticle give() method kill particleFabio Falsini2021-02-053-1/+7
* Update dependencies on '6.1' in qt/qtdeclarativeQt Submodule Update Bot2021-02-051-2/+2
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-053-10/+50
* tst_qquickitemlayer: skip tests when running on offscreen platformSamuli Piippo2021-02-051-12/+40
* tst_qquickdesignersupport: blacklist tests that segfault on QEMUSamuli Piippo2021-02-051-0/+7
* Update dependencies on '6.1' in qt/qtdeclarativeQt Submodule Update Bot2021-02-051-2/+2
* Invalidate external renderpass descriptors from Quick3DLaszlo Agocs2021-02-053-0/+19
* Don't hide the inputMethod when finishing the editAndy Shaw2021-02-041-2/+0
* Update dependencies on '6.1' in qt/qtdeclarativeQt Submodule Update Bot2021-02-041-2/+2
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-033-0/+24
* qmltyperegistrar: Fix handling of default propertiesUlf Hermann2021-02-023-26/+120
* Remove superfluous include directiveFriedemann Kleint2021-02-021-1/+0
* 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