aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.3' in qt/qtdeclarativev6.3.0-beta1Qt Submodule Update Bot2022-01-311-5/+5
* QNX: Cannot run qml only testsPasi Petäjäjärvi2022-01-291-1/+1
* QML: Disable host debugging related tests when cross compilingPasi Petäjäjärvi2022-01-291-14/+18
* QNX: Disable ecmascriptestsPasi Petäjäjärvi2022-01-291-1/+1
* QNX: Force logging to stderrPasi Petäjäjärvi2022-01-291-0/+5
* Auto-test-export QQuickIconLabelPrivateMarc Mutz2022-01-291-1/+1
* doc: Fix a typo in a See Also link from QQuickText::boundingRect()Shawn Rutledge2022-01-281-1/+1
* qquickwindowmodule: Properly expose Visibility enumMaximilian Goldstein2022-01-281-2/+3
* Use up-to date LGPL license headerKai Köhne2022-01-2725-275/+350
* Document qmltc output formatAndrei Golubev2022-01-276-23/+323
* qmltc: Rename CMake command's argument FILES -> QML_FILESAndrei Golubev2022-01-275-13/+13
* qmltc: Do not search for qmltypes in non-TARGET libsUlf Hermann2022-01-271-0/+4
* Enhance tst_qmltc::componentTypes() by verifying that ids are correctAndrei Golubev2022-01-271-0/+9
* Add revision to QQuickItem::ensurePolished()Shawn Rutledge2022-01-271-1/+1
* Doc: Avoid duplicated qt.labs.qmlmodels documentationKai Köhne2022-01-271-2/+4
* Don't blacklist tst_QQuickFramebufferObject::everything on b2qtShawn Rutledge2022-01-271-0/+1
* Fix tst_basic missing resourcesAssam Boudjelthia2022-01-272-1/+10
* Query the redirect rt size only once in renderSceneGraphLaszlo Agocs2022-01-271-3/+3
* Imagine Dial: remove unnecessary bindings for background sizeOliver Eftevaag2022-01-271-5/+0
* QQuickRenderControl ctor: fix style and let parent default to nullptrShawn Rutledge2022-01-271-1/+1
* Make qmltc-processed targets depend on qmltypes of linked QML modulesAndrei Golubev2022-01-261-0/+19
* qmltc: Simplify internal property name lookup logicAndrei Golubev2022-01-261-23/+20
* QQuickFontDialogImpl: remove binding loopOliver Eftevaag2022-01-261-1/+1
* Add qmltc to QtQuick's tools and utilitiesAndrei Golubev2022-01-261-0/+15
* Use tree hash rather than commit hash in .tag fileUlf Hermann2022-01-262-2/+2
* Add missing dependencies to tst_qmlcppcodegenUlf Hermann2022-01-261-0/+6
* Adjust default max call depth for QNXUlf Hermann2022-01-262-3/+10
* Doc: State that you should type-annotate methodsUlf Hermann2022-01-251-7/+21
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-01-251-5/+5
* QML: Host only testsPasi Petäjäjärvi2022-01-252-6/+10
* Disambiguate "parent" in flatstyle exampleShawn Rutledge2022-01-241-5/+5
* Improve examples CMakeLists.txtKai Köhne2022-01-24118-967/+402
* Skip tests that fail on platforms that don't implement grabWindowVolker Hilsheimer2022-01-244-4/+4
* Skip the shapes tests on offscreen platformShawn Rutledge2022-01-241-10/+10
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-01-241-5/+5
* QQuickTreeView: be able to expand rows that are not yet visible in the viewRichard Moe Gustavsen2022-01-242-6/+33
* QQmlJS::Dom::PathIterator: fix relational operators in C++20 modeMarc Mutz2022-01-241-2/+2
* QML: qmljsrootgen is host only toolPasi Petäjäjärvi2022-01-241-1/+1
* Turn qmljs into appPasi Petäjäjärvi2022-01-241-13/+12
* CMake: Pass C++ sources to pre-created qml module targetsAlexandru Croitor2022-01-241-0/+3
* CMake: Don't cross-compile qjtestAlexandru Croitor2022-01-241-2/+2
* CMake: Fix lookup of Python for qtdeclarativeAlexandru Croitor2022-01-242-22/+7
* Skip borderImageMesh test with the software backendLaszlo Agocs2022-01-241-0/+7
* Fix Clang 10 -Werror,-Wdeprecated-enum-float-conversionMarc Mutz2022-01-243-3/+3
* QmlCompiler: Handle ID lookups of incomplete types correctlyUlf Hermann2022-01-224-3/+24
* Use qt.qml.states logging category instead of STATECHANGE_DEBUG envShawn Rutledge2022-01-213-24/+19
* QmlCompiler: Add C++ name also for types with no export candidatesUlf Hermann2022-01-213-2/+12
* QQmlProperty: Prohibit ID lookup on explicitly given objectUlf Hermann2022-01-212-1/+4
* Use the deprecation macro for CustomCompileStepLaszlo Agocs2022-01-211-1/+6
* tests: port to QMutableEventPoint static APIMarc Mutz2022-01-214-54/+54