summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \ \
| | * | | | Fix SCROLLAREA by fixing missing QT_NO_GRAPHICSVIEW dependenciesJørgen Lind2009-10-296-5/+12
| | * | | | Fix LIBRARY and ICONJørgen Lind2009-10-292-0/+4
| | | |/ / | | |/| |
| * | | | Removed usage of CompositionMode_Source in QGraphicsView for X11.Trond Kjernåsen2009-11-031-1/+7
| | |_|/ | |/| |
* | | | Introduced QGraphicsItem::ItemSendsScenePositionChanges andJ-P Nurmi2009-11-036-8/+132
* | | | Fixed QGraphicsScene::clear() not to crash if related top level itemsJ-P Nurmi2009-11-031-2/+3
| |_|/ |/| |
* | | Track declarative changesWarwick Allison2009-11-021-1/+1
* | | Merge commit 'widget/4.6' into origin/4.6Olivier Goffart2009-10-3012-230/+512
|\ \ \ | |/ / |/| |
| * | Merge branch 'fixes' of git://gitorious.org/~cmarcelo/qt/cmarcelos-clone into...Jan-Arve Sæther2009-10-292-13/+8
| |\ \
| | * | QGAL: set the orientation bit for complex anchorsCaio Marcelo de Oliveira Filho2009-10-282-13/+8
| * | | Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-294-9/+29
| |\ \ \ | | | |/ | | |/|
| * | | Compile on 64bitOlivier Goffart2009-10-281-2/+2
| * | | Fix initial focus bug in ItemIsFocusScope.Andreas Aardal Hanssen2009-10-281-7/+32
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-281-0/+2
| |\ \ \
| | * | | Let QGraphicsItem set QObjectPrivate::wasDeleted when appropriate.Andreas Aardal Hanssen2009-10-281-0/+2
| * | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-2812-215/+756
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | QGAL (QSimplex): Add constraints simplificationEduardo M. Fleury2009-10-262-4/+99
| | * | QGAL (QSimplex): Make deep copy of constraints inside QSimplexEduardo M. Fleury2009-10-263-12/+13
| | * | QGAL: Add QSimplexConstraint::toString() method for debuggingEduardo M. Fleury2009-10-261-0/+23
| | * | QGAL: Use constraints of type "equal" for fixed itemsEduardo M. Fleury2009-10-261-12/+22