summaryrefslogtreecommitdiff
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* More inDestructor checks.Warwick Allison2009-11-091-0/+9
* Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-061-0/+17
|\
| * Fix QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-061-0/+17
* | QGraphicsView: Fixes QGraphicsView::focusItem when scene is not activeOlivier Goffart2009-11-061-1/+1
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-051-5/+18
|\ \ | |/
| * Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-041-5/+18
| |\
| | * Gesture api review.Denis Dzyubenko2009-11-031-3/+3
| | * Added QGraphicsObject::ungrabGesture()Denis Dzyubenko2009-11-031-2/+15
* | | Provide hook that's called when items' stacking order is changed.Andreas Aardal Hanssen2009-11-041-0/+16
* | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-041-0/+2
|\ \ \ | |/ /
| * | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-021-14/+61
| |\ \
| * | | Fix LIBRARY and ICONJørgen Lind2009-10-291-0/+2
* | | | Introduced QGraphicsItem::ItemSendsScenePositionChanges andJ-P Nurmi2009-11-031-4/+59
| |/ / |/| |
* | | Merge commit 'widget/4.6' into origin/4.6Olivier Goffart2009-10-301-8/+35
|\ \ \ | |_|/ |/| |
| * | Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-291-2/+21
| |\ \ | | |/
| * | Fix initial focus bug in ItemIsFocusScope.Andreas Aardal Hanssen2009-10-281-7/+32
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-281-0/+2
| |\ \
| | * | Let QGraphicsItem set QObjectPrivate::wasDeleted when appropriate.Andreas Aardal Hanssen2009-10-281-0/+2
| * | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-281-8/+40
| |\ \ \ | | |/ / | |/| |
| * | | Fix buglet in QGraphicsItem::stackBefore().Andreas Aardal Hanssen2009-10-261-1/+1
* | | | Added some optimizations to the blur and drop shadow GL filters.Samuel Rødal2009-10-291-1/+2
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-281-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Doc: Fixed qdoc warning.David Boddie2009-10-271-1/+1
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-271-2/+21
|\ \ \ \ | |/ / /
| * | | Doc: Fixed qdoc warnings.David Boddie2009-10-261-2/+21
| | |/ | |/|
* | | Options on how to get a pixmap from an effect sourceGunnar Sletta2009-10-271-6/+25
|/ /
* | doc: Relationship of QGraphicsObject::parent && QObject::parentKai Koehne2009-10-231-2/+2
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-231-1/+20
|\ \
| * | Added debug operator for QGraphicsObjectDenis Dzyubenko2009-10-221-0/+17
| |/
| * Moved private function to test which graphic items is in front of the otherLeonardo Sobral Cunha2009-10-201-1/+1
| * Add some docs that explicitly mentions how we handle cycles in the treeJan-Arve Sæther2009-10-201-0/+2
* | Added caching of graphics effect source pixmaps to speed up effects.Samuel Rødal2009-10-221-6/+21
|/
* Doc: Gesture API documentation review.David Boddie2009-10-121-2/+1