summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make eveything internal for now but ready to see the light.Alexis Menard2009-06-171-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-171-2/+2
|\
| * Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | * QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-121-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-161-41/+312
|\ \ \ | |/ /
| * | Speedup QGraphicsItemPrivate::TransformData::computedFullTransformBjørn Erik Nilsen2009-06-121-5/+16
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-51/+71
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-111-3/+6
| * | add parent and id properties to QGraphicsObjectLars Knoll2009-06-111-2/+71
| * | added properties for x,y and z. Removed the notify for the pos property,Lars Knoll2009-06-111-8/+39
| * | Add some meat to QGraphicsObjectLars Knoll2009-06-111-11/+134
| * | add a QGraphicsObject class and change QGraphicsWidget and QGraphicsTextItem ...Lars Knoll2009-06-111-2/+14
| * | Partially revert "Add (back) properties to QGraphicsItem to change theBjørn Erik Nilsen2009-06-111-1/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-111-648/+510
|\ \ \ | |/ /
| * | 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
* | | Remove the sorting cache from the QGraphicsScene and move it to the BSP.Alexis Menard2009-06-031-12/+10
* | | First bunch of changes after an very first API reviewAlexis Menard2009-05-291-14/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-05-291-72/+602
|\ \ \ | |/ /