summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-102-20/+26
* QCoreAspect: run the bounding volume job when Entity enabled changesPaul Lemire2021-07-091-1/+2
* Change bounding update propagationMike Krus2021-06-212-10/+57
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-06-071-7/+7
* Remove Audio Visualizer Example from highlighted examplesJani Heikkinen2021-04-121-1/+0
* Transform Qt3D.Core to declarative type registrationUlf Hermann2021-04-065-10/+18
* cmake: fix build with system assimpSamuli Piippo2021-03-241-24/+13
* QResourceManager: use nullptr instead of 0;Paul Lemire2021-03-221-2/+2
* vector_helper: suggest compiler to inline all the functionsPaul Lemire2021-02-251-4/+4
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-243-3/+13
* QScene: fix crash when using 5.15Paul Lemire2021-02-231-6/+1
* CMake: Re-regenerate configure-related filesJoerg Bornemann2021-02-124-15/+129
* Minor fixes to compile against 5.15Paul Lemire2021-02-011-1/+1
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-291-2/+2
* Remove QFrameAllocator (again)Mike Krus2021-01-115-576/+0
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-052-0/+9
* Restore use of QVector in private APIMike Krus2021-01-052-4/+4
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-221-2/+2
* Fix feature names in cmakeMike Krus2020-12-111-14/+14
* Add documentation for RHI portingPaul Lemire2020-12-072-0/+220
* Fix deadlock when running with QT3D_MAX_THREAD_COUNT=1Paul Lemire2020-12-014-21/+26
* CMake: Build docs for Qt 3DTopi Reinio2020-11-2637-0/+3645
* Doc: Fix documentation warningsTopi Reinio2020-11-258-156/+57
* Update qmake to match configuration flag changesMike Krus2020-11-211-7/+7
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-0210-33/+33
* Make QAbstractFrontEndNodeManager privateMike Krus2020-10-278-11/+35
* Fix compilation with latest QMutexLocker changedPaul Lemire2020-10-261-1/+1
* Use internal CMake APIMike Krus2020-10-071-3/+3
* Fix a crash when node is added and destroyed immediatelySean Harmer2020-10-011-0/+5
* Update frontend data after jobMike Krus2020-09-251-0/+7
* Add QNodePrivate::registerDestructionHelper for std::vector containersPaul Lemire2020-09-231-0/+10
* Doc: Fix simple qdoc warningsPaul Wicking2020-09-091-2/+2
* Fix build with latest QtBase and QtDeclarativeMike Krus2020-09-071-0/+3
* Fix compilation error with -no-avx2Laurent Rineau2020-08-312-4/+4
* Add QCoreSettings classMike Krus2020-08-2712-8/+548
* Remove undefined methodMike Krus2020-08-271-1/+0
* rhi: apply Scene3D changes from 5.15Paul Lemire2020-08-261-1/+2
* Job Graph dump improvementsPaul Lemire2020-08-241-1/+1
* Refactor Scene3D to work with both RHI and GL Qt3D renderersPaul Lemire2020-07-291-0/+13
* QBoundingVolume: fix unitialized valuedPaul Lemire2020-07-271-0/+1
* Update buffer visitorMike Krus2020-07-271-9/+36
* Fix vS2019 build issuesMike Krus2020-07-202-6/+1
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-0934-83/+79
* Use QList instead of QVectorJarek Kobus2020-07-0716-31/+30
* RenderQueue: reset now destroys RenderViewsPaul Lemire2020-07-071-0/+16
* rhi: replace QVector by std::vector wherever possibleJean-Michaël Celerier2020-07-071-0/+14
* Update RHI plug-in with std::vector changesJean-Michaël Celerier2020-07-032-0/+74
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-0213-25/+32
* Input Aspect: Dispatch events directlyMike Krus2020-07-012-9/+17
* CalcBoundingVolumeJob: use std::vectorPaul Lemire2020-07-012-5/+7