aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* 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-108-8/+8
|/
* qmltest: Added the possibility to use QApplicationLiang Qi2012-12-312-6/+30
* Compile with QT_NO_WHEELEVENT.Volker Krause2012-12-192-0/+6
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-161-1/+0
* 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
* Remove interim compatibility measuresAlan Alpert2012-10-161-1/+1
* Add missing QT_{BEGIN,END}_{NAMESPACE,HEADER}Sergio Ahumada2012-09-231-0/+2