summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscene_p.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | Avoid constructing empty temporary QTransforms.Andreas Aardal Hanssen2009-06-091-0/+1
| * | | | Cache QGrahicsItem's scene transform.Bjørn Erik Nilsen2009-06-091-3/+2
| * | | | A faster item discovery function for rectangles (recursive).Andreas Aardal Hanssen2009-06-091-0/+4
| * | | | Don't construct new style option objects in a tight loop.Andreas Aardal Hanssen2009-06-091-0/+3
| * | | | Graphics View cleanup: Remove iterative processing of dirty items.Bjørn Erik Nilsen2009-06-091-14/+0
| * | | | Fix sorting bug and ensure render functions work. Make direct default.Andreas Aardal Hanssen2009-06-091-1/+1
| * | | | Fix QGraphicsScene::drawItems() to use the recursive path as well.Andreas Aardal Hanssen2009-06-091-1/+1
| * | | | Avoid calling QGraphicsItem::effectiveOpacity() when rendering - insteadAndreas Aardal Hanssen2009-06-091-1/+2
| * | | | Remove siblingIndex and use stable sorting instead.Andreas Aardal Hanssen2009-06-091-0/+1
| * | | | More re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-091-0/+4
| * | | | Remove scene transform cache from QGraphicsItem.Andreas Aardal Hanssen2009-06-091-4/+0
| * | | | Massive re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-091-4/+26
| * | | | Further optimizations, from the simple canvas rendering logics.Andreas Aardal Hanssen2009-06-091-1/+2
| * | | | Fix optimization flags and opacity.Andreas Aardal Hanssen2009-06-091-1/+2
| * | | | Add recursive drawing method to QGraphicsScene. For now it's opt-in, butAndreas Aardal Hanssen2009-06-091-0/+3
| | |_|/ | |/| |
* | | | Remove the sorting cache from the QGraphicsScene and move it to the BSP.Alexis Menard2009-06-031-19/+0
* | | | First bunch of changes after an very first API reviewAlexis Menard2009-05-291-29/+59
* | | | Remove the indexing (BSP) logic from the sceneAlexis Menard2009-04-071-18/+2
* | | | Fixes: First step to remove the indexing logic inside the scene. This comm...Alexis Menard2009-04-071-1/+0
* | | | Fixes: Own our internal scene index so we do not need to explicitly delete...Ariya Hidayat2009-04-071-1/+0
* | | | Fixes: The bsp and customs index share the same pointerAlexis Menard2009-04-071-2/+4
* | | | Fixes: Make the bsp tree inherits from the new APIAlexis Menard2009-04-071-1/+1