aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix module name formatSze Howe Koh2013-04-231-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
* put private Qt dependencies below load(qt_module_config)Oswald Buddenhagen2012-06-071-1/+4
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-1/+1
* Enabled widget free compilation of QtQuickDonald Carr2012-04-182-21/+6
* QmlDebug: Fix qmake warning about declarative_debugKai Koehne2012-04-161-2/+2
* Restore the declarative_debug config for qmltestCharles Yin2012-04-041-2/+2
* Allocate QQuickView on heap instead of stackCharles Yin2012-03-301-18/+16
* Debugger: Disable debugging for qmlprofiler, qmltestKai Koehne2012-03-201-1/+1
* Only attempt to load QML test cases from source directory if it exists.Aaron McCarthy2012-03-131-2/+5
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-131-12/+6
* Remove the rest of qtquick 1.0 code from qmltestCharles Yin2012-03-133-90/+43
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-243-12/+12
* CodeCoverage: Fixes regression.Caroline Chao2012-02-223-34/+11
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-161-0/+1
* qmltest: Count passes, fails and skips consistently.Jason McDonald2012-02-133-20/+12
* Remove code related to test location.Jason McDonald2012-02-093-29/+1
* qmltest: Perform extra checks after each data row is executed.Jason McDonald2012-02-093-0/+7
* CodeCoverage: Fix wrong type passed to saveCoverageTool.Caroline Chao2012-02-081-1/+1