summaryrefslogtreecommitdiffstats
path: root/examples/multitouch
Commit message (Expand)AuthorAgeFilesLines
* Update license headers again.Jason McDonald2009-09-0914-56/+56
* Fix more warnings for mingwThierry Bastian2009-09-031-3/+2
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3114-182/+182
* Get the pinchzoom working againBradley T. Hughes2009-08-132-4/+4
* Update contact URL in license headers.Jason McDonald2009-08-1214-14/+14
* Fix license headers after multitouch+gestures merge.Jason McDonald2009-06-2913-65/+65
* Fix old/missing license headers from multitouch+gestures merge.Jason McDonald2009-06-2914-40/+81
* Don't crash in the fingerpaint example if the touch id gets too largeBradley T. Hughes2009-06-221-1/+1
* update examples now that we get both touch and mouse events at the same timeBradley T. Hughes2009-06-185-7/+100
* enable touch events on all views if an item has touch enabledBradley T. Hughes2009-06-111-1/+0
* remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-7/+7
* another API review round: change Q*TouchEvent size() functions to return rect...Bradley T. Hughes2009-06-111-8/+5
* Compile after API updatesBradley T. Hughes2009-06-053-21/+21
* Accept TouchBegin events by default if they are enabledBradley T. Hughes2009-06-053-10/+3
* Add support for touch point contact areaBradley T. Hughes2009-06-031-2/+6
* make the red and green children items largerBradley T. Hughes2009-05-131-4/+4
* implement panning using touch eventsBradley T. Hughes2009-03-262-6/+8
* show the example maximized, not fullscreenBradley T. Hughes2009-03-251-1/+1
* add a multitouch example that shows how to handle multitouch events in QGraph...Bradley T. Hughes2009-03-255-1/+217
* add fingerpaint to examples\multitouch.proBradley T. Hughes2009-03-251-1/+1
* 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
* add a multitouch pinchzoom example, based on the collidingmice exampleBradley T. Hughes2009-03-249-0/+514