aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix minor typosSze Howe Koh2020-08-304-4/+4
* Doc: Clarify DelegateModelGroup::setGroups() descriptionSze Howe Koh2020-08-301-7/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-08-281-2/+2
* Use OpenType font weightsJonas Karlsson2020-08-288-19/+15
* Do not incorrectly leave srcAlpha and dstAlpha set to the defaultsLaszlo Agocs2020-08-281-2/+2
* Do proper memory management on the metatype interfaces we createLars Knoll2020-08-285-21/+86
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-289-109/+107
* Update dependencies in qtdeclarativeLars Knoll2020-08-281-2/+2
* Fix a bunch of compiler warningsLars Knoll2020-08-284-6/+7
* Use QPalette::resolveMask() and setResolveMask() where necessaryShawn Rutledge2020-08-283-5/+5
* Always group the metaType and listType togetherLars Knoll2020-08-286-23/+19
* QQuickCanvas: Skip failing test for nowFabian Kosmale2020-08-281-0/+2
* Remove deprecated registration functionsFabian Kosmale2020-08-273-44/+2
* Document QML_FOREIGN_NAMESPACE() macroFawzi Mohamed2020-08-271-1/+20
* new builtins.qmltypesFawzi Mohamed2020-08-271-1614/+826
* import Qt namespace in QtQmlFawzi Mohamed2020-08-273-6/+33
* Follow layoutMirroring in Layout marginsDavid Edmundson2020-08-264-1/+56
* Remove deprecated QQuickWindow::sendEventFabian Kosmale2020-08-262-60/+0
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-264-105/+0
* CMake: Use strict C++ (no GNU extensions) when compiling qml modulesAlexandru Croitor2020-08-261-0/+1
* CMake: Regenerate load(qt_app) projectsAlexandru Croitor2020-08-261-6/+5
* Make sure that header is self-containedKai Koehne2020-08-261-0/+1
* tst_qqmlqt: Avoid warning in testFabian Kosmale2020-08-263-13/+10
* [Fix] Use the sourceDir if specifiedAssam Boudjelthia2020-08-261-5/+6
* Remove deprecated functions involving attached property IDsFabian Kosmale2020-08-256-103/+0
* Remove deprecated QJSEngine::installTranslatorFunctions functionFabian Kosmale2020-08-252-38/+0
* Add "we mean it" comment to private headerVolker Hilsheimer2020-08-251-0/+11
* CMake: Rename example conflicting with qtquick3dAlexandru Croitor2020-08-252-7/+63
* qmllistcompositor_p.h: Fix deprecated-copy errorMaximilian Goldstein2020-08-241-12/+0
* Update dependencies on 'dev' in qt/qtdeclarativeDaniel Smith2020-08-241-2/+2
* Doc: fix Qt Quick Test headerMitch Curtis2020-08-241-0/+1
* 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