summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscenelinearindex.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* doc: Changed several \reimp to \internalMartin Smith2009-07-201-1/+1
| | | | The base function was \internal pr private.
* Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-161-12/+4
| | | | | | in new overloads. Reviewed-By: bnilsen
* With license it's better.Alexis Menard2009-07-161-0/+41
|
* More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-021-4/+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.
* Proper handling of scene rect in QGraphicsScene(Index).Bjørn Erik Nilsen2009-06-261-6/+0
| | | | Reviewed-by: Andreas
* Move QGraphicsSceneLinearIndex into private headers (=> _p.h).Andreas Aardal Hanssen2009-06-181-2/+2
| | | | | | We want to keep this as private API for now. Reviewed-by: Alexis
* Make eveything internal for now but ready to see the light.Alexis Menard2009-06-171-1/+2
|
* Add missing file.Alexis Menard2009-06-161-0/+70