summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fixes: We have to adjust the item's bounding rect.Bjoern Erik Nilsen2009-04-061-2/+16
| * Fixes: Partially revert 9b0af2395c84a6895a5ce6368f151d4ec00c8755Bjoern Erik Nilsen2009-04-061-2/+2
| * Optimise QGraphicsScene/View::items(const QPointF &pos)Lars Knoll2009-04-061-2/+2
| * Fixes: Simplify the cut-offs and be more agressive :-)Bjoern Erik Nilsen2009-04-061-1/+4
| * Fixes: Optimize QGraphicsViewPrivate::itemUpdated.Bjoern Erik Nilsen2009-04-061-21/+19
| * Fixes: Discard update requests if possible.Bjoern Erik Nilsen2009-04-061-0/+2
| * Add a cut-off for simple rectangle lookups.Andreas Aardal Hanssen2009-04-061-0/+5
| * Fixes: Cleanup/Optimize QGraphicsView::findItems.Bjoern Erik Nilsen2009-04-061-92/+30
| * Fixes: Use QRect::isEmpty() rather than isNull() if possible.Bjoern Erik Nilsen2009-04-061-5/+5
| * Fixes: Cleanup calls to QGraphicsViewPrivate::updateRect()/updateRegion()Bjoern Erik Nilsen2009-04-061-14/+5
| * Fixes: Optimize QGraphicsViewPrivate::updateRect()/updateRegion().Bjoern Erik Nilsen2009-04-061-0/+6