aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Stop copying mouse events when delivering themFrederik Gladhorn2016-08-021-2/+10
* Extend tst_qquickwindow::mergeTouchPointListsFrederik Gladhorn2016-08-011-1/+5
* Test touch point delivery orderFrederik Gladhorn2016-08-012-0/+144
* Add mergePointerTargets to create pointer delivery listFrederik Gladhorn2016-08-011-0/+60
* Let TestTouchItem::reset reset the event countFrederik Gladhorn2016-07-311-0/+1
* Micro optimize tst_qquickwindow::touchEvent_basicFrederik Gladhorn2016-07-311-3/+2
* Add minor extra check in tst_qquickwindowFrederik Gladhorn2016-07-311-0/+2
* Fix TouchMouse test: accept buttonFrederik Gladhorn2016-07-311-4/+8
* Touch and mouse handling: don't pre-grabFrederik Gladhorn2016-07-281-4/+3
* Prefer QCOMPARE over QVERIFYFrederik Gladhorn2016-07-281-3/+5
* tst_qquickwindow: Fix touch tests: add releaseFrederik Gladhorn2016-07-281-2/+14
* MouseArea: press not accepted means not pressedFrederik Gladhorn2016-07-271-1/+1
* Keep track of grabbing inside QQuickEventPointFrederik Gladhorn2016-07-251-9/+9
* Fix tst_QQuickPinchArea::cancelFrederik Gladhorn2016-07-251-0/+1
* Fix usage of QTest::touchEventFrederik Gladhorn2016-07-251-2/+2
* Improve encapsuation of touch/mouse event specific thingsFrederik Gladhorn2016-07-211-9/+8
* Hierarchy for touch and mouse pointer eventsFrederik Gladhorn2016-07-211-34/+33
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerFrederik Gladhorn2016-07-213-11/+78
|\
| * Add support for saving/loading the moth interpreter byte codeSimon Hausmann2016-07-211-10/+0
| * Add tryVerify()Mitch Curtis2016-07-201-0/+72
| * Improve robustness of qml cache expiry checkingSimon Hausmann2016-07-191-0/+5
| * Stabilize tst_QQuickView::resizemodeitemFrederik Gladhorn2016-07-191-0/+1
| * Remove redundant compare in testFrederik Gladhorn2016-07-191-1/+0
* | Merge remote-tracking branch 'origin/dev' into HEADFrederik Gladhorn2016-07-1816-135/+413
|\|
| * Fix alias resolution algorithmSimon Hausmann2016-07-155-3/+45
| * Clean up implicit component registrationSimon Hausmann2016-07-151-0/+42
| * Fix endian support in compiled data structuresSimon Hausmann2016-07-142-12/+12
| * tst_qquickwindow: make use of new QTest::createTouchDevice functionShawn Rutledge2016-07-132-13/+4
| * Fix itemGeometryChanged() listenersJ-P Nurmi2016-07-131-102/+161
| * Set width and height simultaneously on SizeRootObjectToViewAlexandr Akulich2016-07-121-0/+31
| * Remove unused variableFrederik Gladhorn2016-07-121-1/+0
| * QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-111-1/+5
| * Add explanation to tst_QQuickMouseArea::moveAndReleaseWithoutPressFrederik Gladhorn2016-07-081-2/+8
| * Prefer public API in testFrederik Gladhorn2016-07-081-7/+7
| * MouseArea: add autotest for subtreeHoverEnabledShawn Rutledge2016-07-072-0/+43
| * Added two unit tests for alias nestingSimon Hausmann2016-07-073-0/+61
* | add tst_qquickwindow::eventPointCountShawn Rutledge2016-07-131-0/+49
|/
* QmlProfiler: Extend test to check for timestamp orderingUlf Hermann2016-07-061-1/+22
* Fix tests in tst_QQuickMouseArea for big startDragDistanceFrederik Gladhorn2016-07-061-41/+60
* Fix tst_QQuickMouseArea::preventStealing for big startDragDistanceFrederik Gladhorn2016-07-051-17/+29
* Fix tst_QQuickMouseArea::setDragOnPressed for big startDragDistanceFrederik Gladhorn2016-07-051-11/+10
* Fix tst_QQuickMouseArea::cancelDragging for big startDragDistanceFrederik Gladhorn2016-07-051-4/+10
* Fix tst_QQuickMouseArea::dragging for big startDragDistanceFrederik Gladhorn2016-07-051-7/+22
* QtQuick: clean up shader effect property connectionsErik Verbruggen2016-07-051-26/+31
* Improve tst_QQuickMouseArea::pressedCanceledOnWindowDeactivateFrederik Gladhorn2016-07-051-8/+6
* Fix tst_qquickpincharea::pan with highdpi and document itFrederik Gladhorn2016-07-042-13/+54
* Canvas test: make sure canvas is readyFrederik Gladhorn2016-07-043-1/+5
* Stabilize tst_SceneGraph::createTextureFromImageFrederik Gladhorn2016-07-041-0/+1
* Fix tst_rendernode to work with hidpiFrederik Gladhorn2016-07-041-7/+9
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-3011-7/+214
|\