aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QML: Add an option to bind components to filesUlf Hermann2022-05-2310-0/+305
* QML: Correctly detect extended typesAndrei Golubev2022-05-232-6/+39
* qmlcompiler: Add qualified name to QQmlJSScopeSami Shalayel2022-05-232-0/+101
* MouseArea: don't override preventStealing on mouse releaseShawn Rutledge2022-05-192-0/+62
* qqmljsimportvisitor: Fix assert being hit on empty block bindingsMaximilian Goldstein2022-05-192-2/+17
* QmlCompiler: Detect non-integral values when accessing QQmlListPropertyUlf Hermann2022-05-192-0/+12
* iOS Style: Add TextArea controlDoris Verria2022-05-191-0/+4
* qmlls: completions for idsFawzi Mohamed2022-05-192-3/+18
* qmldom: fix filterUp of two ownersFawzi Mohamed2022-05-191-0/+1
* qmlls: add custom notification to set build directoriesFawzi Mohamed2022-05-192-18/+57
* qmlls: completion supportFawzi Mohamed2022-05-198-0/+284
* qmlls: workspace supportFawzi Mohamed2022-05-191-0/+46