aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Added a QML module page for Qt Quick TestVenu2013-10-232-0/+2
* Add classnames for QML import plugins.Morten Johan Sørvig2013-10-141-0/+1
* Change exception handling APISimon Hausmann2013-10-021-2/+2
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-1/+1
* Fix API of QQmlV4HandleLars Knoll2013-09-261-3/+8
* qmltest: Register test object as a singletonCaroline Chao2013-08-281-2/+3
* TestLib: Fix regression in error location outputCaroline Chao2013-08-221-6/+6
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-063-20/+22
|\
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-242-5/+37
| |\
| * | Remove last v8 dependency in the testlibLars Knoll2013-05-311-1/+3
| * | Fix file and line number reporting of QML/JS errorsSimon Hausmann2013-05-271-1/+1
| * | Add support for generating stack traces to QV4::ExecutionEngineLars Knoll2013-05-221-12/+12
| * | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-2/+2
| * | Get rid of v8::LocalLars Knoll2013-05-061-4/+4
| * | Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-192-8/+8
| * | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* | | Allow passing a message to tryCompareAlbert Astals Cid2013-08-052-5/+13
| |/ |/|
* | Make sure tryCompare value argument is not undefinedAlbert Astals Cid2013-05-291-0/+5
* | qtdeclarative: update .qmltypes, and use -notrelocatable optionFawzi Mohamed2013-04-241-4/+28
* | Doc: Fix module name formatSze Howe Koh2013-04-231-1/+1
* | Testlib: Fix qml objects not deleted in TestCaseCaroline Chao2013-04-111-0/+3
|/
* TestLib: Add more mouseMove in mouseDrag implementationCaroline Chao2013-04-061-0/+14
* Make keyClick/Press/Release work with a charAlbert Astals Cid2013-04-052-7/+24
* TestLib: add mouse release at the end of a mouseDragCaroline Chao2013-04-051-0/+1
* Doc: Fixed some uses of terminolgies in qdoc files.Jerome Pasion2013-03-262-12/+12
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-282-8/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-108-8/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-238-192/+192
* Add .qmltypes filesKai Koehne2012-09-123-0/+262
* doc: fix some typos in .qml filesSergio Ahumada2012-09-071-1/+1
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-311-0/+1
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-302-2/+4
* Add waitForRendering() function for qmltestCharles Yin2012-07-252-2/+18
* Empty JSON files are not needed for the plugin systemAlan Alpert2012-07-252-2/+1
* Add fuzzyCompare() to qmltestCharles Yin2012-07-182-20/+37
* use centralized qml plugin project handlingOswald Buddenhagen2012-07-111-18/+4
* Improve mouseWheel() functionCharles Yin2012-07-042-11/+47
* Add pixel comparation support to qmltestCharles Yin2012-06-122-0/+29
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-062-0/+2
* Doc: Sanitized QML typesNico Vertriest2012-05-242-2/+2
* Consolidate SignalSpy itemCharles Yin2012-05-012-8/+38
* Clean up qmltest codeCharles Yin2012-04-192-23/+1
* Fix some issues with init_data() for qmltestCharles Yin2012-04-051-5/+8
* Add init_data() function for default data driven testingCharles Yin2012-04-032-6/+26
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-2/+2
* Implement mouseDragCharles Yin2012-03-132-0/+23
* Fix SignalSpy disconnect issueCharles Yin2012-03-131-1/+3
* Merge master <-> api_changesMatthew Vogt2012-03-053-3/+5
|\
| * Use new plugin system in QtDeclarative.Friedemann Kleint2012-02-233-3/+5
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-244-23/+23
|/