summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/math3d/qquaternion
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Fix tst_QQuaternion's duplicate test tagsEdward Welbourne2022-10-111-25/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QtGui/math3d: Fix QQuaternion::getEulerAngles for GimbalLock casesYuya Nishihara2022-01-161-0/+29
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-8/+28
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-111-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Use QCOMPARE(,) in preference to QVERIFY(qFuzzyCompare(,))Edward Welbourne2020-11-271-24/+24
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-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
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Regenerate tests/auto/gui/math3dAlexandru Croitor2019-11-131-1/+12
* Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-0/+3
|\
| * Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-0/+3
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* 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: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* 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
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* 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
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* 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