summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improvements to graphics effects API after review round.Samuel Rødal2009-11-101-1/+1
* Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-091-1/+1
|\
| * API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-091-1/+1
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-061-1/+6
|\ \
| * | Fix QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-061-1/+6
| |/
* | QGraphicsView: Fixes QGraphicsView::focusItem when scene is not activeOlivier Goffart2009-11-061-4/+6
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-051-6/+103
|\|
| * Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-041-6/+103
| |\
| | * Gesture api review.Denis Dzyubenko2009-11-031-9/+7
| | * Modified gesture events propagation.Denis Dzyubenko2009-11-031-2/+11
| | * Make GestureCancelPolicy work for graphicsviewThomas Zander2009-10-301-0/+90
* | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-041-0/+2
|\| |
| * | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-021-7/+9
| |\ \
| * | | Fix LIBRARY and ICONJørgen Lind2009-10-291-0/+2
| | |/ | |/|
* | | Introduced QGraphicsItem::ItemSendsScenePositionChanges andJ-P Nurmi2009-11-031-0/+56
* | | Fixed QGraphicsScene::clear() not to crash if related top level itemsJ-P Nurmi2009-11-031-2/+3
| |/ |/|
* | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-281-1/+257
|\|
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-231-1/+252
| |\
| | * Implemented gesture event delivery and propagation inside QGraphicsView.Denis Dzyubenko2009-10-221-18/+231
| | * Improved gesture event filtering inside QGraphicsView for QGraphicObjectsDenis Dzyubenko2009-10-221-1/+39
| * | Added caching of graphics effect source pixmaps to speed up effects.Samuel Rødal2009-10-221-0/+5
| |/
* | QGraphicsLineItem leave traces when moving around (reg. against 4.5)Bjørn Erik Nilsen2009-10-231-1/+1
* | Fix crash in QGraphicsView BSP discovered in Amarok.Alexis Menard2009-10-221-6/+8
|/
* doc: Corrected typo.Martin Smith2009-10-161-1/+1
* Merge commit '8df79a473e1a7e5c79b9b10827985bf3e9501002' into 4.6Alexis Menard2009-10-121-5/+6
|\
| * A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-5/+6
* | Fixed a potential crash in QGraphicsScenePrivate::_q_polishItems()J-P Nurmi2009-10-091-4/+7
|/
* Make QEventTransition works with QGraphicsObject.Alexis Menard2009-10-051-1/+11
* Update documentation for sorting / stacking order in Graphics View.Andreas Aardal Hanssen2009-10-021-122/+121
* qdoc: Added a missing "/" in a "<h2>".Martin Smith2009-10-011-105/+107
* Add support for modality to QGraphicsItem panels.Bradley T. Hughes2009-10-011-8/+156
* Add QGraphicsItem::stackBefore(), and fix Z ordering bugs.Andreas Aardal Hanssen2009-09-251-2/+39
* Inverts the SortOrder in graphics scene to reflect the stacking orderLeonardo Sobral Cunha2009-09-221-14/+14
* Fix focus scope bugs, verified against examples in kinetic-declarativeui.Andreas Aardal Hanssen2009-09-221-11/+2
* Support for focus scopes: QGraphicsItem::ItemIsFocusScope.Andreas Aardal Hanssen2009-09-151-2/+11
* Fix bugs in handling of initial focus.Andreas Aardal Hanssen2009-09-151-2/+5
* 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-091-1/+2
* Only active QGraphicsScenes can have active input focus.Andreas Aardal Hanssen2009-09-091-3/+8
* Remove ItemAutoDetectsFocusProxy from QGraphicsItem.Andreas Aardal Hanssen2009-09-091-13/+0
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Rendering artifacts when installing an effect on HasNoContents items.Bjørn Erik Nilsen2009-09-031-5/+10
* Fix activation behavior for panels, and add QGraphicsItem::setActive().Andreas Aardal Hanssen2009-08-311-58/+91
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
| * Fix a potential crash due to the fact that _q_UpdateIndex() is reenteredAndy Shaw2009-07-221-1/+1
* | Fixed runtime warning in tst_QGraphicsProxyWidget::childPos.Gabriel de Dietrich2009-08-281-2/+2
* | Introduce QGraphicsItem::ItemIsPanel, light-weight window.Andreas Aardal Hanssen2009-08-261-91/+155
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-13/+61
|\ \