summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-121-67/+55
|\
| * 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
* | make sure touch events are enabled on the view's viewport when items are inte...Bradley T. Hughes2009-06-111-0/+9
* | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-39/+38
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-101-215/+81
|\ \ | |/
| * 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
* | Compile on Windows againBradley T. Hughes2009-06-081-1/+3
* | Some API changes after an API review roundBradley T. Hughes2009-06-051-17/+21
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-291-10/+1
|\ \ | |/
| * Doc change; QGraphicsView::DontClipPainter is obsolete since Qt 4.5.Andreas Aardal Hanssen2009-05-281-10/+1
* | When converting a touch event to graphicsscene event use lastPos instead of s...Denis Dzyubenko2009-05-271-1/+1
* | Replaced ?: operator with a switch statement to make it more explicitDenis Dzyubenko2009-05-271-5/+11
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-261-1/+1
|\ \ | |/
| * Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
* | Started implementing tests for gestures on graphicsviewDenis Dzyubenko2009-05-201-3/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-05-181-0/+1
|\ \
| * | implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-181-0/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-181-116/+13
|\ \ \ | |/ / |/| / | |/
| * 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 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-131-0/+1
|\ \ \ | |/ /
| * | 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
* | | Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-131-89/+41
* | | Moved the code that translated QGestureEvent toDenis Dzyubenko2009-05-111-10/+13
* | | Added QGraphicsSceneGestureEvent that extends plain QGestureEvent byDenis Dzyubenko2009-05-111-3/+9
* | | Fixes: QGraphicsView respects the spontaneous event flag for graphicsscene e...Denis Dzyubenko2009-05-111-4/+6