summaryrefslogtreecommitdiffstats
path: root/src/core/transforms/qtransform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-231-19/+19
* Update commercial license headersTarja Sundqvist2021-02-021-19/+19
* Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-221-0/+1
* QTransform: move setWorldMatrix to private classPaul Lemire2019-09-191-6/+7
* QTransform: add worldMatrix propertyPaul Lemire2019-08-131-1/+65
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-191-2/+2
* QTransform: add fromAxes and rotateFromAxes helperPaul Lemire2018-01-251-0/+21
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-1/+2
* Update QTransform docsAntti Määttä2017-01-101-107/+128
* Doc: Specify #include path for each \classTopi Reinio2016-12-071-0/+1
* Mark QTransform component as non-shareableSean Harmer2016-08-091-0/+5
* QTransform: remove parameter from matrixChangedPaul Lemire2016-06-081-1/+25
* Doc for core moduleColin Ogilvie2016-06-031-4/+2
* De-inline some more dtors of non-leaf Private classesMarc Mutz2016-05-191-0/+4
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-191-0/+7
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-1/+1
* Strip out cloning subsystemSean Harmer2016-04-291-14/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-231-8/+0
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-1/+1
* Added the rest of Qt3DCore doc skeletonsTomi Korpipää2016-04-211-7/+191
* QTransform creates creation changesSean Harmer2016-03-221-0/+13
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-4/+6
|\
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
| * Doc: Add skeletal doc structure for the Transform QML typeVenugopal Shivashankar2016-01-221-0/+6
* | Unify license header usageAntti Kokko2016-01-261-11/+14
|/
* QTransform: Add convenience properties for Euler angle rotationsAndy Nichols2015-12-111-0/+84
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-091-8/+8
* Unit tests for QTransformPaul Lemire2015-11-251-0/+3
* QTransform: add rotateAround helperPaul Lemire2015-11-251-0/+10
* Remove QAbstractTransform and friendsSean Harmer2015-11-171-1/+0
* Remove transforms property of QTransformSean Harmer2015-11-171-71/+1
* Setting matrix property to decompose to S, R, TSean Harmer2015-11-171-3/+28
* Add some more quaternion helpers to QTransformSean Harmer2015-11-161-0/+28
* Add convenience API for creating quaternions for the rotation propertySean Harmer2015-11-161-0/+10
* Change scale property to scale3D and provide uniform scale propertySean Harmer2015-11-161-4/+21
* Update backend Transform properties from frontend changesSean Harmer2015-11-161-0/+3
* Add scale, rotation and translation properties to QTransformSean Harmer2015-11-161-2/+50
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-3/+3
* QNode parent changesPaul Lemire2015-06-111-0/+1
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-201-5/+5
* Examples: fixed to work with QAbstractTransform as QObjectPaul Lemire2015-04-271-1/+3
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* Make QAbstractTransform derive from QObject directlyKonstantin Ritt2015-03-231-2/+0
* [QTransform] Track the transforms list and notify when it changesKonstantin Ritt2015-03-181-8/+28
* [QTransform] Get rid of dead code and bogus includesKonstantin Ritt2015-03-161-52/+30
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Make QTransform::applyTransforms private.Milian Wolff2015-01-131-10/+9
* Make cloning available to third party QNodesKevin Ottens2014-11-271-1/+1
* QTransform refactoredPaul Lemire2014-10-301-31/+17
* Have copy() only on QNodeKevin Ottens2014-10-161-6/+6