summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Fixed broken scrolling of cached graphics items on X11.Samuel Rødal2009-09-181-41/+1
* Don't loose precision by converting the sizes (qreals) to ints.Jan-Arve Sæther2009-09-181-16/+12
* Call effectiveSizeHint(Qt::MinimumSize).width instead of minimumWidth()Jan-Arve Sæther2009-09-181-48/+40
* QGraphicsAnchorLayout: Initial support for Size PolicyAnselmo Lacerda S. de Melo2009-09-182-5/+39
* Implement hasConflicts().Jan-Arve Sæther2009-09-176-95/+133
* QGraphicsAnchorLayout: Remove QGALPrivate::deleteAnchorData()Eduardo M. Fleury2009-09-172-13/+1
* QGraphicsAnchorLayoutPrivate: Removing item from layout when there are no mor...Jesus Sanchez-Palencia2009-09-172-0/+77
* QGraphicsAnchorLayoutPrivate: Removing method removeAnchor()Jesus Sanchez-Palencia2009-09-172-22/+12
* QGraphicsAnchorLayout: Removing methods names inconsistencies on private classJesus Sanchez-Palencia2009-09-173-19/+19
* QGraphicsAnchorLayout: Handle negative spacing in "setAnchorSpacing"Eduardo M. Fleury2009-09-171-2/+25
* QGraphicsAnchorLayout: Fix anchor creation heuristicsEduardo M. Fleury2009-09-171-19/+17
* Fix a bug in FocusScopes; ensure subFocus is set correctly.Andreas Aardal Hanssen2009-09-151-1/+3
* Remove unused signal declaration.Andreas Aardal Hanssen2009-09-151-1/+0
* doc: Fixed some qdoc errors.Martin Smith2009-09-151-42/+3
* Support for focus scopes: QGraphicsItem::ItemIsFocusScope.Andreas Aardal Hanssen2009-09-155-36/+177
* Fix bugs in handling of initial focus.Andreas Aardal Hanssen2009-09-151-2/+5
* Remove this line; which no longer has any effect.Andreas Aardal Hanssen2009-09-151-2/+0
* Fix update issues in QGraphicsView.Alexis Menard2009-09-152-15/+11
* API change. This will get rid of the ugly setAnchorSpacing() method.Jan-Arve Sæther2009-09-144-200/+292
* Respect the layoutDirection property of the parent widget.Jan-Arve Sæther2009-09-113-20/+29
* Wrong opacity set on the painter in QGraphicsEffect::draw.Bjørn Erik Nilsen2009-09-101-0/+1
* Fix crash/bug in QGraphicsItem's subFocus handling.Andreas Aardal Hanssen2009-09-092-8/+14
* Only active QGraphicsScenes can have active input focus.Andreas Aardal Hanssen2009-09-092-9/+21
* Remove ItemAutoDetectsFocusProxy from QGraphicsItem.Andreas Aardal Hanssen2009-09-093-47/+4
* Fix crash on QGraphicsItem destruction related to focus handling (redone)Kai Koehne2009-09-091-1/+3
* Update license headers again.Jason McDonald2009-09-0951-204/+204
* 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
* 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
|\ \