summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Martin Jones2009-08-174-20/+29
|\
| * QVariant: added toFloat and toRealThierry Bastian2009-08-141-6/+5
| * Fix focus proxy deletion bugs/crashes in QGraphicsItem.Andreas Aardal Hanssen2009-08-134-14/+24
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-08-1344-196/+259
|\ \ | |/
| * QGraphicsRotation and QGraphicsRotation3D are now merged into 1 classThierry Bastian2009-08-122-119/+94
| * Eliminate last mentions of "Qt Software".Jason McDonald2009-08-122-2/+2
| * Update contact URL in license headers.Jason McDonald2009-08-1244-44/+44
| * fix warnings for the qreal == float caseJoerg Bornemann2009-08-111-2/+2
| * Compile fix with namespaceshjk2009-08-101-0/+4
| * Emit axisChanged() when the QGraphicsRotation3D axis changes.Rhys Weatherley2009-08-101-0/+3
| * Set default QGraphicsTransform3D axis to (0, 0, 1)Rhys Weatherley2009-08-101-11/+26
| * Fix compiler error on GCC 4.2.0 mips/sh3Anders Bakken2009-08-071-6/+3
| * 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
| | * Fix a potential crash due to the fact that _q_UpdateIndex() is reenteredAndy Shaw2009-07-221-1/+1
| * | Added input hints to QGraphicsItem.jasplin2009-08-043-2/+40
| * | Fix obsolete license headersJason McDonald2009-08-041-2/+2
| * | 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
* | | Remove unused include.Andreas Aardal Hanssen2009-07-311-1/+0
* | | Add missing QDebug operator entry for ItemNegativeZStacksBehindParent.Andreas Aardal Hanssen2009-07-311-0/+3
* | | Remove unused functionality.Andreas Aardal Hanssen2009-07-313-18/+0
* | | Merge branch 'master' of ../../qt into kinetic-declarativeuiAaron Kennedy2009-07-315-191/+327
|\ \ \ | |/ /
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAaron Kennedy2009-07-315-191/+327
| |\ \
| | * | Docs: Improve QGraphicsTransform and subclassesAndreas Aardal Hanssen2009-07-315-191/+327
| * | | extend the QObjectPrivate::connectedSignals bitfield to make spaceAaron Kennedy2009-07-312-5/+5
| |/ /
* | | Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-302-3/+13
|\ \ \ | |/ /
| * | Use correct license header.Volker Hilsheimer2009-07-291-2/+2
| * | Doc: Document QGraphicsObject::children workaround as \internalVolker Hilsheimer2009-07-291-0/+10
| * | Make autotests compile: s/slots/Q_SLOTSVolker Hilsheimer2009-07-291-1/+1
* | | Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-292-0/+18
|\ \ \ | |/ /
| * | fix compilation without 3d supportLars Knoll2009-07-291-1/+1
| * | Ensure hover enter events are dispatched on mouse press.Andreas Aardal Hanssen2009-07-291-0/+7
| * | Fix remaining autotest failures in tst_QGraphicsWidgetAndreas Aardal Hanssen2009-07-291-0/+4
| * | Disambiguate QGraphicsObject::children().Andreas Aardal Hanssen2009-07-291-0/+7
* | | Fixup merge errorsAaron Kennedy2009-07-293-22/+2
* | | Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-291-0/+73
|\ \ \ | |/ /
| * | forgot to add this file in the last commit.Lars Knoll2009-07-291-0/+73
* | | Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-2914-556/+1096
|\ \ \ | |/ /
| * | Implement new transformation handling for graphics items.Lars Knoll2009-07-298-330/+782
| * | Doc: Some final QMatrix cleanups.Volker Hilsheimer2009-07-282-3/+5
| * | 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-277-73/+136
| * | Doc: Replace QMatrix with QTransform and respective functions in various places.Volker Hilsheimer2009-07-252-10/+12
| * | Doc: Replace links to obsolete APIs.Volker Hilsheimer2009-07-251-1/+1
| * | Specify widget when calling QToolTip::showText() to make sure the tool tip en...Thomas Sondergaard2009-07-241-3/+2
| * | doc: Removed a few links to obsolete functions (not controversial).Martin Smith2009-07-231-16/+11
| * | Fix merge error, restore size of bit field.Andreas Aardal Hanssen2009-07-231-2/+2