Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | More re-factoring of QGraphicsSceneIndex. | Bjørn Erik Nilsen | 2009-07-02 | 1 | -3/+1 |
| | | | | | | | | | | New method: QGraphicsSceneIndex::estimateTopLevelItems. QGraphicsSceneIndex::estimateItems returns *all* items within the rect, but we are only interested in the top-levels (those that are within the rect themselves or have descendants within the rect) when doing recursive drawing/item-lookup. All auto-tests pass. Demos/examples/manualtests run fine. | ||||
* | Kill dead BSP tree code in graphics view. | Bjørn Erik Nilsen | 2009-07-02 | 1 | -3/+0 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵ | Alexis Menard | 2009-06-17 | 1 | -2/+2 |
|\ | | | | | | | qt-main/qgraphicssceneindex | ||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+137 |
| | |||||
* | First bunch of changes after an very first API review | Alexis Menard | 2009-05-29 | 1 | -4/+4 |
| | | | | | | This basically move some logic from the scene to the index base class. Lot of work need to be done in order to benefits from the device transform. The sorting needs to be move in the BSP tree. | ||||
* | Remove the indexing (BSP) logic from the scene | Alexis Menard | 2009-04-07 | 1 | -19/+8 |
| | | | | | | | | | | | | We basically add a new index that implement the old BSP logic but in a separate class instead of living into the QGraphicsScene. It will be much more easier to add a new index method or for people to use their own Conflicts: src/gui/graphicsview/qgraphicsitem.cpp src/gui/graphicsview/qgraphicssceneindex.h | ||||
* | Fixes: Move the bsp depth variable to the BSP tree class. | Ariya Hidayat | 2009-04-07 | 1 | -0/+2 |
| | |||||
* | Fixes: QGraphicsSceneIndex now inherits from QObject | Ariya Hidayat | 2009-04-07 | 1 | -1/+3 |
| | |||||
* | Fixes: Add new virtual QGraphicsSceneIndex::items(QPointF) | Alexis Menard | 2009-04-07 | 1 | -2/+1 |
| | |||||
* | Fixes: Make some BSP tree functions as 'private'. | Ariya Hidayat | 2009-04-07 | 1 | -2/+5 |
| | |||||
* | Fixes: Mark the BSP tree class so we can autotest it. | Ariya Hidayat | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | Fixes: Default implementation for QGraphicsSceneIndex::removeItems and ↵ | Alexis Menard | 2009-04-07 | 1 | -1/+0 |
| | | | | QGraphicsSceneIndex::insertItems | ||||
* | Fixes: Make the bsp tree inherits from the new API | Alexis Menard | 2009-04-07 | 1 | -5/+11 |
| | |||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+137 |