Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Inverts the SortOrder in graphics scene to reflect the stacking order | Leonardo Sobral Cunha | 2009-09-22 | 1 | -1/+1 |
| | | | | | | | | Inverted all references of Qt::AscendingiOrder <-> Qt::DescendingOrder to make the order parameter consistent with the stacking order, as stated in the docs. The graphics scene index was using the wrong ordering convention. Reviewed-by: andreas | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | doc: Changed several \reimp to \internal | Martin Smith | 2009-07-20 | 1 | -1/+1 |
| | | | | The base function was \internal pr private. | ||||
* | Doc: fix qdoc errors and clarify purpose of deviceTransform parameter | Volker Hilsheimer | 2009-07-16 | 1 | -12/+4 |
| | | | | | | in new overloads. Reviewed-By: bnilsen | ||||
* | With license it's better. | Alexis Menard | 2009-07-16 | 1 | -0/+41 |
| | |||||
* | More re-factoring of QGraphicsSceneIndex. | Bjørn Erik Nilsen | 2009-07-02 | 1 | -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 Nilsen | 2009-06-26 | 1 | -6/+0 |
| | | | | Reviewed-by: Andreas | ||||
* | Move QGraphicsSceneLinearIndex into private headers (=> _p.h). | Andreas Aardal Hanssen | 2009-06-18 | 1 | -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 Menard | 2009-06-17 | 1 | -1/+2 |
| | |||||
* | Add missing file. | Alexis Menard | 2009-06-16 | 1 | -0/+70 |