summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
...
| * | Don't always send spontaneous events to QGraphicsSceneBradley T. Hughes2009-06-261-5/+17
| * | Fix bad mergesBradley T. Hughes2009-06-261-7/+0
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-243-6/+14
| |\ \
| | * | Fixed count(), itemAt() and removeAt() in QGraphicsLinearLayout.Jan-Arve Sæther2009-06-242-5/+13
| * | | Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-242-13/+28
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-224-173/+185
| |\ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-185-73/+135
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1735-73/+74
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-161-18/+26
| |\ \ \ \ \ \
| * | | | | | | Merge of masterBradley T. Hughes2009-06-155-67/+146
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1211-219/+406
| |\ \ \ \ \ \ \
| * | | | | | | | make sure touch events are enabled on the view's viewport when items are inte...Bradley T. Hughes2009-06-111-0/+9
| * | | | | | | | enable touch events on all views if an item has touch enabledBradley T. Hughes2009-06-113-7/+26
| * | | | | | | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-117-557/+70
| * | | | | | | | another API review round: change Q*TouchEvent size() functions to return rect...Bradley T. Hughes2009-06-112-21/+22
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1011-1353/+1400
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-081-0/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Compile on Windows againBradley T. Hughes2009-06-082-2/+6
| * | | | | | | | | | Some API changes after an API review roundBradley T. Hughes2009-06-056-91/+362
| * | | | | | | | | | Accept TouchBegin events by default if they are enabledBradley T. Hughes2009-06-051-3/+3
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-051-2/+4
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-296-66/+209
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Don't try to maintain a current and active list of points for the app and wid...Bradley T. Hughes2009-05-282-56/+13
| * | | | | | | | | | | | When converting a touch event to graphicsscene event use lastPos instead of s...Denis Dzyubenko2009-05-271-1/+1
| * | | | | | | | | | | | Replaced ?: operator with a switch statement to make it more explicitDenis Dzyubenko2009-05-271-5/+11
| * | | | | | | | | | | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-274-64/+90
| * | | | | | | | | | | | Compile fix after conflict resolutionBradley T. Hughes2009-05-261-1/+1
| * | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-2610-59/+541
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Removed debug outputDenis Dzyubenko2009-05-201-5/+0
| * | | | | | | | | | | | | Added a simple test for gesture event delivery to graphicsitemsDenis Dzyubenko2009-05-201-0/+1
| * | | | | | | | | | | | | Started implementing tests for gestures on graphicsviewDenis Dzyubenko2009-05-201-3/+2
| * | | | | | | | | | | | | Dont accept graphicsscenegesture event by defaultDenis Dzyubenko2009-05-201-0/+1
| * | | | | | | | | | | | | Moved gestures info to an extra in QGraphicsItemPrivate not to increase the s...Denis Dzyubenko2009-05-202-15/+48
| * | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-202-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-05-188-33/+169
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | More improvement to gesture propagation (still no graphicsview).Denis Dzyubenko2009-05-181-1/+1
| | * | | | | | | | | | | | | | implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-188-32/+168
| * | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-186-197/+126
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-132-9/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Implement QEvent::GraphicsSceneTouchBegin propagationBradley T. Hughes2009-05-132-6/+69
| * | | | | | | | | | | | | | | | Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-137-436/+214
| * | | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-122-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Added missing \since 4.6 doc tagDenis Dzyubenko2009-05-112-1/+12
| * | | | | | | | | | | | | | | | | Added accept* method to QGraphicsSceneGestureEvent as well.Denis Dzyubenko2009-05-112-0/+57
| * | | | | | | | | | | | | | | | | Fixed gesture event propagation to QGraphicsItems.Denis Dzyubenko2009-05-111-9/+14
| * | | | | | | | | | | | | | | | | Removed all weird qHash usage for gesture identification.Denis Dzyubenko2009-05-111-5/+4
| * | | | | | | | | | | | | | | | | renamed QGesture::gestureType() to just type() and fixed the doc.Denis Dzyubenko2009-05-111-1/+1
| * | | | | | | | | | | | | | | | | Removed QWidget::gestureEvent() functions since adding a new virtualDenis Dzyubenko2009-05-112-37/+32
| * | | | | | | | | | | | | | | | | Removed the use of QSharedPointer from gesture api - since QGestureDenis Dzyubenko2009-05-112-8/+7
| * | | | | | | | | | | | | | | | | More documentation fixes.Denis Dzyubenko2009-05-113-34/+70