aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-192-2/+2
* Document latest QtQuick.Test import version to be 2.11Kai Koehne2018-04-201-1/+1
* add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-211-0/+3
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* QuickTest: declare a missing QtQuick.Window dependencyJ-P Nurmi2018-02-211-0/+1
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-3/+3
* Give Qt Quick Test its own documentation moduleMitch Curtis2018-01-262-2/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-203-6/+33
|\
| * QmlJs: update plugins.qmltypesMarco Benelli2017-12-141-3/+9
| * testlib: add key sequence functionLiang Qi2017-11-032-3/+24
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-4/+4
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-4/+4
| |\
| | * Fix outdated FDL license headerKai Koehne2017-10-171-4/+4
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/ /
* | qmltest: Enumerate test cases / functions without evaluating QMLTor Arne Vestbø2017-09-131-25/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-051-3/+3
|\|
| * Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-3/+3
* | Revert "Make QtQuickTest::mouseEvent use QTest::mouseX"Jani Heikkinen2017-09-041-18/+6
* | Make QtQuickTest::mouseEvent use QTest::mouseXAlbert Astals Cid2017-08-301-6/+18
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-4/+4
|\|
| * Use QQmlType by valueLars Knoll2017-08-021-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-151-0/+4
|\|
| * qmltest: fix compare() for urlsLiang Qi2017-06-141-0/+4
* | TestCase: Grow some new functionality on grabImageRobin Burchell2017-05-111-1/+23
* | Error out if TestCase.verify receives more than 2 parametersAlbert Astals Cid2017-04-051-0/+3
* | TestCase: Use the new instanceof support for QML types to ensure we have an ItemRobin Burchell2017-04-041-20/+38
|/
* Update plugins.qmltypes for 5.9Marco Benelli2017-03-131-1/+41
* TestCase: make parent argument to createTemporaryObject optionalMitch Curtis2016-12-211-7/+1
* TestCase: don't try to access destroyed temporary objectsMitch Curtis2016-12-211-1/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-2/+8
|\
| * Fix SignalSpy with QQmlPropertyMap signalsAlbert Astals Cid2016-11-301-2/+8
* | TestCase: add createTemporaryObject(), createTemporaryQmlObject()Mitch Curtis2016-12-142-0/+161
* | Add touch event support to qmltestJeremy Katz2016-12-063-0/+214
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-3/+3
|\
| * Doc: replace "the empty string" with "an empty string" in TestCase docsMitch Curtis2016-11-101-3/+3
* | Update .qmltypesMarco Benelli2016-09-121-2/+3
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-4/+5
|\|
| * 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
* | | Add tryVerify()Mitch Curtis2016-07-201-0/+67
* | | Fix quickcontrols test failure after tryCompare changeAllan Sandfeld Jensen2016-07-131-2/+2
* | | Improve error handling in TestCase::tryCompareFrederik Gladhorn2016-07-041-0/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\| |
| * | 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
* | | Remove empty methodFrank Meerkoetter2016-04-191-4/+0
* | | Mark overrides of QQmlExtensionPluginFrank Meerkoetter2016-04-191-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