aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: refactor cancelOvershoot()Richard Moe Gustavsen2022-03-072-55/+19
* Make logicalSize consistent in QQuickWindowAlvin Wong2022-03-071-12/+6
* QQuickTableView: change cellAtPos() so that any loaded cell is foundRichard Moe Gustavsen2022-03-051-11/+13
* QQuickTableView: implement private helper function: atTableEnd()Richard Moe Gustavsen2022-03-052-34/+14
* QQuickTableView: refactor mapping functions from QQuickTreeViewRichard Moe Gustavsen2022-03-054-99/+115
* QML: Unify treatment of invalid revisions on registrationUlf Hermann2022-03-051-10/+12
* QQuickMaterialStyle: Fix bogus revision declarationUlf Hermann2022-03-051-1/+1
* ExecutionEngine: Move initialization of statics into separate methodUlf Hermann2022-03-052-68/+87
* QNX: Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-03-052-0/+5
* Qt Quick Controls: use QPlatformTheme::ButtonPressKeys for buttonsNoah Davis2022-03-043-15/+31
* JSON: use QJsonValueConstRefThiago Macieira2022-03-042-6/+6
* QtQml: Do not depend on transitive includesFabian Kosmale2022-03-046-0/+10
* qsgnode: do not rely on transitive includesFabian Kosmale2022-03-041-0/+1
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-034-78/+266
* QmlCompiler: Store arguments as QQmlJSRegisterContentUlf Hermann2022-03-036-31/+25
* qmlcompiler: Improve required property warningsMaximilian Goldstein2022-03-031-7/+28
* qmlcompiler: Allow for logging other files and add auto-fix infrastructureMaximilian Goldstein2022-03-034-24/+68
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-031-1/+1
* 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