summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Accept/Drop entities and filter recursivelyJuan José Casafranca2017-08-021-3/+42
* QLayer: update the documentationPaul Lemire2016-08-101-2/+74
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-191-0/+5
* Get rid of QLayer::namesKevin Ottens2016-05-041-33/+0
* QLayer/Layer create and handle creation changesSean Harmer2016-04-291-0/+8
* Strip out cloning subsystemSean Harmer2016-04-291-11/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-231-5/+0
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-4/+0
|\
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
* | Unify license header usageAntti Kokko2016-01-261-11/+14
|/
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-091-1/+1
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-231-5/+5
* Doc: Updated the docs for the namespace changesVenugopal Shivashankar2015-10-271-1/+1
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-7/+7
* Merge branch '5.5.0' into 5.5Sean Harmer2015-06-211-3/+3
|\
| * Doc: Fix multiple documentation issuesv5.5.0-rc1Topi Reinio2015-06-151-1/+1
| * Use Qt3D.Renderer rather than RenderSean Harmer2015-06-111-2/+2
* | QNode parent changesPaul Lemire2015-06-111-0/+5
|/
* Doc: Add Qt3D QML and C++ skeleton comments for qdocMartin Smith2015-05-281-0/+34
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-201-3/+3
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* Copyright header change.Mika Salmela2015-02-091-19/+14
* QLayer: QString name property converted to QStringList namesPaul Lemire2014-10-221-8/+7
* Have copy() only on QNodeKevin Ottens2014-10-161-4/+4
* Hide doClone implementations behind a macroKevin Ottens2014-10-151-7/+0
* QNode refactoringPaul Lemire2014-10-031-12/+9
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-2/+5
* QLayer implements doClone and copy methodsPaul Lemire2014-08-131-0/+15
* Renamed Component to QComponentPaul Lemire2014-07-051-3/+3
* Renamed Node to QNodePaul Lemire2014-07-051-2/+2
* Added QLayer componentPaul Lemire2014-07-051-0/+81