summaryrefslogtreecommitdiff
path: root/tests/manual/qtouchevent/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Make the license test pass.Frans Englich2009-08-191-0/+41
* don't require TouchUpdate events for the single touch casesBradley T. Hughes2009-05-081-26/+26
* 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
* add basic multi-touch event handling test, split existing tests into more log...Bradley T. Hughes2009-04-271-25/+105
* Use a different widget color to indicate that we are testing different thingsBradley T. Hughes2009-04-241-96/+100
* 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-231-4/+148
* Initial test for TouchBegin propagation and TouchUpdate/TouchEnd handlingBradley T. Hughes2009-04-231-2/+52
* the start of a manual test for touch eventsBradley T. Hughes2009-04-231-0/+58