aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix missing null-check after component.create() callEdward Welbourne2022-06-101-0/+1
* Tidy up in tst_qqmllocale::numberOptions()Edward Welbourne2022-06-101-3/+5
* Make uninteresting JS-test output easier to ignoreEdward Welbourne2022-06-101-10/+18
* Restore the QTime round-trip on macOSEdward Welbourne2022-06-101-1/+1
* Use qtbase's new (private) QLocalTime for Date's UTC offsetsEdward Welbourne2022-06-103-50/+51
* QmlCompiler: Don't retrieve metaobjects for value and sequence typesUlf Hermann2022-06-103-0/+18
* qmltyperegistrar: Parse value type listsUlf Hermann2022-06-103-0/+30
* tst_qquicklistview: fix some TypeErrors and ReferenceErrorsMitch Curtis2022-06-103-30/+60
* qmltc: Move from QmlIR::Binding to QQmlJSMetaPropertyBindingAndrei Golubev2022-06-101-0/+2
* QmlCompiler: Fix script indices calculationAndrei Golubev2022-06-104-18/+156
* Blacklist flaky tst_qquickanimations::frameAnimation2 on macOsFabian Kosmale2022-06-101-0/+4
* tst_qqmlnotifier: Do not assume qfatal crashes the processFabian Kosmale2022-06-081-1/+2
* Canvas: Add support for specifying a size when saving to an imageAndy Shaw2022-06-051-0/+4
* QQuickTreeViewDelegate: toggle expanded on pressRichard Moe Gustavsen2022-06-041-2/+30
* QQuickTreeView: implement support for selecting cellsRichard Moe Gustavsen2022-06-044-5/+234
* QQuickTreeViewDelegate: remove selection on pointer clickRichard Moe Gustavsen2022-06-041-0/+19
* tst_qquicktreeviewdelegate: Fix click position inside indicatorDoris Verria2022-06-031-1/+1
* Fix QQuickStackLayout::rearrange for newly added itemsJan Arve Sæther2022-06-031-0/+38
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-036-1/+81
* Rename tst_qmltc_{no}diskcache data folder to QmltcTestsAndrei Golubev2022-06-0386-1/+1
* QQuickTableView: add new property 'selectionBehavior'Richard Moe Gustavsen2022-06-031-4/+140
* QmlCompiler: Don't crash when trying to resolve null list typesUlf Hermann2022-06-023-0/+39
* Set bindings on QQmlJSScope after AST traversalAndrei Golubev2022-06-022-0/+58
* Inherit base type access semantics in QQmlJSScopesAndrei Golubev2022-06-021-0/+2
* Address extension types in qmltcAndrei Golubev2022-06-029-7/+487
* Document that QML_EXTENDED properties are practically FINALAndrei Golubev2022-06-022-0/+12
* tst_qqmllanguage: Test extended group property caseAndrei Golubev2022-06-022-0/+46
* FileDialog: make selectedFile writableMitch Curtis2022-06-023-11/+174
* DialogButtonBox: test item deletion orderMitch Curtis2022-06-021-0/+82
* tst_container.qml: fix "Unsuitable arguments" warningMitch Curtis2022-06-021-1/+1
* Container: test item deletion orderMitch Curtis2022-06-021-0/+82
* Control: test item deletion orderMitch Curtis2022-06-021-0/+82
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-0215-302/+376
* Allow retrieval of sequences from QJSValueUlf Hermann2022-06-022-0/+14
* Cleanup tst_qquickanimators CMakeLists.txt fileAndreas Buhr2022-06-021-1/+0
* tst_snippets: different snippets location for webOSJanne Juntunen2022-06-011-1/+17
* Remove qmltc compilation command in favor of qt_add_qml_module()Andrei Golubev2022-05-312-5/+7
* Add ColorDialog to QtQuick.DialogsOliver Eftevaag2022-05-319-1/+865
* Revert "Revise QQmlProxyMetaObject and extension chain creation"Jani Heikkinen2022-05-312-10/+1
* QQuickTableView: ensure we use the correct margins during key navigationRichard Moe Gustavsen2022-05-311-0/+51
* QQuickTableView: add a 'subRect' argument to the positionViewAtCell() functionsRichard Moe Gustavsen2022-05-311-105/+251
* Correctly include test data in tst_qquicktextAndreas Buhr2022-05-312-14/+16
* QQmlDebugProcess: Crash if we cannot kill the debuggeeUlf Hermann2022-05-311-1/+2
* QtQml: Fix and test edge cases of QQmlFile's local file detectionUlf Hermann2022-05-316-3/+258
* Implement support for passive grabbers with mouse/touch eventsVolker Hilsheimer2022-05-282-0/+163
* QQuickSelectionRectangle: ensure we start the selection where the drag startedRichard Moe Gustavsen2022-05-271-1/+1
* QQuickTableView: add a new 'alternatingRows' propertyRichard Moe Gustavsen2022-05-271-0/+13
* qmlls: use CompletionItemKind::Class for QML typesMoody Liu2022-05-261-7/+7
* tst_qquickflickable: fix UB (more % in format string than arguments)Marc Mutz2022-05-261-1/+1
* Add MouseArea autotest with second touchpoint while first is heldShawn Rutledge2022-05-251-0/+20