Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'widget/4.6' into oslo-staging-2/4.6 | Olivier Goffart | 2009-11-11 | 3 | -4/+2 |
|\ | |||||
| * | Revert "Always set a clip on the painter in QGraphicsView." | Andreas Aardal Hanssen | 2009-11-11 | 1 | -3/+0 |
| * | QGraphicsTextItem: update when changing the color. | Olivier Goffart | 2009-11-09 | 1 | -0/+1 |
| * | Fix warnings | Thierry Bastian | 2009-11-09 | 1 | -1/+1 |
* | | Improvements to graphics effects API after review round. | Samuel Rødal | 2009-11-10 | 3 | -5/+5 |
|/ | |||||
* | Compile in 64bit with debug | Olivier Goffart | 2009-11-09 | 1 | -1/+1 |
* | Merge branch '4.6-api-review' into 4.6 | Marius Storm-Olsen | 2009-11-09 | 2 | -2/+2 |
|\ | |||||
| * | API review: Rename numRects() -> rectCount() | Marius Storm-Olsen | 2009-11-09 | 2 | -2/+2 |
* | | More inDestructor checks. | Warwick Allison | 2009-11-09 | 1 | -0/+9 |
* | | Use at() instead of operator[] for vectors and lists. | Jan-Arve Sæther | 2009-11-07 | 1 | -24/+24 |
* | | Merge branch 'cmarcelo-vertexsimplification' into 4.6 | Jan-Arve Sæther | 2009-11-07 | 2 | -171/+559 |
|\ \ | |||||
| * \ | Merge branch 'anchor-vertex-simplification' of git://gitorious.org/~cmarcelo/... | Jan-Arve Sæther | 2009-11-07 | 2 | -171/+559 |
| |\ \ | |||||
| | * | | QGAL: avoid passing Orientation for interpolation functions | Caio Marcelo de Oliveira Filho | 2009-11-06 | 2 | -23/+16 |
| | * | | QGAL: vertex simplification | Caio Marcelo de Oliveira Filho | 2009-11-06 | 2 | -73/+379 |
| | * | | QGAL: allow parallel anchors simplify center anchors | Caio Marcelo de Oliveira Filho | 2009-11-06 | 2 | -16/+82 |
| | * | | QGAL: fix leak when restoring anchors | Caio Marcelo de Oliveira Filho | 2009-11-06 | 1 | -36/+27 |
| | * | | QGAL: Revamp the edge interpolation code | Eduardo M. Fleury | 2009-11-06 | 2 | -29/+26 |
| | * | | QGAL: Support for out-of-order parallel anchors | Eduardo M. Fleury | 2009-11-06 | 2 | -10/+45 |
* | | | | The sizePolicy property of QGraphicsWidget should be of type QSizePolicy of c... | Jan-Arve Sæther | 2009-11-07 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'fixes' of git://gitorious.org/~morphbr/qt/morphbrs-clone into m... | Jan-Arve Sæther | 2009-11-06 | 2 | -0/+7 |
|\ \ \ | |||||
| * | | | Make sizePolicy a property of QGraphicsWidget too | Artur Duque de Souza | 2009-11-06 | 2 | -0/+7 |
* | | | | Merge commit 'origin/4.6' into 4.6 | Olivier Goffart | 2009-11-06 | 5 | -2/+33 |
|\ \ \ \ | |||||
| * | | | | Fix QT_NO_GRAPHICSEFFECT | Jørgen Lind | 2009-11-06 | 5 | -2/+33 |
| | |_|/ | |/| | | |||||
* | | | | docs: Add a section about known issues for the anchor layout. | Jan-Arve Sæther | 2009-11-06 | 1 | -4/+17 |
* | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6 | Jan-Arve Sæther | 2009-11-06 | 3 | -5/+30 |
|\ \ \ \ | |||||
| * | | | | Fix QGraphicsScene::isActive if the view is shown while the window is active. | Olivier Goffart | 2009-11-06 | 1 | -0/+23 |
| * | | | | QGraphicsView: Fixes QGraphicsView::focusItem when scene is not active | Olivier Goffart | 2009-11-06 | 2 | -5/+7 |
* | | | | | Use 0 instead of NULL. | Jan-Arve Sæther | 2009-11-06 | 1 | -6/+6 |
* | | | | | Add documentation for the new min/pref/maxSize properties. | Jan-Arve Sæther | 2009-11-06 | 1 | -0/+21 |
|/ / / / | |||||
* | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6 | Jan-Arve Sæther | 2009-11-05 | 6 | -13/+128 |
|\ \ \ \ | |||||
| * \ \ \ | Merge commit 'origin/4.6' into 4.6 | Olivier Goffart | 2009-11-05 | 6 | -13/+128 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6 | David Boddie | 2009-11-04 | 1 | -0/+3 |
| | |\ \ \ | |||||
| | | * | | | Doc: Fixed qdoc warnings. | David Boddie | 2009-11-04 | 1 | -0/+3 |
| | * | | | | 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 'fixes' of git://gitorious.org/~morphbr/qt/morphbrs-clone into m... | Jan-Arve Sæther | 2009-11-05 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Add min/pref/max size properties to QGraphicsWidget | Artur Duque de Souza | 2009-11-04 | 1 | -0/+3 |
* | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6 | Jan-Arve Sæther | 2009-11-05 | 1 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Always set a clip on the painter in QGraphicsView. | Andreas Aardal Hanssen | 2009-11-05 | 1 | -0/+3 |
* | | | | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-11-05 | 5 | -265/+148 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | QGAL: Remove support for QSizePolicy::Expanding | Eduardo M. Fleury | 2009-11-04 | 2 | -202/+20 |
| * | | | | | QGAL: Avoid false assertions due to floating point precision errors | Eduardo M. Fleury | 2009-11-04 | 3 | -12/+14 |
| * | | | | | QGAL: Do not create sizeHint constraints for dependent anchors | Eduardo M. Fleury | 2009-11-04 | 2 | -10/+25 |
| * | | | | | QGAL: Do not restrict maximum size of layout anchors | Eduardo M. Fleury | 2009-11-04 | 1 | -9/+47 |
| * | | | | | QGAL: extend helper function to always return parallel anchor created | Caio Marcelo de Oliveira Filho | 2009-11-04 | 1 | -8/+17 |
| * | | | | | QGAL: escape vertices names in the serialized graph output | Caio Marcelo de Oliveira Filho | 2009-11-04 | 1 | -2/+2 |
| * | | | | | QGAL: keep references to layout vertices | Caio Marcelo de Oliveira Filho | 2009-11-04 | 3 | -38/+39 |
| | |_|_|/ | |/| | | |