summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicstransform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix SCROLLAREA by fixing missing QT_NO_GRAPHICSVIEW dependenciesJørgen Lind2009-10-291-1/+2
* qdoc: Update QGraphicsTransform docs after changes to QGraphicsRotationRhys Weatherley2009-10-281-0/+3
* Optimize QGraphicsRotation's use of QMatrix4x4Rhys Weatherley2009-10-261-3/+1
* Add an extra overload for QMatrix4x4::toTransform()Rhys Weatherley2009-10-261-1/+1
* Fix a bug in QGraphicsRotation related to 2D projectionsRhys Weatherley2009-10-221-1/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Merge commit 'qt/master'Jason Barron2009-08-211-119/+97
|\
| * Remove QGraphicsTransform::project()Rhys Weatherley2009-08-201-30/+1
| * Fix comment for QGraphicsTransform::project()Rhys Weatherley2009-08-191-1/+1
| * Re-implement QGraphicsTransform to use QMatrix4x4Rhys Weatherley2009-08-191-117/+124
* | Merge commit 'qt/master'Jason Barron2009-08-181-0/+1
|\|
| * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-0/+1
* | Merge commit 'qt/master'Jason Barron2009-08-131-95/+89
|\|
| * 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
* | Merge commit 'qt/master'Jason Barron2009-08-101-11/+29
|\|
| * 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
* | Merge commit 'qt/master-stable'Jason Barron2009-08-061-2/+2
|\|
| * Fix obsolete license headersJason McDonald2009-08-041-2/+2
* | Merge commit 'qt/master-stable'Jason Barron2009-08-041-123/+217
|\|
| * Docs: Improve QGraphicsTransform and subclassesAndreas Aardal Hanssen2009-07-311-123/+217
* | Compile fixes related to QScopedPointer.Jason Barron2009-08-031-1/+1
|/
* fix compilation without 3d supportLars Knoll2009-07-291-1/+1
* Implement new transformation handling for graphics items.Lars Knoll2009-07-291-0/+479