aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-192-4/+11
|\
| * TestCase::mouseDrag: set mouse move delay >= 1 msShawn Rutledge2016-08-192-4/+11
* | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-3/+1
|\|
| * Use pixel() instead of scanLine() to check the colorAndy Shaw2016-03-241-3/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-2/+2
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+2
* | 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-198-112/+160
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-063-0/+33
* Indicate that QuickTestLib is runningLaszlo Agocs2015-09-091-0/+2
* Change TestEvent key default event routing behaviorFilippo Cucchetto2015-08-162-6/+14
* Send the mouse events to the correct windowAlbert Astals Cid2015-08-032-12/+16
* Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-191-1/+1
* QuickTest: Enable use of BLACKLIST fileCaroline Chao2015-06-153-2/+20
* Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
* TestCase: add equals() function to QuickTestImageObject.Mitch Curtis2015-04-211-0/+8
* Further cleanupsLars Knoll2015-04-161-2/+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
* | qmltest: Make sure we inherit all of testlib's MODULE_CONFIGTor Arne Vestbø2015-03-181-2/+2
* | testlib: Introduce MouseDoubleClickSequence() methodCaroline Chao2015-03-022-2/+27
* | 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
* | QuickTestResult: Try a bit harder when stringifying a valueGabriel de Dietrich2015-02-121-1/+3
* | Update copyright headersJani Heikkinen2015-02-128-56/+56
* | Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* | Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-3/+2
* | Add -plugins argument to qmltestrunner to specify plugins search pathAlain Martin2014-12-171-0/+7
|/
* qttest: make findChild available only for QtTest 1.1Fawzi Mohamed2014-12-051-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-258-152/+88
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-1/+1
|\
| * Check for window != 0 in QuickTestResult::grabImage().Friedemann Kleint2014-07-211-1/+1
* | Add findChild to TestCase.Mitch Curtis2014-07-042-0/+8
* | Use the correct 'no-widgets' checkGunnar Sletta2014-06-181-1/+1
|/
* 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
* ensure that qmltest users have CONFIG+=consoleOswald Buddenhagen2013-12-171-0/+4
* Update after changes to QTestResult API in qtbaseTor Arne Vestbø2013-09-271-1/+1
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-261-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-8/+9
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+3
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* qmltest: Add QTestDefinedVariablesCaroline Chao2013-08-281-1/+10
* qmltest: Register test object as a singletonCaroline Chao2013-08-281-9/+26