summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix sorting bug when using BSP tree index + add autotest.Andreas Aardal Hanssen2009-06-091-6/+2
* Remove duplicated code for removing an item from the scene.Bjørn Erik Nilsen2009-06-091-18/+18
* Fix moving regression for ItemIgnoresTransformations items.Andreas Aardal Hanssen2009-06-091-1/+9
* Add ItemSendsGeometryChanges, replacing itemChangeEnabled().Andreas Aardal Hanssen2009-06-091-69/+92
* Revert "Add QGraphicsItem::itemChangeEnabled()."Andreas Aardal Hanssen2009-06-091-170/+70
* Fix two regressions in Plasma. The painter state proctection was notAlexis Menard2009-06-091-4/+2
* Add (back) properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-06-091-92/+420
* A partial QGraphicsItem update causes a full update to be discarded.Bjørn Erik Nilsen2009-06-091-2/+2
* Discard updates outside the bounding rect.Bjørn Erik Nilsen2009-06-091-1/+1
* Compatibility fix for QGraphicsScene::changed signal.Bjørn Erik Nilsen2009-06-091-3/+14
* Compatibility fix for QGraphicsScene::sceneRectChanged()/sceneRect().Bjørn Erik Nilsen2009-06-091-0/+1
* Fix stacking order bug, ensure the dirty sort bits are set correctly.Andreas Aardal Hanssen2009-06-091-1/+12
* Add QGraphicsItem::itemChangeEnabled().Andreas Aardal Hanssen2009-06-091-77/+174
* Cache QGrahicsItem's scene transform.Bjørn Erik Nilsen2009-06-091-6/+44
* Optimise effectiveOpacity and make it inlineable.Lars Knoll2009-06-091-15/+1
* Microoptimize: make this function inline.Andreas Aardal Hanssen2009-06-091-14/+2
* Fix sorting bug and ensure render functions work. Make direct default.Andreas Aardal Hanssen2009-06-091-0/+1
* Refactor QTransform combining code, and mark all code that combines.Andreas Aardal Hanssen2009-06-091-52/+79
* Experimental change - disable itemChange notifications for move and transform.Andreas Aardal Hanssen2009-06-091-0/+18
* Remove siblingIndex and use stable sorting instead.Andreas Aardal Hanssen2009-06-091-12/+6
* More re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-091-1/+1
* smaller optimisation in setTransformLars Knoll2009-06-091-8/+2
* get rid of the hasTransform flag in QGraphicsItemLars Knoll2009-06-091-234/+8
* Remove scene transform cache from QGraphicsItem.Andreas Aardal Hanssen2009-06-091-0/+232
* Introduce QGraphicsItem::ItemHasNoContents.Andreas Aardal Hanssen2009-06-091-0/+8
* smaller optimisation in setTransformLars Knoll2009-06-091-22/+18
* simplify opacity handling in QGraphicsItemLars Knoll2009-06-091-98/+16
* get rid of the hasTransform flag in QGraphicsItemLars Knoll2009-06-091-43/+38
* Remove scene transform cache from QGraphicsItem.Andreas Aardal Hanssen2009-06-091-56/+8
* simplify and cleanup handling of transformations in QGraphicsItemLars Knoll2009-06-091-413/+16
* Massive re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-091-105/+51
* Cache QGraphicsItem::childrenBoundingRect.Bjørn Erik Nilsen2009-06-091-0/+15
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-0/+4
|\
| * Fixes for merge-request #407Leonardo Sobral Cunha2009-05-271-3/+2
| * Dont show children when parent is not visible in QGraphicsItemdiaulas2009-05-271-0/+5
* | doc updateThierry Bastian2009-05-261-39/+137
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-3/+3
* | Clarified doc for QGraphicsTextItem::setTextInteractionFlags().jasplin2009-05-221-3/+3
* | Fix the way the transform and the properties are marked as dirty in QGraphics...Olivier Goffart2009-05-221-5/+4
* | Add properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-05-221-35/+396
* | Add an extension to QPixmapCache to get rid of strings.Alexis Menard2009-05-181-8/+3
* | Graphics View Optimization: Use a simple style option by default.Bjoern Erik Nilsen2009-05-151-4/+63
* | Merge branch '4.5'Thiago Macieira2009-05-141-0/+4
|\ \ | |/
| * Fix QGraphicsItem::deviceTransform() to also work with normal items.Andreas Aardal Hanssen2009-05-141-0/+4
* | Merge branch '4.5'Thiago Macieira2009-05-071-2/+2
|\ \ | |/
| * Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-071-2/+2
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-17/+27
|\ \ | |/
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Geir Vattekar2009-05-061-9/+7
| |\
| | * QGraphicsItem::setOpacity(0.0) does not trigger an update.Bjoern Erik Nilsen2009-05-061-9/+7
| * | Doc: Updated docs for collision between QGraphicsItemsGeir Vattekar2009-05-061-8/+20
| |/