summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Do not create OpenGL context until render aspect is registeredSean Harmer2016-07-012-1/+18
* | QT3D_REGISTER_ASPECT: prepend QAbstractAspect return type with Qt3DCorePaul Lemire2016-06-301-1/+1
* | QResourcesManager: allow to retrieve all active handlesPaul Lemire2016-06-301-1/+9
* | Move SET_JOB_RUN_STAT_TYPE macro to qaspectjob_p.hPaul Lemire2016-06-281-0/+14
* | QScheduler: add a const to the job vectorPaul Lemire2016-06-271-1/+1
* | QThreadPooler: append date to jobs trace filePaul Lemire2016-06-271-2/+2
* | Merge branch '5.7.0' into 5.7Sean Harmer2016-06-1424-95/+239
|\ \
| * | QTransform: remove parameter from matrixChangedPaul Lemire2016-06-082-2/+26
| * | Doc for core moduleColin Ogilvie2016-06-0323-93/+213
* | | Fix reset in input event filters in shutdownMäättä Antti2016-06-082-0/+8
* | | Fix dynamically created objects in QMLSvenn-Arne Dragly2016-06-071-1/+1
|/ /
* | No need to return const QNodeIdKevin Ottens2016-05-262-2/+2
* | Fix memory leaks in render node managersAntti Määttä2016-05-261-0/+10
* | QNode: fix missing check for nullptrPaul Lemire2016-05-251-1/+2
* | Node bookkeeping fix: clear table of connection in QNode dtorPaul Lemire2016-05-251-6/+8
* | initializeFromPeer last when creating backend nodeKevin Ottens2016-05-231-1/+3
* | Add hook to set QNode parent when creating a QNode in QMLSean Harmer2016-05-231-2/+16
* | Shared node bookkeepingPaul Lemire2016-05-234-3/+47
* | Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-2311-40/+40