summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-1/+2
|\
| * Properly fixes crash when destroying a QGraphicsItem.Yoann Lopes2010-03-031-1/+2
* | Merge branch 'master' of git:qt/qt-qmlThiago Macieira2010-02-251-1/+1
|\ \
| * | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-1/+1
| |/
* | Fix a memory hole in QGraphicsItemPrivate.Alexis Menard2010-02-221-5/+6
|/
* Adds convenience functions QGraphicsItemPrivate::isOpacityNullLeonardo Sobral Cunha2010-01-291-2/+8
* Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-261-0/+33
* Added optimization flag to QGraphicsItemPrivate.Samuel Rødal2010-01-251-0/+3
* Fixed child items with graphics effects not inheriting opacity.Samuel Rødal2010-01-251-1/+5
* QGraphicsWidget is painted twice on the inital show.Bjørn Erik Nilsen2010-01-221-0/+2
* Only send QGraphicsItem::ParentChange(d) notifications from setParentItem.Bjørn Erik Nilsen2010-01-211-1/+2
* Improve performance of QGraphicsItem::setParentItem.Bjørn Erik Nilsen2010-01-211-3/+6
* Improved performance of translating device coordinate graphics effects.Samuel Rødal2010-01-131-0/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Fix redraw bugs when using graphics effects in device coordinate mode.Samuel Rødal2009-12-101-0/+2
* Fixed memory leaks when removing a QGraphicsEffect from a QGraphicsItem or QW...Yoann Lopes2009-12-071-1/+4
* Remove unused variables in QGraphicsItem and QGraphicsScene.Bjørn Erik Nilsen2009-11-251-1/+1
* Remove caching of QGraphicsItem::clipPath().Bjørn Erik Nilsen2009-11-251-31/+1
* Improvements to graphics effects API after review round.Samuel Rødal2009-11-101-1/+1
* Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-061-1/+4
|\
| * Fix QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-061-1/+4
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-051-1/+1
|\ \ | |/
| * Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-041-1/+1
| |\
| | * Gesture api review.Denis Dzyubenko2009-11-031-1/+1
* | | Provide hook that's called when items' stacking order is changed.Andreas Aardal Hanssen2009-11-041-0/+1
* | | Introduced QGraphicsItem::ItemSendsScenePositionChanges andJ-P Nurmi2009-11-031-2/+5
|/ /
* | Track declarative changesWarwick Allison2009-11-021-1/+1
|/
* Options on how to get a pixmap from an effect sourceGunnar Sletta2009-10-271-2/+7
* Add an extra overload for QMatrix4x4::toTransform()Rhys Weatherley2009-10-251-1/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-231-2/+67
|\
| * Merge branch 'origin/4.6' into widgets-team/4.6Olivier Goffart2009-10-221-1/+1
| |\
| | * Fix a bug in QGraphicsRotation related to 2D projectionsRhys Weatherley2009-10-221-1/+1
| * | Optimization in qt_closestItemFirst private functionLeonardo Sobral Cunha2009-10-201-11/+10
| * | Moved private function to test which graphic items is in front of the otherLeonardo Sobral Cunha2009-10-201-1/+67
| |/
* | Added caching of graphics effect source pixmaps to speed up effects.Samuel Rødal2009-10-221-2/+9
|/
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-0/+1
* Add support for modality to QGraphicsItem panels.Bradley T. Hughes2009-10-011-0/+2
* Add QGraphicsItem::stackBefore(), and fix Z ordering bugs.Andreas Aardal Hanssen2009-09-251-1/+25
* Support for focus scopes: QGraphicsItem::ItemIsFocusScope.Andreas Aardal Hanssen2009-09-151-2/+6
* Fix update issues in QGraphicsView.Alexis Menard2009-09-151-1/+5
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Improvements to usage of QMatrix4x4 in QGraphicsItem.Andreas Aardal Hanssen2009-09-031-20/+10
* Fix test failure & optimize matrix operations in QGraphicsItem.Andreas Aardal Hanssen2009-09-031-0/+13
* Make sure the BSP is updated when a graphics effect changes bounding rect.Bjørn Erik Nilsen2009-09-011-0/+3
* Fix activation behavior for panels, and add QGraphicsItem::setActive().Andreas Aardal Hanssen2009-08-311-1/+7
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge branch '4.6'Thiago Macieira2009-08-271-2/+2
|\ \
| * | Fix "We mean it." comments in graphicsviewOlivier Goffart2009-08-261-2/+2