summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscene_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add QGraphicsItem::focusProxy(), focus proxy support.Andreas Aardal Hanssen2009-07-231-0/+2
* Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-141-0/+1
* Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-101-8/+2
|\
| * Improved the support for input methods in Graphics View.jasplin2009-07-031-0/+2
| * Refactored gesture apiDenis Dzyubenko2009-07-021-8/+0
* | Simplify QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-07-031-1/+7
* | More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-021-15/+2
* | Speedup item-lookup in Graphics View.Bjørn Erik Nilsen2009-07-021-0/+8
* | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-011-1/+22
|\ \ | |/
| * Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-241-1/+1
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-221-4/+13
| |\
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-181-1/+4
| |\ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-3/+3
| |\ \ \
| * | | | enable touch events on all views if an item has touch enabledBradley T. Hughes2009-06-111-0/+2
| * | | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-5/+5
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-101-10/+35
| |\ \ \ \
| * | | | | Some API changes after an API review roundBradley T. Hughes2009-06-051-4/+2
| * | | | | Don't try to maintain a current and active list of points for the app and wid...Bradley T. Hughes2009-05-281-7/+3
| * | | | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-271-7/+7
| * | | | | implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-181-1/+4
| * | | | | Implement QEvent::GraphicsSceneTouchBegin propagationBradley T. Hughes2009-05-131-0/+1
| * | | | | Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-131-5/+12
| * | | | | Modifications after the api review by Brad.Denis Dzyubenko2009-05-111-3/+3
| * | | | | Added QGraphicsSceneGestureEvent that extends plain QGestureEvent byDenis Dzyubenko2009-05-111-1/+0
| * | | | | Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-111-0/+9
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-161-0/+7
| |\ \ \ \ \
| * | | | | | implement support for touch events in QGraphicsSceneBradley T. Hughes2009-03-241-0/+6
* | | | | | | More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-06-301-3/+8
* | | | | | | Proper handling of scene rect in QGraphicsScene(Index).Bjørn Erik Nilsen2009-06-261-1/+0
* | | | | | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-06-231-4/+13
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Refactor QGraphicsScene::drawSubtreeRecursive.Bjørn Erik Nilsen2009-06-191-4/+13
| | |_|_|_|/ | |/| | | |
* | | | | | More work on getting autotests to pass.Andreas Aardal Hanssen2009-06-231-0/+1
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-181-1/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Speedup QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-06-171-1/+4
| | |_|_|/ | |/| | |
* | | | | Move QGraphicsSceneIndex into private headers (=> _p.h).Andreas Aardal Hanssen2009-06-181-1/+1
* | | | | Changes after first round of code reviewing.Andreas Aardal Hanssen2009-06-181-2/+2
* | | | | More cleanups during code review.Andreas Aardal Hanssen2009-06-171-4/+0
* | | | | API / code review for QGraphicsSceneIndex (internal API).Andreas Aardal Hanssen2009-06-171-40/+0
* | | | | Make eveything internal for now but ready to see the light.Alexis Menard2009-06-171-1/+0
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-171-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | | | Remove old legacy and fix documentation.Alexis Menard2009-06-161-3/+1
* | | | | Kill items_helper and child_items_helper for ever. We have nowAlexis Menard2009-06-151-0/+2
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-111-8/+31
|\ \ \ \ \ | |/ / / /
| * | | | Remove duplicated code for removing an item from the scene.Bjørn Erik Nilsen2009-06-091-2/+3
| * | | | Remove one unnecessary argument from the recursive draw function.Andreas Aardal Hanssen2009-06-091-1/+1
| * | | | Revert 7aee2a7054d1ca280f6dfc9c46b3fe2ce403ccb3, fix render bugs.Andreas Aardal Hanssen2009-06-091-1/+0
| * | | | Compatibility fix for QGraphicsScene::sceneRectChanged()/sceneRect().Bjørn Erik Nilsen2009-06-091-1/+4
| * | | | Speed up processing of dirty items when ancestor clips children.Bjørn Erik Nilsen2009-06-091-1/+1