summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene3d/scene3ditem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix loading of animation aspect on iOSMike Krus2018-12-201-1/+13
* Scene3D crashing on destructionMichael Dippold2018-09-271-3/+0
* Doc: Fix Scene2D and Scene3D QML modules uriTakumi ASAKI2018-08-171-1/+1
* Doc: Add basic documentation for Scene3D QML modulePaul Wicking2018-04-261-5/+57
* Merge branch '5.9' into 5.10Sean Harmer2018-01-121-2/+4
|\
| * Set devicePixelRatio on item size changeMorten Johan Sørvig2017-12-141-2/+4
* | Allow to disable aspects at configure timePaul Lemire2017-08-021-1/+19
|/
* Scene3DRenderer: fix race conditionv5.9.0-beta4Paul Lemire2017-05-061-1/+1
* Fix Scene3D initialization in QQuickWidgetLaszlo Agocs2017-04-031-2/+20
* Merge branch '5.8' into 5.9Sean Harmer2017-04-021-10/+9
|\
| * Coding convention fix for Src/importscore, importsextras,5.8Robert Brock2017-04-011-10/+9
* | Change some Scene3D/Window qWarnings to qCDebugv5.9.0-beta1Laszlo Agocs2017-03-311-2/+2
|/
* Scene3DItem: no need to destoy the SGNode on size changePaul Lemire2016-11-231-11/+7
* 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
* Scene3DItem: allow to instantiate Logic aspectPaul Lemire2016-05-271-1/+5
* 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
* Don't crash when introspected by qmlplugindumpKevin Ottens2016-05-031-3/+7
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-4/+4
* Scene3DItem: add the hoverEnabled propertyPaul Lemire2016-04-281-2/+13
* QRenderSurfaceSelector cleanupPaul Lemire2016-03-201-2/+2
* Fix picking with Scene3DMäättä Antti2016-03-111-0/+25
* Drop QFrameGraph in favor of QRenderSettingsWieland Hagen2016-03-091-6/+6
* QAspectEngine::setRootEntity takes a QSharedPointerPaul Lemire2016-02-221-1/+1
* Fix Scene3DItem to prevent ignoring of mouseMove and mouseRelease EventsColin Ogilvie2016-02-111-0/+6
* Set Scene3DItem as the source of mouse and keyboard inputColin Ogilvie2016-02-041-0/+10
* Unify license header usageAntti Kokko2016-01-261-11/+14
* QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-221-4/+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-191-2/+55
* Automatically set the render surface on a Scene3D itemSean Harmer2016-01-191-1/+38
* Refactor the scene3d classes into one class per pair of filesSean Harmer2016-01-181-544/+3
* Revert "Fix crash when Scene3DItem is removed from scene"Mauro Persano2016-01-151-33/+32
* Fix crash when Scene3DItem is removed from sceneMauro Persano2016-01-111-32/+33
* 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-191-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-24/+24
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-5/+5
* 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
* Add a property to Scene3D to control multisamplingLaszlo Agocs2015-08-071-8/+50
* Scene3D: Properly handle shutdowns with QtQuick LoadersPaul Lemire2015-07-231-33/+108
* Scene3DItem: fix premultiplied alpha and alpha on clear colorPaul Lemire2015-07-201-1/+1
* Scene3DItem Fix rendering when FramebufferBlit unavailableAndy Nichols2015-07-141-12/+37
* Scene3D: properly handle pre-multiplied alphaPaul Lemire2015-07-121-1/+1