summaryrefslogtreecommitdiff
path: root/src/gui/graphicsview/qgraphicsscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* An improvement to the previous commit.Denis Dzyubenko2010-05-101-6/+5
* Fixes a crash in gestures.Denis Dzyubenko2010-05-101-1/+10
* Ensured that WA_InputMethodEnabled was set before FocusInEvent was sent.Jan-Arve Sæther2010-04-291-3/+3
* Fixes tooltips for QGraphicsProxyWidget.Yoann Lopes2010-04-151-0/+6
* Reverts using composition mode when using DeviceCoordinateMode cache.Yoann Lopes2010-03-261-7/+6
* Fixes blending problem when paiting non-opaque items with cache enabled.Yoann Lopes2010-03-171-0/+6
* Fixed rendering bugs when scrolling graphics items with drop shadows.Samuel Rødal2010-03-021-18/+5
* 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
|/
* 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
* 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
* 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
* Improved performance of translating device coordinate graphics effects.Samuel Rødal2010-01-131-1/+24
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2010-01-081-6/+11
|\
| * Fix performance regression in _q_polishItems.Alexis Menard2010-01-071-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-071-1/+1
* | 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 commit 'origin/4.6' into 4.6Olivier Goffart2009-12-141-3/+21
|\
| * Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-141-5/+6
| |\
| * | Fix crashes when deleting QWidgets and QGraphicsItems in touch event handlers.Bradley T. Hughes2009-12-111-3/+21
* | | Added InvalidateReason to invalidateCache to optimize effectsSamuel Rødal2009-12-141-2/+5
| |/ |/|
* | Fix a crash on the focus chain when removing items from the scene.Alexis Menard2009-12-091-5/+6
|/
* Fixes clipping bug in the embedded dialogs demo.Yoann Lopes2009-12-041-1/+0
* 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
* Fixes QGraphicsWidget: paint() being called before polish().Bjørn Erik Nilsen2009-11-131-0/+8
* Improvements to graphics effects API after review round.Samuel Rødal2009-11-101-1/+1
* Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-091-1/+1
|\
| * API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-091-1/+1
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-061-1/+6
|\ \
| * | Fix QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-061-1/+6
| |/
* | QGraphicsView: Fixes QGraphicsView::focusItem when scene is not activeOlivier Goffart2009-11-061-4/+6
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-051-6/+103
|\ \ | |/