summaryrefslogtreecommitdiffstats
path: root/examples/multitouch/fingerpaint
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-065-5/+5
| | | | Reviewed-by: Trust Me
* Update license headers again.Jason McDonald2009-09-095-20/+20
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-315-65/+65
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-125-5/+5
| | | | Reviewed-by: Trust Me
* Fix license headers after multitouch+gestures merge.Jason McDonald2009-06-295-25/+25
| | | | | | | Commercial license headers belong in source packages only. The repo must have the pre-release license headers. Reviewed-by: Trust Me
* Fix old/missing license headers from multitouch+gestures merge.Jason McDonald2009-06-295-15/+15
| | | | Reviewed-by: Trust Me
* Don't crash in the fingerpaint example if the touch id gets too largeBradley T. Hughes2009-06-221-1/+1
| | | | | Some touch devices don't recycle touch id's, so for longer sequences we could easily see ids that become larger than the color list size. Make sure we constrain the index we use.
* another API review round: change Q*TouchEvent size() functions to return ↵Bradley T. Hughes2009-06-111-8/+5
| | | | | | rects instead these are more useful, as already shown in the fingerpaint example
* Compile after API updatesBradley T. Hughes2009-06-051-10/+10
|
* Accept TouchBegin events by default if they are enabledBradley T. Hughes2009-06-051-5/+3
| | | | | | After an API review round, we agreed that it makes sense for the TouchBegin event to default to accepted if the widget has subscribed to receive touch events.
* Add support for touch point contact areaBradley T. Hughes2009-06-031-2/+6
| | | | Add QTouchEvent::TouchPoint::area() and implement support for it on Windows
* have the window title in the fingerpaint example say Finger Paint, not ScribbleBradley T. Hughes2009-03-251-1/+1
|
* add the multitouch fingerpaint example, based on the scribble exampleBradley T. Hughes2009-03-256-0/+664