summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Compile on MSVC.Bjørn Erik Nilsen2009-06-181-8/+0
* Speedup QGraphicsScenePrivate::processDirtyItemsRecursiveBjørn Erik Nilsen2009-06-171-0/+9
* Speedup QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-06-171-1/+14
* 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
* | Speedup QGraphicsItemPrivate::TransformData::computedFullTransformBjørn Erik Nilsen2009-06-121-5/+17
* | Add some meat to QGraphicsObjectLars Knoll2009-06-111-1/+3
* | removed superflous indirection (ie. using q->..) instead of using theThierry Bastian2009-06-101-1/+1
* | Remove duplicated code for removing an item from the scene.Bjørn Erik Nilsen2009-06-091-2/+4
* | Add ItemSendsGeometryChanges, replacing itemChangeEnabled().Andreas Aardal Hanssen2009-06-091-2/+3
* | Revert "Add QGraphicsItem::itemChangeEnabled()."Andreas Aardal Hanssen2009-06-091-3/+1
* | Add (back) properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-06-091-6/+50
* | Compatibility fix for QGraphicsScene::sceneRectChanged()/sceneRect().Bjørn Erik Nilsen2009-06-091-1/+3
* | Fix bug in QGraphicsItem::effectiveOpacity() caused by typo.Andreas Aardal Hanssen2009-06-091-2/+3
* | Add QGraphicsItem::itemChangeEnabled().Andreas Aardal Hanssen2009-06-091-1/+3
* | Remove leftover code from merge conflict.Andreas Aardal Hanssen2009-06-091-66/+0
* | Cache QGrahicsItem's scene transform.Bjørn Erik Nilsen2009-06-091-2/+9
* | Generalize QGrahicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-06-091-3/+3
* | optimise isFullyTransparent()Lars Knoll2009-06-091-7/+19
* | Optimise effectiveOpacity and make it inlineable.Lars Knoll2009-06-091-1/+25
* | Microoptimize: make this function inline.Andreas Aardal Hanssen2009-06-091-1/+5
* | Graphics View cleanup: Remove iterative processing of dirty items.Bjørn Erik Nilsen2009-06-091-8/+5
* | Refactor QTransform combining code, and mark all code that combines.Andreas Aardal Hanssen2009-06-091-0/+3
* | Remove siblingIndex and use stable sorting instead.Andreas Aardal Hanssen2009-06-091-3/+3
* | More re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-091-13/+8
* | Introduce QGraphicsItem::ItemHasNoContents.Andreas Aardal Hanssen2009-06-091-2/+2
* | fix a small logic bug in childrenCombineOpacityLars Knoll2009-06-091-1/+3
* | remove now unused flagLars Knoll2009-06-091-2/+2
* | simplify opacity handling in QGraphicsItemLars Knoll2009-06-091-4/+2
* | get rid of the hasTransform flag in QGraphicsItemLars Knoll2009-06-091-1/+1
* | Introduce QGraphicsItem::ItemHasNoContents.Andreas Aardal Hanssen2009-06-091-2/+2
* | fix a small logic bug in childrenCombineOpacityLars Knoll2009-06-091-1/+3
* | remove now unused flagLars Knoll2009-06-091-9/+1
* | simplify opacity handling in QGraphicsItemLars Knoll2009-06-091-13/+15
* | get rid of the hasTransform flag in QGraphicsItemLars Knoll2009-06-091-2/+1
* | Remove scene transform cache from QGraphicsItem.Andreas Aardal Hanssen2009-06-091-3/+0
* | simplify and cleanup handling of transformations in QGraphicsItemLars Knoll2009-06-091-10/+2
* | Massive re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-091-3/+19
* | Cache QGraphicsItem::childrenBoundingRect.Bjørn Erik Nilsen2009-06-091-1/+4
* | Compile fix with namespaces.hjk2009-05-281-2/+2
* | Say hello to animation API and state machine API (now with history)Kent Hansen2009-05-221-1/+11
|\ \
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-221-9/+96
| |\ \
| * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-121-3/+57
| |\ \ \ | | | |/ | | |/|
| * | | Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+291
| / /
* | | Revert "Say hello to animation API & state machine API"Kent Hansen2009-05-221-11/+1
* | | Say hello to animation API & state machine APIKent Hansen2009-05-221-1/+11
* | | Fix the way the transform and the properties are marked as dirty in QGraphics...Olivier Goffart2009-05-221-1/+1
| |/ |/|
* | Add properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-05-221-2/+77
* | Add an extension to QPixmapCache to get rid of strings.Alexis Menard2009-05-181-2/+4
* | Graphics View Optimization: Use a simple style option by default.Bjoern Erik Nilsen2009-05-151-5/+8