summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsview.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-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
| * | | | | | | | | | Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-111-2/+7
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-081-1/+5
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-061-4/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-241-3/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-201-7/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-161-143/+158
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | implement support for touch events in QGraphicsSceneBradley T. Hughes2009-03-241-0/+106
* | | | | | | | | | | | | | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-411/+168
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch '4.5'Thiago Macieira2009-05-131-0/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-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
| | |_|_|_|/ | |/| | | |