Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Updated example license to three clause BSD license. | David Boddie | 2010-05-19 | 3 | -83/+80 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 3 | -3/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | 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 | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 3 | -3/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix license headers after multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 3 | -15/+15 |
| | | | | | | | 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 | 3 | -9/+9 |
| | | | | Reviewed-by: Trust Me | ||||
* | 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 | ||||
* | Compile after API updates | Bradley T. Hughes | 2009-06-05 | 1 | -4/+4 |
| | |||||
* | Accept TouchBegin events by default if they are enabled | Bradley T. Hughes | 2009-06-05 | 1 | -4/+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. | ||||
* | make the red and green children items larger | Bradley T. Hughes | 2009-05-13 | 1 | -4/+4 |
| | |||||
* | 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 | 4 | -0/+216 |
QGraphicsItems |