aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-1/+1
|\
| * Doc: Fix module name formatSze Howe Koh2013-04-231-1/+1
* | Remove some more v8 usageLars Knoll2013-06-031-10/+7
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-082-5/+5
* | Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-071-1/+1
* | Get rid of v8::LocalLars Knoll2013-05-061-2/+2
* | Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-1/+1
* | Get rid of QV8Engine::toString()Lars Knoll2013-04-291-1/+1
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* Make keyClick/Press/Release work with a charAlbert Astals Cid2013-04-052-0/+34
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-283-10/+0