summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtouchevent/touchwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Make the license test pass.Frans Englich2009-08-191-0/+41
| | | | | | | This is partly done to address a review comment for S60. Reviewed-by: Marius SO Reviewed-by: Paul
* 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.
* add basic multi-touch event handling test, split existing tests into more ↵Bradley T. Hughes2009-04-271-0/+4
| | | | logical pieces
* update test to test basic event handling and touch begin propagationBradley T. Hughes2009-04-231-3/+4
|
* Initial test for TouchBegin propagation and TouchUpdate/TouchEnd handlingBradley T. Hughes2009-04-231-0/+26
|
* the start of a manual test for touch eventsBradley T. Hughes2009-04-231-0/+56