summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Compilefix for QT_NO_CURSOR in qgraphicsscene.cppThomas Hartmann2009-06-051-0/+2
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-021-2/+4
|\
| * Fix a ASSERT/Crash when adding two times the same QAction to a QGW.Alexis Menard2009-05-281-2/+4
* | Compile fix with namespaces.hjk2009-05-281-2/+2
* | Doc change; QGraphicsView::DontClipPainter is obsolete since Qt 4.5.Andreas Aardal Hanssen2009-05-282-11/+2
* | 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
* | Avoid deep copies of pixmaps when using cache in QGraphicsView.Alexis Menard2009-05-271-13/+15
* | doc updateThierry Bastian2009-05-262-40/+186
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-254-8/+8
* | Say hello to animation API and state machine API (now with history)Kent Hansen2009-05-223-1/+15
|\ \
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-221-4/+1
| |\ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-2216-1015/+1419
| |\ \ \
| * | | | remove QT_EXPERIMENTAL stuffKent Hansen2009-05-201-1/+0
| * | | | Merge branch 'kinetic-statemachine' of git@scm.dev.nokia.troll.no:qt/kinetic ...Alexis Menard2009-05-121-1/+1
| |\ \ \ \
| | * | | | Fix compilation after a merge errorAlexis Menard2009-04-171-3/+4
| | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-1712-481/+936
| | |\ \ \ \
| | * | | | | Initial import of kinetic-animations branch from the old kineticAlexis Menard2009-04-1736-0/+34531
| | / / / /
| * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-1212-497/+973
| |\ \ \ \ \