summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtouchevent
Commit message (Expand)AuthorAgeFilesLines
* remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-16/+19
* don't reset the touch widget in the basicRawEventTranslation() testBradley T. Hughes2009-06-081-5/+3
* test basic raw event translationBradley T. Hughes2009-06-081-0/+87
* test that TouchBegin events propagate through widgets with Qt::WA_AcceptTouch...Bradley T. Hughes2009-06-081-0/+15
* Send the TouchEnd event with Qt::TouchPointReleased maskBradley T. Hughes2009-06-081-1/+1
* test that QEvent::TouchUpdate and TouchEnd never propagateBradley T. Hughes2009-06-081-2/+49
* add test for TouchBegin propagationBradley T. Hughes2009-06-081-0/+53
* add tst_QTouchEventWidget to handle touch eventsBradley T. Hughes2009-06-081-2/+33
* make QTouchEvent autotest passBradley T. Hughes2009-06-081-5/+5
* add a autotest for touch eventsBradley T. Hughes2009-06-082-0/+97