Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent) | Bradley T. Hughes | 2009-06-11 | 1 | -16/+19 |
* | don't reset the touch widget in the basicRawEventTranslation() test | Bradley T. Hughes | 2009-06-08 | 1 | -5/+3 |
* | test basic raw event translation | Bradley T. Hughes | 2009-06-08 | 1 | -0/+87 |
* | test that TouchBegin events propagate through widgets with Qt::WA_AcceptTouch... | Bradley T. Hughes | 2009-06-08 | 1 | -0/+15 |
* | Send the TouchEnd event with Qt::TouchPointReleased mask | Bradley T. Hughes | 2009-06-08 | 1 | -1/+1 |
* | test that QEvent::TouchUpdate and TouchEnd never propagate | Bradley T. Hughes | 2009-06-08 | 1 | -2/+49 |
* | add test for TouchBegin propagation | Bradley T. Hughes | 2009-06-08 | 1 | -0/+53 |
* | add tst_QTouchEventWidget to handle touch events | Bradley T. Hughes | 2009-06-08 | 1 | -2/+33 |
* | make QTouchEvent autotest pass | Bradley T. Hughes | 2009-06-08 | 1 | -5/+5 |
* | add a autotest for touch events | Bradley T. Hughes | 2009-06-08 | 2 | -0/+97 |