summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in QGraphicsItem::childrenBoundingRect()Andreas Aardal Hanssen2009-04-231-7/+34
* Merge branch '4.5'Rhys Weatherley2009-04-211-1/+13
|\
| * 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
* | Update the item if the text has changed but the boundingRect is theAlexis Menard2009-04-151-0/+1
* | Clean up and fix bug in merge conflict for 21099dac.Andreas Aardal Hanssen2009-04-151-10/+12
* | Merge commit 'origin/4.5'Olivier Goffart2009-04-151-13/+12
|\ \ | |/
| * 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
* | Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-081-5/+5
* | Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-081-1/+1
* | Disable mouse tracking in QGraphicsView if possible.Bjoern Erik Nilsen2009-04-071-1/+9
* | Use qIsFuzzyNull rather than qFuzzyCompareBjoern Erik Nilsen2009-04-071-4/+4
* | Optimize QGraphicsItem::map(To|From)Parent(const QPainterPath)Bjoern Erik Nilsen2009-04-071-4/+6
* | compile fix with namespaceshjk2009-04-071-3/+3
* | Wrong merge after 6e13559503040963c28dd8f5b6881e3a2b9d5596.Bjoern Erik Nilsen2009-04-071-8/+8
* | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-071-164/+376
|\ \ | |/
| * 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
* | Don't need to update visibility and enabled if the item is destructingJan-Arve Sæther2009-04-021-8/+9
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-03-261-0/+2
|\ \ | |/
| * Squashed commit of the following:David Boddie2009-03-261-0/+2
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+8803
* Long live Qt!Lars Knoll2009-03-231-0/+8917