summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-021-14/+61
|\ \
| * \ 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
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-271-2/+21
| |\ \ \ \
| * | | | | Options on how to get a pixmap from an effect sourceGunnar Sletta2009-10-271-6/+25
| | |_|_|/ | |/| | |
* | | | | Fix LIBRARY and ICONJørgen Lind2009-10-291-0/+2
| |_|/ / |/| | |
* | | | Doc: Fixed qdoc warning.David Boddie2009-10-271-1/+1
| |/ / |/| |
* | | Doc: Fixed qdoc warnings.David Boddie2009-10-261-2/+21
|/ /
* | 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
* Added documentation for the Gesture API.Denis Dzyubenko2009-10-121-2/+9
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-0/+9
* Doc: add \since 4.6 to new QGraphicsItem::PanelModality enum.Volker Hilsheimer2009-10-031-0/+1
* Update documentation for sorting / stacking order in Graphics View.Andreas Aardal Hanssen2009-10-021-32/+63
* Add support for modality to QGraphicsItem panels.Bradley T. Hughes2009-10-011-13/+126
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-291-7/+4
|\
| * QGraphicsItem: cached embedded widget item is not repainted when widget is up...Andreas Aardal Hanssen2009-09-291-16/+10
* | Add QGraphicsItem::stackBefore(), and fix Z ordering bugs.Andreas Aardal Hanssen2009-09-251-2/+95
* | Fix focus scope bugs, verified against examples in kinetic-declarativeui.Andreas Aardal Hanssen2009-09-221-18/+16
* | Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-221-2/+4
|\ \ | |/
| * Cached clip path not cleared correctly for ancestor that clips to shapeAndrew Christian2009-09-221-2/+4
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Fixed broken scrolling of cached graphics items on X11.Samuel Rødal2009-09-181-41/+1
* | Fix a bug in FocusScopes; ensure subFocus is set correctly.Andreas Aardal Hanssen2009-09-151-1/+3
* | Support for focus scopes: QGraphicsItem::ItemIsFocusScope.Andreas Aardal Hanssen2009-09-151-30/+153
* | Remove this line; which no longer has any effect.Andreas Aardal Hanssen2009-09-151-2/+0
* | Fix update issues in QGraphicsView.Alexis Menard2009-09-151-14/+6
* | Fix crash/bug in QGraphicsItem's subFocus handling.Andreas Aardal Hanssen2009-09-091-7/+12
* | Only active QGraphicsScenes can have active input focus.Andreas Aardal Hanssen2009-09-091-6/+13
* | Remove ItemAutoDetectsFocusProxy from QGraphicsItem.Andreas Aardal Hanssen2009-09-091-31/+2
* | Fix crash on QGraphicsItem destruction related to focus handling (redone)Kai Koehne2009-09-091-1/+3
* | Update license headers again.Jason McDonald2009-09-091-4/+4
* | Fix crash on QGraphicsItem destruction related to focus handlingKai Koehne2009-09-071-1/+1
* | Fix crashes when moving descendents during destruction.Andreas Aardal Hanssen2009-09-041-7/+11
* | Don't call pure virtuals on deleting QGraphicsItemAaron Kennedy2009-09-041-1/+3