summaryrefslogtreecommitdiffstats
path: root/src/core/transforms/qtransform.h
Commit message (Expand)AuthorAgeFilesLines
* Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-221-0/+1
* QTransform: move setWorldMatrix to private classPaul Lemire2019-09-191-1/+0
* QTransform: add worldMatrix propertyPaul Lemire2019-08-131-0/+5
* Switch export macros to standard formKai Koehne2019-04-021-1/+1
* QTransform: add fromAxes and rotateFromAxes helperPaul Lemire2018-01-251-0/+2
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-1/+0
* QTransform: remove parameter from matrixChangedPaul Lemire2016-06-081-1/+1
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-191-0/+1
* Add more explicitMarc Mutz2016-05-141-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-2/+2
* Strip out cloning subsystemSean Harmer2016-04-291-2/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-231-1/+0
* Merge branch '5.6' into 5.7Sean Harmer2016-04-161-2/+2
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-011-2/+2
* | QTransform creates creation changesSean Harmer2016-03-221-0/+1
* | QTransform move rotationX,Y,Z signals to bottomPaul Lemire2016-03-181-2/+2
* | QTransform: move rotationX,Y,Z properties downPaul Lemire2016-02-221-1/+1
* | Unify license header usageAntti Kokko2016-01-261-11/+14
|/
* QTransform: Add convenience properties for Euler angle rotationsAndy Nichols2015-12-111-0/+14
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-091-5/+5
* QTransform: add rotateAround helperPaul Lemire2015-11-251-0/+2
* Remove transforms property of QTransformSean Harmer2015-11-171-15/+1
* Setting matrix property to decompose to S, R, TSean Harmer2015-11-171-7/+10
* Add some more quaternion helpers to QTransformSean Harmer2015-11-161-0/+9
* Add convenience API for creating quaternions for the rotation propertySean Harmer2015-11-161-0/+3
* Change scale property to scale3D and provide uniform scale propertySean Harmer2015-11-161-3/+7
* Add scale, rotation and translation properties to QTransformSean Harmer2015-11-161-0/+18
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-5/+5
* [QTransform] Track the transforms list and notify when it changesKonstantin Ritt2015-03-181-0/+3
* [QTransform] Get rid of dead code and bogus includesKonstantin Ritt2015-03-161-12/+6
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Make QTransform::applyTransforms private.Milian Wolff2015-01-131-1/+0
* QTransform refactoredPaul Lemire2014-10-301-18/+4
* Have copy() only on QNodeKevin Ottens2014-10-161-0/+2
* Hide doClone implementations behind a macroKevin Ottens2014-10-151-1/+1
* QNode refactoringPaul Lemire2014-10-031-4/+3
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-1/+1
* Overloaded ctor QTransform for user friendlinessPaul Lemire2014-09-291-0/+2
* Expose the combined transformation matrix of a QTransform as a propertyGiuseppe D'Angelo2014-09-261-0/+4
* QTransform implements doClone and copy methodsPaul Lemire2014-08-131-0/+3
* Prefixed Q to transformsPaul Lemire2014-07-061-6/+6
* Renamed Transform to QTransformPaul Lemire2014-07-051-0/+100