summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: documentation for boolean properties should say what happens whenVolker Hilsheimer2009-07-211-5/+7
* Doc: make potentially incorrect overloads obsolete.Volker Hilsheimer2009-07-211-1/+22
* Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-0/+2
* Doc: add documentation for new overloads, and mark old overloads thatVolker Hilsheimer2009-07-181-5/+57
* Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-161-13/+51
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-141-8/+6
|\
| * Make sure QGraphicsScene::update() only requires one event-loopBjørn Erik Nilsen2009-07-141-8/+6
* | Remove sendGestureEvent().Marius Bugge Monsen2009-07-141-68/+0
* | Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-141-1/+89
|/
* Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-101-132/+28
|\
| * Improved the support for input methods in Graphics View.jasplin2009-07-031-5/+28
| * Refactored gesture apiDenis Dzyubenko2009-07-021-127/+0
* | QGraphicsItem not updated properly when moving parent.Bjørn Erik Nilsen2009-07-101-2/+2
* | Painting artifacts when moving an item with partial updates.Bjørn Erik Nilsen2009-07-101-24/+25
* | Rendering artifacts when hiding a QGraphicsItem.Bjørn Erik Nilsen2009-07-091-0/+10
* | Reduce QTransform operations in Graphics View.Bjørn Erik Nilsen2009-07-081-28/+58
* | Simplify QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-07-031-61/+74
* | More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-021-31/+15
* | Speedup item-lookup in Graphics View.Bjørn Erik Nilsen2009-07-021-29/+23
* | Fix a regression with extended style option items.Alexis Menard2009-07-011-4/+4
* | Compiler warning.Bjørn Erik Nilsen2009-07-011-1/+1
* | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-011-1/+29
|\ \ | |/
| * Compiler warnings.Bjørn Erik Nilsen2009-07-011-1/+1
| * Added QGraphicsScene::sendEvent().J-P Nurmi2009-07-011-0/+28
* | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-011-1/+367
|\ \ | |/
| * Cleanup includes in public headers.Bradley T. Hughes2009-06-261-0/+1
| * Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-241-12/+27
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-221-147/+154
| |\
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-181-39/+73
| |\ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-4/+5
| |\ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-161-18/+26
| |\ \ \ \
| * | | | | Merge of masterBradley T. Hughes2009-06-151-5/+6
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-121-10/+14
| |\ \ \ \ \
| * | | | | | enable touch events on all views if an item has touch enabledBradley T. Hughes2009-06-111-7/+18
| * | | | | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-23/+22
| * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-101-360/+628
| |\ \ \ \ \ \
| * \ \ \ \ \ \ 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-081-1/+3
| * | | | | | | | Some API changes after an API review roundBradley T. Hughes2009-06-051-63/+42
| * | | | | | | | 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-05-291-13/+15
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Don't try to maintain a current and active list of points for the app and wid...Bradley T. Hughes2009-05-281-49/+10
| * | | | | | | | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-271-40/+45
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-261-4/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Removed debug outputDenis Dzyubenko2009-05-201-5/+0
| * | | | | | | | | | Added a simple test for gesture event delivery to graphicsitemsDenis Dzyubenko2009-05-201-0/+1
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-05-181-23/+97
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-181-23/+97
| * | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-181-61/+26
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Implement QEvent::GraphicsSceneTouchBegin propagationBradley T. Hughes2009-05-131-6/+68