summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-2/+3
|\
| * Fixes crash when destroying a QGraphicsItem.Yoann Lopes2010-02-171-2/+3
* | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-13/+17
|\ \ | |/ |/|
| * doc: Added some since version information.Martin Smith2010-02-121-13/+17
* | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-131-0/+7
|\ \ | |/ |/|
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-02-101-0/+7
| |\
| | * Remove hacky fix (breaks autotest).Michael Brasser2010-02-051-1/+0
| | * Add bug note.Michael Brasser2010-02-041-1/+1
| | * Fix compile on visual, changed NaN checks to use qIsNaN instead of isnan.Joona Petrell2010-02-031-2/+3
| | * Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2010-02-021-9/+25
| | |\
| | * | Tests for NaN values in the property x, y, widht and height setters ofMarco Bubke2010-02-011-0/+6
| | * | Merge commit 'qt/4.6' into kinetic-declarativeuiBjørn Erik Nilsen2010-01-271-78/+148
| | |\ \
| | * \ \ Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2010-01-191-17/+27
| | |\ \ \
| | * \ \ \ Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2010-01-141-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-171-20/+114
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-101-25/+7
| | |\ \ \ \ \ \
| | * | | | | | | Fix crash.Michael Brasser2009-12-081-0/+1
| | * | | | | | | Fix crash.Michael Brasser2009-12-081-1/+1
* | | | | | | | | doc: Fixed several typos.Martin Smith2010-02-121-1/+1
* | | | | | | | | QGraphicsItem: Do not crash at exit if there is static QGraphicsItem.Olivier Goffart2010-02-081-1/+2
|/ / / / / / / /
* | | | | | | | 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