summaryrefslogtreecommitdiffstats
path: root/src/core/transforms
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* QLookAtTransform: fix double notify in property declarationPaul Lemire2014-10-301-1/+1
* Have copy() only on QNodeKevin Ottens2014-10-1618-45/+44
* Hide doClone implementations behind a macroKevin Ottens2014-10-1512-53/+8
* Automate the NodeUpdated notificationsKevin Ottens2014-10-151-6/+0
* Get rid of ComponentUpdatedKevin Ottens2014-10-151-1/+1
* QNode refactoringPaul Lemire2014-10-0320-98/+90
* Camera orbit fixPaul Lemire2014-10-031-0/+1
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-3012-19/+34
* Overloaded ctor QTransform for user friendlinessPaul Lemire2014-09-292-0/+19
* Give LookAtTransform properties the respective NOTIFY signalsGiuseppe D'Angelo2014-09-293-5/+13
* Expose the combined transformation matrix of a QTransform as a propertyGiuseppe D'Angelo2014-09-262-0/+5
* Expose matrix as a property from QTransformsGiuseppe D'Angelo2014-09-2612-27/+37
* Fix the name of the translation property in a Translation transformGiuseppe D'Angelo2014-09-211-1/+1
* Clean up the headersThiago Macieira2014-08-171-1/+1
* Don't redefine _USE_MATH_DEFINES macro definition if already definedLouai Al-Khanji2014-08-151-1/+5
* QTransform send notification only if arbiter existsPaul Lemire2014-08-141-4/+6