summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/4.6' into kinetic-declarativeuiBjørn Erik Nilsen2010-01-278-136/+262
|\
| * Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-263-36/+41
| * Added optimization flag to QGraphicsItemPrivate.Samuel Rødal2010-01-252-0/+25
| * Fixed child items with graphics effects not inheriting opacity.Samuel Rødal2010-01-252-4/+25
| * Potential crash when adding items from QGraphicsWidget::polishEvent().Bjørn Erik Nilsen2010-01-222-16/+27
| * QGraphicsWidget is painted twice on the inital show.Bjørn Erik Nilsen2010-01-223-8/+18
| * Only send QGraphicsItem::ParentChange(d) notifications from setParentItem.Bjørn Erik Nilsen2010-01-213-20/+28
| * Pass value as const void *const to QGraphicsSceneIndex::itemChange.Bjørn Erik Nilsen2010-01-215-12/+12
| * Optimize QGraphicsItem::setFlags.Bjørn Erik Nilsen2010-01-211-9/+21
| * Optimize QGraphicsScenePrivate::itemAcceptsHoverEvents_helperBjørn Erik Nilsen2010-01-211-4/+4
| * Improve performance of QGraphicsItem::setParentItem.Bjørn Erik Nilsen2010-01-213-35/+62
| * QGraphicsItem::hasFocus() performance regression.Bjørn Erik Nilsen2010-01-201-1/+8
* | Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2010-01-201-0/+1
|\ \ | |/
* | Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2010-01-193-18/+52
|\ \ | |/
| * Improved performance of translating device coordinate graphics effects.Samuel Rødal2010-01-133-18/+52
* | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2010-01-1451-76/+101
|\ \ | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2010-01-082-6/+12
| |\
| | * Fix performance regression in _q_polishItems.Alexis Menard2010-01-072-6/+12
| * | 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-0751-51/+51
| |\ \ | | |/ | |/|
| | * Update copyright year to 2010Jason McDonald2010-01-0651-51/+51
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-063-4/+15
| |\ \ | | |/ | |/|
| | * Document the QGraphicsView::IndirectPainting flagOlivier Goffart2010-01-062-1/+11
| | * Merge branch 'QT-2261' into 4.6Jan-Arve Sæther2010-01-051-2/+2
| | |\
| | | * Fixed a bug with distribution of spans.Jan-Arve Sæther2010-01-051-2/+2
| | * | Fixes painting artifacts when using CacheBackground in a QGraphicsView.Yoann Lopes2009-12-301-1/+2
| * | | doc: Clarified that the scene owns its items and destroys them.Martin Smith2010-01-061-11/+17
| |/ /
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiAaron Kennedy2010-01-051-3/+16
|\ \ \ | |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-181-3/+16
| |\ \
| | * | Fixes bug when using AnchorUnderMouse for GraphicsView transformation.Yoann Lopes2009-12-181-3/+16
| | |/
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2009-12-181-1/+1
| |\ \ | | |/ | |/|
| | * Check if the scene exists before attempting to set its focus item.Michael Brasser2009-12-181-1/+1
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-1713-45/+208
|\ \ \ | |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-161-1/+2
| |\ \
| | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-12-1612-33/+181
| | |\ \
| | * | | qreal-izationAleksandar Sasha Babic2009-12-151-1/+2
| * | | | 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-1412-30/+160
| | |\ \ \ | | | |_|/ | | |/| |
| | * | | Fix crashes when deleting QWidgets and QGraphicsItems in touch event handlers.Bradley T. Hughes2009-12-111-3/+21
| | | |/ | | |/|
| * | | Fixed bug in graphics effects caching of graphics item hierarchies.Samuel Rødal2009-12-141-2/+9
| * | | Added InvalidateReason to invalidateCache to optimize effectsSamuel Rødal2009-12-141-2/+5
| * | | Optimize QGraphicsItemEffectSourcePrivate::pixmap() for QGraphicsPixmapItems.Samuel Rødal2009-12-141-7/+11
| | |/ | |/|
| * | Fixes Graphicsitem transformation problems when grouping/ungrouping.Yoann Lopes2009-12-111-2/+44
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2009-12-111-3/+8
| |\ \
| | * | Fixed qgraphicseffectsource autotest.Samuel Rødal2009-12-111-3/+8
| * | | Add a simple check for a common wrong usage to avoid infinite recursionJan-Arve Sæther2009-12-112-10/+20
| |/ /
| * | Fix redraw bugs when using graphics effects in device coordinate mode.Samuel Rødal2009-12-105-9/+77
| * | Doc: The ctor of of QGraphicsLayout might install the layout.Jan-Arve Sæther2009-12-101-0/+4
| * | Fix a crash on the focus chain when removing items from the scene.Alexis Menard2009-12-094-9/+10
| |/
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-108-234/+449
|\ \ | |/