Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 3 | -12/+12 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 3 | -39/+39 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix some missing and duplicated license headers. | Jason McDonald | 2009-08-27 | 1 | -0/+41 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make the license test pass. | Frans Englich | 2009-08-19 | 2 | -0/+82 |
| | | | | | | | This is partly done to address a review comment for S60. Reviewed-by: Marius SO Reviewed-by: Paul | ||||
* | don't require TouchUpdate events for the single touch cases | Bradley T. Hughes | 2009-05-08 | 1 | -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 sequence | Bradley T. Hughes | 2009-05-08 | 1 | -0/+7 |
| | |||||
* | Made the Touch* event detection very strict | Bradley T. Hughes | 2009-04-30 | 1 | -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 cousins | Bradley T. Hughes | 2009-04-28 | 1 | -1/+61 |
| | |||||
* | correct a typo in the test description | Bradley T. Hughes | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | 2 new tests for touch points 1. outside the widgets area and 2. over a child | Bradley T. Hughes | 2009-04-27 | 1 | -0/+58 |
| | |||||
* | center the labels in the test's form | Bradley T. Hughes | 2009-04-27 | 1 | -0/+6 |
| | |||||
* | add basic multi-touch event handling test, split existing tests into more ↵ | Bradley T. Hughes | 2009-04-27 | 3 | -25/+110 |
| | | | | logical pieces | ||||
* | Use a different widget color to indicate that we are testing different things | Bradley T. Hughes | 2009-04-24 | 1 | -96/+100 |
| | |||||
* | change the layout a bit in the test's form | Bradley T. Hughes | 2009-04-24 | 1 | -1834/+1838 |
| | |||||
* | Test that accepting the TouchBegin stops propagation | Bradley T. Hughes | 2009-04-24 | 1 | -3/+103 |
| | |||||
* | update test to test basic event handling and touch begin propagation | Bradley T. Hughes | 2009-04-23 | 3 | -271/+460 |
| | |||||
* | Initial test for TouchBegin propagation and TouchUpdate/TouchEnd handling | Bradley T. Hughes | 2009-04-23 | 3 | -18/+82 |
| | |||||
* | the start of a manual test for touch events | Bradley T. Hughes | 2009-04-23 | 5 | -0/+2004 |