summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicstransform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Rotation transform with NaN angle can cause crashMartin Jones2011-03-311-1/+3
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Doc: Fixing typoSergio Ahumada2010-11-161-1/+1
* doc: Fixed numerous qdoc warnings.Martin Smith2010-08-271-25/+7
* Merge remote branch 'origin/4.7' into oslo-staging-2/4.7Olivier Goffart2010-08-091-0/+18
|\
| * doc: Fixed some qdoc errors.Martin Smith2010-08-061-0/+18
* | Doc: Fixed qdoc warnings.David Boddie2010-08-051-0/+21
|/
* Remove use of shared NOTIFY signals in QGraphicsScaleMartin Jones2010-07-291-0/+3
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* 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