aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure all private headers include at least one otherThiago Macieira2022-03-10114-100/+189
* fix doc for DragHandlerChunLin Wang2022-03-111-1/+1
* Add several autotest cases to Minimal set for STATIC buildTatiana Borisova2022-03-103-3/+17
* Fix QSqlQuery deprecated copy-ctor warningMårten Nordheim2022-03-101-3/+4
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-1014-31/+50
* Reset provider's texture if QQuickNinePatchImage's source is invalidSukyoung Oh2022-03-104-0/+43
* Doc: show how to make ComboBox's popup modal/manage events outside itMitch Curtis2022-03-102-0/+50
* Suppress QLocale::nativeCountryName deprecationMårten Nordheim2022-03-091-1/+1
* QmlCompiler: Add basic block analysis passUlf Hermann2022-03-099-98/+650
* masm: Repace bitwise | with || in bool expression in X86Assembler.hAndrei Golubev2022-03-091-1/+1
* masm: Fix whitespaces in x86Assembler.hAndrei Golubev2022-03-091-72/+72
* QQmlPropertyCache: Store checksums in type loaderUlf Hermann2022-03-099-21/+35
* QJSEngine: Re-use metatype we have already foundUlf Hermann2022-03-091-1/+1
* tst_qmllint: Introduce a Result structMaximilian Goldstein2022-03-091-520/+589
* Make QML test files available to Creator's locatorMitch Curtis2022-03-097-0/+76
* Doc: make validator documentation more discoverableMitch Curtis2022-03-092-1/+8
* Remove qmltc prototype code (2/N)Andrei Golubev2022-03-0816-1036/+306
* Remove qmltc prototype code (1/N)Ulf Hermann2022-03-0821-254/+135
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2022-03-081-5/+5
* Enable passing tests that were skipped on offscreenVolker Hilsheimer2022-03-0713-100/+53
* Fix selectedFiles being empty for native FileDialogsMitch Curtis2022-03-082-0/+10
* QQuickScrollBar: ensure '0 ≤ size ≤ 1' and '0 ≤ minimumSize ≤ 1'Oliver Eftevaag2022-03-072-8/+43
* QQuickTableView: refactor cancelOvershoot()Richard Moe Gustavsen2022-03-072-55/+19
* Make logicalSize consistent in QQuickWindowAlvin Wong2022-03-071-12/+6
* Blacklist: test cases blacklisted in tst_QQuickFileDialogImpl:CI Insignificant Platforms Monitor Bot2022-03-071-0/+3
* 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
* QQuickTableView: change cellAtPos() so that any loaded cell is foundRichard Moe Gustavsen2022-03-052-33/+49
* 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
* Reduce the length of Int8Array in tst_QJSEngine::typedArraySet()Assam Boudjelthia2022-03-051-1/+1
* QML: Unify treatment of invalid revisions on registrationUlf Hermann2022-03-053-10/+77
* 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-0410-23/+52
* JSON: use QJsonValueConstRefThiago Macieira2022-03-042-6/+6
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2022-03-041-5/+5
* 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-038-78/+414
* QmlCompiler: Store arguments as QQmlJSRegisterContentUlf Hermann2022-03-036-31/+25
* qmlcompiler: Improve required property warningsMaximilian Goldstein2022-03-032-8/+31
* 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-0322-4/+88
* 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-024-15/+100
* 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