summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicssceneevent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup includes in public headers.Bradley T. Hughes2009-06-261-0/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-402/+0
* | another API review round: change Q*TouchEvent size() functions to return rect...Bradley T. Hughes2009-06-111-15/+15
* | Some API changes after an API review roundBradley T. Hughes2009-06-051-3/+246
* | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-271-14/+32
* | Dont accept graphicsscenegesture event by defaultDenis Dzyubenko2009-05-201-0/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-201-7/+7
|\ \ | |/
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-181-7/+7
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+1678
* implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-181-0/+9
* Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-131-176/+2
* Added missing \since 4.6 doc tagDenis Dzyubenko2009-05-111-1/+4
* Added accept* method to QGraphicsSceneGestureEvent as well.Denis Dzyubenko2009-05-111-0/+48
* renamed QGesture::gestureType() to just type() and fixed the doc.Denis Dzyubenko2009-05-111-1/+1
* Removed the use of QSharedPointer from gesture api - since QGestureDenis Dzyubenko2009-05-111-4/+4
* More documentation fixes.Denis Dzyubenko2009-05-111-25/+26
* De-inlined functions in gesture events.Denis Dzyubenko2009-05-111-16/+53
* Added QGraphicsSceneGestureEvent that extends plain QGestureEvent byDenis Dzyubenko2009-05-111-0/+148
* add QTouchEvent and QGraphicsSceneTouchEventBradley T. Hughes2009-03-241-11/+327
* Long live Qt!Lars Knoll2009-03-231-0/+1678