summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-06-013-18/+32
|\
| * 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
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-271-3/+3
| |\
| | * Wrong QGraphicsItem::childrenBoundingRect() when applying effects.Bjørn Erik Nilsen2010-05-271-3/+3
| * | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-271-0/+18
| |\ \ | | |/
| | * Redraw issues when removing a fully transparent QGraphicsItem from the scene.Bjørn Erik Nilsen2010-05-261-0/+18
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-251-1/+1
| |\ \ | | |/ | |/|
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-241-1/+1
| | |\
| | | * Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-242-150/+78
| | | |\
| | | * | doc: Fixed many broken links.Martin Smith2010-05-201-1/+1
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-253-156/+89
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-05-251-1/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixed compile with xlC.Rohan McGovern2010-05-251-1/+2
| * | | | Don't polish QDeclarativeItems.Warwick Allison2010-05-241-5/+9
| | |_|/ | |/| |
| * | | Fixes QGraphicsItem::scroll issuesBjørn Erik Nilsen2010-05-211-140/+68
| * | | Fixes wrong QGraphicsItemCache::boundingRect.Bjørn Erik Nilsen2010-05-211-10/+10
| | |/ | |/|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-207-27/+63
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.7' into HEADOlivier Goffart2010-05-194-7/+16
| |\ \ | | |/
| * | doc: Fixed many broken links.Martin Smith2010-05-193-3/+3
| * | 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-185-8/+44
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-199-77/+219
|\ \ \ | | |/ | |/|
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-174-7/+16
| |\ \ | | |/ | |/|
| | * An improvement to the previous commit.Denis Dzyubenko2010-05-101-6/+5
| | * Fixes a crash in gestures.Denis Dzyubenko2010-05-101-1/+10
| | * QGraphicsWidget was not working properly when ItemSendsPositionChanges is falseAlexis Menard2010-05-054-7/+17
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-146-57/+156
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-136-57/+156
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-116-57/+156
| | | |\ \
| | | | * | Performance issue with QGraphicsItem::ItemClipsChildrenToShape.Bjørn Erik Nilsen2010-05-055-5/+95
| | | | * | Fixes crash in QGraphicsItem::mouseMove for untransformable items.Bjørn Erik Nilsen2010-05-051-1/+5
| | | | * | Pack Graphics View booleans in quint32 bit fields.Bjørn Erik Nilsen2010-05-054-49/+53
| | | | * | Fix a bug in QGraphicsItem::scroll.Alexis Menard2010-05-051-3/+4
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-131-0/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-123-9/+34
| | |\ \ \ \ | | | |/ / /
| | * | | | Fixes a crash when unregistering a recognizer.Denis Dzyubenko2010-05-051-0/+7
| | | |/ / | | |/| |
| * | | | Fix for graphics widget in the background stealing declarative item's focusJoona Petrell2010-05-131-2/+2
| * | | | Reset the dragDropItem to 0 when the item dies while dragging on top it.Alexis Menard2010-05-121-0/+4
| * | | | Don't use Q_UNUSED if you use parameters.Alexis Menard2010-05-111-2/+0
| | |/ / | |/| |
| * | | Optimize QGW constructor.Alexis Menard2010-05-103-9/+10
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-05-046-69/+93
| |\ \ \ | | |/ /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-282-6/+24
| |\ \ \
| | * | | Bunch of doc fixes.Alexis Menard2010-04-282-6/+24
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-05-044-64/+79
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | QGraphicsView drawing artifacts due to rounding errors.Bjørn Erik Nilsen2010-05-034-61/+76
| * | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-05-021-3/+3
| |\ \ \ \
| | * \ \ \ Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-011-3/+3
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Ensured that WA_InputMethodEnabled was set before FocusInEvent was sent.Jan-Arve Sæther2010-04-291-3/+3
* | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-05-024-11/+16
|\ \ \ \ \ \ | |/ / / / /