summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/math3d
Commit message (Expand)AuthorAgeFilesLines
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-052-3/+3
* QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-141-0/+4
* Updated license headersJani Heikkinen2016-01-213-51/+36
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-6/+6
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-053-3/+0
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-313-71/+71
* Introduce QQuaternion::fromDirection()Konstantin Ritt2015-04-071-0/+94
* Introduce QQuaternion::rotationTo(vecFrom, vecTo)Konstantin Ritt2015-03-071-0/+60
* [QQuaternion] Add a way to convert to/from orthonormal axesKonstantin Ritt2015-03-071-28/+95
* Introduce QQuaternion::dotProduct()Konstantin Ritt2015-03-051-0/+55
* Use C++ <cmath> instead of <math.h> in math3d autotestsKonstantin Ritt2015-02-263-9/+10
* [QQuaternion] Fix naming of the new methodsKonstantin Ritt2015-02-261-3/+3
* [QQuaternion] Introduce to/from euler angles conversion routinesKonstantin Ritt2015-02-141-0/+112
* [QQuaternion] Introduce toAxisAndAngle()Konstantin Ritt2015-02-141-0/+20
* Update copyright headersJani Heikkinen2015-02-113-21/+21
* [QQuaternion] Introduce to/from rotation matrix conversion routinesKonstantin Ritt2015-02-061-0/+22
* Introduce QQuaternion::inverted()Konstantin Ritt2015-01-281-0/+29
* [QVectorND] Add missing operator/=(const QVectorND &)Konstantin Ritt2015-01-281-8/+153
* Add project/unproject methods in QVector3DPaul Lemire2015-01-221-0/+158
* Update license headers and add new license filesMatti Paaso2014-09-243-57/+33
* Add viewport transform to QMatrix4x4Sean Harmer2014-05-161-0/+35
* Add operator[] to QVectorND classesSean Harmer2013-08-271-0/+80
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-272-2/+0
* Add convenience distance methods to QVector2DLaszlo Papp2013-03-181-9/+120
* Add a minor convenience for calculating the distance to a pointLaszlo Papp2013-03-151-0/+55
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-72/+72
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-073-1769/+1745
* Do not consider sign in qIsNull.Mitch Curtis2012-08-222-0/+25
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-013-0/+3
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-283-0/+3
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-023-15/+15
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-303-3/+3
* Update contact information in license headers.Jason McDonald2012-01-233-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-053-3/+3
* gui: eliminated usage of qttest_p4.prfRohan McGovern2011-10-253-3/+9
* Moved gui autotests into new directory structureJo Asplin2011-09-017-0/+6427