summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-061-4/+0
|\ \ \ | |/ /
| * | Partially revert 37c72476fc444d3089075473cb4e9aa42ed64694Bjoern Erik Nilsen2009-05-051-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
|\ \ \ | |/ /
| * | Remove the Direct3D engine.Gunnar Sletta2009-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
|\ \ \ | |/ /
| * | Fix QGraphicsView::mapToScene(QRect) to avoid extra adjustments.Andreas Aardal Hanssen2009-04-171-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
|\ \ \ | |/ /
| * | 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
| | * Fixes: Optimize QGraphicsView::itemUpdated.Bjoern Erik Nilsen2009-04-061-3/+10
| | * Long live Qt 4.5!Lars Knoll2009-03-231-0/+3887
* | implement support for touch events in QGraphicsSceneBradley T. Hughes2009-03-241-0/+106
|/
* Long live Qt!Lars Knoll2009-03-231-0/+3871