summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicssceneindex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-271-18/+18
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Adds convenience functions QGraphicsItemPrivate::isOpacityNullLeonardo Sobral Cunha2010-01-291-2/+2
* Pass value as const void *const to QGraphicsSceneIndex::itemChange.Bjørn Erik Nilsen2010-01-211-1/+1
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Ran the script utils/normalizeOlivier Goffart2009-11-181-2/+2
* Removed unused parameter from graphics scene index internal functionLeonardo Sobral Cunha2009-09-251-3/+4
* Inverts the SortOrder in graphics scene to reflect the stacking orderLeonardo Sobral Cunha2009-09-221-2/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+1
* Eliminate last mentions of "Qt Software".Jason McDonald2009-08-121-1/+1
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-161-14/+3
* Update the license header in a few more placesThiago Macieira2009-07-161-1/+1
* Reduce QTransform operations in QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-081-24/+73
* More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-021-4/+17
* Speedup item-lookup in Graphics View.Bjørn Erik Nilsen2009-07-021-4/+1
* Fixes broken BSP lookup in QGraphicsSceneBspTreeIndex.Bjørn Erik Nilsen2009-07-011-5/+12
* Make QGraphicsSceneIndex::clear() less nasty.Bjørn Erik Nilsen2009-06-301-2/+3
* More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-06-301-71/+44
* Proper handling of scene rect in QGraphicsScene(Index).Bjørn Erik Nilsen2009-06-261-9/+16
* More work on getting autotests to pass.Andreas Aardal Hanssen2009-06-231-18/+5
* Move QGraphicsSceneIndex into private headers (=> _p.h).Andreas Aardal Hanssen2009-06-181-3/+2
* Changes after first round of code reviewing.Andreas Aardal Hanssen2009-06-181-66/+150
* More cleanups during code review.Andreas Aardal Hanssen2009-06-171-19/+35
* Make eveything internal for now but ready to see the light.Alexis Menard2009-06-171-1/+1
* Remove old legacy and fix documentation.Alexis Menard2009-06-161-0/+27
* Fix all documentation warnings.Alexis Menard2009-06-161-18/+88
* Warnings --Alexis Menard2009-06-161-4/+6
* Kill items_helper and child_items_helper for ever. We have nowAlexis Menard2009-06-151-300/+108
* Kill one items_helper + one childItem helper and use the newAlexis Menard2009-06-111-126/+106
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-111-5/+5
* Remove the sorting cache from the QGraphicsScene and move it to the BSP.Alexis Menard2009-06-031-9/+19
* Fix all auto-tests regressions.Alexis Menard2009-06-021-1/+1
* Add an API to know the indexed rect of the index.Alexis Menard2009-05-291-0/+10
* Fix a wrong parenting.Alexis Menard2009-05-291-1/+1
* First bunch of changes after an very first API reviewAlexis Menard2009-05-291-57/+501
* Make const when it needs to be.Alexis Menard2009-05-061-2/+2
* Remove the indexing (BSP) logic from the sceneAlexis Menard2009-04-071-5/+9
* Fixes: QGraphicsSceneIndex now inherits from QObjectAriya Hidayat2009-04-071-2/+2
* Fixes: Add API documentation for QGraphicsSceneIndexAriya Hidayat2009-04-071-0/+80
* Fixes: New updateItem(s) function with default implementation (of removing...Ariya Hidayat2009-04-071-0/+11
* Fixes: Default implementation for QGraphicsSceneIndex::removeItems and QGr...Alexis Menard2009-04-071-0/+13
* Fixes: Some modifications after a talk with AriyaAlexis Menard2009-04-071-0/+6
* Fixes: Initial work on an API to allow a custom/indexing on the QGraphicsS...Alexis Menard2009-04-071-0/+61