| Commit message (Expand) | Author | Age | Files | Lines |
* | QGraphicsSceneEvent: add Q_DISABLE_COPY | Olivier Goffart | 2010-03-09 | 1 | -0/+10 |
|
|
* | Fixes wrong composition mode for cached backgrounds in Graphics View. | Bjørn Erik Nilsen | 2010-03-03 | 1 | -6/+0 |
|
|
* | Properly fixes crash when destroying a QGraphicsItem. | Yoann Lopes | 2010-03-03 | 2 | -37/+69 |
|
|
* | Fixed rendering bugs when scrolling graphics items with drop shadows. | Samuel Rødal | 2010-03-02 | 2 | -43/+8 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6 | Sami Merila | 2010-02-25 | 3 | -12/+37 |
|\ |
|
| * | GV: Update issues if drawItems() is overridden and IndirectPainting is used. | Bjørn Erik Nilsen | 2010-02-24 | 1 | -2/+25 |
|
|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-02-23 | 1 | -9/+10 |
| |\ |
|
| | * | doc: Added indication of default modality value for panels. | Martin Smith | 2010-02-23 | 1 | -3/+10 |
|
|
| | * | doc: Removed some erroneous text. | Martin Smith | 2010-02-23 | 1 | -6/+0 |
|
|
| * | | Regression: QGraphicsScene::render fails to render the entire scene correctly. | Bjørn Erik Nilsen | 2010-02-23 | 1 | -1/+2 |
| |/ |
|
* | | Crash in QGraphicsScenePrivate::setFocusItemHelper | Sami Merila | 2010-02-25 | 1 | -1/+2 |
|/ |
|
* | Doc fix, ensure that the \obsolete tag is placed correctly | Andy Shaw | 2010-02-17 | 1 | -1/+3 |
|
|
* | Don't crash when QTouchEvent is accepted but not handled by a | Bradley T. Hughes | 2010-02-16 | 1 | -1/+8 |
|
|
* | Correctly mark QGraphicsScene::drawItems() as obsolete | Andy Shaw | 2010-02-15 | 1 | -1/+3 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Martin Smith | 2010-02-12 | 1 | -6/+14 |
|\ |
|
| * | Implemented GraphicsView Panel support for gestures. | Denis Dzyubenko | 2010-02-12 | 1 | -6/+14 |
|
|
* | | doc: Added some since version information. | Martin Smith | 2010-02-12 | 1 | -13/+17 |
|/ |
|
* | doc: Fixed several typos. | Martin Smith | 2010-02-12 | 1 | -1/+1 |
|
|
* | QGraphicsItem: Do not crash at exit if there is static QGraphicsItem. | Olivier Goffart | 2010-02-08 | 1 | -1/+2 |
|
|
* | Cleanup after "QGraphicsWidget is painted twice on the first show" | Bjørn Erik Nilsen | 2010-02-04 | 1 | -1/+0 |
|
|
* | QGraphicsWidget is painted twice on the first show. | Bjørn Erik Nilsen | 2010-02-03 | 1 | -1/+6 |
|
|
* | QGraphicsScene: Use QPainter::setClipRect instead of setClipPath if possible. | Bjørn Erik Nilsen | 2010-02-03 | 1 | -3/+15 |
|
|
* | Fixes missing update when setting opacity on an item that had opacity 0.0 | Leonardo Sobral Cunha | 2010-01-29 | 1 | -0/+3 |
|
|
* | Avoids missing opacity updates by not propagating the ignoreOpacity flag | Leonardo Sobral Cunha | 2010-01-29 | 1 | -1/+1 |
|
|
* | Adds convenience functions QGraphicsItemPrivate::isOpacityNull | Leonardo Sobral Cunha | 2010-01-29 | 3 | -7/+14 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Martin Smith | 2010-01-28 | 3 | -4/+9 |
|\ |
|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-os1 | Prasanth Ullattil | 2010-01-28 | 3 | -4/+9 |
| |\ |
|
| | * | Avoid call markParentDirty twice in prepareGeometryChange | Leonardo Sobral Cunha | 2010-01-27 | 3 | -4/+9 |
|
|
| | * | Fixes visibility update missing when doing setParentItem on graphicsitem | Leonardo Sobral Cunha | 2010-01-26 | 3 | -36/+41 |
|
|
| | * | Added optimization flag to QGraphicsItemPrivate. | Samuel Rødal | 2010-01-25 | 2 | -0/+25 |
|
|
| | * | Fixed child items with graphics effects not inheriting opacity. | Samuel Rødal | 2010-01-25 | 2 | -4/+25 |
|
|
| | * | Potential crash when adding items from QGraphicsWidget::polishEvent(). | Bjørn Erik Nilsen | 2010-01-22 | 2 | -16/+27 |
|
|
| | * | QGraphicsWidget is painted twice on the inital show. | Bjørn Erik Nilsen | 2010-01-22 | 3 | -8/+18 |
|
|
| | * | Only send QGraphicsItem::ParentChange(d) notifications from setParentItem. | Bjørn Erik Nilsen | 2010-01-21 | 3 | -20/+28 |
|
|
| | * | Pass value as const void *const to QGraphicsSceneIndex::itemChange. | Bjørn Erik Nilsen | 2010-01-21 | 5 | -12/+12 |
|
|
| | * | Optimize QGraphicsItem::setFlags. | Bjørn Erik Nilsen | 2010-01-21 | 1 | -9/+21 |
|
|
| | * | Optimize QGraphicsScenePrivate::itemAcceptsHoverEvents_helper | Bjørn Erik Nilsen | 2010-01-21 | 1 | -4/+4 |
|
|
| | * | Improve performance of QGraphicsItem::setParentItem. | Bjørn Erik Nilsen | 2010-01-21 | 3 | -35/+62 |
|
|
* | | | doc: Fixed the last qdoc errors. | Martin Smith | 2010-01-28 | 1 | -8/+9 |
|/ / |
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Martin Smith | 2010-01-28 | 8 | -135/+254 |
|\ \ |
|
| * | | Fixes visibility update missing when doing setParentItem on graphicsitem | Leonardo Sobral Cunha | 2010-01-27 | 3 | -36/+41 |
|
|
| * | | Added optimization flag to QGraphicsItemPrivate. | Samuel Rødal | 2010-01-27 | 2 | -0/+25 |
|
|
| * | | Fixed child items with graphics effects not inheriting opacity. | Samuel Rødal | 2010-01-27 | 2 | -4/+25 |
|
|
| * | | Potential crash when adding items from QGraphicsWidget::polishEvent(). | Bjørn Erik Nilsen | 2010-01-27 | 2 | -16/+27 |
|
|
| * | | QGraphicsWidget is painted twice on the inital show. | Bjørn Erik Nilsen | 2010-01-27 | 3 | -8/+18 |
|
|
| * | | Only send QGraphicsItem::ParentChange(d) notifications from setParentItem. | Bjørn Erik Nilsen | 2010-01-27 | 3 | -20/+28 |
|
|
| * | | Pass value as const void *const to QGraphicsSceneIndex::itemChange. | Bjørn Erik Nilsen | 2010-01-27 | 5 | -12/+12 |
|
|
| * | | Optimize QGraphicsItem::setFlags. | Bjørn Erik Nilsen | 2010-01-27 | 1 | -9/+21 |
|
|
| * | | Optimize QGraphicsScenePrivate::itemAcceptsHoverEvents_helper | Bjørn Erik Nilsen | 2010-01-27 | 1 | -4/+4 |
|
|
| * | | Improve performance of QGraphicsItem::setParentItem. | Bjørn Erik Nilsen | 2010-01-27 | 3 | -35/+62 |
|
|