summaryrefslogtreecommitdiffstats
path: root/src/quick3d
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don’t expose QGenericInputDevice to QMLMike Krus2016-04-281-1/+1
* | Prevent QAbstractLight instances creationKevin Ottens2016-04-281-1/+1
* | Rename QLight to QAbstractLightKevin Ottens2016-04-281-2/+2
* | Scene3DItem: add the hoverEnabled propertyPaul Lemire2016-04-282-2/+17
* | Fix static buildsMike Krus2016-04-273-2/+5
* | Rename QTechniqueFilter::criteria() to matchAll()Sean Harmer2016-04-271-3/+3
* | Moves QSortCriterion flag to QSortPolicy and remove itFranck Arrecot2016-04-264-193/+2
* | QNode: make cleanup a private slotPaul Lemire2016-04-236-18/+0
* | Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-2320-94/+404
* | QVectorize Quick3DShaderDataArrayRobert Brock2016-04-213-4/+4
* | QVectorize QRenderTargetSelectorWieland Hagen2016-04-201-1/+1
* | AntiAliasing added as RenderstateRobert Brock2016-04-201-0/+2
* | Minor documentation fixesTomi Korpipää2016-04-191-0/+9
* | Merge branch '5.6' into 5.7Sean Harmer2016-04-1610-27/+17
|\|
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-011-1/+1
| * standardize statement order in project files a bitOswald Buddenhagen2016-02-253-6/+3
| * rely on the automatically defined QT_BUILD_*_LIBOswald Buddenhagen2016-02-256-9/+3
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-256-12/+9
* | Remove QAbstractAggregateActionInputPaul Lemire2016-04-156-34/+215