aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/quicktest.cpp
Commit message (Expand)AuthorAgeFilesLines
* QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-02-011-1/+4
* Drop widgets dependency from quicktestUlf Hermann2021-02-011-30/+2
* Merge the QtTest and Qt.test.qtestroot QML modulesUlf Hermann2021-01-121-11/+1
* [Fix] Use the sourceDir if specifiedAssam Boudjelthia2020-08-261-5/+6
* Read tests from qmltest fileMichal Klocek2020-08-131-3/+27
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Remove winrtOliver Wolff2020-06-041-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-51/+2
|\
| * Add qmltypes for Qt.test.qtestrootUlf Hermann2020-04-061-51/+2
| * QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-251-5/+5
* | Encapsulate QV4::ResolvedTypeReferenceUlf Hermann2020-03-251-6/+6
* | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-1/+1
|/
* Port from QLatin1Literal to QLatin1StringGiuseppe D'Angelo2019-06-111-4/+4
* Fix deprecation warnings in 5.14Friedemann Kleint2019-05-291-2/+2
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-3/+8
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-251-5/+7
|\
| * Don't warn if invokable test setup function doesn't existMitch Curtis2019-03-211-9/+20
| * QUICK_TEST_MAIN_WITH_SETUP: fix qmlEngineAvailable() being called too lateMitch Curtis2019-03-211-8/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-141-1/+5
|\|
| * Defer QML testing until event loop has startedTor Arne Vestbø2019-02-121-1/+5
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-101-1/+1
|\|
| * quicktest: winrt: Use qml files from resource system by defaultOliver Wolff2019-01-101-1/+1
* | Doc: Fix Qt Quick Test documentationMitch Curtis2018-12-141-9/+5
* | Don't warn if invokable test setup function doesn't existMitch Curtis2018-12-101-13/+21
* | Doc: fix \relates command for qIsPolishScheduled()Mitch Curtis2018-12-071-1/+1
* | Doc: explain why QQuickTest::qIsPolishScheduled() is usefulMitch Curtis2018-10-311-0/+18
* | Add QQuickTest::qWaitForItemPolished()Mitch Curtis2018-10-311-0/+27
* | Add QQuickTest::qIsPolishScheduled()Mitch Curtis2018-10-311-0/+18
|/
* Add test cleanup function for C++ partsRainer Keller2018-09-241-0/+5
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-2/+2
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-2/+2
* Add test init function for C++ partsRainer Keller2018-06-251-0/+5
* Exit test executable with failure if specified test functions are not foundKari Oikarinen2018-06-211-3/+14
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-151-2/+6
|\
| * Fix TestCaseCollector fails to initialize component from resourcesChristoph Keller2018-05-131-2/+6
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-3/+3
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Add QUICK_TEST_MAIN_WITH_SETUP to allow executing C++ before a QML testMitch Curtis2018-02-021-0/+13
* Allow adding file selectors for QUICK_TEST_MAIN testsJan Murawski2017-12-051-0/+11
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+1
|\
* | QuickTest: initialize import and plugin paths before TestCaseCollectorJ-P Nurmi2017-09-151-4/+4
* | qmltest: Enumerate test cases / functions without evaluating QMLTor Arne Vestbø2017-09-131-3/+151
* | qmltest: Run each test in a separate QQuickView for test isolationTor Arne Vestbø2017-09-051-34/+34
|/
* Fix finding test data on AndroidEskil Abrahamsen Blomfeldt2017-08-221-0/+5
* quicktest: Don't warn if the root item has no sizeRobin Burchell2016-12-221-3/+0
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
* QmlTest: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-111-6/+7
* Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-1/+1
|\
| * QuickTest, QmlImportScanner: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-1/+1