summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-3112-156/+156
* Updated year in copyright headerKai Koehne2014-03-2612-12/+12
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1312-12/+12
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2912-288/+288
* Update contact information in license headers.Sergio Ahumada2012-08-0112-24/+24
* Update year in Nokia copyright messages.Jason McDonald2012-01-1112-12/+12
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1312-204/+204
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-113-0/+15
|\
| * Add a "note well" to QVectorXD re float precision.Sarah Smith2011-02-163-0/+15
* | Fix "array subscript out of bounds" warning with GCC 4.5 in QtOpenGLThiago Macieira2011-02-212-6/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1712-40/+52
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-1112-12/+12
| * Work around an apparent GCC optimiser bug accessing arrays beyond endThiago Macieira2010-12-221-28/+40
* | Deprecate qGenericMatrixFromMatrix4x4 and qGenericMatrixToMatrix4x4Olivier Goffart2010-08-062-7/+9
* | It is no longer necessary to check for QT_NO_MEMBER_TEMPLATESminiak2010-08-032-12/+2
|/
* doc: Fixed many broken links.Martin Smith2010-05-206-12/+12
* Add Q_MOVABLE_TYPE decls to QVector?D, QMatrix4x4, QQuaternionRhys Weatherley2010-02-025-0/+10
* Update copyright year to 2010Jason McDonald2010-01-0712-12/+12
* Remove QMatrix4x4& return values in response to API review feedbackRhys Weatherley2009-11-042-78/+61
* Incorporate API review feedback for math3d classes.Rhys Weatherley2009-11-046-133/+165
* Fix ifdef around QMatrix4x4::rotate(QQuaternion)Rhys Weatherley2009-10-261-1/+1
* Optimize QGraphicsRotation's use of QMatrix4x4Rhys Weatherley2009-10-262-2/+110
* Add an extra overload for QMatrix4x4::toTransform()Rhys Weatherley2009-10-262-3/+22
* fix warnings about declarations shadowing class members (autotest reported)Jeremy Katz2009-09-295-46/+46
* QMatrix4x4::mapVector() to transform by top-left 3x3Rhys Weatherley2009-09-222-1/+33
* Increase precision when normalizing vectorsRhys Weatherley2009-09-214-8/+34
* Update license headers again.Jason McDonald2009-09-0912-48/+48
* Modify QMatrix4x4 and QQuaternion to use qreal internallyRhys Weatherley2009-09-048-460/+415
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3112-156/+156
* doc: Fixed several qdoc errors.Martin Smith2009-08-281-1/+1
* Add implicit conversions from math3d classes to QVariantRhys Weatherley2009-08-2110-0/+58
* Add projection support to QMatrix4x4::toTransform()Rhys Weatherley2009-08-202-7/+48
* Optimize QMatrix4x4::rotate() for 0, 90, 180, 270 degrees.Rhys Weatherley2009-08-181-4/+17
* Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-176-0/+8
* Update contact URL in license headers.Jason McDonald2009-08-1212-12/+12
* Faster quaternion multiplications.Ariya Hidayat2009-08-061-18/+11
* Doc: Document that coordinates are dropped.Volker Hilsheimer2009-07-252-4/+8
* Add the math3d types to QVariantRhys Weatherley2009-07-2310-24/+247
* Directly copy QGenericMatrix members instead of using qMemCopy()Rhys Weatherley2009-07-091-1/+3
* Remove some left-over mentions of fixed-point in math3dRhys Weatherley2009-07-095-20/+3
* Define M_PI in qmath.h if not defined by math.h (as is the case on Windows), ...Volker Hilsheimer2009-07-082-8/+0
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-1712-24/+24
* doc: Fixed several qdoc errors.Martin Smith2009-06-161-1/+1
* doc: Fixed several qdoc warnings.Martin Smith2009-06-151-1/+1
* Fix some incorrect license headers.Jason McDonald2009-06-1012-12/+12
* Fix signature for QGenericMatrix::fill()Rhys Weatherley2009-06-022-3/+3
* Optimize QMatrix4x4::map() for QVector3D/QPoint/QPointFRhys Weatherley2009-06-021-45/+90
* QMatrix4x4::scale(qreal,qreal) and QMatrix4x4::translate(qreal,qreal) methodsAaron Kennedy2009-06-022-2/+81
* Optimize QMatrix4x4::mapRect() for translation and scale operationsRhys Weatherley2009-06-022-30/+65
* Fixed typos 'indended' -> 'intended'Thorbjørn Lindeijer2009-04-212-6/+6