summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscene_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed a potential crash in QGraphicsScenePrivate::_q_polishItems()J-P Nurmi2009-10-091-1/+1
* Add support for modality to QGraphicsItem panels.Bradley T. Hughes2009-10-011-0/+6
* Add QGraphicsItem::stackBefore(), and fix Z ordering bugs.Andreas Aardal Hanssen2009-09-251-0/+5
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Fix activation behavior for panels, and add QGraphicsItem::setActive().Andreas Aardal Hanssen2009-08-311-0/+2
* 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
* | Merge branch '4.6'Thiago Macieira2009-08-271-2/+2
|\ \
| * | Fix "We mean it." comments in graphicsviewOlivier Goffart2009-08-261-2/+2
* | | Introduce QGraphicsItem::ItemIsPanel, light-weight window.Andreas Aardal Hanssen2009-08-261-1/+2
|/ /
* | Merge commit 'qt/master-stable' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-201-1/+1
|\ \
| * | Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-191-1/+1
* | | Make QGraphicsItem::effectiveBoundingRect/sceneEffectiveBoundingRect internal.Bjørn Erik Nilsen2009-08-201-1/+1
* | | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-191-0/+1
|\ \ \ | |/ /
| * | Merge QGV delta from kinetic-declarativeui into master.Andreas Aardal Hanssen2009-08-171-0/+1
* | | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-171-4/+3
|\ \ \ | |/ /
| * | Fix focus proxy deletion bugs/crashes in QGraphicsItem.Andreas Aardal Hanssen2009-08-131-1/+0
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| * | fix warnings for the qreal == float caseJoerg Bornemann2009-08-111-2/+2
* | | Notify QGraphicsEffect whenever the source is invalidated.Bjørn Erik Nilsen2009-08-071-4/+11
* | | Make tst_QGraphicsEffectSource::boundingRect happy.Bjørn Erik Nilsen2009-08-041-1/+1
* | | Notify QGraphicsEffect about source bounding rect changes.Bjørn Erik Nilsen2009-07-311-0/+4
* | | Merge branch 'kinetic-graphicseffect' of git@scm.dev.nokia.troll.no:qt/kineti...Bjørn Erik Nilsen2009-07-291-0/+2
|\ \ \
| * \ \ Merge branch 'custom_shaders' of ../qt-graphics-team into custom-shadersRhys Weatherley2009-07-231-0/+2
| |\ \ \ | | |/ /
| | * | Add QGraphicsItem::focusProxy(), focus proxy support.Andreas Aardal Hanssen2009-07-231-0/+2
* | | | Add QGraphicsEffectSource::pixmap.Bjørn Erik Nilsen2009-07-291-3/+3
* | | | Add QGraphicsSourceEffect.Bjørn Erik Nilsen2009-07-291-1/+5
|/ / /
* | | Compile after merge commit 8079a0c5b4ee6550501476410fab457d63c705b6Bjørn Erik Nilsen2009-07-211-0/+8
|/ /
* | Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-141-0/+1
* | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-101-8/+2
|\ \
| * | Improved the support for input methods in Graphics View.jasplin2009-07-031-0/+2
| * | Refactored gesture apiDenis Dzyubenko2009-07-021-8/+0
* | | Simplify QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-07-031-1/+7
* | | More re-factoring of QGraphicsSceneIndex.Bjørn Erik Nilsen2009-07-021-15/+2
* | | Speedup item-lookup in Graphics View.Bjørn Erik Nilsen2009-07-021-0/+8
* | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-011-1/+22
|\ \ \ | |/ /
| * | Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-241-1/+1
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-221-4/+13
| |\ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-181-1/+4
| |\ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-3/+3
| |\ \ \ \
| * | | | | enable touch events on all views if an item has touch enabledBradley T. Hughes2009-06-111-0/+2
| * | | | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-5/+5
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-101-10/+35
| |\ \ \ \ \
| * | | | | | Some API changes after an API review roundBradley T. Hughes2009-06-051-4/+2
| * | | | | | Don't try to maintain a current and active list of points for the app and wid...Bradley T. Hughes2009-05-281-7/+3
| * | | | | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-271-7/+7
| * | | | | | implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-181-1/+4
| * | | | | | Implement QEvent::GraphicsSceneTouchBegin propagationBradley T. Hughes2009-05-131-0/+1
| * | | | | | Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-131-5/+12