summaryrefslogtreecommitdiffstats
path: root/src/quick3d
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-11-242-2/+2
|\
| * NodeInstantiator created nodes go to its parentv5.7.1Kevin Ottens2016-10-141-1/+1
| * Give access to FrameGraphNode as a grouping nodeKevin Ottens2016-10-141-1/+1
* | Fix NodeInstantiator::objectAdded docsDaniel Vrátil2016-11-011-2/+2
|/
* Update QML type information for Qt CreatorKevin Ottens2016-09-266-135/+1393
* Fix camera controllersMiikka Heikkinen2016-09-051-9/+9
* Update QEntity docsAntti Määttä2016-09-021-5/+22
* PhongAlphaMaterial: allow to specify the blending argumentsPaul Lemire2016-08-191-1/+7
* Avoid code dup. in Scene3DItem and Qt3DQuickWindowKevin Ottens2016-08-073-70/+11
* Remove qboundingvolumedebugSean Harmer2016-08-041-4/+0
* Fix NormalDiffuseMapAlpha materialPaul Lemire2016-07-224-7/+119
* Use trilinear filtering for normal mapsSean Harmer2016-07-213-3/+3
* Quick3DBuffer: do not always convert from QJSValuePaul Lemire2016-07-171-2/+10
* Generate mips for normal mapsSean Harmer2016-07-123-0/+3
* Qt3DQuickWindow: subclass QWindowPaul Lemire2016-06-302-4/+41
* Split effects from materialsTomi Korpipää2016-06-2114-666/+339
* Scene3DItem: set aspect ratio properly the first timePaul Lemire2016-06-111-0/+2
* Qt3DQuickWindow: set proper aspect ratio on creationPaul Lemire2016-06-111-2/+4
* Use QSurfaceFormat::defaultFormat for sample countSvenn-Arne Dragly2016-06-081-1/+4
* Scene3DItem: allow to instantiate Logic aspectPaul Lemire2016-05-272-2/+6
* TextureMaterial.qml change remaining annotations to filterKeys.Unai IRIGOYEN2016-05-231-3/+3
* Add hook to set QNode parent when creating a QNode in QMLSean Harmer2016-05-231-0/+27
* Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-234-7/+7
* Make sure the axisSettings is found by QtCreatorKevin Ottens2016-05-231-28/+4
* Use QVector instead of QVariantList propertiesKevin Ottens2016-05-231-3/+3
* Use QVector instead of QVariantList propertiesKevin Ottens2016-05-231-4/+26
* Allow the QtQuick + Scene3D case to shutdown cleanlySean Harmer2016-05-201-0/+6
* Merge branch '5.6' into 5.7Sean Harmer2016-05-191-1/+1
|\
| * Eliminate references to dead memoryWieland Hagen2016-05-041-1/+1
* | De-inline dtors of public polymorphic classesMarc Mutz2016-05-192-0/+6
* | Add more explicitMarc Mutz2016-05-141-1/+1
* | Enable QT_NO_FOREACH for all Qt3D libraries and pluginsMarc Mutz2016-05-1410-0/+30
* | quick3d: eradicate remaining Q_FOREACH loopMarc Mutz2016-05-141-1/+1
* | Quick3DNode: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-05-141-2/+2
* | quick3d: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-05-1423-44/+71
* | Qt3D: replace QStringLiteral with QLatin1String when appending or comparingMarc Mutz2016-05-143-5/+5
* | Update QML type info due to Input API changesKevin Ottens2016-05-121-8/+46
* | FirstPersonCameraController: acceleration controlKevin Ottens2016-05-121-0/+14
* | Introduce local macros for declaring types as movable/primitive/sharedMarc Mutz2016-05-053-3/+3
* | Get rid of QLayer::namesKevin Ottens2016-05-044-2/+201
* | Camera controller naming conventionRobert Brock2016-05-033-2/+2
* | Fix qmltypes generation, add them to the sourcesKevin Ottens2016-05-0312-0/+3905
* | Don't crash when introspected by qmlplugindumpKevin Ottens2016-05-031-3/+7
* | Turn QAxisInput into QAbstractAxisInputKevin Ottens2016-05-023-15/+15
* | Split QAnalogAxisInput out of QAxisInputKevin Ottens2016-05-023-5/+6
* | Splitting of QAxisInputRobert Brock2016-05-023-12/+14
* | Make QAbstractNodeFactory privateSean Harmer2016-05-013-3/+3
* | Q_NULLPTR -> nullptrSean Harmer2016-05-0128-67/+67
* | Move last remaining pieces of examples-common to Qt3DExtrasPaul Lemire2016-05-017-3/+722
* | Strip out cloning subsystemSean Harmer2016-04-298-47/+24