aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-191-4/+5
|\
| * TestCase::mouseDrag: set mouse move delay >= 1 msShawn Rutledge2016-08-191-4/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
|\|
| * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-0/+24
|\|
| * Give a nicer error if the passed item doesn't existAlbert Astals Cid2016-04-011-0/+24
* | SignalSpy: fix qtest_signalHandlerName()J-P Nurmi2016-03-211-0/+2
* | SignalSpy: Support "pressed" signal use-caseGabriel de Dietrich2016-03-181-2/+9
* | Updated license headersJani Heikkinen2016-01-194-56/+80
* | Utilize the resources when building statically.Andy Shaw2015-12-021-0/+8
|/
* Update plugins.qmltypesKai Koehne2015-10-231-5/+16
* Change TestEvent key default event routing behaviorFilippo Cucchetto2015-08-161-0/+9
* TestCase: add equals() function to QuickTestImageObject.Mitch Curtis2015-04-211-0/+7
* testlib: Fix qml objects not deleted between data testsCaroline Chao2015-03-091-3/+6
* Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-1/+1
* testlib: Introduce MouseDoubleClickSequence() methodCaroline Chao2015-03-021-8/+46
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-124-43/+35
* Test: make mouse press, release, click and double click default to the center...Albert Astals Cid2015-01-091-7/+27
* Make waitForRendering without item fail instead of crashAlbert Astals Cid2015-01-081-0/+2
* qttest: make findChild available only for QtTest 1.1Fawzi Mohamed2014-12-054-9/+11
* Update plugins.qmltypesKai Koehne2014-12-051-0/+6
* Also search for visual children in TestCase::findChild().Mitch Curtis2014-09-291-2/+30
* TestCase.qml: add missing closing parenthesis to example.Mitch Curtis2014-08-271-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-253-57/+33
* Add findChild to TestCase.Mitch Curtis2014-07-041-0/+15
* Finish QML test cases after waiting for deletionUlf Hermann2014-03-191-1/+1
* Doc: QtTest - Fix documentation for TestCase and SignalSpyCaroline Chao2014-01-096-1036/+764
* Doc: Add links to Qt Quick Test Reference DocumentationCaroline Chao2014-01-072-2/+2
* Update .qmltypes files for 5.2Alan Alpert2013-11-121-2/+3
* 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