summaryrefslogtreecommitdiffstats
path: root/src/core/transforms
Commit message (Expand)AuthorAgeFilesLines
* Mark QTransform component as non-shareableSean Harmer2016-08-091-0/+5
* QTransform: remove parameter from matrixChangedPaul Lemire2016-06-082-2/+26
* Doc for core moduleColin Ogilvie2016-06-031-4/+2
* De-inline some more dtors of non-leaf Private classesMarc Mutz2016-05-192-0/+5
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-192-0/+8
* Add more explicitMarc Mutz2016-05-141-1/+1
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-2/+2
* Strip out cloning subsystemSean Harmer2016-04-292-16/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-232-9/+0
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-1/+1
* Added the rest of Qt3DCore doc skeletonsTomi Korpipää2016-04-211-7/+191
* 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-223-0/+21
* | 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
* | 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-264-44/+56
|/
* QTransform: Add convenience properties for Euler angle rotationsAndy Nichols2015-12-113-0/+99
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-092-13/+13
* Unit tests for QTransformPaul Lemire2015-11-251-0/+3
* QTransform: add rotateAround helperPaul Lemire2015-11-252-0/+12
* Remove QAbstractTransform and friendsSean Harmer2015-11-1720-1668/+0
* Remove transforms property of QTransformSean Harmer2015-11-173-97/+5
* Setting matrix property to decompose to S, R, TSean Harmer2015-11-175-11/+233
* Add some more quaternion helpers to QTransformSean Harmer2015-11-162-0/+37
* Add convenience API for creating quaternions for the rotation propertySean Harmer2015-11-162-0/+13
* Change scale property to scale3D and provide uniform scale propertySean Harmer2015-11-162-7/+28
* Update backend Transform properties from frontend changesSean Harmer2015-11-161-0/+3
* Add scale, rotation and translation properties to QTransformSean Harmer2015-11-163-2/+75
* Doc: Documentation clean upVenugopal Shivashankar2015-11-061-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1321-88/+88
* Add "We mean it" warnings to private headersSean Harmer2015-10-137-0/+77
* QRotateTransform: fix radian/degree conversionsPaul Lemire2015-07-251-4/+3
* QNode parent changesPaul Lemire2015-06-111-0/+1
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-202-6/+6
* Doc: Add Qt3D QML module and QML type documentation skeletonv5.5.0-beta1Topi Reinio2015-04-291-0/+11
* Examples: fixed to work with QAbstractTransform as QObjectPaul Lemire2015-04-271-1/+3
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-147-1/+34
* Make QAbstractTransform derive from QObject directlyKonstantin Ritt2015-03-2319-121/+66
* [QTransform] Track the transforms list and notify when it changesKonstantin Ritt2015-03-183-8/+32
* [QTransform] Get rid of dead code and bogus includesKonstantin Ritt2015-03-163-74/+41
* Copyright header change.Mika Salmela2015-02-0921-400/+295
* Make QTransform::applyTransforms private.Milian Wolff2015-01-133-11/+11
* Make cloning available to third party QNodesKevin Ottens2014-11-271-1/+1
* Cache the rotation matrix in QRotateTransform.Milian Wolff2014-10-302-3/+15
* QTransform refactoredPaul Lemire2014-10-303-50/+25