Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7 | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 4 | -0/+38 |
|\ | |||||
| * | Merge remote branch 'qt/4.6' into qt-master-from-4.6 | Qt Continuous Integration System | 2010-02-09 | 5 | -13/+39 |
| |\ | |||||
| * \ | Merge remote branch 'qt/4.6' into qt-master-from-4.6 | Qt Continuous Integration System | 2010-02-01 | 8 | -146/+284 |
| |\ \ | |||||
| * \ \ | Merge branch '4.6' | Thiago Macieira | 2010-01-21 | 1 | -1/+8 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch '4.6' | Thiago Macieira | 2010-01-18 | 3 | -18/+52 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 51 | -55/+57 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch '4.6' | Thiago Macieira | 2010-01-08 | 4 | -21/+44 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch '4.6' | Thiago Macieira | 2009-12-26 | 4 | -16/+44 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge commit 'origin/4.6' | Olivier Goffart | 2009-12-15 | 16 | -267/+630 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-12-05 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch '4.6' | Thiago Macieira | 2009-12-03 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Added QGraphicsWidget::autoFillBackground property. | J-P Nurmi | 2009-12-03 | 4 | -0/+38 |
* | | | | | | | | | | | | 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 |
* | | | | | | | | | | | doc: Document the "Type" enum value as a const in variable. | Martin Smith | 2010-01-28 | 1 | -0/+11 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | doc: Included a note showing the actual value of UserType. | Martin Smith | 2010-01-27 | 1 | -0/+2 |
|/ / / / / / / / / | |||||
* | | | | | | | | | QGraphicsItem::hasFocus() performance regression. | Bjørn Erik Nilsen | 2010-01-20 | 1 | -1/+8 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Improved performance of translating device coordinate graphics effects. | Samuel Rødal | 2010-01-13 | 3 | -18/+52 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2010-01-08 | 2 | -6/+12 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Fix performance regression in _q_polishItems. | Alexis Menard | 2010-01-07 | 2 | -6/+12 |