aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/quicktest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove code related to test location.Jason McDonald2012-02-091-2/+0
* qmltest: Perform extra checks after each data row is executed.Jason McDonald2012-02-091-0/+1
* CodeCoverage: Fix wrong type passed to saveCoverageTool.Caroline Chao2012-02-081-1/+1
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031-42/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Don't delete global appCharles Yin2012-01-131-1/+4
* QMLTest: Fix output of file names, make output more verbose.Friedemann Kleint2012-01-111-44/+77