summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/math3d
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-163-81/+6
* QtGui/math3d: Fix QQuaternion::getEulerAngles for GimbalLock casesYuya Nishihara2022-01-161-0/+29
* tst_QMatrixNxN: fix type-punning warningMarc Mutz2021-06-301-32/+14
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-8/+28
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-111-1/+1
* Add more support for structured bindingsGiuseppe D'Angelo2021-02-251-0/+69
* Remove the qmake project filesJoerg Bornemann2021-01-074-19/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-223-3/+3
* Use QCOMPARE(,) in preference to QVERIFY(qFuzzyCompare(,))Edward Welbourne2020-11-271-24/+24
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-3/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-233-3/+3
* Remove deprecated method QQuaternion::conjugateMarcel Krems2020-09-071-7/+4
* Remove deprecated qGenericMatrix{To,From}Matrix4x4 functionsMarcel Krems2020-08-261-10/+0
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-242-9/+8
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-091-3/+5
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-093-3/+3
* Revert "Remove flagBits from QMatrix4x4"Fabian Kosmale2020-03-041-4/+3
* Remove flagBits from QMatrix4x4Jarek Kobus2020-02-281-3/+4
* Get rid of QMatrixJarek Kobus2020-02-281-53/+0
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-0/+5
|\
| * Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+5
* | Regenerate tests/auto/gui/math3dAlexandru Croitor2019-11-133-5/+36
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-152-0/+7
|\|
| * Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-132-0/+7
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-014-0/+10
|/
* 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