summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | 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
| | | * | | | | QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-121-1/+1
| * | | | | | | Merge of masterBradley T. Hughes2009-06-151-56/+87
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-121-5/+245
| |\ \ \ \ \ \ \
| * | | | | | | | enable touch events on all views if an item has touch enabledBradley T. Hughes2009-06-111-0/+6
| * | | | | | | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-3/+2
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-101-647/+505
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-291-39/+141
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-261-41/+401
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Moved gestures info to an extra in QGraphicsItemPrivate not to increase the s...Denis Dzyubenko2009-05-201-13/+20
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-05-181-7/+37
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-181-7/+37
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-181-12/+70
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Added missing \since 4.6 doc tagDenis Dzyubenko2009-05-111-0/+8
| * | | | | | | | | | Removed all weird qHash usage for gesture identification.Denis Dzyubenko2009-05-111-5/+4
| * | | | | | | | | | More documentation fixes.Denis Dzyubenko2009-05-111-7/+41
| * | | | | | | | | | Modifications after the api review by Brad.Denis Dzyubenko2009-05-111-13/+19
| * | | | | | | | | | Fixes: improved gesture manager event filtering.Denis Dzyubenko2009-05-111-0/+5
| * | | | | | | | | | Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-111-0/+28
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-081-19/+29
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-231-7/+34
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-231-1/+13
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-161-178/+402
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-071-8/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-03-301-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | add QGraphicsItem::acceptTouchEvents() and setAcceptTouchEvents()Bradley T. Hughes2009-03-241-0/+25
* | | | | | | | | | | | | | | | Manually fix bad merges and make sure everything compiles with 4.6.Harald Fernengel2009-06-291-3/+2
* | | | | | | | | | | | | | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-619/+1417
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Speedup QGraphicsItemPrivate::TransformData::computedFullTransformBjørn Erik Nilsen2009-06-121-5/+16
| * | | | | | | | | | | | | | | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-51/+71
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | doc: Fixed several qdoc warnings.Martin Smith2009-06-111-3/+6
| * | | | | | | | | | | | | | add parent and id properties to QGraphicsObjectLars Knoll2009-06-111-2/+71
| * | | | | | | | | | | | | | added properties for x,y and z. Removed the notify for the pos property,Lars Knoll2009-06-111-8/+39
| * | | | | | | | | | | | | | Add some meat to QGraphicsObjectLars Knoll2009-06-111-11/+134
| * | | | | | | | | | | | | | add a QGraphicsObject class and change QGraphicsWidget and QGraphicsTextItem ...Lars Knoll2009-06-111-2/+14
| * | | | | | | | | | | | | | Partially revert "Add (back) properties to QGraphicsItem to change theBjørn Erik Nilsen2009-06-111-1/+3
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Fix sorting bug when using BSP tree index + add autotest.Andreas Aardal Hanssen2009-06-091-6/+2
| * | | | | | | | | | | | | Remove duplicated code for removing an item from the scene.Bjørn Erik Nilsen2009-06-091-18/+18
| * | | | | | | | | | | | | Fix moving regression for ItemIgnoresTransformations items.Andreas Aardal Hanssen2009-06-091-1/+9
| * | | | | | | | | | | | | Add ItemSendsGeometryChanges, replacing itemChangeEnabled().Andreas Aardal Hanssen2009-06-091-69/+92
| * | | | | | | | | | | | | Revert "Add QGraphicsItem::itemChangeEnabled()."Andreas Aardal Hanssen2009-06-091-170/+70
| * | | | | | | | | | | | | Fix two regressions in Plasma. The painter state proctection was notAlexis Menard2009-06-091-4/+2
| * | | | | | | | | | | | | Add (back) properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-06-091-92/+420
| * | | | | | | | | | | | | A partial QGraphicsItem update causes a full update to be discarded.Bjørn Erik Nilsen2009-06-091-2/+2
| * | | | | | | | | | | | | Discard updates outside the bounding rect.Bjørn Erik Nilsen2009-06-091-1/+1
| * | | | | | | | | | | | | Compatibility fix for QGraphicsScene::changed signal.Bjørn Erik Nilsen2009-06-091-3/+14
| * | | | | | | | | | | | | Compatibility fix for QGraphicsScene::sceneRectChanged()/sceneRect().Bjørn Erik Nilsen2009-06-091-0/+1
| * | | | | | | | | | | | | Fix stacking order bug, ensure the dirty sort bits are set correctly.Andreas Aardal Hanssen2009-06-091-1/+12