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-181-25/+36
|\
| * 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 branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
|\ \ | |/
| * 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
* | | Merge of masterBradley T. Hughes2009-06-151-0/+2
* | | 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
|\ \ \ \ | |/ / / |/| / / | |/ /