summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.5Sergio Ahumada2012-11-281-18/+18
* Fix a bug when clipsChildrenToShape is set back to false.Alexis Menard2009-10-021-0/+3
* QGraphicsItem: cached embedded widget item is not repainted when widget is up...Andreas Aardal Hanssen2009-09-291-16/+10
* 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
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
* Update license headers.Jason McDonald2009-08-111-1/+1
* Fix indentation.Alexis Menard2009-08-041-1/+3
* Fix ancestor flags that are not correctly update when reparenting.Alexis Menard2009-08-041-11/+12
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-121-1/+1
* Fixes for merge-request #407Leonardo Sobral Cunha2009-05-271-3/+2
* Dont show children when parent is not visible in QGraphicsItemdiaulas2009-05-271-0/+5
* Fix QGraphicsItem::deviceTransform() to also work with normal items.Andreas Aardal Hanssen2009-05-141-0/+4
* Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-071-2/+2
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Geir Vattekar2009-05-061-9/+7
|\
| * QGraphicsItem::setOpacity(0.0) does not trigger an update.Bjoern Erik Nilsen2009-05-061-9/+7
* | Doc: Updated docs for collision between QGraphicsItemsGeir Vattekar2009-05-061-8/+20
|/
* BT: Fix update regression for cached QGraphicsItem (Elastic Nodes stuck)Andreas Aardal Hanssen2009-04-211-1/+13
* Update the item if the text has changed but the boundingRect is theAlexis Menard2009-04-151-0/+1
* BT: Fix a regression to 4.4 in Graphics View's handling of child clippersAndreas Aardal Hanssen2009-04-151-14/+16
* BT: compilefix for Qt in namespaceThomas Hartmann2009-04-071-3/+3
* Fixes: Wrong adjustment of rect added in 0aa2ef27249dc8e782c2942340776bb19...Bjoern Erik Nilsen2009-04-061-3/+2
* Fixes: Optimize the way we adjust rectangles.Bjoern Erik Nilsen2009-04-061-19/+20
* Fixes: Minimize QVariant overhead related to QGraphicsItem::itemChange.Bjoern Erik Nilsen2009-04-061-32/+38
* Fixes: Simplify the cut-offs and be more agressive :-)Bjoern Erik Nilsen2009-04-061-34/+50
* Fixes: Discard update requests if possible.Bjoern Erik Nilsen2009-04-061-10/+29
* Fixes: Don't bother updating hidden items.Bjoern Erik Nilsen2009-04-061-1/+1
* Fixes: Do not update children if not required.Bjoern Erik Nilsen2009-04-061-1/+2
* Fixes: Don't check the force boolean.Bjoern Erik Nilsen2009-04-061-1/+1
* Fixes: Minimize QVariant constr/destr in setPosHelper.Bjoern Erik Nilsen2009-04-061-2/+3
* Fixes: Discard update requests if possible.Bjoern Erik Nilsen2009-04-061-18/+36
* Fixes: Optimization: Clip path is empty if the bounding rect is empty.Bjoern Erik Nilsen2009-04-061-1/+10
* Fixes: Clever invalidating of the cached clip path.Bjoern Erik Nilsen2009-04-061-11/+113
* Fixes: Only use the parent's cached clip path if it is clipped.Bjoern Erik Nilsen2009-04-061-2/+3
* Fixes: Optimization: Cache QGraphicsItem::clipPath().Bjoern Erik Nilsen2009-04-061-7/+39
* Fixes: Be a bit more smarter when calling setGeometry from itemChangeAlexis Menard2009-04-061-3/+3
* Fixes: Small optimization in QGraphicsItem::clipPath().Bjoern Erik Nilsen2009-04-061-7/+6
* Fixes: Optimize: QGraphicsItem::clipPath.Bjoern Erik Nilsen2009-04-061-31/+15
* Fixes: Speed up QGrahicsItemPrivate::effectiveOpacity().Bjoern Erik Nilsen2009-04-061-1/+11
* Fixes: Get rid of a gazillion calls to QTransform::operator*=.Bjoern Erik Nilsen2009-04-061-14/+24
* Fixes: Use QRect::isEmpty() rather than isNull() if possible.Bjoern Erik Nilsen2009-04-061-1/+1
* Squashed commit of the following:David Boddie2009-03-261-0/+2
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+8803