aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/quicktest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Indicate that QuickTestLib is runningLaszlo Agocs2015-09-091-0/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-6/+16
|\
| * Improved QML test robustness and logging.Jason Erb2015-03-301-6/+16
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+4
|\|
| * qquicktest: Wait for the view to finish loadingDaiwei Li2015-02-031-0/+4
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Add -plugins argument to qmltestrunner to specify plugins search pathAlain Martin2014-12-171-0/+7
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* QtQuick test: Do not complain about Qt specific argumentsKai Koehne2014-04-031-17/+23
* QML testlib: Do not modify the arguments passed into QGuiApplication.Friedemann Kleint2014-03-071-8/+6
* Make sure the test window has focusAlbert Astals Cid2014-01-161-1/+2
* qmltest: Add QTestDefinedVariablesCaroline Chao2013-08-281-1/+10
* qmltest: Register test object as a singletonCaroline Chao2013-08-281-9/+26