summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/math3d/qquaternion/tst_qquaternion.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-8/+28
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Remove deprecated method QQuaternion::conjugateMarcel Krems2020-09-071-7/+4
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-3/+2
* Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-0/+3
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-051-1/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-6/+6
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-10/+10
* 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-261-3/+4
* [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-111-7/+7
* [QQuaternion] Introduce to/from rotation matrix conversion routinesKonstantin Ritt2015-02-061-0/+22
* Introduce QQuaternion::inverted()Konstantin Ritt2015-01-281-0/+29
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-071-345/+338
* Do not consider sign in qIsNull.Mitch Curtis2012-08-221-0/+7
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-3/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Moved gui autotests into new directory structureJo Asplin2011-09-011-0/+888