summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removing a few superfluous semicolons.Alessandro Portale2009-09-032-4/+4
* 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
* Doc: Fixed typos in QGraphicsItem and Diagram Scene ExampleGeir Vattekar2009-09-011-14/+13
* Make sure the BSP is updated when a graphics effect changes bounding rect.Bjørn Erik Nilsen2009-09-011-0/+3
* 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
* | 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
|/ /
* | 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-224-5/+158
* | Fix obsolete license headers.Jason McDonald2009-08-224-8/+8
* | Fixed compile error.axis2009-08-211-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-217-39/+436
|\ \
| * | Cleanup after wrong merge.Bjørn Erik Nilsen2009-08-211-2/+1
| * | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-2113-149/+4081
| |\ \
| * \ \ Merge commit 'qt/master-stable' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-203-9/+12
| |\ \ \
| * | | | Delete existing graphics effect when setting a new one.Bjørn Erik Nilsen2009-08-201-7/+4
| * | | | Add support for graphics effects on QWidget.Bjørn Erik Nilsen2009-08-201-0/+3
| * | | | Make QGraphicsItem::effectiveBoundingRect/sceneEffectiveBoundingRect internal.Bjørn Erik Nilsen2009-08-205-12/+14
| * | | | Compile graphics effect on all platforms.Bjørn Erik Nilsen2009-08-202-0/+2
| * | | | Move QGraphicsEffect from src/gui/graphicsview to src/gui/effects.Bjørn Erik Nilsen2009-08-196-1368/+4
| * | | | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-1920-48/+51
| |\ \ \ \