summaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Collapse)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-126-6/+6
| | | | Reviewed-by: Trust Me
* Add a Widget for manual testing of the tablet APIBenjamin Poulain2009-08-104-0/+204
| | | | | The QTabletWidget shows the informations provided by the last QTabletEvent.
* Added some debug output to the qdesktopwidget manualtestDenis Dzyubenko2009-08-061-0/+31
| | | | | | | To make sure we don't receive same signals several times from a QDesktopWidget, added the debug output whenever the signal is emitted. Reviewed-by: trustme
* Added the windowflags manualtest which is based on the windowflags example.Denis Dzyubenko2009-07-306-0/+662
|
* Compile after API renameVolker Hilsheimer2009-07-291-1/+1
|
* Implement QDesktopWidget::screenCountChanged signal on desktop platforms,Volker Hilsheimer2009-07-172-0/+190
| | | | | | | and add manual testcase. Provide replacement "screenCount" for numScreens and document numScreens as obsolete to be more consistent with other APIs.
* don't require TouchUpdate events for the single touch casesBradley T. Hughes2009-05-081-26/+26
| | | | | | the finger may not move, meaning no update with move event is generated, even if we say "press, hold, release" when testing (the finger may not wobble enough)
* warn about events that happen out of sequenceBradley T. Hughes2009-05-081-0/+7
|
* Made the Touch* event detection very strictBradley T. Hughes2009-04-301-3/+3
| | | | | | TouchBegin is only "seen" once before all other touch events, TouchUpdate must be after TouchBegin but before TouchEnd, and TouchEnd is only seen once after all other touch events.
* added 2 new tests for testing multi-touch on widget siblings and cousinsBradley T. Hughes2009-04-281-1/+61
|
* correct a typo in the test descriptionBradley T. Hughes2009-04-281-1/+1
|
* 2 new tests for touch points 1. outside the widgets area and 2. over a childBradley T. Hughes2009-04-271-0/+58
|
* center the labels in the test's formBradley T. Hughes2009-04-271-0/+6
|
* add basic multi-touch event handling test, split existing tests into more ↵Bradley T. Hughes2009-04-273-25/+110
| | | | logical pieces
* Use a different widget color to indicate that we are testing different thingsBradley T. Hughes2009-04-241-96/+100
|
* change the layout a bit in the test's formBradley T. Hughes2009-04-241-1834/+1838
|
* Test that accepting the TouchBegin stops propagationBradley T. Hughes2009-04-241-3/+103
|
* update test to test basic event handling and touch begin propagationBradley T. Hughes2009-04-233-271/+460
|
* Initial test for TouchBegin propagation and TouchUpdate/TouchEnd handlingBradley T. Hughes2009-04-233-18/+82
|
* the start of a manual test for touch eventsBradley T. Hughes2009-04-235-0/+2004