aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement FrameAnimation Quick elementKaj Grönholm2022-05-256-0/+480
* QQuickTableView: make top-left cell current on first key pressRichard Moe Gustavsen2022-05-251-0/+53
* Use regular key events for cancelling popupsMitch Curtis2022-05-2514-11/+83
* Give Dialogs and Menus focus by defaultMitch Curtis2022-05-252-1/+4
* qmlls: use proper completion item kind for propertiesMoody Liu2022-05-251-32/+137
* qmlls: correctly call didCloseTextDocument in testFawzi Mohamed2022-05-241-4/+22
* QmlCompiler: Add support for LoadElement on stringsUlf Hermann2022-05-243-0/+30
* QmlCompiler: Implement LoadElement for value type listsUlf Hermann2022-05-243-0/+12
* tst_qmllint: Write clearer descriptions when unexpected output is foundMaximilian Goldstein2022-05-241-8/+4
* qmlcompiler: Evaluate pragma ComponentBehaviorUlf Hermann2022-05-247-0/+122
* Revise QQmlProxyMetaObject and extension chain creationAndrei Golubev2022-05-242-1/+10
* Support extension property revisionsAndrei Golubev2022-05-242-0/+55
* Fix visualSize calculation when width is changingSoheil Armin2022-05-242-0/+46
* Controls: add baseline test for SwitchDelegateJenny Lofthus2022-05-241-0/+57
* Controls: add baseline test for SpinBoxJenny Lofthus2022-05-241-0/+52
* Controls: add baseline test for ToolTipJenny Lofthus2022-05-231-0/+20
* Controls: add baseline test for RadioDelegateJenny Lofthus2022-05-231-0/+64
* Controls: add baseline test for LabelJenny Lofthus2022-05-231-0/+21
* Controls: add baseline test for RoundButtonJenny Lofthus2022-05-231-0/+50
* Controls: add baseline test for tumblerJenny Lofthus2022-05-231-0/+32
* Controls: add baseline test for TabButtonJenny Lofthus2022-05-231-0/+37
* Controls: add baseline test for SwitchJenny Lofthus2022-05-231-0/+37
* Controls: add baseline testcase for SliderJenny Lofthus2022-05-231-0/+48
* tst_qquickmenubar: skip some tests on webOSJanne Juntunen2022-05-231-4/+11