summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtouchevent
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-313-39/+39
* Updated year in copyright headerKai Koehne2014-03-263-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-133-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-293-72/+72
* Update contact information in license headers.Sergio Ahumada2012-08-013-6/+6
* Update year in Nokia copyright messages.Jason McDonald2012-01-113-3/+3
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-133-51/+51
* Update copyright year to 2011.Jason McDonald2011-01-113-3/+3
* Rename .pro file to match directory name.Jason McDonald2010-10-121-0/+0
* Update copyright year to 2010Jason McDonald2010-01-073-3/+3
* Update license headers again.Jason McDonald2009-09-093-12/+12
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-313-39/+39
* Fix some missing and duplicated license headers.Jason McDonald2009-08-271-0/+41
* Make the license test pass.Frans Englich2009-08-192-0/+82
* don't require TouchUpdate events for the single touch casesBradley T. Hughes2009-05-081-26/+26
* 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
* 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 log...Bradley T. Hughes2009-04-273-25/+110
* 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