Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |