summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Don't emit activeFocusChanged() unless the active focus actually changedTor Arne Vestbø2010-12-071-2/+2
* Fixed many spelling errors.Rohan McGovern2010-10-251-2/+2
* Don't give focus to a FocusScope that has had focus explicitly cleared.Michael Brasser2010-10-111-1/+1
* Add sendParentChangeNotification to QGraphicsItemMarco Bubke2010-09-301-1/+3
* QGraphicsItem::childrenBoundingRect behavior breaks QGraphicsEffect::sourceBo...Bjørn Erik Nilsen2010-09-161-2/+2
* Wrong bounding rect returned by QGraphicsEffect::boundingRect().Bjørn Erik Nilsen2010-09-161-10/+4
* Completing the interface for children/data/resourcesThomas Hartmann2010-09-141-0/+1
* QML focus API updates.Michael Brasser2010-07-211-0/+1
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-4/+10
|\
| * Fixed missing clip when computing the graphics item effect source rect.Samuel Rødal2010-07-021-4/+10
* | Add a new (internal) flag QGraphicsItem::ItemStopsClickFocusPropagation.Bjørn Erik Nilsen2010-06-241-3/+3
* | Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+2
* | 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