aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QQuickScrollBar: ensure '0 ≤ size ≤ 1' and '0 ≤ minimumSize ≤ 1'Oliver Eftevaag2022-03-072-8/+43
* Fix selectedFiles being empty for native FileDialogsMitch Curtis2022-03-072-0/+10
* Remove pointer manual test from the buildShawn Rutledge2022-03-051-1/+0
* Rename android_dummy_imports.qml to dummy_imports.qmlAssam Boudjelthia2022-03-0524-39/+39
* Reduce the length of Int8Array in tst_QJSEngine::typedArraySet()Assam Boudjelthia2022-03-051-1/+1
* ExecutionEngine: Move initialization of statics into separate methodUlf Hermann2022-03-052-68/+87
* QQuickMaterialStyle: Fix bogus revision declarationUlf Hermann2022-03-051-1/+1
* QNX: Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-03-052-0/+5
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-048-82/+419
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-03-041-5/+5
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-0322-4/+88
* QmlCompiler: Optimize metaobject retrieval some moreUlf Hermann2022-03-031-2/+2
* QmlCompiler: Don't generate code for untyped JS callsUlf Hermann2022-03-035-2/+23
* QmlCompiler: Correctly label return types of JS functionsUlf Hermann2022-03-035-2/+35
* QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()Ulf Hermann2022-03-034-15/+100
* qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-03-022-2/+21
* QmlCompiler: Optimize some more type conversionsUlf Hermann2022-03-021-10/+67
* QML: Explicitly reject malformed file importsUlf Hermann2022-03-025-0/+56
* Disable failing declarative tests on Android - Part 2Assam Boudjelthia2022-03-026-2/+30
* A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-023-3/+10
* Fix tst_qquickaccessible::hitTest() on AndroidIvan Solovev2022-03-021-1/+2
* Android: unify the android tests dummy import filesAssam Boudjelthia2022-03-0242-148/+184
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-024-26/+88
* tst_qquickaccessibility: wrap dynamic object allocations into smart pointersIvan Solovev2022-03-021-30/+25
* QML: Add indirect library dependencies for tests relying thosePasi Petäjäjärvi2022-03-0211-1/+11
* Android: various test fixesAssam Boudjelthia2022-03-029-5/+47
* tst_qmltc::listView is failing with no apparent reasonPasi Petäjäjärvi2022-03-021-0/+2
* Doc: state that desktop support is being improvedMitch Curtis2022-03-021-0/+5
* qml: Add build qmldir import path of the current module in prefix buildsAndrei Golubev2022-03-021-1/+19
* qquickstyleitem: Fix Q_ENUM/Q_FLAG confusionFabian Kosmale2022-03-021-1/+1
* CMake: Clean up deployment docs for 6.3Alexandru Croitor2022-03-023-4/+22
* Ensure that min <= max in qBound callOliver Eftevaag2022-03-021-1/+2
* CMake: Remove INSTALL_SOURCE_QMLTYPES warningAlexandru Croitor2022-03-021-4/+0
* QQuickStateOperations: updateGeometry() when setting x/y/w/hUlf Hermann2022-03-013-7/+116
* QmlCompiler: On MoveReg, check if we need to move at allUlf Hermann2022-03-014-0/+24
* QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-013-3/+56
* Blacklist: test cases blacklisted in qquicklayouts:CI Insignificant Platforms Monitor Bot2022-03-011-0/+9
* Blacklist: test cases blacklisted in tst_QQuickFileDialogImpl:CI Insignificant Platforms Monitor Bot2022-02-281-0/+3
* Remove PUBLIC which leads to unnecessary Qt::Gui dependenciesTatiana Borisova2022-02-281-1/+1
* Copy QML builtins in prefix buildsAndrei Golubev2022-02-281-0/+7
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-244-17/+43
* qmllint: Properly warn about calling propertiesMaximilian Goldstein2022-02-239-4/+117
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-02-231-5/+5
* Fix tracking of sg initialized state in rendercontrolLaszlo Agocs2022-02-221-0/+1
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-2210-20/+15
* qmltc: Handle (simple) deferred properties correctlyAndrei Golubev2022-02-2213-1/+389
* qmltc: Fix attached property code generationAndrei Golubev2022-02-221-1/+4
* Doc: link to Qt Quick Controls' Dialog type from Qt Quick Dialogs'Mitch Curtis2022-02-221-0/+1
* Doc: disambiguate section titlesMitch Curtis2022-02-221-8/+8
* qmllint: Warn about missing property types on current scopeMaximilian Goldstein2022-02-214-16/+39