summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-11/+2
* Merge QGV delta from kinetic-declarativeui into master.Andreas Aardal Hanssen2009-08-171-0/+15
* qdoc: Fixed the bug that made reporting NOTIFY signals not work.Martin Smith2009-08-171-2/+3
* Doc: Mention that destroying an item that belongs to a QGraphicsScene is inne...Olivier Goffart2009-08-171-0/+3
* QVariant: added toFloat and toRealThierry Bastian2009-08-141-6/+5
* Fix focus proxy deletion bugs/crashes in QGraphicsItem.Andreas Aardal Hanssen2009-08-131-8/+21
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Refactors QGraphicsItemGroup::addToGroup to use QGraphicsItem::itemTransformLeonardo Sobral Cunha2009-08-071-7/+12
* Merge branch '4.5'Bill King2009-08-051-11/+14
|\
| * Fix indentation.Alexis Menard2009-08-041-1/+3
| * Fix ancestor flags that are not correctly update when reparenting.Alexis Menard2009-08-041-11/+12
* | Added input hints to QGraphicsItem.jasplin2009-08-041-1/+34
* | Doc: Use new APIs in example and correct documentation regarding replacement.Volker Hilsheimer2009-07-311-1/+1
* | Doc: Use new APIs in example and correct documentation regarding replacement.Volker Hilsheimer2009-07-311-4/+27
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAaron Kennedy2009-07-311-61/+102
|\ \
| * | Docs: Improve QGraphicsTransform and subclassesAndreas Aardal Hanssen2009-07-311-61/+102
* | | extend the QObjectPrivate::connectedSignals bitfield to make spaceAaron Kennedy2009-07-311-1/+1
|/ /
* | Doc: Document QGraphicsObject::children workaround as \internalVolker Hilsheimer2009-07-291-0/+10
* | Implement new transformation handling for graphics items.Lars Knoll2009-07-291-240/+99
* | Doc: Some final QMatrix cleanups.Volker Hilsheimer2009-07-281-3/+4
* | Doc: Focus and key-event handling in QGraphicsItem.Volker Hilsheimer2009-07-271-20/+25
* | Add QGraphicsItem::ItemAutoDetectsFocusProxy and improve subfocus support.Andreas Aardal Hanssen2009-07-271-24/+96
* | doc: Removed a few links to obsolete functions (not controversial).Martin Smith2009-07-231-16/+11
* | Add QGraphicsItem::focusProxy(), focus proxy support.Andreas Aardal Hanssen2009-07-231-5/+71
* | Doc: fix links between QGraphicsItem and QTouchEventVolker Hilsheimer2009-07-201-3/+3
* | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-5/+5
* | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-8/+16
* | Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-141-2/+47
* | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-101-119/+13
|\ \
| * | Improved the support for input methods in Graphics View.jasplin2009-07-031-0/+13
| * | Refactored gesture apiDenis Dzyubenko2009-07-021-119/+0
* | | QGraphicsItem not updated properly when moving parent.Bjørn Erik Nilsen2009-07-101-0/+1
* | | Painting artifacts when closing an embedded popup in Graphics View.Bjørn Erik Nilsen2009-07-101-4/+3
* | | Painting artifacts when moving an item with partial updates.Bjørn Erik Nilsen2009-07-101-0/+1
* | | Reduce QTransform operations in Graphics View.Bjørn Erik Nilsen2009-07-081-31/+109
* | | Speedup item-lookup in Graphics View.Bjørn Erik Nilsen2009-07-021-0/+5
* | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-011-0/+2
|\ \ \ | |/ /
| * | Compiler warnings.Bjørn Erik Nilsen2009-07-011-0/+2
* | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-011-0/+147
|\ \ \ | |/ /
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-221-10/+8
| |\ \
| * \ \ 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-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
| |\ \ \ \ \ \ \ \