aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-2421-616/+9
* Remove qml statemachine plugin from qtdeclarativeKarsten Heimrich2020-08-2364-4657/+1
* Adapt to qtbase changesFabian Kosmale2020-08-2313-28/+31
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-08-231-2/+2
* tst_qqmltypeloader: Adapt to network redirection change in qtbaseFabian Kosmale2020-08-231-0/+15
* tst_qquickaccessible: Adapt to QVariant::isNull changeFabian Kosmale2020-08-231-2/+4
* Remove last remaining use of QStringRefKarsten Heimrich2020-08-231-1/+1
* Qt6QmlMacros.cmake: support multiple versions in QT_QML_SOURCE_VERSIONMitch Curtis2020-08-231-6/+9
* Add override behaviors to QQmlListPropertyUnai IRIGOYEN2020-08-2210-1/+200
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-222-0/+5
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-223-1/+21
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-223-0/+39
* qmllint: fix import java scripts from moduleEvgeniy A. Dushistov2020-08-227-0/+36
* tst_qqmlenginedebugservice: Adapt to QVariant comparison changeFabian Kosmale2020-08-221-7/+13
* Adapt to QNetworkRequest changeFawzi Mohamed2020-08-201-0/+1
* qmlformat: fix handling of "if else" inside "if" in "if else"Evgeniy A. Dushistov2020-08-204-15/+57
* Weak compare for value types in QMLFawzi Mohamed2020-08-201-1/+47
* tst_qqmllanguage: Fix failure due to stricter equality of QVariantFawzi Mohamed2020-08-201-1/+4
* tst_qjsengine: Fix comparison related failuresFawzi Mohamed2020-08-201-3/+8
* Fix tst_qqmlproperty failures due to stricter QVariantMaximilian Goldstein2020-08-201-3/+3
* doc, listview: document that binding to parent should be avoidedRichard Moe Gustavsen2020-08-201-2/+24
* tst_qqmlvaluetypeproviders: Don't manually register comparatorUlf Hermann2020-08-200-0/+0
* Improve the QML/JS type readerUlf Hermann2020-08-204-9/+8
* Doc: Drop dependency on qtgraphicaleffectsPaul Wicking2020-08-191-1/+1
* qmllint: handle signals defined in qml fileEvgeniy A. Dushistov2020-08-193-11/+34
* Fix crash on WindowsFabian Kosmale2020-08-181-1/+0
* webOS: Share images even if cache is falseElvis Lee2020-08-171-1/+34
* CMake: Fix what Android lib suffix should be passed as a defineAlexandru Croitor2020-08-171-1/+1
* CMake: Adjust naming of Qt Qml plugins for AndroidAlexandru Croitor2020-08-171-0/+20
* Use qHashMulti in qHash(QQuickPixmapKey)Shawn Rutledge2020-08-171-6/+2
* tst_qqmlcomponent: Fix test failureFawzi Mohamed2020-08-171-1/+1
* Disable redundant no-text run in lancelot testEirik Aavitsland2020-08-171-1/+5
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-08-170-0/+0
* Add renderTypeQuality property to Text elementEskil Abrahamsen Blomfeldt2020-08-1719-33/+128
* Do not create depth/stencil buffer when the env var says soLaszlo Agocs2020-08-166-22/+64
* CMake: Fix incorrect variable name check in qt6_import_qml_pluginsAlexandru Croitor2020-08-161-1/+1
* Doc: Use correct type in QML documentationPaul Wicking2020-08-151-4/+6
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-08-151-2/+2
* Regenerate scenegraph autotest shaderLaszlo Agocs2020-08-152-0/+1
* Fix wrong optimization on ARM64 ubuntu qemuFawzi Mohamed2020-08-131-3/+1
* Follow API changes in QQuickWindow docsLaszlo Agocs2020-08-131-2/+2
* CMake: Initial work on handling Qt Qml static pluginsAlexandru Croitor2020-08-137-205/+203
* Move functionality to read types from QML files out of qmllintUlf Hermann2020-08-139-92/+223
* Read tests from qmltest fileMichal Klocek2020-08-131-3/+27
* QQmlPropertyBinding: detect binding loopsFabian Kosmale2020-08-122-9/+29
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-126-5/+58
* QQmlPropertyBinding: use QMetaType::equals for comparisonFabian Kosmale2020-08-121-4/+4
* TestHTTPServer: Remove dead codeUlf Hermann2020-08-121-4/+0
* tst_qqmlxmlhttprequest: Ignore HTTP encoding headersUlf Hermann2020-08-1220-19/+19
* TestHTTPServer: Allow matching of header prefixes onlyUlf Hermann2020-08-122-5/+17