aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Don't crash when pasting text into TextAreaShawn Rutledge2022-01-071-0/+33
* TextEdit: hide cursor outside viewport if ItemObservesViewportShawn Rutledge2022-01-061-0/+3
* TextEdit: deal with scrolling backwards in rich textShawn Rutledge2022-01-062-10/+30
* Replace currentFile(s) with selectedFile(s)Mitch Curtis2022-01-051-32/+31
* qmltc: Support Component rootsAndrei Golubev2022-01-035-0/+78
* qmlls: Rename lifecycle testUlf Hermann2022-01-035-8/+8
* Skip tst_qmltc::listView() under QEMUAndrei Golubev2021-12-262-0/+6
* qmltc: Support different property change handlersAndrei Golubev2021-12-246-0/+279
* QQmlJSImportVisitor: Fix property change handler detection logicAndrei Golubev2021-12-248-0/+130
* Add dummy_imports for qmlimportscanner to find the correct dependenciesAssam Boudjelthia2021-12-242-0/+14
* Include images to test data and use correct testFileUrl for comparisonAssam Boudjelthia2021-12-242-2/+2
* Skip test cases execute the app's main shared lib on AndroidAssam Boudjelthia2021-12-241-0/+11
* Skip host tools tests like qmlimportscanner on AndroidAssam Boudjelthia2021-12-241-1/+1
* Restructure Qt Quick Dialogs testsMitch Curtis2021-12-2443-8/+3
* qmlls qiopipe: avoid non needed castsFawzi Mohamed2021-12-231-3/+2
* Separate JS files from QML files in qmltc-calling cmake commandAndrei Golubev2021-12-231-1/+4
* qmlls: qml language server implementationFawzi Mohamed2021-12-2310-0/+632
* qmltc: Fix explicit import of local QML typesAndrei Golubev2021-12-234-4/+42
* FolderDialog: undocument ShowDirsOnly optionMitch Curtis2021-12-231-9/+1
* dialogs: rename file => folderMitch Curtis2021-12-221-9/+8
* Add prefer record to the output of qmlimportscannerAlexey Edelev2021-12-2016-60/+120
* AbstractButton: fix fast clicks being treated as double clicksMitch Curtis2021-12-201-0/+49
* Implement remaining non-native FolderDialog stylesMitch Curtis2021-12-191-0/+3
* Package tst_signalspy test data otherwise it's not found on AndroidAssam Boudjelthia2021-12-191-0/+6
* Use the correct scheme in setUrlHandler() for openUrlExternally() testsAssam Boudjelthia2021-12-191-6/+8
* Do not return a null scope from storedType()Ulf Hermann2021-12-193-0/+14
* QmlCompiler: Don't try to get attached objects for non-QObject*Ulf Hermann2021-12-194-0/+20
* qmltc: Do not crash on import namespacesAndrei Golubev2021-12-184-0/+15
* qmltc: Be aware of Component-wrapped typesAndrei Golubev2021-12-185-12/+299
* qmltc: Explicitly reject inline componentsAndrei Golubev2021-12-173-1/+16
* Add listing of the components and scripts that belongs to the qml moduleAlexey Edelev2021-12-171-0/+2
* Use qmltc compiler prototype as a fallback implementationAndrei Golubev2021-12-1757-1/+2639
* tst_qquickimageprovider: fix some memleaksMarc Mutz2021-12-171-11/+11
* Blacklist even more flaky timer testsFabian Kosmale2021-12-151-0/+6
* Blacklist flaky tst_QSequentialAnimationGroupJob test on macosFabian Kosmale2021-12-151-0/+2
* qqmljstypepropagator: Use variant type for arguments of unknown typeMaximilian Goldstein2021-12-132-0/+15
* Provide a function for querying QML module details for deploymentCraig Scott2021-12-139-0/+110
* Pass qmldir to qmlcachegen, qmllint and qmltc, not the qmltypes fileUlf Hermann2021-12-131-3/+5
* QmlCompiler: Reject ambiguous and inaccessible typesUlf Hermann2021-12-135-0/+29
* Blacklist even more flaky timer tests on macOsFabian Kosmale2021-12-131-0/+3
* Blacklist flaky qquicktextinput tests on openSuseFabian Kosmale2021-12-121-0/+8
* Blacklist failing tests on macOS armShawn Rutledge2021-12-122-0/+8
* Don't intersect clipRect() with viewport if not ItemObservesViewportShawn Rutledge2021-12-121-10/+10
* QQmlJSImportsVisitor: Break inheritance cyclesUlf Hermann2021-12-128-13/+48
* Blacklist flaky qqmltimer test on macOsFabian Kosmale2021-12-121-0/+6
* Don't crash when accessing QVariant data pointerVolker Hilsheimer2021-12-112-0/+38
* macOS: Skip test only if cursor can't be movedVolker Hilsheimer2021-12-111-3/+2
* Add FolderDialogMitch Curtis2021-12-1015-103/+1428
* tst_qmllint: Port more tests to use the libraryMaximilian Goldstein2021-12-101-45/+80
* qmllint: Use fix suggestions in a more structured wayMaximilian Goldstein2021-12-101-301/+300