summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-254-5/+5
* Remove deprecated method QQuaternion::conjugateMarcel Krems2020-09-072-17/+0
* Remove some obsolete codeLars Knoll2020-09-053-95/+0
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-4/+0
* Remove deprecated qGenericMatrix{To,From}Matrix4x4 functionsMarcel Krems2020-08-262-51/+0
* Cleanup QTypeInfoLars Knoll2020-08-261-7/+1
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-155-5/+5
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-144-121/+121
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-193-24/+24
* Cleanup float-equal warningsLars Knoll2020-06-175-15/+10
* Disable float-equal warnings in QGenericMatrixLars Knoll2020-06-171-6/+6
* Use dedicated function for chopping QByteArrayRobert Loehning2020-06-171-2/+1
* Enable the scenegraph to remove its QMatrix4x4_Accessor hackLaszlo Agocs2020-06-032-5/+29
* Revert "Remove flagBits from QMatrix4x4"Fabian Kosmale2020-03-042-181/+654
* Remove flagBits from QMatrix4x4Jarek Kobus2020-02-282-654/+181
* Get rid of QMatrixJarek Kobus2020-02-282-64/+0
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-282-1/+15
|\
| * Deprecate all methods that use QMatrixJarek Kobus2020-01-282-1/+15
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-285-5/+5
|\|
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-235-5/+5
* | Make QMatrix4x4::projectedRotate publicSimon Hausmann2020-01-241-4/+1
|/
* Silence intel compiler warning about float comparisonOlivier Goffart2019-11-285-0/+5
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-1/+1
|\
| * QVector3D: fix documentation spelling errorRichard Moe Gustavsen2019-06-191-1/+1
* | Prefix textstream operators with Qt::Lars Knoll2019-05-022-7/+7
|/
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-6/+2
* QVector2D/QVector3D/QVector4D: ensure well-defined behaviorGiuseppe D'Angelo2018-04-066-232/+336
* doc: Add missing template clauses in qmatrix4x4.cppMartin Smith2018-01-121-2/+2
* doc: Fix qdoc errors for \fn commands in QGenericMatrixMartin Smith2017-12-031-29/+29
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-055-8/+8
|\
| * Fix GCC -Wfloat-conversion warnings (available since GCC 4.9)Thiago Macieira2017-10-295-8/+8
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-052-5/+5
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-204-6/+6
* Doc: Fix link errorsNico Vertriest2017-04-191-2/+2
* QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-141-1/+2
* Add -Wfloat-equal to Qt's header clean checkThiago Macieira2017-03-075-6/+26
* Add -Wdouble-promotion to headerscleanJesus Fernandez2016-11-302-22/+25
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-036-0/+6
* QGenericMatrix<N,M,T>: mark as relocatable, depending on TMarc Mutz2016-03-011-0/+11
* Updated license headersJani Heikkinen2016-01-1512-168/+240
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+0
|\
| * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-2/+0
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-6/+0
|\|
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-6/+0
* | QVectorND: mark as primitive, not just movableMarc Mutz2015-07-203-3/+3
* | QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-1/+1
* | QQuaternion: perform some operations in memory orderMarc Mutz2015-07-071-14/+14
|/
* QQuaternion: optimize op*Marc Mutz2015-05-131-1/+1
* QQuaternion: Deprecate conjugate() and introduce conjugated()Sérgio Martins2015-05-132-5/+23