summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/assimp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-0/+1
|\
| * Add fbx to supported file formats listAntti Määttä2016-08-311-0/+1
* | Fix API consistency in QAttributeKevin Ottens2016-07-211-4/+4
|/
* Fix applications using SceneLoader crashing at exitJanne Koskinen2016-06-081-29/+29
* Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-231-2/+2
* Move QTextureImageDataGenerator to its own headerPaul Lemire2016-05-201-0/+1
* Enable QT_NO_FOREACH for all Qt3D libraries and pluginsMarc Mutz2016-05-141-0/+3
* plugins: eradicate all Q_FOREACH loopsMarc Mutz2016-05-141-2/+6
* QTexImageData to QTextureImageDataFranck Arrecot2016-05-031-3/+3
* Make QSceneIOPlugin private for the time beingKevin Ottens2016-05-031-1/+1
* Fix CLANG reported warningsMike Krus2016-05-021-1/+1
* Rename QSceneParserPlugin to QSceneIOPluginFranck Arrecot2016-05-024-63/+62
* Make QAbstractNodeFactory privateSean Harmer2016-05-011-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-012-20/+20
* Strip out cloning subsystemSean Harmer2016-04-291-1/+0
* Adapt the assimp scene parser to use the node factorySean Harmer2016-04-281-22/+69
* Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-232-6/+7
* Merge branch '5.6' into 5.7Sean Harmer2016-04-161-4/+5
|\
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+5
* | QAbstractTextureProvider renamed to QAbstractTexturePaul Lemire2016-04-062-5/+5
* | QAbstractTextureImage API review changesRobert Brock2016-04-051-1/+1
* | SceneIOHandler is now private APIFranck Arrecot2016-03-091-1/+1
* | Class QAbstractSceneParser renamed to QSceneIOHandlerFranck Arrecot2016-03-093-4/+4
* | Rename QTextureDataFunctor to QTextureImageDataGeneratorFranck Arrecot2016-03-071-7/+7
* | QAbstractSceneParser property renamingRobert Brock2016-03-032-2/+2
* | QAttribute API changesPaul Lemire2016-02-291-1/+1
* | Match the PLUGIN_CLASSNAME with the actual class nameAndy Shaw2016-02-091-1/+1
* | Unify license header usageAntti Kokko2016-01-265-56/+71
* | Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-161-1/+1
|/
* centralize + fix use of system assimpOswald Buddenhagen2016-01-141-10/+1
* Fix leak, less copyingFrank Meerkoetter2016-01-051-2/+3
* Move core/io content to render/geometry and ioKevin Ottens2015-12-021-3/+3
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-232-1/+2
* Remove QAbstractTransform and friendsSean Harmer2015-11-171-2/+0
* Remove transforms property of QTransformSean Harmer2015-11-171-6/+7
* Create proper plugin infrastructure for sceneloadersAndy Nichols2015-11-048-19/+80
* assimp: Fix warnings about FileSize() const Q_DECL_OVERRIDEAndy Nichols2015-11-041-1/+1
* d-pointer classes, private/public changesTomi Korpipää2015-10-301-3/+3
* Rename Renderer -> Render throughoutSean Harmer2015-10-193-15/+15
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-132-13/+13
* Add "We mean it" warnings to private headersSean Harmer2015-10-132-0/+22
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-134-25/+30
* Cleanup: remove QAbstractMesh/QMeshData/MeshDataManagerPaul Lemire2015-08-112-5/+2
* AssimpParser converted to use QGeometryRendererPaul Lemire2015-08-072-118/+51
* QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-071-9/+9
* New Buffer API Frontend ClassesGiuseppe D'Angelo2015-08-071-30/+30
* Re-add libassimp 3.1.1 to 3rd partyAndy Nichols2015-08-021-3/+9
* Functors: remove dynamic_castPaul Lemire2015-07-281-13/+19
* QNode parent changesPaul Lemire2015-06-111-0/+6
* Add semicolon to Q_UNUSED expressionsMarc Mutz2015-06-111-5/+5