Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '51c9b68' into 4.6 | Morten Johan Sørvig | 2009-11-04 | 5 | -13/+125 |
|\ | |||||
| * | Gesture api review. | Denis Dzyubenko | 2009-11-03 | 4 | -14/+12 |
| * | Modified gesture events propagation. | Denis Dzyubenko | 2009-11-03 | 1 | -2/+11 |
| * | Added QGraphicsObject::ungrabGesture() | Denis Dzyubenko | 2009-11-03 | 2 | -2/+16 |
| * | Make GestureCancelPolicy work for graphicsview | Thomas Zander | 2009-10-30 | 2 | -0/+91 |
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-11-03 | 16 | -236/+529 |
|\ \ | |||||
| * \ | Merge commit 'origin/4.6' into feature | Jørgen Lind | 2009-11-02 | 13 | -239/+546 |
| |\ \ | |||||
| | * | | Track declarative changes | Warwick Allison | 2009-11-02 | 1 | -1/+1 |
| | * | | Merge commit 'widget/4.6' into origin/4.6 | Olivier Goffart | 2009-10-30 | 12 | -230/+512 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Merge branch 'fixes' of git://gitorious.org/~cmarcelo/qt/cmarcelos-clone into... | Jan-Arve Sæther | 2009-10-29 | 2 | -13/+8 |
| | | |\ | |||||
| | | | * | QGAL: set the orientation bit for complex anchors | Caio Marcelo de Oliveira Filho | 2009-10-28 | 2 | -13/+8 |
| | | * | | Merge commit origin/4.6 into team-widgets/4.6 | Olivier Goffart | 2009-10-29 | 4 | -9/+29 |
| | | |\ \ | |||||
| | | * | | | Compile on 64bit | Olivier Goffart | 2009-10-28 | 1 | -2/+2 |
| | | * | | | Fix initial focus bug in ItemIsFocusScope. | Andreas Aardal Hanssen | 2009-10-28 | 1 | -7/+32 |
| | | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6 | Jan-Arve Sæther | 2009-10-28 | 1 | -0/+2 |
| | | |\ \ \ | |||||
| | | | * | | | Let QGraphicsItem set QObjectPrivate::wasDeleted when appropriate. | Andreas Aardal Hanssen | 2009-10-28 | 1 | -0/+2 |
| | | * | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-10-28 | 12 | -215/+756 |
| | | |\ \ \ \ | | | | |/ / / | | | |/| | / | | | | | |/ | | | | |/| | |||||
| | | | * | | QGAL (QSimplex): Add constraints simplification | Eduardo M. Fleury | 2009-10-26 | 2 | -4/+99 |
| | | | * | | QGAL (QSimplex): Make deep copy of constraints inside QSimplex | Eduardo M. Fleury | 2009-10-26 | 3 | -12/+13 |
| | | | * | | QGAL: Add QSimplexConstraint::toString() method for debugging | Eduardo M. Fleury | 2009-10-26 | 1 | -0/+23 |
| | | | * | | QGAL: Use constraints of type "equal" for fixed items | Eduardo M. Fleury | 2009-10-26 | 1 | -12/+22 |
| | | | * | | QGAL: clarify the usage of isLayoutAnchor bit | Caio Marcelo de Oliveira Filho | 2009-10-26 | 2 | -11/+4 |
| | | | * | | QGAL: add orientation bit to the anchor | Caio Marcelo de Oliveira Filho | 2009-10-26 | 2 | -9/+11 |
| | | | * | | QGAL: simplification doesn't depend on vertex anchor point information | Caio Marcelo de Oliveira Filho | 2009-10-26 | 1 | -4/+4 |
| | | | * | | QGAL: store item and center-ness information in the anchor | Caio Marcelo de Oliveira Filho | 2009-10-26 | 2 | -14/+19 |
| | | | * | | QGAL: identify unfeasible setups even when graph is simplified | Caio Marcelo de Oliveira Filho | 2009-10-26 | 2 | -34/+71 |
| | | | * | | QGAL: separate parallel anchor creation from sequence creation | Caio Marcelo de Oliveira Filho | 2009-10-26 | 1 | -29/+61 |
| | | | * | | QGAL: complex anchors can indicate errors when refreshing sizehint | Caio Marcelo de Oliveira Filho | 2009-10-26 | 2 | -22/+31 |
| | | * | | | Compile | Olivier Goffart | 2009-10-27 | 1 | -0/+1 |
| | | * | | | Respect the per-item layoutSpacing() if the style uses that feature. | Jan-Arve Sæther | 2009-10-27 | 5 | -69/+109 |
| | | * | | | If a QGraphicsWidget gets a StyleChange event, invalidate its layout. | Jan-Arve Sæther | 2009-10-27 | 1 | -0/+2 |
| | | * | | | Fix buglet in QGraphicsItem::stackBefore(). | Andreas Aardal Hanssen | 2009-10-26 | 1 | -1/+1 |
| | | * | | | Wrong worldTransform() on the painter in QGraphicsScene::drawForeground. | Bjørn Erik Nilsen | 2009-10-23 | 1 | -0/+8 |
| | | * | | | QGraphicsLineItem leave traces when moving around (reg. against 4.5) | Bjørn Erik Nilsen | 2009-10-23 | 1 | -1/+1 |
| | | * | | | Fix crash in QGraphicsView BSP discovered in Amarok. | Alexis Menard | 2009-10-22 | 1 | -6/+8 |
| | | * | | | Warning -- | Alexis Menard | 2009-10-22 | 1 | -1/+1 |
| * | | | | | Fix SCROLLAREA by fixing missing QT_NO_GRAPHICSVIEW dependencies | Jørgen Lind | 2009-10-29 | 6 | -5/+12 |
| * | | | | | Fix LIBRARY and ICON | Jørgen Lind | 2009-10-29 | 2 | -0/+4 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Removed usage of CompositionMode_Source in QGraphicsView for X11. | Trond Kjernåsen | 2009-11-03 | 1 | -1/+7 |
| |/ / / |/| | | | |||||
* | | | | Added some optimizations to the blur and drop shadow GL filters. | Samuel Rødal | 2009-10-29 | 1 | -1/+2 |
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-28 | 4 | -8/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | qdoc: Update QGraphicsTransform docs after changes to QGraphicsRotation | Rhys Weatherley | 2009-10-28 | 1 | -0/+3 |
| * | | | Doc: Fixed qdoc warning. | David Boddie | 2009-10-27 | 1 | -1/+1 |
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | axis | 2009-10-27 | 4 | -56/+93 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | axis | 2009-10-23 | 6 | -10/+326 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Shane Kearns | 2009-10-22 | 7 | -80/+104 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| * | | | | | QtGui release/debug binary compatibility | Shane Kearns | 2009-10-22 | 2 | -7/+5 |
* | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-27 | 1 | -2/+21 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Doc: Fixed qdoc warnings. | David Boddie | 2009-10-26 | 1 | -2/+21 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Options on how to get a pixmap from an effect source | Gunnar Sletta | 2009-10-27 | 2 | -8/+32 |
|/ / / / |