summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicstransform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QGraphicsTransform::project()Rhys Weatherley2009-08-191-30/+1
* Fix comment for QGraphicsTransform::project()Rhys Weatherley2009-08-191-1/+1
* Re-implement QGraphicsTransform to use QMatrix4x4Rhys Weatherley2009-08-191-117/+124
* Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-0/+1
* QGraphicsRotation and QGraphicsRotation3D are now merged into 1 classThierry Bastian2009-08-121-94/+88
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* 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 obsolete license headersJason McDonald2009-08-041-2/+2
* Docs: Improve QGraphicsTransform and subclassesAndreas Aardal Hanssen2009-07-311-123/+217
* fix compilation without 3d supportLars Knoll2009-07-291-1/+1
* Implement new transformation handling for graphics items.Lars Knoll2009-07-291-0/+479