aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix minor grammar issues in qtquick module landing pageAndreas Eliasson2022-03-021-14/+13
* Doc: Fix minor grammar issuesAndreas Eliasson2022-03-024-12/+13
* QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()Ulf Hermann2022-03-022-15/+45
* QmlCompiler: Prepare code generator for post-analysis type adjustmentUlf Hermann2022-03-024-143/+280
* QmlCompiler: Optimize metaobject retrieval some moreUlf Hermann2022-03-021-2/+2
* 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
* A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-022-3/+9
* Disable failing declarative tests on Android - Part 2Assam Boudjelthia2022-03-021-0/+3
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-021-20/+29
* 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-021-1/+1
* qmlcompiler: Suggest fix for multiline stringsMaximilian Goldstein2022-03-022-3/+34
* qmllint: Remove extra space from unqualified access fix suggestionMaximilian Goldstein2022-03-021-1/+1
* Disable warning from iterating over a QFlatMapVolker Hilsheimer2022-03-021-0/+3
* 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-026-154/+307
* qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-03-021-2/+11
* QML: Explicitly reject malformed file importsUlf Hermann2022-03-021-0/+12
* QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-011-3/+9
* QmlCompiler: On MoveReg, check if we need to move at allUlf Hermann2022-03-011-0/+2
* QQuickStateOperations: updateGeometry() when setting x/y/w/hUlf Hermann2022-03-011-5/+5
* 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-251-2/+6
* 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-256-12/+13
* Use the helper in gui to create the Vulkan instanceLaszlo Agocs2022-02-253-77/+13
* 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-241-1/+1
* 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-241-14/+14
* QML: Take care of QVariant when converting function argumentsUlf Hermann2022-02-233-6/+17
* qmllint: Properly warn about calling propertiesMaximilian Goldstein2022-02-222-5/+54
* Fix tracking of sg initialized state in rendercontrolLaszlo Agocs2022-02-221-0/+1
* Add QML_PLUGIN_PATH environment variable to plugin pathTinja Paavoseppä2022-02-221-9/+13
* QQuickTreeView: refactor 'setRequiredProperty()' into QQuickTableViewRichard Moe Gustavsen2022-02-224-69/+57
* 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
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-216-20/+6