Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Updated example license to three clause BSD license. | David Boddie | 2010-05-19 | 5 | -137/+132 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 5 | -5/+5 |
| | | | | 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 | 5 | -20/+20 |
| | | | | 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 | 5 | -65/+65 |
| | | | | 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 | 5 | -5/+5 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix license headers after multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 5 | -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 McDonald | 2009-06-29 | 5 | -15/+15 |
| | | | | Reviewed-by: Trust Me | ||||
* | update examples now that we get both touch and mouse events at the same time | Bradley T. Hughes | 2009-06-18 | 1 | -6/+2 |
| | | | | | 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) | ||||
* | Compile after API updates | Bradley T. Hughes | 2009-06-05 | 1 | -7/+7 |
| | |||||
* | Accept TouchBegin events by default if they are enabled | Bradley T. Hughes | 2009-06-05 | 1 | -1/+0 |
| | | | | | | 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. | ||||
* | 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 | ||||
* | add a multitouch pinchzoom example, based on the collidingmice example | Bradley T. Hughes | 2009-03-24 | 8 | -0/+512 |