aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-051-22/+36
* 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-052-0/+65
* Qt Quick Controls: use QPlatformTheme::ButtonPressKeys for buttonsNoah Davis2022-03-047-8/+21
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-034-0/+148
* qmlcompiler: Improve required property warningsMaximilian Goldstein2022-03-031-1/+3
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-0321-3/+87
* QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()Ulf Hermann2022-03-022-0/+55
* tst_qmllint: Fix absolutePath() testMaximilian Goldstein2022-03-021-18/+18
* 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-021-0/+1
* 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-025-2/+27
* Android: various test fixesAssam Boudjelthia2022-03-029-5/+47
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-023-6/+59
* QML: Add indirect library dependencies for tests relying thosePasi Petäjäjärvi2022-03-0210-0/+10
* qmlcompiler: Suggest fix for multiline stringsMaximilian Goldstein2022-03-023-6/+50
* qmllint: Remove extra space from unqualified access fix suggestionMaximilian Goldstein2022-03-021-4/+4
* Fix compilation of tst_qmlcppcodegen on AndroidAndreas Buhr2022-03-021-2/+2
* qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-03-021-0/+10
* QML: Explicitly reject malformed file importsUlf Hermann2022-03-024-0/+44
* QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-012-0/+47
* QmlCompiler: On MoveReg, check if we need to move at allUlf Hermann2022-03-013-0/+22
* QQuickStateOperations: updateGeometry() when setting x/y/w/hUlf Hermann2022-03-012-2/+111
* Blacklist: test cases blacklisted in qquicklayouts:CI Insignificant Platforms Monitor Bot2022-02-281-0/+9
* QmlCompiler: Correctly label arguments and return types of JS functionsUlf Hermann2022-02-253-0/+32
* QmlCompiler: Don't assert for the "int" type if we don't need itUlf Hermann2022-02-241-0/+1
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-243-3/+29
* QML: Take care of QVariant when converting function argumentsUlf Hermann2022-02-234-1/+36
* tst_qqmlmetaobject: Clean up even when test failsFabian Kosmale2022-02-221-8/+7
* qmllint: Properly warn about calling propertiesMaximilian Goldstein2022-02-227-0/+63
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-214-0/+9
* QmlCompiler: Avoid infinite loop in dead store eliminationUlf Hermann2022-02-183-0/+15
* QmlCompiler: Perform QVariant conversion in JavaScript semanticsUlf Hermann2022-02-183-0/+35
* QmlCompiler: Do not crash on attempts to lookup a function in the scopeUlf Hermann2022-02-183-0/+24
* QmlCompiler: Do not generate block comments into C++ codeUlf Hermann2022-02-183-0/+22
* QmlCompiler: Correctly encode inf/nan/-0 into C++Ulf Hermann2022-02-183-0/+33
* qmllint: Warn about missing property types on current scopeMaximilian Goldstein2022-02-182-0/+10
* Un-blacklist tst_QQuickFramebufferObject: skip offscreen/software renderingShawn Rutledge2022-02-182-8/+9
* QQuickIcon: Resolve source URL relative to outermost property ownerYuya Nishihara2022-02-183-2/+26
* QQuickTreeView: add expandToIndex()Richard Moe Gustavsen2022-02-182-0/+61
* qmltc: Handle (simple) deferred properties correctlyAndrei Golubev2022-02-1710-0/+312
* Fix build after QJsonArray change to use QJsonValueConstRefVolker Hilsheimer2022-02-161-2/+2
* Unblacklist tst_qmlformat::testExample on most platformsFabian Kosmale2022-02-161-2/+2
* QQuickFileDialogImpl: respect PreselectFirstFileInDirectory theme hintMitch Curtis2022-02-151-0/+1