summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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