summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Speed up processing of dirty items when ancestor clips children.Bjørn Erik Nilsen2009-06-092-7/+28
| * | | Correct minor mistake after re-refactoring.Bjørn Erik Nilsen2009-06-091-1/+1
| * | | Avoid constructing empty temporary QTransforms.Andreas Aardal Hanssen2009-06-092-10/+10
| * | | Add QGraphicsView::isTransformed(), and use it to avoid view transforms.Andreas Aardal Hanssen2009-06-093-4/+19
| * | | Remove leftover code from merge conflict.Andreas Aardal Hanssen2009-06-091-66/+0
| * | | Cache QGrahicsItem's scene transform.Bjørn Erik Nilsen2009-06-095-39/+109
| * | | Generalize QGrahicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-06-092-47/+58
| * | | optimise isFullyTransparent()Lars Knoll2009-06-091-7/+19
| * | | implement equality operator in a more sane wayLars Knoll2009-06-091-5/+9
| * | | Optimise effectiveOpacity and make it inlineable.Lars Knoll2009-06-093-18/+28
| * | | Remove crash, remove item from pending updates when deleted.Andreas Aardal Hanssen2009-06-091-0/+1
| * | | A faster item discovery function for rectangles (recursive).Andreas Aardal Hanssen2009-06-092-1/+113
| * | | Microoptimize: make this function inline.Andreas Aardal Hanssen2009-06-092-15/+7
| * | | Don't construct new style option objects in a tight loop.Andreas Aardal Hanssen2009-06-092-9/+11
| * | | Graphics View cleanup: Remove iterative processing of dirty items.Bjørn Erik Nilsen2009-06-093-105/+11
| * | | Fix sorting bug and ensure render functions work. Make direct default.Andreas Aardal Hanssen2009-06-094-16/+15
| * | | Refactor QTransform combining code, and mark all code that combines.Andreas Aardal Hanssen2009-06-094-69/+98
| * | | Fix QGraphicsScene::drawItems() to use the recursive path as well.Andreas Aardal Hanssen2009-06-095-157/+34
| * | | Only repaint in QGraphicsViewPrivate::processPendingUpdates()Andreas Aardal Hanssen2009-06-091-4/+4
| * | | Avoid recursive repaint by calling update() when there's a full scene update.Andreas Aardal Hanssen2009-06-091-1/+1
| * | | Experimental change: replace all updates with repaints.Andreas Aardal Hanssen2009-06-091-8/+8
| * | | Experimental change - disable itemChange notifications for move and transform.Andreas Aardal Hanssen2009-06-091-0/+18
| * | | Avoid calling QGraphicsItem::effectiveOpacity() when rendering - insteadAndreas Aardal Hanssen2009-06-092-7/+26
| * | | Remove siblingIndex and use stable sorting instead.Andreas Aardal Hanssen2009-06-094-28/+24
| * | | Simplify the QTransform calculations.Andreas Aardal Hanssen2009-06-091-35/+11
| * | | Ooops. Compile :)Bjørn Erik Nilsen2009-06-091-1/+1
| * | | Only call qgetenv("QGRAPHICSVIEW_DIRECT") once.Bjørn Erik Nilsen2009-06-091-3/+2
| * | | More re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-094-83/+185
| * | | 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
| * | | smaller optimisation in setTransformLars Knoll2009-06-091-8/+2
| * | | simplify opacity handling in QGraphicsItemLars Knoll2009-06-091-4/+2
| * | | get rid of the hasTransform flag in QGraphicsItemLars Knoll2009-06-092-235/+9
| * | | Remove scene transform cache from QGraphicsItem.Andreas Aardal Hanssen2009-06-091-0/+232
| * | | Introduce QGraphicsItem::ItemHasNoContents.Andreas Aardal Hanssen2009-06-094-13/+32
| * | | fix a small logic bug in childrenCombineOpacityLars Knoll2009-06-091-1/+3
| * | | greatly speed up QTransform::mapRect() for projective transformsLars Knoll2009-06-091-10/+2
| * | | remove now unused flagLars Knoll2009-06-091-9/+1
| * | | smaller optimisation in setTransformLars Knoll2009-06-091-22/+18
| * | | simplify opacity handling in QGraphicsItemLars Knoll2009-06-092-111/+31
| * | | get rid of the hasTransform flag in QGraphicsItemLars Knoll2009-06-094-54/+48
| * | | Remove scene transform cache from QGraphicsItem.Andreas Aardal Hanssen2009-06-094-78/+10
| * | | simplify and cleanup handling of transformations in QGraphicsItemLars Knoll2009-06-094-464/+23
| * | | Massive re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-098-378/+250
| * | | Cache QGraphicsItem::childrenBoundingRect.Bjørn Erik Nilsen2009-06-092-1/+19
| * | | Further optimizations, from the simple canvas rendering logics.Andreas Aardal Hanssen2009-06-093-57/+63
| * | | Minor optimizations.Andreas Aardal Hanssen2009-06-091-8/+7
| * | | Fix optimization flags and opacity.Andreas Aardal Hanssen2009-06-093-15/+35
| * | | Add recursive drawing method to QGraphicsScene. For now it's opt-in, butAndreas Aardal Hanssen2009-06-094-15/+107