summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Improvements to graphics effects API after review round.Samuel Rødal2009-11-103-5/+5
* Compile in 64bit with debugOlivier Goffart2009-11-091-1/+1
* Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-092-2/+2
|\
| * API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-092-2/+2
* | More inDestructor checks.Warwick Allison2009-11-091-0/+9
* | Use at() instead of operator[] for vectors and lists.Jan-Arve Sæther2009-11-081-24/+24
* | Merge branch 'cmarcelo-vertexsimplification' into 4.6Jan-Arve Sæther2009-11-072-171/+559
|\ \
| * \ Merge branch 'anchor-vertex-simplification' of git://gitorious.org/~cmarcelo/...Jan-Arve Sæther2009-11-072-171/+559
| |\ \
| | * | QGAL: avoid passing Orientation for interpolation functionsCaio Marcelo de Oliveira Filho2009-11-062-23/+16
| | * | QGAL: vertex simplificationCaio Marcelo de Oliveira Filho2009-11-062-73/+379
| | * | QGAL: allow parallel anchors simplify center anchorsCaio Marcelo de Oliveira Filho2009-11-062-16/+82
| | * | QGAL: fix leak when restoring anchorsCaio Marcelo de Oliveira Filho2009-11-061-36/+27
| | * | QGAL: Revamp the edge interpolation codeEduardo M. Fleury2009-11-062-29/+26
| | * | QGAL: Support for out-of-order parallel anchorsEduardo M. Fleury2009-11-062-10/+45
* | | | The sizePolicy property of QGraphicsWidget should be of type QSizePolicy of c...Jan-Arve Sæther2009-11-071-1/+1
|/ / /
* | | Merge branch 'fixes' of git://gitorious.org/~morphbr/qt/morphbrs-clone into m...Jan-Arve Sæther2009-11-062-0/+7
|\ \ \
| * | | Make sizePolicy a property of QGraphicsWidget tooArtur Duque de Souza2009-11-062-0/+7
* | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-065-2/+33
|\ \ \ \
| * | | | Fix QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-065-2/+33
| | |_|/ | |/| |
* | | | docs: Add a section about known issues for the anchor layout.Jan-Arve Sæther2009-11-061-4/+17
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-11-063-5/+30
|\ \ \ \
| * | | | Fix QGraphicsScene::isActive if the view is shown while the window is active.Olivier Goffart2009-11-061-0/+23
| * | | | QGraphicsView: Fixes QGraphicsView::focusItem when scene is not activeOlivier Goffart2009-11-062-5/+7
* | | | | Use 0 instead of NULL.Jan-Arve Sæther2009-11-061-6/+6
* | | | | Add documentation for the new min/pref/maxSize properties.Jan-Arve Sæther2009-11-061-0/+21
|/ / / /
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-11-056-13/+128
|\ \ \ \
| * | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-056-13/+128
| |\| | |
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-041-0/+3
| | |\ \ \
| | | * | | Doc: Fixed qdoc warnings.David Boddie2009-11-041-0/+3
| | * | | | Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-045-13/+125
| | |\ \ \ \
| | | * | | | Gesture api review.Denis Dzyubenko2009-11-034-14/+12
| | | * | | | Modified gesture events propagation.Denis Dzyubenko2009-11-031-2/+11
| | | * | | | Added QGraphicsObject::ungrabGesture()Denis Dzyubenko2009-11-032-2/+16
| | | * | | | Make GestureCancelPolicy work for graphicsviewThomas Zander2009-10-302-0/+91
* | | | | | | Merge branch 'fixes' of git://gitorious.org/~morphbr/qt/morphbrs-clone into m...Jan-Arve Sæther2009-11-051-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Add min/pref/max size properties to QGraphicsWidgetArtur Duque de Souza2009-11-041-0/+3
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-11-051-0/+3
|\ \ \ \ \ \
| * | | | | | Always set a clip on the painter in QGraphicsView.Andreas Aardal Hanssen2009-11-051-0/+3
* | | | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-11-055-265/+148
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | QGAL: Remove support for QSizePolicy::ExpandingEduardo M. Fleury2009-11-042-202/+20
| * | | | | QGAL: Avoid false assertions due to floating point precision errorsEduardo M. Fleury2009-11-043-12/+14
| * | | | | QGAL: Do not create sizeHint constraints for dependent anchorsEduardo M. Fleury2009-11-042-10/+25
| * | | | | QGAL: Do not restrict maximum size of layout anchorsEduardo M. Fleury2009-11-041-9/+47
| * | | | | QGAL: extend helper function to always return parallel anchor createdCaio Marcelo de Oliveira Filho2009-11-041-8/+17
| * | | | | QGAL: escape vertices names in the serialized graph outputCaio Marcelo de Oliveira Filho2009-11-041-2/+2
| * | | | | QGAL: keep references to layout verticesCaio Marcelo de Oliveira Filho2009-11-043-38/+39
| | |_|_|/ | |/| | |
* | | | | Provide hook that's called when items' stacking order is changed.Andreas Aardal Hanssen2009-11-042-0/+17
* | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-049-6/+23
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0316-236/+529
| |\| | |
| | * | | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-0213-239/+546
| | |\ \ \