aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix warning after QString::count deprecationVolker Hilsheimer2022-03-201-1/+1
* CMake: Add qml app deployment auto testAlexandru Croitor2022-03-1911-0/+518
* Build tests without warnings after qtbase changesVolker Hilsheimer2022-03-193-27/+27
* DebugTranslationService: Do not show a window in the testUlf Hermann2022-03-191-2/+0
* ToolTip: test that smaller attached tooltips don't shrink larger onesMitch Curtis2022-03-172-0/+48
* Fix sub-menu shortcuts not being triggeredMitch Curtis2022-03-162-0/+153
* Re-blacklist flaky tests on macOS CIMitch Curtis2022-03-162-0/+10
* tst_qmltyperegistrar: Use qt_autogen_tools_initial_setupFabian Kosmale2022-03-131-0/+2
* Add several autotest cases to Minimal set for STATIC buildTatiana Borisova2022-03-113-3/+17
* Make QML test files available to Creator's locatorMitch Curtis2022-03-097-0/+76
* QML: Unify treatment of invalid revisions on registrationUlf Hermann2022-03-092-0/+65
* QQuickScrollBar: ensure '0 ≤ size ≤ 1' and '0 ≤ minimumSize ≤ 1'Oliver Eftevaag2022-03-071-0/+34
* 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
* Reduce the length of Int8Array in tst_QJSEngine::typedArraySet()Assam Boudjelthia2022-03-051-1/+1
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-044-0/+148
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-0321-3/+87
* QmlCompiler: Correctly label return types of JS functionsUlf Hermann2022-03-034-1/+32
* QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()Ulf Hermann2022-03-032-0/+55
* qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-03-021-0/+10
* QML: Explicitly reject malformed file importsUlf Hermann2022-03-024-0/+44
* Disable failing declarative tests on Android - Part 2Assam Boudjelthia2022-03-025-2/+27
* A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-021-0/+1
* Fix tst_qquickaccessible::hitTest() on AndroidIvan Solovev2022-03-021-1/+2
* Android: unify the android tests dummy import filesAssam Boudjelthia2022-03-0242-148/+184
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-023-6/+59
* tst_qquickaccessibility: wrap dynamic object allocations into smart pointersIvan Solovev2022-03-021-30/+25
* QML: Add indirect library dependencies for tests relying thosePasi Petäjäjärvi2022-03-0210-0/+10
* Android: various test fixesAssam Boudjelthia2022-03-029-5/+47
* tst_qmltc::listView is failing with no apparent reasonPasi Petäjäjärvi2022-03-021-0/+2
* QQuickStateOperations: updateGeometry() when setting x/y/w/hUlf Hermann2022-03-012-2/+111
* QmlCompiler: On MoveReg, check if we need to move at allUlf Hermann2022-03-013-0/+22
* QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-012-0/+47
* Blacklist: test cases blacklisted in qquicklayouts:CI Insignificant Platforms Monitor Bot2022-03-011-0/+9
* Blacklist: test cases blacklisted in tst_QQuickFileDialogImpl:CI Insignificant Platforms Monitor Bot2022-02-281-0/+3
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-243-3/+29
* qmllint: Properly warn about calling propertiesMaximilian Goldstein2022-02-237-0/+63
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-224-0/+9
* qmltc: Handle (simple) deferred properties correctlyAndrei Golubev2022-02-2210-0/+312
* qmllint: Warn about missing property types on current scopeMaximilian Goldstein2022-02-212-0/+10
* QmlCompiler: Perform QVariant conversion in JavaScript semanticsUlf Hermann2022-02-213-0/+35
* QmlCompiler: Do not crash on attempts to lookup a function in the scopeUlf Hermann2022-02-213-0/+24
* QmlCompiler: Do not generate block comments into C++ codeUlf Hermann2022-02-213-0/+22
* QmlCompiler: Avoid infinite loop in dead store eliminationUlf Hermann2022-02-213-0/+15
* Un-blacklist tst_QQuickFramebufferObject: skip offscreen/software renderingShawn Rutledge2022-02-192-8/+9
* QQuickIcon: Resolve source URL relative to outermost property ownerYuya Nishihara2022-02-193-2/+26
* QmlCompiler: Correctly encode inf/nan/-0 into C++Ulf Hermann2022-02-183-0/+33
* Fix tst_quicktestmainwithsetup on AndroidAssam Boudjelthia2022-02-161-0/+5
* QQuickTableView: don't position the table contents outside the viewportRichard Moe Gustavsen2022-02-161-55/+148
* Fix QML warning in tst_QQuickListViewMitch Curtis2022-02-161-1/+1