summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-0/+4
|\
| * 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
* | doc updateThierry Bastian2009-05-261-39/+137
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-3/+3
* | Clarified doc for QGraphicsTextItem::setTextInteractionFlags().jasplin2009-05-221-3/+3
* | Fix the way the transform and the properties are marked as dirty in QGraphics...Olivier Goffart2009-05-221-5/+4
* | Add properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-05-221-35/+396
* | Add an extension to QPixmapCache to get rid of strings.Alexis Menard2009-05-181-8/+3
* | Graphics View Optimization: Use a simple style option by default.Bjoern Erik Nilsen2009-05-151-4/+63
* | Merge branch '4.5'Thiago Macieira2009-05-141-0/+4
|\ \ | |/
| * Fix QGraphicsItem::deviceTransform() to also work with normal items.Andreas Aardal Hanssen2009-05-141-0/+4
* | Merge branch '4.5'Thiago Macieira2009-05-071-2/+2
|\ \ | |/
| * Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-071-2/+2
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-17/+27
|\ \ | |/
| * 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
| |/
* | 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