aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-238-193/+193
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* Fix the dependencies of QQuickTest.Stephen Kelly2012-08-111-1/+2
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* Add waitForRendering() function for qmltestCharles Yin2012-07-253-1/+11
* Remove qtquick as a private dependency of qmltest.Stephen Kelly2012-07-231-3/+0
* Add fuzzyCompare() to qmltestCharles Yin2012-07-183-6/+98
* QQuickCanvas renamesAlan Alpert2012-07-172-5/+5
* Update the export macros in qtdeclarative.gitThiago Macieira2012-07-111-21/+6
* Improve mouseWheel() functionCharles Yin2012-07-042-5/+5
* build system cleanupsOswald Buddenhagen2012-06-261-11/+4
* use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-261-1/+1
* auto-generate module prisOswald Buddenhagen2012-06-261-1/+0
* Make qmltest depend on gui-privateGirish Ramakrishnan2012-06-221-2/+2
* Align windowShown flag with qml renderer stateCharles Yin2012-06-141-3/+24
* QtQuick: Fix warnings about unused variables.Friedemann Kleint2012-06-131-1/+0
* Add pixel comparation support to qmltestCharles Yin2012-06-122-0/+69