summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Performance issue with QGraphicsItem::ItemClipsChildrenToShape.Bjørn Erik Nilsen2010-05-051-0/+1
* Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-271-0/+7
|\
| * Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-231-0/+7
| |\
| | * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-211-0/+7
| | |\
| | | * No repaint when resizing graphics item with an effect.Bjørn Erik Nilsen2010-04-201-0/+7
| | | * Revert "Add a children private property needed for QML to support QGraphicsOb...Alexis Menard2010-03-311-67/+0
| | | * Revert "struct -> class, it's better."Alexis Menard2010-03-311-2/+1
| | | * struct -> class, it's better.Alexis Menard2010-03-301-1/+2
* | | | Fix update issue when an item has an effect and child.Alexis Menard2010-04-271-1/+1
|/ / /
* | | Avoid calling QGraphicsItem::setTransformOriginPoint() until neededMartin Jones2010-04-161-0/+1
|/ /
* | Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-141-1/+3
* | Allow iteration over the Item.children propertyAaron Kennedy2010-04-071-1/+4
* | Make QDeclarativeListProperty a classAaron Kennedy2010-03-301-1/+2
* | Test and fix order of transform application.Warwick Allison2010-03-261-0/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-251-0/+67
|\ \ | |/
| * Add a children private property needed for QML to support QGraphicsObjectAlexis Menard2010-03-241-0/+67
* | 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
| |/