summaryrefslogtreecommitdiff
path: root/src/gui/graphicsview/qgraphicsscenebsptreeindex.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
* Pass value as const void *const to QGraphicsSceneIndex::itemChange.Bjørn Erik Nilsen2010-01-211-5/+5
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Moved private function to test which graphic items is in front of the otherLeonardo Sobral Cunha2009-10-201-66/+2
* Inverts the SortOrder in graphics scene to reflect the stacking orderLeonardo Sobral Cunha2009-09-221-7/+7
* 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
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-2/+2
|\
| * Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-211-2/+2
| |\
| * | Make QGraphicsItem::effectiveBoundingRect/sceneEffectiveBoundingRect internal.Bjørn Erik Nilsen2009-08-201-2/+2
| * | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-191-2/+1
| |\ \
| * \ \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-171-2/+2
| |\ \ \
| * \ \ \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-071-5/+4
| |\ \ \ \
| * | | | | Artifacts when moving a child when the parent has a graphics effect.Bjørn Erik Nilsen2009-08-041-2/+2
* | | | | | Merge commit 'qt/master'Jason Barron2009-08-201-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Performance issue in QGraphicsItem::addParentItem while building theGabriel de Dietrich2009-08-201-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge commit 'qt/master'Jason Barron2009-08-181-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+1
| | |_|/ | |/| |
* | | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+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
| | |/ | |/|
* | | Update license headers according to commit 858c70f768e.axis2009-08-061-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-5/+4
|\ \ \ | |/ /
| * | Docs: Improve QGraphicsTransform and subclassesAndreas Aardal Hanssen2009-07-311-5/+4
| |/
* | Compile fixes after latest merge of 4.6.Jason Barron2009-07-281-2/+2
|/
* Compile fix with namepaceshjk2009-07-201-0/+2
* Update the license header in a few more placesThiago Macieira2009-07-161-1/+1
* QGraphicsItems not painted after QGraphicsScene::clear().Bjoern Erik Nilsen2009-07-151-0/+1
* Fixes broken item-lookup for untransformable items.Bjørn Erik Nilsen2009-07-101-1/+6
* More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-021-27/+45
* Speedup item-lookup in Graphics View.Bjørn Erik Nilsen2009-07-021-6/+6
* Dont include untransformable graphics items twice.Bjørn Erik Nilsen2009-07-021-1/+0
* More BSP tree index cleanup.Bjørn Erik Nilsen2009-06-301-0/+12
* Add lacking parenthesis around bitwise AND operator.Bjørn Erik Nilsen2009-06-291-2/+2
* Graphics View: BSP tree cleanup.Bjørn Erik Nilsen2009-06-291-13/+8
* Proper handling of scene rect in QGraphicsScene(Index).Bjørn Erik Nilsen2009-06-261-2/+2
* Re-factor parts of the QGraphicsSceneBspTreeIndex.Bjørn Erik Nilsen2009-06-251-156/+126
* Fix tst_QGraphicsItem::collidesWith_item autotest.Andreas Aardal Hanssen2009-06-231-1/+2
* Ensure that the BSP index returns all untransformable items.Andreas Aardal Hanssen2009-06-231-0/+2
* More work on getting autotests to pass.Andreas Aardal Hanssen2009-06-231-29/+7
* Fix crash with untransformable items.Alexis Menard2009-06-181-13/+30
* Move QGraphicsSceneBspTreeIndex into private headers (=> _p.h).Andreas Aardal Hanssen2009-06-181-7/+3
* Move QGraphicsSceneIndex into private headers (=> _p.h).Andreas Aardal Hanssen2009-06-181-2/+2
* Changes after first round of code reviewing.Andreas Aardal Hanssen2009-06-181-36/+60
* API / code review for QGraphicsSceneIndex (internal API).Andreas Aardal Hanssen2009-06-171-1/+5
* Make eveything internal for now but ready to see the light.Alexis Menard2009-06-171-0/+761