summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes missing update when setting opacity on an item that had opacity 0.0Leonardo Sobral Cunha2010-01-291-0/+3
* Avoids missing opacity updates by not propagating the ignoreOpacity flagLeonardo Sobral Cunha2010-01-291-1/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-281-1/+3
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-os1Prasanth Ullattil2010-01-281-1/+3
| |\
| | * Avoid call markParentDirty twice in prepareGeometryChangeLeonardo Sobral Cunha2010-01-271-1/+3
| | * Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-261-24/+6
| | * Added optimization flag to QGraphicsItemPrivate.Samuel Rødal2010-01-251-0/+22
| | * Fixed child items with graphics effects not inheriting opacity.Samuel Rødal2010-01-251-3/+20
| | * Only send QGraphicsItem::ParentChange(d) notifications from setParentItem.Bjørn Erik Nilsen2010-01-211-18/+25
| | * Pass value as const void *const to QGraphicsSceneIndex::itemChange.Bjørn Erik Nilsen2010-01-211-4/+4
| | * Optimize QGraphicsItem::setFlags.Bjørn Erik Nilsen2010-01-211-9/+21
| | * Improve performance of QGraphicsItem::setParentItem.Bjørn Erik Nilsen2010-01-211-22/+45
* | | doc: Fixed the last qdoc errors.Martin Smith2010-01-281-8/+9
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-281-77/+140
|\ \
| * | Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-271-24/+6
| * | Added optimization flag to QGraphicsItemPrivate.Samuel Rødal2010-01-271-0/+22
| * | Fixed child items with graphics effects not inheriting opacity.Samuel Rødal2010-01-271-3/+20
| * | Only send QGraphicsItem::ParentChange(d) notifications from setParentItem.Bjørn Erik Nilsen2010-01-271-18/+25
| * | Pass value as const void *const to QGraphicsSceneIndex::itemChange.Bjørn Erik Nilsen2010-01-271-4/+4
| * | Optimize QGraphicsItem::setFlags.Bjørn Erik Nilsen2010-01-271-9/+21
| * | Improve performance of QGraphicsItem::setParentItem.Bjørn Erik Nilsen2010-01-271-22/+45
* | | doc: Document the "Type" enum value as a const in variable.Martin Smith2010-01-281-0/+11
|/ /
* | doc: Included a note showing the actual value of UserType.Martin Smith2010-01-271-0/+2
|/
* QGraphicsItem::hasFocus() performance regression.Bjørn Erik Nilsen2010-01-201-1/+8
* Improved performance of translating device coordinate graphics effects.Samuel Rødal2010-01-131-17/+27
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* 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
* | Fixed bug in graphics effects caching of graphics item hierarchies.Samuel Rødal2009-12-141-2/+9
* | 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
* | Fixed qgraphicseffectsource autotest.Samuel Rødal2009-12-111-3/+8
* | Fix redraw bugs when using graphics effects in device coordinate mode.Samuel Rødal2009-12-101-9/+45
|/
* Doc: Explicitly mention that QWidget/QGraphicsItem takes ownership of effects.Bjørn Erik Nilsen2009-12-081-0/+2
* Remove id property from QGraphicsObjectAlan Alpert2009-12-081-7/+0
* Fixed memory leaks when removing a QGraphicsEffect from a QGraphicsItem or QW...Yoann Lopes2009-12-071-16/+3
* Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-12-041-1/+1
|\
| * Fix for virtual keyboard poping up when it should not.Robert Griebl2009-12-031-1/+1
* | Fix crash when QGraphicsItem destructor deletes other QGraphicsItemOlivier Goffart2009-12-041-2/+2
|/
* Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-271-184/+23
|\
| * QGraphicsTextItem::setDefaultTextColor check change before calling update()Olivier Goffart2009-11-261-1/+3
| * Remove unused variables in QGraphicsItem and QGraphicsScene.Bjørn Erik Nilsen2009-11-251-26/+14
| * Remove caching of QGraphicsItem::clipPath().Bjørn Erik Nilsen2009-11-251-158/+7
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6David Boddie2009-11-241-1/+1
|\ \ | |/
| * Fixes painting issues when scaling a QGraphicsView.Yoann Lopes2009-11-201-1/+1
* | Doc: Fixes to markup.David Boddie2009-11-241-3/+3
|/
* Fix S60 input method not showing up in editable QGraphicsTextItemsSimon Hausmann2009-11-131-2/+3
* Merge commit 'widget/4.6' into oslo-staging-2/4.6Olivier Goffart2009-11-111-0/+1
|\
| * QGraphicsTextItem: update when changing the color.Olivier Goffart2009-11-091-0/+1
* | Improvements to graphics effects API after review round.Samuel Rødal2009-11-101-3/+3
|/