Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Proper handling of scene rect in QGraphicsScene(Index). | Bjørn Erik Nilsen | 2009-06-26 | 10 | -61/+52 | |
| * | | | Re-factor parts of the QGraphicsSceneBspTreeIndex. | Bjørn Erik Nilsen | 2009-06-25 | 3 | -177/+133 | |
| * | | | Partially revert be79229e | Bjørn Erik Nilsen | 2009-06-25 | 1 | -7/+5 | |
| * | | | Fix tst_QGraphicsItem::collidesWith_item autotest. | Andreas Aardal Hanssen | 2009-06-23 | 1 | -1/+2 | |
| * | | | Ensure that the BSP index returns all untransformable items. | Andreas Aardal Hanssen | 2009-06-23 | 1 | -0/+2 | |
| * | | | Merge commit 'qt/master' into graphicssceneindex | Bjørn Erik Nilsen | 2009-06-23 | 5 | -146/+163 | |
| |\ \ \ | ||||||
| * | | | | More work on getting autotests to pass. | Andreas Aardal Hanssen | 2009-06-23 | 8 | -76/+47 | |
| * | | | | QGraphicsSceneLinearIndex: touch-ups. | Andreas Aardal Hanssen | 2009-06-22 | 1 | -23/+16 | |
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-06-18 | 6 | -87/+145 | |
| |\ \ \ \ | ||||||
| * | | | | | Fix crash with untransformable items. | Alexis Menard | 2009-06-18 | 1 | -13/+30 | |
| * | | | | | Move QGraphicsSceneBspTreeIndex into private headers (=> _p.h). | Andreas Aardal Hanssen | 2009-06-18 | 5 | -137/+61 | |
| * | | | | | Move QGraphicsSceneLinearIndex into private headers (=> _p.h). | Andreas Aardal Hanssen | 2009-06-18 | 4 | -4/+4 | |
| * | | | | | Move QGraphicsSceneIndex into private headers (=> _p.h). | Andreas Aardal Hanssen | 2009-06-18 | 9 | -179/+106 | |
| * | | | | | Changes after first round of code reviewing. | Andreas Aardal Hanssen | 2009-06-18 | 13 | -344/+368 | |
| * | | | | | More cleanups during code review. | Andreas Aardal Hanssen | 2009-06-17 | 4 | -133/+47 | |
| * | | | | | Don't lose all the items when we switch item index method. | Andreas Aardal Hanssen | 2009-06-17 | 1 | -0/+3 | |
| * | | | | | API / code review for QGraphicsSceneIndex (internal API). | Andreas Aardal Hanssen | 2009-06-17 | 6 | -149/+86 | |
| * | | | | | Make eveything internal for now but ready to see the light. | Alexis Menard | 2009-06-17 | 12 | -212/+253 | |
| * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-06-17 | 35 | -72/+73 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Add missing file. | Alexis Menard | 2009-06-16 | 1 | -0/+70 | |
| * | | | | | | Remove old legacy and fix documentation. | Alexis Menard | 2009-06-16 | 7 | -33/+198 | |
| * | | | | | | Fix all documentation warnings. | Alexis Menard | 2009-06-16 | 3 | -33/+125 | |
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-06-16 | 11 | -245/+529 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Warnings -- | Alexis Menard | 2009-06-16 | 1 | -4/+6 | |
| * | | | | | | | Kill items_helper and child_items_helper for ever. We have now | Alexis Menard | 2009-06-15 | 6 | -319/+140 | |
| * | | | | | | | Kill one items_helper + one childItem helper and use the new | Alexis Menard | 2009-06-11 | 3 | -134/+110 | |
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-06-11 | 14 | -1381/+1437 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-06-09 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix doc and auto-test regression. | Alexis Menard | 2009-06-04 | 1 | -1/+1 | |
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-06-03 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove the sorting cache from the QGraphicsScene and move it to the BSP. | Alexis Menard | 2009-06-03 | 14 | -472/+631 | |
| * | | | | | | | | | | Fix all auto-tests regressions. | Alexis Menard | 2009-06-02 | 3 | -12/+16 | |
| * | | | | | | | | | | Add an API to know the indexed rect of the index. | Alexis Menard | 2009-05-29 | 5 | -1/+21 | |
| * | | | | | | | | | | Fix a wrong parenting. | Alexis Menard | 2009-05-29 | 1 | -1/+1 | |
| * | | | | | | | | | | First bunch of changes after an very first API review | Alexis Menard | 2009-05-29 | 15 | -780/+857 | |
| * | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-05-29 | 17 | -578/+1173 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Make const when it needs to be. | Alexis Menard | 2009-05-06 | 2 | -3/+3 | |
| * | | | | | | | | | | | Fix deletion of indexed items, and fix comments. | Alexis Menard | 2009-05-05 | 1 | -4/+5 | |
| * | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph... | Alexis Menard | 2009-05-05 | 7 | -80/+145 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove the indexing (BSP) logic from the scene | Alexis Menard | 2009-04-07 | 13 | -445/+639 | |
| * | | | | | | | | | | | | Fixes: First step to remove the indexing logic inside the scene. This comm... | Alexis Menard | 2009-04-07 | 3 | -62/+60 | |
| * | | | | | | | | | | | | Fixes: Move the bsp depth variable to the BSP tree class. | Ariya Hidayat | 2009-04-07 | 3 | -5/+15 | |
| * | | | | | | | | | | | | Fixes: Recreate the index properly when switching the index method. | Ariya Hidayat | 2009-04-07 | 1 | -3/+28 | |
| * | | | | | | | | | | | | Fixes: Recreate the BSP tree properly. | Ariya Hidayat | 2009-04-07 | 1 | -5/+3 | |
| * | | | | | | | | | | | | Fixes: Own our internal scene index so we do not need to explicitly delete... | Ariya Hidayat | 2009-04-07 | 2 | -5/+3 | |
| * | | | | | | | | | | | | Fixes: 'delete' always works even with null pointer. | Ariya Hidayat | 2009-04-07 | 1 | -2/+1 | |
| * | | | | | | | | | | | | Fixes: QGraphicsSceneIndex now inherits from QObject | Ariya Hidayat | 2009-04-07 | 5 | -8/+15 | |
| * | | | | | | | | | | | | Fixes: Add new virtual QGraphicsSceneIndex::items(QPointF) | Alexis Menard | 2009-04-07 | 3 | -2/+10 | |
| * | | | | | | | | | | | | Fixes: The bsp and customs index share the same pointer | Alexis Menard | 2009-04-07 | 2 | -31/+41 | |
| * | | | | | | | | | | | | Fixes: Remove from the custom index too (this will change anyway) | Alexis Menard | 2009-04-07 | 1 | -2/+7 | |