aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QNX: Cannot run qml only testsPasi Petäjäjärvi2022-01-291-1/+1
* QML: Disable host debugging related tests when cross compilingPasi Petäjäjärvi2022-01-291-14/+18
* QNX: Disable ecmascriptestsPasi Petäjäjärvi2022-01-291-1/+1
* QNX: Force logging to stderrPasi Petäjäjärvi2022-01-291-0/+5
* Use up-to date LGPL license headerKai Köhne2022-01-273-33/+42
* qmltc: Rename CMake command's argument FILES -> QML_FILESAndrei Golubev2022-01-271-2/+2
* Enhance tst_qmltc::componentTypes() by verifying that ids are correctAndrei Golubev2022-01-271-0/+9
* Don't blacklist tst_QQuickFramebufferObject::everything on b2qtShawn Rutledge2022-01-271-0/+1
* Fix tst_basic missing resourcesAssam Boudjelthia2022-01-272-1/+10
* Add missing dependencies to tst_qmlcppcodegenUlf Hermann2022-01-261-0/+6
* QML: Host only testsPasi Petäjäjärvi2022-01-252-6/+10
* Skip tests that fail on platforms that don't implement grabWindowVolker Hilsheimer2022-01-244-4/+4
* Skip the shapes tests on offscreen platformShawn Rutledge2022-01-241-10/+10
* QQuickTreeView: be able to expand rows that are not yet visible in the viewRichard Moe Gustavsen2022-01-241-0/+25
* CMake: Don't cross-compile qjtestAlexandru Croitor2022-01-241-2/+2
* Skip borderImageMesh test with the software backendLaszlo Agocs2022-01-241-0/+7
* QmlCompiler: Handle ID lookups of incomplete types correctlyUlf Hermann2022-01-223-0/+21
* QmlCompiler: Add C++ name also for types with no export candidatesUlf Hermann2022-01-212-0/+6
* QQmlProperty: Prohibit ID lookup on explicitly given objectUlf Hermann2022-01-211-0/+2
* tests: port to QMutableEventPoint static APIMarc Mutz2022-01-214-54/+54
* QmlCompiler: Respect revisionsUlf Hermann2022-01-214-5/+38
* TabBar: allow wheel events to change currentIndexNoah Davis2022-01-211-0/+49
* QQuickListView: Stop overlap for section and firstItem delegatesOliver Eftevaag2022-01-202-0/+173
* Document qmltc toolAndrei Golubev2022-01-191-0/+5
* Fix build with tests when qtshadertools is not availableJoerg Bornemann2022-01-181-0/+4
* QmlCompiler: Handle context push/pop in dead codeUlf Hermann2022-01-183-0/+34
* QmlCompiler: Construct multi-part URIs with '.' rather than '/'Ulf Hermann2022-01-184-0/+17
* qmltc: Do not generate bindables and setters for QQmlListPropertyUlf Hermann2022-01-182-2/+12
* tst_baseline_scenegraph: Remove unused private fieldMaximilian Goldstein2022-01-171-1/+0
* ShaderEffect: Make uniform setting saferLaszlo Agocs2022-01-176-0/+117
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-162-5/+5
* Re-allow retrieval of list properties in QQmlJSCodeGeneratorUlf Hermann2022-01-155-0/+44
* QQuickAbstractButton: fix crash on destructionUlf Hermann2022-01-141-0/+23
* qqmljstypepropagator: Add compiler error for unknown function callsMaximilian Goldstein2022-01-131-0/+2
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-135-1/+6
* 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