summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* QScenePrivate: Fix compiler warning about initialization orderFriedemann Kleint2019-05-021-1/+1
* Fix the build with -no-guiLiang Qi2019-04-091-0/+4
* Fix backend node creation order using an initialization queueJim Albamont2019-04-085-3/+107
* Fix Entity parenting hierarchyJim Albamont2019-04-042-0/+18
* Make sure backend node is created when component is added to Entityv5.12.2Svenn-Arne Dragly2019-02-223-0/+26
* Fix broken creation order for nodes used as propertiesSvenn-Arne Dragly2019-02-221-6/+6
* Fix unfinished commentThiago Macieira2018-12-121-0/+1
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-052-2/+22
|\
| * Doc: Add QT3D_REGISTER_ASPECT macro documentationPaul Wicking2018-11-062-2/+22
* | Doc: Fix various documentation warningsTopi Reinio2018-11-071-1/+1
* | Doc: Add doc to undocumented methodsNico Vertriest2018-11-014-1/+36
* | Doc: Add doc to undocumented methods and properties qt3dNico Vertriest2018-11-011-3/+71
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-052-2/+10
|\
| * Fix compilation with -qt3d-profile-jobs on AndroidPaul Lemire2018-10-051-0/+5
| * QChangeArbiter: fix leakPaul Lemire2018-10-031-2/+5
* | Doc: Use a macro to resolve QML import versionsTopi Reinio2018-09-261-4/+4
* | Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-09-032-0/+17
* | Move forward declaration of QMetaObject inside Qt namespaceSvenn-Arne Dragly2018-09-031-2/+2
|/
* QDownloadHelperService: add couple comments to give more contextPaul Lemire2018-07-201-0/+2
* QNode: _q_postConstructorInit set scene on whole subtreePaul Lemire2018-07-181-3/+8
* Avoid busy loop in QAspectManager while simulation loop is not startedMauro Persano2018-07-041-35/+36
* Handle reparenting to nodes which have no backendPaul Lemire2018-07-041-36/+32
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-1925-32/+32
* Use FDL license for all .qdoc filesKai Koehne2018-05-281-21/+9
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-205-9/+21
* Revert "Doc: Divide documentation into submodules"Topi Reinio2018-04-203-1639/+0
* Remove unused variables detected by clang-clFriedemann Kleint2018-04-121-1/+1
* configure: Auto-detect that AVX2 is enabledOswald Buddenhagen2018-03-181-1/+1
* Document state of the Qt 3D modulesKai Koehne2018-03-121-0/+2
* QResourcesManager: remove simd code from headerPaul Lemire2018-02-283-18/+57
* Fix SIMD related warningsPaul Lemire2018-02-281-2/+4
* simd: declare AVX2 friends only if __AVX2__ definedPaul Lemire2018-02-283-13/+20
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-211-2/+2
|\
| * Remove null pointer checkJesus Fernandez2018-02-121-2/+2
* | QParameter: add bookkeeping of QNode valuesPaul Lemire2018-02-211-4/+17
* | Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-1614-43/+45
* | Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-1511-24/+121
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-058-22/+89
| |\|
| | * Fix array of textures in shader parameterMauro Persano2018-02-021-16/+31
| | * Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-023-2/+29
| | * Fix componentAdded/componentRemoved notifications dispatch to componentsMike Krus2018-01-265-4/+29
| * | SIMD: disable on all x86 platformsPaul Lemire2018-02-021-2/+2
| * | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-024-2/+59
* | | Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...v5.11.0-alpha1Liang Qi2018-02-143-2/+29
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-143-2/+29
| |\ \ \
| | * | | Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-083-2/+29
| | |/ /
* | / / Add private api to retrieve a vector of typed componentsJuan Jose Casafranca2018-02-141-0/+13
|/ / /
* | | Doc: Divide documentation into submodulesTopi Reinio2018-02-094-0/+1720
* | | Merge branch '5.10' into devSean Harmer2018-01-264-6/+16
|\| |
| * | SIMD: Disable on all windows x86 platformsPaul Lemire2018-01-251-2/+2