Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 14 | -14/+14 |
| | | | | Reviewed-by: Trust Me | ||||
* | Pinchzoom example zooms more smooth | Denis Dzyubenko | 2009-11-11 | 2 | -5/+18 |
| | | | | | | | Remember the scale factor so it won't reset each time a new touch sequence starts. Reviewed-by: Bradley T. Hughes | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 14 | -56/+56 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix more warnings for mingw | Thierry Bastian | 2009-09-03 | 1 | -3/+2 |
| | |||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 14 | -182/+182 |
| | | | | Reviewed-by: Trust Me | ||||
* | Get the pinchzoom working again | Bradley T. Hughes | 2009-08-13 | 2 | -4/+4 |
| | | | | | Touch events on scrollarea based classes should enable touch on the viewport and handle the events in a viewportEvent() reimplementation. | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 14 | -14/+14 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix license headers after multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 13 | -65/+65 |
| | | | | | | | 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 McDonald | 2009-06-29 | 14 | -40/+81 |
| | | | | Reviewed-by: Trust Me | ||||
* | Don't crash in the fingerpaint example if the touch id gets too large | Bradley T. Hughes | 2009-06-22 | 1 | -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. | ||||
* | update examples now that we get both touch and mouse events at the same time | Bradley T. Hughes | 2009-06-18 | 5 | -7/+100 |
| | | | | | added a new example to show how to enable touch for an existing widget (QDial in this case), and that the mouse event emulation of QWidget does the Right Thing (tm) | ||||
* | enable touch events on all views if an item has touch enabled | Bradley T. Hughes | 2009-06-11 | 1 | -1/+0 |
| | |||||
* | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent) | Bradley T. Hughes | 2009-06-11 | 1 | -7/+7 |
| | | | | | | | | | the API for these 2 classes is identical, the implementation is almost identical, they share the same data structures, so bite the bullet and merge them. this means we go back to using screenPos() instead of globalPos() again | ||||
* | another API review round: change Q*TouchEvent size() functions to return ↵ | Bradley T. Hughes | 2009-06-11 | 1 | -8/+5 |
| | | | | | | rects instead these are more useful, as already shown in the fingerpaint example | ||||
* | Compile after API updates | Bradley T. Hughes | 2009-06-05 | 3 | -21/+21 |
| | |||||
* | Accept TouchBegin events by default if they are enabled | Bradley T. Hughes | 2009-06-05 | 3 | -10/+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 area | Bradley T. Hughes | 2009-06-03 | 1 | -2/+6 |
| | | | | Add QTouchEvent::TouchPoint::area() and implement support for it on Windows | ||||
* | make the red and green children items larger | Bradley T. Hughes | 2009-05-13 | 1 | -4/+4 |
| | |||||
* | implement panning using touch events | Bradley T. Hughes | 2009-03-26 | 2 | -6/+8 |
| | | | | | since we don't get mouse events to send to QGraphicsView's ScrollHandDrag handlers, we need to do it ourselves | ||||
* | show the example maximized, not fullscreen | Bradley T. Hughes | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | add a multitouch example that shows how to handle multitouch events in ↵ | Bradley T. Hughes | 2009-03-25 | 5 | -1/+217 |
| | | | | QGraphicsItems | ||||
* | add fingerpaint to examples\multitouch.pro | Bradley T. Hughes | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | have the window title in the fingerpaint example say Finger Paint, not Scribble | Bradley T. Hughes | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | add the multitouch fingerpaint example, based on the scribble example | Bradley T. Hughes | 2009-03-25 | 6 | -0/+664 |
| | |||||
* | add a multitouch pinchzoom example, based on the collidingmice example | Bradley T. Hughes | 2009-03-24 | 9 | -0/+514 |