summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-31112-288/+358
* Fix node de-registration from scene on deletion/reparentingWieland Hagen2017-02-021-7/+9
* Fix race in QAspectManager when shutting downPaul Lemire2017-01-102-1/+19
* Update QTransform docsAntti Määttä2017-01-101-107/+128
* QNode: Defer QScene registration until after object construcionWieland Hagen2017-01-053-8/+11
* Merge branch '5.8.0' into 5.8Sean Harmer2016-12-163-3/+5
|\
| * Only pass static metaobjects around and fix EntityLoaderPaul Lemire2016-12-163-3/+5
* | QAspectManager: add stat trace for arbiter sync timePaul Lemire2016-12-151-0/+14
* | Doc: Specify #include path for each \classTopi Reinio2016-12-0724-0/+26
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-282-17/+25
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-252-17/+25
| |\
| | * QFixedFrameAllocator: Extract Method scan()Marc Mutz2016-10-242-17/+25
* | | Remove CONFIG+=static when gcov is enabledPaul Lemire2016-11-231-1/+0
* | | LCOV exclusion comments squashedPaul Lemire2016-11-236-6/+6
* | | QAspectFactory_addDefaultFactory: keep QString based functionPaul Lemire2016-11-142-0/+10
* | | Convert qt3d to the new configure systemLars Knoll2016-10-281-0/+35
* | | PickBoundingVolumeJob: small refactoringPaul Lemire2016-10-131-0/+6
* | | Merge branch '5.7' into 5.8Sean Harmer2016-10-104-47/+49
|\| |
| * | QEntity::createNodeCreationChange fixPaul Lemire2016-10-054-47/+49
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-21/+23
|\| |
| * | Update QEntity docsAntti Määttä2016-09-021-21/+23
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-231-1/+1
|\| |
| * | QNode: fix commentPaul Lemire2016-08-161-1/+1
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-221-2/+0
|\ \ \
| * | | Adjust to qtConfig() changes in qtbaseLiang Qi2016-08-211-2/+0
| |/ /
* / / Remove compile warnings when not defining QT3D_JOBS_RUN_STATSPaul Lemire2016-08-191-1/+4
|/ /
* | HandleManager: do not allow counter to overflowPaul Lemire2016-08-111-0/+3
* | QPropertyNodeRemovedChangePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-0/+1
* | QStaticPropertyValueRemovedChangeBasePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-1/+2
* | QStaticPropertyValueAddedChangeBasePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-1/+2
* | QStaticPropertyUpdatedChangeBasePrivate: initialize m_propertyNameEdward Welbourne2016-08-101-1/+2
* | QAspectEngine: document the Qt3D run loopPaul Lemire2016-08-091-1/+38
* | Mark QTransform component as non-shareableSean Harmer2016-08-091-0/+5
* | Silence warning C4189 with MSVCSean Harmer2016-08-081-0/+12
* | Work around ICC 17 parsing error with std::bind by using a lambdaThiago Macieira2016-08-051-2/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+3
|\|
| * Replace “#define private public” with a proper friend class declarationDmitry Shachnev2016-06-201-0/+3
| * Temporarily remove use of a custom allocator for QNodePropertyChanges.Fredrik Orderud2016-05-173-39/+0
| * Insert a void cast to silence Clang -Wdynamic-class-memaccess warningThiago Macieira2016-05-081-1/+1
* | Job Traces: add support for Submission framesPaul Lemire2016-07-174-21/+64
* | CommandExecuter: add lots of helpers to convert types to JSONPaul Lemire2016-07-051-2/+4
* | AspectCommandDebug: insert data as JSON objectPaul Lemire2016-07-051-1/+1
* | Make the Qt3D Renderer execute its first shell commandPaul Lemire2016-07-052-6/+9
* | AspectCommandDebugger: small refactoring + unit testsPaul Lemire2016-07-052-22/+37
* | QAspectEngine: use the AspectCommandDebuggerPaul Lemire2016-07-052-0/+18
* | Add AspectCommandDebuggerPaul Lemire2016-07-056-3/+366
* | QChangeArbiter: check delivery flag of changesPaul Lemire2016-07-041-1/+2
* | JobStats write fixPaul Lemire2016-07-031-0/+1
* | Unit tests for layer filtering jobPaul Lemire2016-07-021-1/+1
* | QAspectFactory: use QLatin1String instead of QStringPaul Lemire2016-07-014-14/+14