aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* testlib: print out milliseconds for datetimeLiang Qi2017-06-161-0/+6
* qmltest: fix compare() for urlsLiang Qi2017-06-141-0/+6
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* QtQuickTest::mouseEvent(): pass QPointF by referencev5.9.0-alpha1J-P Nurmi2017-02-211-1/+1
* quicktest: Don't warn if the root item has no sizeRobin Burchell2016-12-221-3/+0
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-143-4/+4
|\
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-293-4/+4
* | Add touch event support to qmltestJeremy Katz2016-12-063-1/+118
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-231-0/+1
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-0/+1
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+1
| | |\
| | | * Fix QtQuickTest::mouseMove not having timestampsFrederik Gladhorn2016-11-111-0/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-121-1/+9
| | |\|
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-182-1/+14
|\| | |
| * | | qmltest: Fix build on Windows 32bitFriedemann Kleint2016-10-131-0/+5
| * | | Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-131-1/+9
| |\ \ \ | | | |/ | | |/|
| | * | testlib: Add timestamp to mouse click eventsPeter Varga2016-10-111-1/+9
* | | | optimize string usage: use fromLatin1() lessAnton Kudryavtsev2016-09-081-1/+1
* | | | allow quick test events to directly target a WindowJeremy Katz2016-08-221-0/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-192-4/+11
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-192-4/+11
| |\|
| | * TestCase::mouseDrag: set mouse move delay >= 1 msShawn Rutledge2016-08-192-4/+11
* | | QmlTest: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-112-7/+8
* | | Don't set QT_QML_DEBUG_NO_WARNING on -no-qml-debugUlf Hermann2016-07-261-1/+1
* | | Imports, Plugins, Quick: replace QStringLiteral with QL1SAnton Kudryavtsev2016-06-091-1/+1
|/ /
* | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-3/+1
|\|
| * Use pixel() instead of scanLine() to check the colorAndy Shaw2016-03-241-3/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-2/+2
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-1/+1
|\|
| * QuickTest, QmlImportScanner: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-1/+1
* | Updated license headersJani Heikkinen2016-01-198-112/+160
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-063-0/+33
* Indicate that QuickTestLib is runningLaszlo Agocs2015-09-091-0/+2
* Change TestEvent key default event routing behaviorFilippo Cucchetto2015-08-162-6/+14
* Send the mouse events to the correct windowAlbert Astals Cid2015-08-032-12/+16
* Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-191-1/+1
* QuickTest: Enable use of BLACKLIST fileCaroline Chao2015-06-153-2/+20
* Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
* TestCase: add equals() function to QuickTestImageObject.Mitch Curtis2015-04-211-0/+8
* Further cleanupsLars Knoll2015-04-161-2/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-6/+16
|\
| * Improved QML test robustness and logging.Jason Erb2015-03-301-6/+16
* | qmltest: Make sure we inherit all of testlib's MODULE_CONFIGTor Arne Vestbø2015-03-181-2/+2
* | testlib: Introduce MouseDoubleClickSequence() methodCaroline Chao2015-03-022-2/+27
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+4
|\|
| * qquicktest: Wait for the view to finish loadingDaiwei Li2015-02-031-0/+4
* | QuickTestResult: Try a bit harder when stringifying a valueGabriel de Dietrich2015-02-121-1/+3