summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Martin Jones2009-09-083-40/+166
|\
| * Fix crash on QGraphicsItem destruction related to focus handlingKai Koehne2009-09-071-1/+1
| * Fix crashes when moving descendents during destruction.Andreas Aardal Hanssen2009-09-041-7/+11
| * Don't call pure virtuals on deleting QGraphicsItemAaron Kennedy2009-09-041-1/+3
| * Make sure that top-level windows respect hfw/wfh constraint.Jan-Arve Sæther2009-09-041-25/+139
| * QGraphicsWidget::sizeHint didn't pass the correct constraint to layout.Jan-Arve Sæther2009-09-041-2/+4
| * Doc: Review of docs for QGraphicsItem::ItemUsesExtendedStyleOption.Geir Vattekar2009-09-041-7/+11
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-042-4/+4
|\ \ | |/
| * Removing a few superfluous semicolons.Alessandro Portale2009-09-032-4/+4
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-044-53/+78
|\ \
| * \ Merge commit 'qt/4.6' into kinetic-declarativeuiBjørn Erik Nilsen2009-09-034-53/+78
| |\ \ | | |/
| | * Rendering artifacts when installing an effect on HasNoContents items.Bjørn Erik Nilsen2009-09-031-5/+10
| | * Fix crash bug when rendering a graphicsview offscreen with effectsThomas Hartmann2009-09-031-4/+8
| | * Improvements to usage of QMatrix4x4 in QGraphicsItem.Andreas Aardal Hanssen2009-09-031-20/+10
| | * Fix test failure & optimize matrix operations in QGraphicsItem.Andreas Aardal Hanssen2009-09-031-0/+13
| | * Fix the issue where the simplification did not simplify 2 anchors.Jan-Arve Sæther2009-09-021-36/+49
* | | Don't call pure virtuals on deleting QGraphicsItemAaron Kennedy2009-09-041-1/+3
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-011-14/+13
|\ \ | |/
| * Doc: Fixed typos in QGraphicsItem and Diagram Scene ExampleGeir Vattekar2009-09-011-14/+13
* | Merge commit 'qt/4.6' into kinetic-declarativeuiBjørn Erik Nilsen2009-09-011-0/+3
|\ \ | |/
| * Make sure the BSP is updated when a graphics effect changes bounding rect.Bjørn Erik Nilsen2009-09-011-0/+3
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-08-3151-731/+817
|\ \ | |/
| * fix doc. id maps to QObject::objectName, not QGraphicsObject::setOpacity ;-)Riccardo Iaconelli2009-08-311-1/+1
| * Add auto-activation on show/hide and setParentItem().Andreas Aardal Hanssen2009-08-313-6/+16
| * Fix activation behavior for panels, and add QGraphicsItem::setActive().Andreas Aardal Hanssen2009-08-315-61/+137
| * Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3116-208/+208
| * Fixed performance issue with graphics effects on graphics items.Samuel Rødal2009-08-311-0/+2
| * Merge branch '4.5' into 4.6Thiago Macieira2009-08-3135-455/+455
| |\
| | * Update tech preview license header.Jason McDonald2009-08-3135-455/+455
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-08-3123-173/+368
|\ \ \ | |/ /
| * | Fix wrong transform when drawing graphics item effect source.Bjørn Erik Nilsen2009-08-281-4/+2
| * | Fixed runtime warning in tst_QGraphicsProxyWidget::childPos.Gabriel de Dietrich2009-08-281-2/+2
| * | Merge branch '4.6'Thiago Macieira2009-08-2718-43/+87
| |\ \
| | * | Doc: Explained how mouse events are handled by QGraphicsView.Geir Vattekar2009-08-271-3/+5
| | * | Make sure itemAt() reflects the visual order.Jan-Arve Sæther2009-08-274-7/+26
| | * | Doc fixes.Jan-Arve Sæther2009-08-271-9/+30
| | * | Remove warning.Jan-Arve Sæther2009-08-271-1/+1
| | * | Fixes typo in doc and missing return in anchor layoutLeonardo Sobral Cunha2009-08-261-2/+4
| | * | Fix "We mean it." comments in graphicsviewOlivier Goffart2009-08-2610-20/+20
| | * | fix warnings on Windows CEJoerg Bornemann2009-08-261-1/+1
| * | | Introduce QGraphicsItem::ItemIsPanel, light-weight window.Andreas Aardal Hanssen2009-08-267-124/+274
| |/ /
* | | Fixup 928e81b68e0b695662c7ee3dd0bfa409a7ca1ffdAaron Kennedy2009-08-271-15/+3
* | | Implement Focus Scope support in GraphicsViewAaron Kennedy2009-08-275-88/+166
|/ /
* | Merge branch '4.6'Thiago Macieira2009-08-242-2/+3
|\ \
| * \ Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-0/+2
| |\ \ | | |/
| | * Fix regression in clip path calculation for QGraphicsWidget.Alexis Menard2009-08-181-0/+2
| | * Update license headers.Jason McDonald2009-08-1135-35/+35
| * | Remove warningJan-Arve Sæther2009-08-241-2/+1
* | | Fix Qt::ClickFocus for QGraphicsProxyWidget.Andreas Aardal Hanssen2009-08-241-1/+7
|/ /
* | Add missing license headers and header guards.Jason McDonald2009-08-214-5/+158