summaryrefslogtreecommitdiffstats
path: root/src/core/transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* QTranslateTransform implements doClone and copy methodsPaul Lemire2014-08-132-0/+18
* QTransform implements doClone and copy methodsPaul Lemire2014-08-132-0/+21
* QScaleTransform implements doClone and copy methodsPaul Lemire2014-08-132-0/+17
* QRotateTransform implements doClone and copy methodsPaul Lemire2014-08-132-1/+18
* QMatrixTransform implements doClone and copy methodsPaul Lemire2014-08-132-0/+18
* QLookAtTransform implements doClone and copy methodsPaul Lemire2014-08-132-0/+21
* Use sane default for QRotateTransformSean Harmer2014-07-271-0/+1
* Set sane default values for QScaleTransformSean Harmer2014-07-271-0/+1
* QScenePropertyChange cleaned and d-pointeredPaul Lemire2014-07-091-2/+2
* QTranslateTransform d-pointeredPaul Lemire2014-07-064-18/+110
* QScaleTransform d-pointeredPaul Lemire2014-07-064-11/+97
* QRotateTransform d-pointeredPaul Lemire2014-07-064-23/+105
* QMatrixTransform d-pointered and completedPaul Lemire2014-07-064-11/+112
* D-pointer in QLookAtTransformPaul Lemire2014-07-064-31/+119
* Prefixed Q to transformsPaul Lemire2014-07-0617-118/+201
* Renamed Transform to QTransformPaul Lemire2014-07-054-43/+43
* Renamed Component to QComponentPaul Lemire2014-07-053-7/+7
* Renamed Node to QNodePaul Lemire2014-07-0512-17/+17
* Transform d-pointer fixPaul Lemire2014-06-261-1/+1