summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscene_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-241-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-221-4/+13
|\
| * Refactor QGraphicsScene::drawSubtreeRecursive.Bjørn Erik Nilsen2009-06-191-4/+13
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-181-1/+4
|\ \ | |/
| * Speedup QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-06-171-1/+4
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-3/+3
|\ \ | |/
| * 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
* | | enable touch events on all views if an item has touch enabledBradley T. Hughes2009-06-111-0/+2
* | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-5/+5
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-101-10/+35
|\ \ \ | |/ /
| * | Remove duplicated code for removing an item from the scene.Bjørn Erik Nilsen2009-06-091-2/+3
| * | Remove one unnecessary argument from the recursive draw function.Andreas Aardal Hanssen2009-06-091-1/+1
| * | Revert 7aee2a7054d1ca280f6dfc9c46b3fe2ce403ccb3, fix render bugs.Andreas Aardal Hanssen2009-06-091-1/+0
| * | Compatibility fix for QGraphicsScene::sceneRectChanged()/sceneRect().Bjørn Erik Nilsen2009-06-091-1/+4
| * | Speed up processing of dirty items when ancestor clips children.Bjørn Erik Nilsen2009-06-091-1/+1
| * | Avoid constructing empty temporary QTransforms.Andreas Aardal Hanssen2009-06-091-0/+1
| * | Cache QGrahicsItem's scene transform.Bjørn Erik Nilsen2009-06-091-3/+2
| * | A faster item discovery function for rectangles (recursive).Andreas Aardal Hanssen2009-06-091-0/+4
| * | Don't construct new style option objects in a tight loop.Andreas Aardal Hanssen2009-06-091-0/+3
| * | Graphics View cleanup: Remove iterative processing of dirty items.Bjørn Erik Nilsen2009-06-091-14/+0
| * | Fix sorting bug and ensure render functions work. Make direct default.Andreas Aardal Hanssen2009-06-091-1/+1
| * | Fix QGraphicsScene::drawItems() to use the recursive path as well.Andreas Aardal Hanssen2009-06-091-1/+1
| * | Avoid calling QGraphicsItem::effectiveOpacity() when rendering - insteadAndreas Aardal Hanssen2009-06-091-1/+2
| * | Remove siblingIndex and use stable sorting instead.Andreas Aardal Hanssen2009-06-091-0/+1
| * | More re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-091-0/+4
| * | Remove scene transform cache from QGraphicsItem.Andreas Aardal Hanssen2009-06-091-4/+0
| * | Massive re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-091-4/+26
| * | Further optimizations, from the simple canvas rendering logics.Andreas Aardal Hanssen2009-06-091-1/+2
| * | 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-0/+3
* | | Some API changes after an API review roundBradley T. Hughes2009-06-051-4/+2
* | | Don't try to maintain a current and active list of points for the app and wid...Bradley T. Hughes2009-05-281-7/+3
* | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-271-7/+7
* | | implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-181-1/+4
* | | Implement QEvent::GraphicsSceneTouchBegin propagationBradley T. Hughes2009-05-131-0/+1
* | | Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-131-5/+12
* | | Modifications after the api review by Brad.Denis Dzyubenko2009-05-111-3/+3
* | | Added QGraphicsSceneGestureEvent that extends plain QGestureEvent byDenis Dzyubenko2009-05-111-1/+0
* | | Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-111-0/+9
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-161-0/+7
|\ \ \ | |/ /
| * | Disable mouse tracking in QGraphicsView if possible.Bjoern Erik Nilsen2009-04-071-0/+3
| * | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-071-0/+4
| |\ \ | | |/
| | * Optimise QGraphicsScene/View::items(const QPointF &pos)Lars Knoll2009-04-061-0/+4
| | * Long live Qt 4.5!Lars Knoll2009-03-231-0/+265
* | implement support for touch events in QGraphicsSceneBradley T. Hughes2009-03-241-0/+6
|/
* Long live Qt!Lars Knoll2009-03-231-0/+268