summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Start using a dedicated QThreadPool again instead of a global oneDominik Holland2022-08-241-1/+1
* QThreadPooler: remove maxThreadCount prototypePaul Lemire2022-07-181-2/+0
* Doc: Fix typo in \code blockYAMAMOTO Atsushi2022-07-131-1/+1
* Doc: Fix typo OrbitCameraController::zoomInLimitYAMAMOTO Atsushi2022-07-131-1/+1
* Qt3DCore: includemocsMike Krus2022-06-2931-0/+64
* Use SPDX license identifiersLucie Gérard2022-06-22175-6388/+352
* Fix missing includesVille Voutilainen2022-05-171-0/+1
* Doc: Revise Qt3D module landing pageAndreas Eliasson2022-03-152-20/+93
* Make sure all private headers include at least one otherThiago Macieira2022-03-0814-20/+24
* Avoid enabling qt3d-simd-avx2 if avx feature is disabled in qtbaseAlexey Edelev2022-02-241-0/+1
* Do not highlight Planets and Advanced custom material QML example anymore in ...Zhang Hao2022-02-161-4/+0
* Move Qt::Concurrent to the PUBLIC link sectionAlexey Edelev2021-12-201-1/+1
* Doc: Replace use of \oldcode-\newcodeLuca Di Sera2021-11-251-3/+5
* QGeometryFactory: don't make op== virtualMarc Mutz2021-11-171-1/+3
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* 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