aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tst_qmllint: Fix absolutePath() testMaximilian Goldstein2022-03-021-18/+18
| * CMake: Clean up deployment docs for 6.3Alexandru Croitor2022-03-023-4/+22
| * qml: Add build qmldir import path of the current module in prefix buildsAndrei Golubev2022-03-021-1/+19
| * tst_qmltc::listView is failing with no apparent reasonPasi Petäjäjärvi2022-03-021-0/+2
| * A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-023-3/+10
| * Fix tst_qquickaccessible::hitTest() on AndroidIvan Solovev2022-03-021-1/+2
| * tst_qquickaccessibility: wrap dynamic object allocations into smart pointersIvan Solovev2022-03-021-30/+25
| * Android: unify the android tests dummy import filesAssam Boudjelthia2022-03-0242-148/+184
| * Disable failing declarative tests on Android - Part 2Assam Boudjelthia2022-03-026-2/+30
| * Android: various test fixesAssam Boudjelthia2022-03-029-5/+47
| * QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-024-26/+88
| * Ensure that min <= max in qBound callOliver Eftevaag2022-03-021-1/+2
| * qquickstyleitem: Fix Q_ENUM/Q_FLAG confusionFabian Kosmale2022-03-021-1/+1
| * Doc: state that desktop support is being improvedMitch Curtis2022-03-021-0/+5
| * Do not use PUBLIC linking with pluginsAlexey Edelev2022-03-021-1/+1
| * QML: Add indirect library dependencies for tests relying thosePasi Petäjäjärvi2022-03-0211-1/+11
| * qmlcompiler: Suggest fix for multiline stringsMaximilian Goldstein2022-03-025-9/+84
| * qmllint: Remove extra space from unqualified access fix suggestionMaximilian Goldstein2022-03-022-5/+5
| * Disable warning from iterating over a QFlatMapVolker Hilsheimer2022-03-021-0/+3
| * Fix compilation of tst_qmlcppcodegen on AndroidAndreas Buhr2022-03-021-2/+2
| * QQuickTableView: implement getEffectiveRowY/ColumnX()Richard Moe Gustavsen2022-03-022-0/+16
| * QQuickTableView: be able to specify incubation mode to loadAndUnloadVisibleEd...Richard Moe Gustavsen2022-03-022-3/+3
| * QQuickTableView: make some functions constRichard Moe Gustavsen2022-03-022-21/+21
| * QmlCompiler: Optimize some more type conversionsUlf Hermann2022-03-021-12/+45
| * Refactor QQmlJSMetaPropertyBindingFabian Kosmale2022-03-027-157/+310
| * qml: Don't mangle the settings URLUlf Hermann2022-03-021-5/+6
| * qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-03-022-2/+21
| * QML: Explicitly reject malformed file importsUlf Hermann2022-03-025-0/+56
| * QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-013-3/+56
| * QmlCompiler: On MoveReg, check if we need to move at allUlf Hermann2022-03-014-0/+24
| * QQuickStateOperations: updateGeometry() when setting x/y/w/hUlf Hermann2022-03-013-7/+116
| * Blacklist: test cases blacklisted in qquicklayouts:CI Insignificant Platforms Monitor Bot2022-02-281-0/+9
| * QmlCompiler: Don't generate code for untyped JS callsUlf Hermann2022-02-255-2/+23
| * QmlCompiler: Correctly label arguments and return types of JS functionsUlf Hermann2022-02-254-2/+38
| * QmlCompiler: Make InstructionAnnotations a QFlatMapUlf Hermann2022-02-254-22/+24
| * Remove PUBLIC which leads to unnecessary Qt::Gui dependenciesTatiana Borisova2022-02-251-1/+1
| * Copy QML builtins in prefix buildsAndrei Golubev2022-02-251-0/+7
| * qmlcompiler: Store filename for QML scopesMaximilian Goldstein2022-02-258-23/+26
| * Use the helper in gui to create the Vulkan instanceLaszlo Agocs2022-02-253-77/+13
| * Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2022-02-241-5/+5
| * Make atlas texture size calculation more robustLaszlo Agocs2022-02-241-2/+7
| * QmlCompiler: Track read registersUlf Hermann2022-02-243-52/+479
| * qquickapplication: Add styleHints propertyMaximilian Goldstein2022-02-244-20/+46
| * QmlCompiler: Prepare QQmlJSTypeResolver for in-place type manipulationUlf Hermann2022-02-245-123/+331
| * QmlCompiler: Don't assert for the "int" type if we don't need itUlf Hermann2022-02-242-1/+2
| * QmlCompiler: Perform an actual conversion() in generate_MoveConst()Ulf Hermann2022-02-241-27/+17
| * QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-244-17/+43
| * QML: Take care of QVariant when converting function argumentsUlf Hermann2022-02-237-7/+53
| * tst_qqmlmetaobject: Clean up even when test failsFabian Kosmale2022-02-221-8/+7
| * qmllint: Properly warn about calling propertiesMaximilian Goldstein2022-02-229-5/+117