summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote branch 'origin/4.7' into 4.7-from-4.6Rohan McGovern2010-07-171-1/+2
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-141-1/+2
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-101-1/+2
| | | |\
| | | | * doc: Fixed several qdoc warnings.Martin Smith2010-07-091-1/+2
| * | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-3/+24
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixed missing clip when computing the graphics item effect source rect.Samuel Rødal2010-07-021-3/+24
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-151-4/+20
|\ \ \ \ \ | |/ / / /
| * | | | Fixes QGraphicsItem::focusItem() returning incorrect value.Yoann Lopes2010-07-131-2/+4
| | |/ / | |/| |
| * | | Fix subfocus when reparenting panels.Andreas Aardal Hanssen2010-07-081-0/+3
| | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-011-0/+8
| |\ \
| | * | Add a new (internal) flag QGraphicsItem::ItemStopsClickFocusPropagation.Bjørn Erik Nilsen2010-06-241-0/+8
| * | | Ensure micro focus is updated in TextEdit and TextInputMartin Jones2010-06-291-4/+7
| |/ /
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-2/+3
|\ \ \ | |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-181-1/+2
| |\ \
| | * | clearFocus() shouldn't mess with focus if it doesn't have focusMartin Jones2010-06-171-1/+2
| * | | Doc: Fixed documentation errors.David Boddie2010-06-181-1/+1
| |/ /
* | | Merge remote branch 'origin/master'Olivier Goffart2010-06-151-2/+9
|\ \ \
| * \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-081-2/+9
| |\ \ \ | | |/ /
| | * | Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+5
| | * | Don't remove the pixmap from cache when not modifying it.Andreas Aardal Hanssen2010-06-011-2/+4
* | | | Finally, remove some trailing whitespace.Andreas Aardal Hanssen2010-06-141-2/+2
|/ / /
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-06-011-17/+13
|\ \ \ | |/ /
| * | Fix bug in QGraphicsItem::scroll() when called with no QRectF argument.Andreas Aardal Hanssen2010-06-011-13/+6
| * | Avoid unnecessary detach / deep copy in QGraphicsItem::scroll().Andreas Aardal Hanssen2010-06-011-1/+4
| * | Wrong QGraphicsItem::childrenBoundingRect() when applying effects.Bjørn Erik Nilsen2010-05-271-3/+3
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-251-140/+68
|\ \ \ | |/ /
| * | Fixes QGraphicsItem::scroll issuesBjørn Erik Nilsen2010-05-211-140/+68
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-201-24/+22
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.7' into HEADOlivier Goffart2010-05-191-0/+2
| |\ \
| * | | doc: Fixed many broken links.Martin Smith2010-05-191-16/+16
| * | | Gestures in GraphicsView do not require a viewport to subscribe to gestures.Denis Dzyubenko2010-05-181-8/+6
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-191-8/+54
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-0/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * QGraphicsWidget was not working properly when ItemSendsPositionChanges is falseAlexis Menard2010-05-051-0/+2
| | * Revert "Add a children private property needed for QML to support QGraphicsOb...Alexis Menard2010-03-311-103/+0
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-141-5/+28
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-111-5/+28
| | |\ \
| | | * | Performance issue with QGraphicsItem::ItemClipsChildrenToShape.Bjørn Erik Nilsen2010-05-051-1/+19
| | | * | Fixes crash in QGraphicsItem::mouseMove for untransformable items.Bjørn Erik Nilsen2010-05-051-1/+5
| | | * | Fix a bug in QGraphicsItem::scroll.Alexis Menard2010-05-051-3/+4
| * | | | Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-121-3/+17
| |\ \ \ \ | | |/ / /
| | * | | Optimize QGW constructor.Alexis Menard2010-05-101-3/+4
| | * | | Bunch of doc fixes.Alexis Menard2010-04-281-0/+13
| | |/ /
| * | | Fixes a crash when unregistering a recognizer.Denis Dzyubenko2010-05-051-0/+7
| |/ /
* | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-04-281-7/+30
|\ \ \
| * \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-04-271-7/+30
| |\ \ \ | | |/ /
| | * | Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints.Alexis Menard2010-04-271-7/+17
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-221-0/+10
| | |\ \
| | | * | Avoid calling QGraphicsItem::setTransformOriginPoint() until neededMartin Jones2010-04-161-0/+10
| | * | | Fixes keyboard shortcuts for QGraphicsTextItem.Yoann Lopes2010-04-201-0/+3
| | |/ /