summaryrefslogtreecommitdiffstats
path: root/src/quick3d
Commit message (Expand)AuthorAgeFilesLines
* QComputeJob cleanupPaul Lemire2016-03-051-2/+2
* QBlendEquation renamed mode to functionRobert Brock2016-03-051-3/+3
* Renamed to QKeyboardHandlerMike Krus2016-03-051-2/+2
* Rename to QMouseInput to QMouseHandlerMike Krus2016-03-051-2/+2
* Class QRendererSettings rename to QRenderSettingsFranck Arrecot2016-03-041-2/+2
* QRenderAttachment renamed to QRenderTargetOutputRobert Brock2016-03-036-41/+41
* Follow API changes in TechniqueFilter.Volker Krause2016-03-021-1/+1
* Follow API changes in TextureImage.Volker Krause2016-03-021-6/+6
* QRenderAttachment renamed RenderAttachmentType to AttachmentPointRobert Brock2016-03-021-3/+3
* Renaming QTechniqueFilter APIJanne Koskinen2016-03-022-5/+5
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-012-2/+2
* Class QStateSet renamed to QRenderStateSetFranck Arrecot2016-03-012-3/+3
* Missed a rect to normalizedRect changeRobert Brock2016-02-291-1/+1
* Inputs overhauledPaul Lemire2016-02-291-2/+0
* Quick3DAxis: make inputs the default propertyPaul Lemire2016-02-291-0/+1
* Quick3DAction: make inputs the default propertyPaul Lemire2016-02-291-0/+1
* QDepthTest rename func to depthFunctionRobert Brock2016-02-262-4/+4
* Remove ParameterMappingPaul Lemire2016-02-263-44/+0
* QAttribute: merge with QAbstractAttributePaul Lemire2016-02-263-16/+15
* QBuffer merged with QAbstractBufferPaul Lemire2016-02-262-2/+1
* Rename the viewport rect property to normalizedRectRobert Brock2016-02-261-1/+1
* QComponentList -> QComponentVectorPaul Lemire2016-02-221-1/+1
* QAspectEngine::setRootEntity takes a QSharedPointerPaul Lemire2016-02-222-3/+3
* Avoid huge cost of restoring previously bound framebufferSean Harmer2016-02-191-1/+8
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+47
|\
| * Documentation for QQmlAspectEngineMika Salmela2016-01-271-0/+47
* | Fix Scene3DItem to prevent ignoring of mouseMove and mouseRelease EventsColin Ogilvie2016-02-112-0/+7
* | Make shared builds work againPaul Lemire2016-02-101-0/+24
* | Enable using the module in a statically built applicationAndy Shaw2016-02-097-35/+43
* | Add QRenderState for GL_TEXTURE_CUBE_MAP_SEAMLESSWieland Hagen2016-02-051-0/+2
* | Set Scene3DItem as the source of mouse and keyboard inputColin Ogilvie2016-02-041-0/+10
* | Add GamepadInput supportBogDan Vatra2016-02-042-0/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-264-11/+1
|\|
| * Doc: Fix documentation macro and other issuesTopi Reinio2016-01-261-1/+0
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-252-8/+0
| * Doc: Add skeletal doc structure for the Transform QML typeVenugopal Shivashankar2016-01-221-1/+1
| * Doc: Removed Qt3DCollision namespace and module docsVenugopal Shivashankar2016-01-211-0/+3
| * Fixed some documentation warningsTomi Korpipää2016-01-192-5/+1
* | Unify license header usageAntti Kokko2016-01-26114-1267/+1609
* | Expose picking details to front endMike Krus2016-01-251-0/+2
* | QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-222-9/+1
* | Renderer/Scene3D: fixes to make it work without setDataPaul Lemire2016-01-221-1/+4
* | Register QInputSettings to QMLPaul Lemire2016-01-191-0/+2
* | Cone geometry addedRobert Brock2016-01-191-0/+4
* | Add automatic aspect ratio support for camera in Scene3DSean Harmer2016-01-192-2/+72
* | Automatically set the render surface on a Scene3D itemSean Harmer2016-01-192-1/+39
* | Expose QTextureLoader to QMLMauro Persano2016-01-181-0/+1
* | Refactor the scene3d classes into one class per pair of filesSean Harmer2016-01-1812-546/+1144
* | Have Qt3DQuickWindow manage window surfaceSean Harmer2016-01-182-0/+6
* | Temporarily expose window to QML contextSean Harmer2016-01-181-0/+4