summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene3d
Commit message (Expand)AuthorAgeFilesLines
* Coding convention fix for Src/importscore, importsextras,5.8Robert Brock2017-04-0112-36/+36
* ContextSaver dtor: call make current only when neededPaul Lemire2016-11-231-1/+1
* Scene3DRenderer::render: simplified code pathsPaul Lemire2016-11-231-28/+19
* Scene3DItem: no need to destoy the SGNode on size changePaul Lemire2016-11-231-11/+7
* LCOV exclusion comments squashedPaul Lemire2016-11-231-1/+1
* Fix crash in Scene3DRenderer::shutdown caused by nullptr m_aspectEngineFredrik Orderud2016-11-021-2/+4
* Merge branch '5.7' into 5.8Sean Harmer2016-10-101-1/+1
|\
| * Update QML type information for Qt CreatorKevin Ottens2016-09-261-1/+1
* | Improve robustness of QML plugin loadingSimon Hausmann2016-08-261-1/+1
|/
* Avoid code dup. in Scene3DItem and Qt3DQuickWindowKevin Ottens2016-08-071-44/+6
* Scene3DItem: set aspect ratio properly the first timePaul Lemire2016-06-111-0/+2
* Use QSurfaceFormat::defaultFormat for sample countSvenn-Arne Dragly2016-06-081-1/+4
* Scene3DItem: allow to instantiate Logic aspectPaul Lemire2016-05-272-2/+6
* Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-234-7/+7
* Allow the QtQuick + Scene3D case to shutdown cleanlySean Harmer2016-05-201-0/+6
* Enable QT_NO_FOREACH for all Qt3D libraries and pluginsMarc Mutz2016-05-141-0/+3
* quick3d: eradicate remaining Q_FOREACH loopMarc Mutz2016-05-141-1/+1
* Qt3D: replace QStringLiteral with QLatin1String when appending or comparingMarc Mutz2016-05-141-2/+2
* Fix qmltypes generation, add them to the sourcesKevin Ottens2016-05-032-0/+51
* Don't crash when introspected by qmlplugindumpKevin Ottens2016-05-031-3/+7
* Q_NULLPTR -> nullptrSean Harmer2016-05-014-15/+15
* Scene3DItem: add the hoverEnabled propertyPaul Lemire2016-04-282-2/+17
* QRenderSurfaceSelector cleanupPaul Lemire2016-03-201-2/+2
* QRenderAspect: move some code to pimplMike Krus2016-03-132-5/+6
* Fix picking with Scene3DMäättä Antti2016-03-113-1/+31
* Drop QFrameGraph in favor of QRenderSettingsWieland Hagen2016-03-091-6/+6
* QAspectEngine::setRootEntity takes a QSharedPointerPaul Lemire2016-02-221-1/+1
* Avoid huge cost of restoring previously bound framebufferSean Harmer2016-02-191-1/+8
* Fix Scene3DItem to prevent ignoring of mouseMove and mouseRelease EventsColin Ogilvie2016-02-112-0/+7
* Enable using the module in a statically built applicationAndy Shaw2016-02-091-0/+8
* Set Scene3DItem as the source of mouse and keyboard inputColin Ogilvie2016-02-041-0/+10
* Unify license header usageAntti Kokko2016-01-2616-176/+224
* 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
* 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
* Refactor the scene3d classes into one class per pair of filesSean Harmer2016-01-1812-546/+1144
* Revert "Fix crash when Scene3DItem is removed from scene"Mauro Persano2016-01-152-34/+32
* Fix crash when Scene3DItem is removed from sceneMauro Persano2016-01-112-32/+34
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-141-1/+0
* Fix Scene3DRenderer crash during destruction.Fredrik Orderud2015-10-281-2/+4
* Scene3D: register event source in the correct threadPaul Lemire2015-10-241-1/+5
* Rename Renderer -> Render throughoutSean Harmer2015-10-192-2/+2
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-172-0/+22
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-132-30/+30
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-135-15/+17
* Move Input aspect to Qt3DInput namespaceSean Harmer2015-10-131-1/+1
* Scene3DItem: Account for device pixel ratioAndy Nichols2015-08-181-3/+3
* Fix mixed up shader code in Scene3DLaszlo Agocs2015-08-101-3/+3
* Fix Scene3D for 3.2+ core profilesLaszlo Agocs2015-08-071-17/+45