summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* assimp: Use std namespace for most cmath functionsAndy Nichols2015-11-0535-168/+1449
* Create proper plugin infrastructure for sceneloadersAndy Nichols2015-11-0425-79/+480
* assimp: Fix warnings about FileSize() const Q_DECL_OVERRIDEAndy Nichols2015-11-041-1/+1
* assimp: Remove usage of deprecated keyword registerAndy Nichols2015-11-0421-30/+412
* Header naming fixed for quick3d partsTomi Korpipää2015-11-0459-361/+544
* Remove some uncessary QOpenGL* includesAndy Nichols2015-11-037-14/+0
* Rename QOpenGLFilter to QGraphicsApiFilterAndy Nichols2015-11-0335-378/+378
* Remove unused class Qt3DRender::Render::Quick::ShaderPropertyParserAndy Nichols2015-10-304-178/+0
* Qt3DRender::QTechniquePrivate: Remove unnecessary exportAndy Nichols2015-10-301-2/+1
* Qt3DRender::QRenderPassPrivate: Remove unnecessary exportAndy Nichols2015-10-301-2/+1
* Qt3DRender::QMaterialPrivate: Remove unnecessary exportAndy Nichols2015-10-301-2/+1
* Qt3DRender::QEffectPrivate: Remove unnecessary exportAndy Nichols2015-10-301-1/+1
* Qt3DRender::QSpotLightPrivate: Remove unnecessary exportAndy Nichols2015-10-301-1/+1
* Qt3DRender::QPointLightPrivate: Remove unnecessary exportAndy Nichols2015-10-301-1/+1
* Qt3DRender::QDirectionalLightPrivate: Remove unnecessary exportAndy Nichols2015-10-301-1/+1
* Qt3DRender::QAbstractLightPrivate: Remove unnecessary exportAndy Nichols2015-10-301-2/+1
* Qt3DRender::QAbstractSceneLoaderPrivate: Remove unnecessary exportAndy Nichols2015-10-301-2/+1
* Qt3DRender::QMeshPrivate: Remove unnecessary exportAndy Nichols2015-10-301-2/+1
* Qt3DRender::QLayerPrivate: Remove unnecessary exportAndy Nichols2015-10-301-2/+1
* Qt3DRender::QLayerFilterPrivate: Remove unnecessary exportAndy Nichols2015-10-301-2/+1
* Qt3DCore::QObservableInterface: make an explicit private exportAndy Nichols2015-10-301-1/+2
* Qt3DCore::QLockableObserverInterface: make an explicit private exportAndy Nichols2015-10-301-1/+2
* Qt3DCore::QNodePrivate: make an explicit private exportAndy Nichols2015-10-301-2/+2
* Qt3DCore::QEntityPrivate: make an explicit private exportAndy Nichols2015-10-301-2/+2
* Qt3DCore::QComponentPrivate: make an explicit private exportAndy Nichols2015-10-301-2/+2
* Add missing Q_DECL_OVERRIDE's for RunnableInterface subclassesAndy Nichols2015-10-301-2/+2
* QAspectJobManager: Remove remaining THREAD_WEAVER code blocksAndy Nichols2015-10-303-113/+0
* Qt3DCore::QAbstractBufferPrivate: make an explicit private exportAndy Nichols2015-10-301-2/+2
* Qt3DCore::QAbstractAttributePrivate: make an explicit private exportAndy Nichols2015-10-301-2/+2
* Qt3DCore::QCameraLensPrivate: Remove unnecessary exportAndy Nichols2015-10-301-1/+1
* Qt3DCore::QCameraPrivate: Remove export of private classAndy Nichols2015-10-301-1/+1
* QAspectManager: Explicitly mark as private APIAndy Nichols2015-10-3011-12/+2
* d-pointer classes, private/public changesTomi Korpipää2015-10-3031-111/+406
* Fix Scene3DRenderer crash during destruction.Fredrik Orderud2015-10-281-2/+4
* Doc: Move the doc artifacts outside of the submodule directoryVenugopal Shivashankar2015-10-2829-89/+30
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-281-1/+2
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-281-1/+2
| |\
| | * Make QAspectThread private5.5Paul Lemire2015-10-124-8/+7
| | * Fix building from source archive on WindowsPaul Lemire2015-10-121-3/+6
* | | assimp: Fix building with mingw older than 4.9Andy Nichols2015-10-284-1863/+12093
|/ /
* | Doc: Updated the docs for the namespace changesVenugopal Shivashankar2015-10-2745-76/+176
* | QNode: Introduce enabled propertyAndy Nichols2015-10-2712-42/+63
* | QObjectPicker: Use namespaced names in Q_SIGNALS declerationsAndy Nichols2015-10-261-3/+3
* | QPostman: replace qSharedPointerDynamicCast by qSharedPointerCastPaul Lemire2015-10-261-1/+1
* | Add first person camera controller mode and make it the defaultSean Harmer2015-10-254-9/+95
* | Remove some unreferenced variable warningsSean Harmer2015-10-253-0/+3
* | Move picking into its own directorySean Harmer2015-10-2512-11/+17
* | Fix heap corruption crash caused by race condition in picking eventSean Harmer2015-10-252-5/+19
* | QPlaneGeometry: expose attributes as propertiesPaul Lemire2015-10-242-0/+43
* | QTorusGeometry: expose attributes as propertiesPaul Lemire2015-10-242-0/+35