summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation fixesTomi Korpipää2016-04-191-0/+9
* Merge branch '5.6' into 5.7Sean Harmer2016-04-163-8/+4
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-011-1/+1
| * standardize statement order in project files a bitOswald Buddenhagen2016-02-251-2/+1
| * rely on the automatically defined QT_BUILD_*_LIBOswald Buddenhagen2016-02-252-3/+1
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+1
* | Prefer QStringRef for number conversion temporaries.Volker Krause2016-03-101-14/+14
* | QComponentList -> QComponentVectorPaul Lemire2016-02-221-1/+1
* | QAspectEngine::setRootEntity takes a QSharedPointerPaul Lemire2016-02-221-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+47
|\|
| * Documentation for QQmlAspectEngineMika Salmela2016-01-271-0/+47
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-264-11/+1
|\|
| * Doc: Fix documentation macro and other issuesTopi Reinio2016-01-261-1/+0
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-252-8/+0
| * Doc: Add skeletal doc structure for the Transform QML typeVenugopal Shivashankar2016-01-221-1/+1
| * Doc: Removed Qt3DCollision namespace and module docsVenugopal Shivashankar2016-01-211-0/+3
| * Fixed some documentation warningsTomi Korpipää2016-01-192-5/+1
* | Unify license header usageAntti Kokko2016-01-2621-237/+300
* | Have Qt3DQuickWindow manage window surfaceSean Harmer2016-01-182-0/+6
* | Remove the Quick3DConfiguration HackPaul Lemire2016-01-163-190/+0
|/
* Stop using enum references that require C++11.Raphael Kubo da Costa2015-12-301-2/+2
* Add QuaternionAnimationLaszlo Agocs2015-12-173-3/+391
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-141-1/+0
* Quick3D: QMatrix4x4 add translate overloadPaul Lemire2015-12-071-0/+1
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-231-12/+11
* Remove transforms property of QTransformSean Harmer2015-11-173-194/+0
* Handle creating QMatrix4x4 from js with no argumentsSean Harmer2015-11-161-1/+5
* Extend qml value type for QMatrix4x4 to be more usefulSean Harmer2015-11-131-0/+7
* Doc: Documentation clean upVenugopal Shivashankar2015-11-066-6/+6
* Header naming fixed for quick3d partsTomi Korpipää2015-11-0416-181/+166
* Change import name of Qt3D Core from Qt3D 2.0 to Qt3D.Core 2.0Sean Harmer2015-10-161-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1323-143/+111
* Add "We mean it" warnings to private headersSean Harmer2015-10-137-0/+77
* Avoid signed-unsigned comparison warningLaszlo Agocs2015-08-201-1/+1
* Create proper Quick extended classes in scene loadersLaszlo Agocs2015-08-205-2/+168
* Remove outdated codeFrank Meerkoetter2015-08-191-39/+0
* Remove outdated codeFrank Meerkoetter2015-08-191-41/+0
* Remove unused codeFrank Meerkoetter2015-08-191-22/+0
* Adapt to the changed interface of the ValueTypeProviderFrank Meerkoetter2015-08-191-89/+36
* Remove QQmlVMEVariant specific workaroundFrank Meerkoetter2015-08-191-9/+1
* Merge remote-tracking branch 'origin/5.5' into devAndy Nichols2015-08-172-9/+23
|\
| * Quick3DEntityLoader: fix insert the item when it is fully createdPaul Lemire2015-07-251-7/+21
| * QScene is now privatePaul Lemire2015-07-061-2/+2
* | Fix missing override clang warningsSergio Martins2015-07-051-13/+13
|/
* QNode parent changesPaul Lemire2015-06-114-6/+17
* Remove unneeded signalSean Harmer2015-06-062-5/+1
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-204-8/+8
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-202-5/+4
* Fix misoverloaded variantFromJsObject()Sergio Martins2015-05-091-5/+3
* Doc: Add Qt3D QML module and QML type documentation skeletonv5.5.0-beta1Topi Reinio2015-04-297-18/+92