summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-051-4/+4
|\
| * 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
* | Add an easy way to get a particular component from an entityJuan Jose Casafranca2018-09-192-0/+20
* | Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-08-262-0/+17
* | Move forward declaration of QMetaObject inside Qt namespaceSvenn-Arne Dragly2018-08-261-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
| * | SIMD: Only include SSE classes if options activatedPaul Lemire2018-01-253-4/+14
* | | QTransform: add fromAxes and rotateFromAxes helperPaul Lemire2018-01-252-0/+23
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-221-1/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-221-1/+22
| |\|
| | * Add unit test and fix for broken order of event deliverySean Harmer2018-01-181-1/+22
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-6/+11
|\| |
| * | QResourceManager: fix coding stylePaul Lemire2018-01-191-6/+11
* | | QDownloadHelperService: fix commentPaul Lemire2018-01-201-1/+1
* | | Merge branch '5.10' into devSean Harmer2018-01-175-37/+35
|\| |
| * | Prevent potential containers detachingMike Krus2018-01-141-1/+2
| * | Iterate on references to avoid copiesMike Krus2018-01-131-1/+1