summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor QGraphicsScene::drawSubtreeRecursive.Bjørn Erik Nilsen2009-06-191-2/+2
* Use QTransform more efficiently.Bjørn Erik Nilsen2009-06-181-10/+8
* Sometimes broken transforms in GV.Bjørn Erik Nilsen2009-06-171-4/+4
* Reduce QTransform operations in QGraphicsView::paintEvent.Bjørn Erik Nilsen2009-06-171-9/+18
* Remove two work-arounds in QGraphicsView::paintEvent.Bjørn Erik Nilsen2009-06-171-4/+0
* Speedup QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-06-171-13/+19
* 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
* | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-0/+2
* | Painting artifacts in QGraphicsView.Bjørn Erik Nilsen2009-06-111-8/+13
* | QGraphicsView: Replace update() with updateAll().Bjørn Erik Nilsen2009-06-111-21/+13
* | We don't have to combine the world matrix anymore.Bjørn Erik Nilsen2009-06-101-5/+3
* | removed superflous indirection (ie. using q->..) instead of using theThierry Bastian2009-06-101-35/+28
* | Remove one unnecessary argument from the recursive draw function.Andreas Aardal Hanssen2009-06-091-1/+1
* | Fix QGraphicsView::render() regression, ensure the right device is passed.Andreas Aardal Hanssen2009-06-091-2/+4
* | Add (back) properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-06-091-1/+1
* | QGraphicsItem discard updates when it shouldn't.Bjørn Erik Nilsen2009-06-091-0/+1
* | Removes odd artifact in the chip demo.Bjørn Erik Nilsen2009-06-091-3/+3
* | Add QGraphicsView::isTransformed(), and use it to avoid view transforms.Andreas Aardal Hanssen2009-06-091-0/+12
* | Cache QGrahicsItem's scene transform.Bjørn Erik Nilsen2009-06-091-1/+1
* | Fix sorting bug and ensure render functions work. Make direct default.Andreas Aardal Hanssen2009-06-091-2/+2
* | Refactor QTransform combining code, and mark all code that combines.Andreas Aardal Hanssen2009-06-091-1/+2
* | Fix QGraphicsScene::drawItems() to use the recursive path as well.Andreas Aardal Hanssen2009-06-091-45/+11
* | 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
* | Ooops. Compile :)Bjørn Erik Nilsen2009-06-091-1/+1
* | Only call qgetenv("QGRAPHICSVIEW_DIRECT") once.Bjørn Erik Nilsen2009-06-091-3/+2
* | get rid of the hasTransform flag in QGraphicsItemLars Knoll2009-06-091-1/+1
* | Massive re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-091-158/+36
* | Further optimizations, from the simple canvas rendering logics.Andreas Aardal Hanssen2009-06-091-1/+1
* | Fix optimization flags and opacity.Andreas Aardal Hanssen2009-06-091-1/+2
* | Add recursive drawing method to QGraphicsScene. For now it's opt-in, butAndreas Aardal Hanssen2009-06-091-14/+20
* | Doc change; QGraphicsView::DontClipPainter is obsolete since Qt 4.5.Andreas Aardal Hanssen2009-05-281-10/+1
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
* | Graphics View Optimization: Use a simple style option by default.Bjoern Erik Nilsen2009-05-151-107/+13
* | Merge branch '4.5'Thiago Macieira2009-05-141-11/+2
|\ \ | |/
| * Fix QGraphicsItem::deviceTransform() to also work with normal items.Andreas Aardal Hanssen2009-05-141-11/+2
* | Merge branch '4.5'Thiago Macieira2009-05-131-0/+1
|\ \ | |/
| * Reset the 'connectedToScene' flag when changing the scene of a viewLeonardo Sobral Cunha2009-05-131-0/+1
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-1/+5
|\ \ | |/
| * QGraphicsItem::setOpacity(0.0) does not trigger an update.Bjoern Erik Nilsen2009-05-061-1/+5
* | Partially revert 37c72476fc444d3089075473cb4e9aa42ed64694Bjoern Erik Nilsen2009-05-051-4/+0
* | Remove the Direct3D engine.Gunnar Sletta2009-04-241-3/+1
* | Fix QGraphicsView::mapToScene(QRect) to avoid extra adjustments.Andreas Aardal Hanssen2009-04-171-7/+8
* | Merge commit 'origin/4.5'Olivier Goffart2009-04-151-20/+20
|\ \ | |/
| * QGraphicsView: Rubber Band drag mode not updated correctly when scrolling [re...Alexis Menard2009-04-141-20/+20
* | Disable mouse tracking in QGraphicsView if possible.Bjoern Erik Nilsen2009-04-071-1/+26
* | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-071-123/+113
|\ \ | |/
| * Fixup update rect regression by adjusting expose rectangles.Andreas Aardal Hanssen2009-04-061-8/+34