summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-141-6/+9
* Fixed linking of QtSvg with MSVC.Rohan McGovern2009-07-131-0/+17
* Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-101-34/+3
|\
| * Improved the support for input methods in Graphics View.jasplin2009-07-031-2/+2
| * Refactored gesture apiDenis Dzyubenko2009-07-021-32/+1
* | Reduce QTransform operations in Graphics View.Bjørn Erik Nilsen2009-07-081-1/+15
* | Speedup item-lookup in Graphics View.Bjørn Erik Nilsen2009-07-021-0/+17
* | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-011-8/+44
|\ \ | |/
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-181-6/+20
| |\
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
| |\ \
| * | | Merge of masterBradley T. Hughes2009-06-151-5/+17
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-121-2/+4
| |\ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-101-107/+136
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-291-2/+2
| |\ \ \ \ \
| * | | | | | Compile fix after conflict resolutionBradley T. Hughes2009-05-261-1/+1
| * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-261-2/+87
| |\ \ \ \ \ \
| * | | | | | | Moved gestures info to an extra in QGraphicsItemPrivate not to increase the s...Denis Dzyubenko2009-05-201-2/+28
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-05-181-1/+5
| |\ \ \ \ \ \ \
| | * | | | | | | implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-181-0/+4
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-181-7/+13
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-131-0/+1
| * | | | | | | | Modifications after the api review by Brad.Denis Dzyubenko2009-05-111-1/+1
| * | | | | | | | Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-111-0/+2
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-081-4/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-231-0/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-161-3/+58
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add QGraphicsItem::acceptTouchEvents() and setAcceptTouchEvents()Bradley T. Hughes2009-03-241-0/+2
* | | | | | | | | | | | Proper handling of scene rect in QGraphicsScene(Index).Bjørn Erik Nilsen2009-06-261-1/+1
* | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-181-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Compile on MSVC.Bjørn Erik Nilsen2009-06-181-8/+0
| * | | | | | | | | | | Speedup QGraphicsScenePrivate::processDirtyItemsRecursiveBjørn Erik Nilsen2009-06-171-0/+9
| * | | | | | | | | | | Speedup QGraphicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-06-171-1/+14
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Changes after first round of code reviewing.Andreas Aardal Hanssen2009-06-181-0/+9
|/ / / / / / / / / /
* | | | | | | | | | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | | | | | | | | | Speedup QGraphicsItemPrivate::TransformData::computedFullTransformBjørn Erik Nilsen2009-06-121-5/+17
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Add some meat to QGraphicsObjectLars Knoll2009-06-111-1/+3
* | | | | | | | | | removed superflous indirection (ie. using q->..) instead of using theThierry Bastian2009-06-101-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove duplicated code for removing an item from the scene.Bjørn Erik Nilsen2009-06-091-2/+4
* | | | | | | | | Add ItemSendsGeometryChanges, replacing itemChangeEnabled().Andreas Aardal Hanssen2009-06-091-2/+3
* | | | | | | | | Revert "Add QGraphicsItem::itemChangeEnabled()."Andreas Aardal Hanssen2009-06-091-3/+1
* | | | | | | | | Add (back) properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-06-091-6/+50
* | | | | | | | | Compatibility fix for QGraphicsScene::sceneRectChanged()/sceneRect().Bjørn Erik Nilsen2009-06-091-1/+3
* | | | | | | | | Fix bug in QGraphicsItem::effectiveOpacity() caused by typo.Andreas Aardal Hanssen2009-06-091-2/+3
* | | | | | | | | Add QGraphicsItem::itemChangeEnabled().Andreas Aardal Hanssen2009-06-091-1/+3
* | | | | | | | | Remove leftover code from merge conflict.Andreas Aardal Hanssen2009-06-091-66/+0
* | | | | | | | | Cache QGrahicsItem's scene transform.Bjørn Erik Nilsen2009-06-091-2/+9
* | | | | | | | | Generalize QGrahicsScenePrivate::processDirtyItemsRecursive.Bjørn Erik Nilsen2009-06-091-3/+3
* | | | | | | | | optimise isFullyTransparent()Lars Knoll2009-06-091-7/+19
* | | | | | | | | Optimise effectiveOpacity and make it inlineable.Lars Knoll2009-06-091-1/+25