summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Proper handling of scene rect in QGraphicsScene(Index).Bjørn Erik Nilsen2009-06-2610-61/+52
| * | | Re-factor parts of the QGraphicsSceneBspTreeIndex.Bjørn Erik Nilsen2009-06-253-177/+133
| * | | Partially revert be79229eBjørn Erik Nilsen2009-06-251-7/+5
| * | | Fix tst_QGraphicsItem::collidesWith_item autotest.Andreas Aardal Hanssen2009-06-231-1/+2
| * | | Ensure that the BSP index returns all untransformable items.Andreas Aardal Hanssen2009-06-231-0/+2
| * | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-06-235-146/+163
| |\ \ \
| * | | | More work on getting autotests to pass.Andreas Aardal Hanssen2009-06-238-76/+47
| * | | | QGraphicsSceneLinearIndex: touch-ups.Andreas Aardal Hanssen2009-06-221-23/+16
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-186-87/+145
| |\ \ \ \
| * | | | | Fix crash with untransformable items.Alexis Menard2009-06-181-13/+30
| * | | | | Move QGraphicsSceneBspTreeIndex into private headers (=> _p.h).Andreas Aardal Hanssen2009-06-185-137/+61
| * | | | | Move QGraphicsSceneLinearIndex into private headers (=> _p.h).Andreas Aardal Hanssen2009-06-184-4/+4
| * | | | | Move QGraphicsSceneIndex into private headers (=> _p.h).Andreas Aardal Hanssen2009-06-189-179/+106
| * | | | | Changes after first round of code reviewing.Andreas Aardal Hanssen2009-06-1813-344/+368
| * | | | | More cleanups during code review.Andreas Aardal Hanssen2009-06-174-133/+47
| * | | | | Don't lose all the items when we switch item index method.Andreas Aardal Hanssen2009-06-171-0/+3
| * | | | | API / code review for QGraphicsSceneIndex (internal API).Andreas Aardal Hanssen2009-06-176-149/+86
| * | | | | Make eveything internal for now but ready to see the light.Alexis Menard2009-06-1712-212/+253
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-1735-72/+73
| |\ \ \ \ \
| * | | | | | Add missing file.Alexis Menard2009-06-161-0/+70
| * | | | | | Remove old legacy and fix documentation.Alexis Menard2009-06-167-33/+198
| * | | | | | Fix all documentation warnings.Alexis Menard2009-06-163-33/+125
| * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-1611-245/+529
| |\ \ \ \ \ \
| * | | | | | | Warnings --Alexis Menard2009-06-161-4/+6
| * | | | | | | Kill items_helper and child_items_helper for ever. We have nowAlexis Menard2009-06-156-319/+140
| * | | | | | | Kill one items_helper + one childItem helper and use the newAlexis Menard2009-06-113-134/+110
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-1114-1381/+1437
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-091-0/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix doc and auto-test regression.Alexis Menard2009-06-041-1/+1
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-031-2/+4
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove the sorting cache from the QGraphicsScene and move it to the BSP.Alexis Menard2009-06-0314-472/+631
| * | | | | | | | | | Fix all auto-tests regressions.Alexis Menard2009-06-023-12/+16
| * | | | | | | | | | Add an API to know the indexed rect of the index.Alexis Menard2009-05-295-1/+21
| * | | | | | | | | | Fix a wrong parenting.Alexis Menard2009-05-291-1/+1
| * | | | | | | | | | First bunch of changes after an very first API reviewAlexis Menard2009-05-2915-780/+857
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-05-2917-578/+1173
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make const when it needs to be.Alexis Menard2009-05-062-3/+3
| * | | | | | | | | | | Fix deletion of indexed items, and fix comments.Alexis Menard2009-05-051-4/+5
| * | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-05-057-80/+145
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove the indexing (BSP) logic from the sceneAlexis Menard2009-04-0713-445/+639
| * | | | | | | | | | | | Fixes: First step to remove the indexing logic inside the scene. This comm...Alexis Menard2009-04-073-62/+60
| * | | | | | | | | | | | Fixes: Move the bsp depth variable to the BSP tree class.Ariya Hidayat2009-04-073-5/+15
| * | | | | | | | | | | | Fixes: Recreate the index properly when switching the index method.Ariya Hidayat2009-04-071-3/+28
| * | | | | | | | | | | | Fixes: Recreate the BSP tree properly.Ariya Hidayat2009-04-071-5/+3
| * | | | | | | | | | | | Fixes: Own our internal scene index so we do not need to explicitly delete...Ariya Hidayat2009-04-072-5/+3
| * | | | | | | | | | | | Fixes: 'delete' always works even with null pointer.Ariya Hidayat2009-04-071-2/+1
| * | | | | | | | | | | | Fixes: QGraphicsSceneIndex now inherits from QObjectAriya Hidayat2009-04-075-8/+15
| * | | | | | | | | | | | Fixes: Add new virtual QGraphicsSceneIndex::items(QPointF)Alexis Menard2009-04-073-2/+10
| * | | | | | | | | | | | Fixes: The bsp and customs index share the same pointerAlexis Menard2009-04-072-31/+41
| * | | | | | | | | | | | Fixes: Remove from the custom index too (this will change anyway)Alexis Menard2009-04-071-2/+7