aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/quicktest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix TestCaseCollector fails to initialize component from resourcesChristoph Keller2018-05-131-2/+6
* 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
* Doc: Fix module name formatSze Howe Koh2013-04-231-1/+1
* Merge branch 'release' into stableGunnar Sletta2013-01-171-1/+2
|\
| * Avoid race condition in QQuickTestsGunnar Sletta2013-01-171-1/+2
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
|/
* qmltest: Added the possibility to use QApplicationLiang Qi2012-12-311-5/+24
* Remove the remaining usages of deprecated QWindow accessorsShawn Rutledge2012-11-301-1/+1
* Enable mobule build with QT_NO_TRANSLATIONTasuku Suzuki2012-11-261-0/+2
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-2/+2
* Fix crash in qtlocation tests.Friedemann Kleint2012-10-241-1/+1
* Fix qmltest library.Friedemann Kleint2012-10-201-4/+16
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Add waitForRendering() function for qmltestCharles Yin2012-07-251-1/+1
* Align windowShown flag with qml renderer stateCharles Yin2012-06-141-3/+24
* Enabled widget free compilation of QtQuickDonald Carr2012-04-181-2/+1
* Allocate QQuickView on heap instead of stackCharles Yin2012-03-301-18/+16
* Only attempt to load QML test cases from source directory if it exists.Aaron McCarthy2012-03-131-2/+5
* Remove the rest of qtquick 1.0 code from qmltestCharles Yin2012-03-131-56/+39
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-9/+9
* CodeCoverage: Fixes regression.Caroline Chao2012-02-221-34/+5
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-161-0/+1
* qmltest: Count passes, fails and skips consistently.Jason McDonald2012-02-131-0/+1