summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extended gesture autotest.Denis Dzyubenko2010-03-011-1/+6
* Fixed coordinate system conversion for gestures.Denis Dzyubenko2010-03-011-4/+4
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-2/+4
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-02-251-1/+2
| |\
| | * Regression: QGraphicsScene::render fails to render the entire scene correctly.Bjørn Erik Nilsen2010-02-231-1/+2
| * | Crash in QGraphicsScenePrivate::setFocusItemHelperSami Merila2010-02-251-1/+2
| |/
* | Improved gesture event delivery in graphicsview.Denis Dzyubenko2010-02-241-237/+198
* | Cache scene coordinates of a hotspot in a QGesture.Denis Dzyubenko2010-02-241-9/+18
* | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-181-6/+72
|\ \
| * | Added a new flag to fine-tune gesture propagation policyDenis Dzyubenko2010-02-171-6/+72
* | | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-8/+25
|\ \ \ | |/ / |/| / | |/
| * Don't crash when QTouchEvent is accepted but not handled by aBradley T. Hughes2010-02-161-1/+8
| * Correctly mark QGraphicsScene::drawItems() as obsoleteAndy Shaw2010-02-151-1/+3
| * Implemented GraphicsView Panel support for gestures.Denis Dzyubenko2010-02-121-6/+14
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-7/+25
|\ \ | |/
| * QGraphicsWidget is painted twice on the first show.Bjørn Erik Nilsen2010-02-031-1/+6
| * QGraphicsScene: Use QPainter::setClipRect instead of setClipPath if possible.Bjørn Erik Nilsen2010-02-031-3/+15
| * Adds convenience functions QGraphicsItemPrivate::isOpacityNullLeonardo Sobral Cunha2010-01-291-3/+4
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-011-44/+57
|\ \ | |/
| * Avoid call markParentDirty twice in prepareGeometryChangeLeonardo Sobral Cunha2010-01-271-2/+4
| * Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-261-12/+2
| * Potential crash when adding items from QGraphicsWidget::polishEvent().Bjørn Erik Nilsen2010-01-221-15/+27
| * QGraphicsWidget is painted twice on the inital show.Bjørn Erik Nilsen2010-01-221-7/+15
| * Only send QGraphicsItem::ParentChange(d) notifications from setParentItem.Bjørn Erik Nilsen2010-01-211-1/+1
| * Optimize QGraphicsScenePrivate::itemAcceptsHoverEvents_helperBjørn Erik Nilsen2010-01-211-4/+4
| * Improve performance of QGraphicsItem::setParentItem.Bjørn Erik Nilsen2010-01-211-10/+11
* | Merge branch '4.6'Thiago Macieira2010-01-181-1/+24
|\ \ | |/
| * Improved performance of translating device coordinate graphics effects.Samuel Rødal2010-01-131-1/+24
* | Merge branch '4.6'Thiago Macieira2010-01-131-5/+7
|\ \ | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2010-01-081-6/+11
| |\
| * | Fixes a crash when destroying and creating QApplication.Denis Dzyubenko2010-01-071-4/+6
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
| |\ \
| | * | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | | | Merge branch '4.6'Thiago Macieira2010-01-081-17/+32
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix performance regression in _q_polishItems.Alexis Menard2010-01-071-6/+11
| |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-061-0/+4
| |\ \ | | |/ | |/|
| | * Document the QGraphicsView::IndirectPainting flagOlivier Goffart2010-01-061-0/+4
| * | doc: Clarified that the scene owns its items and destroys them.Martin Smith2010-01-061-11/+17
| |/
* | Merge branch '4.6'Thiago Macieira2009-12-261-2/+5
|\ \ | |/
| * Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-12-141-3/+21
| |\
| * | Added InvalidateReason to invalidateCache to optimize effectsSamuel Rødal2009-12-141-2/+5
* | | Merge commit 'origin/4.6'Olivier Goffart2009-12-151-9/+27
|\ \ \ | | |/ | |/|
| * | Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-141-5/+6
| |\ \ | | |/
| | * Fix a crash on the focus chain when removing items from the scene.Alexis Menard2009-12-091-5/+6
| * | Fix crashes when deleting QWidgets and QGraphicsItems in touch event handlers.Bradley T. Hughes2009-12-111-3/+21
| |/
| * Fixes clipping bug in the embedded dialogs demo.Yoann Lopes2009-12-041-1/+0
* | Added QGraphicsWidget::autoFillBackground property.J-P Nurmi2009-12-031-0/+2
|/
* Remove unused variables in QGraphicsItem and QGraphicsScene.Bjørn Erik Nilsen2009-11-251-5/+4
* Crash when rendering a scene using DeviceCoordinateCacheGabriel de Dietrich2009-11-181-3/+6
* Fixes polish events for explicitly hidden GraphicsWidgetItems.Yoann Lopes2009-11-171-5/+3