summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode.h
Commit message (Expand)AuthorAgeFilesLines
* No need to return const QNodeIdKevin Ottens2016-05-261-1/+1
* Shared node bookkeepingPaul Lemire2016-05-231-0/+1
* Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-231-2/+2
* Add more explicitMarc Mutz2016-05-141-1/+1
* Add QNode::notifyObservers()Sean Harmer2016-05-091-0/+1
* Set QObject parent immediately and defer backend notificationsSean Harmer2016-05-091-0/+1
* Mark more types movable/primitive/sharedMarc Mutz2016-05-071-0/+1
* Add QBackendNodeTester to enable testing of QBackendNode private methodsSean Harmer2016-05-011-0/+8
* Tidy up comments in QNodeSean Harmer2016-05-011-5/+0
* Make QAbstractNodeFactory privateSean Harmer2016-05-011-1/+0
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-3/+3
* Move QNodeIdPair into qnode.hPaul Lemire2016-04-291-0/+16
* QNodeCreation overhaulPaul Lemire2016-04-291-0/+1
* Strip out cloning subsystemSean Harmer2016-04-291-27/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-231-2/+13
* Merge branch '5.6' into 5.7Sean Harmer2016-04-161-2/+2
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-011-2/+2
* | Add QNodeCreatedChangeGenerator helperSean Harmer2016-04-121-0/+1
* | QActionInput creates creation changesSean Harmer2016-03-221-0/+2
* | Generate a vector of QNodeCreatedChanges at startupSean Harmer2016-03-221-0/+1
* | Add a helper to obtain Ids from a collection of QNodesSean Harmer2016-03-221-0/+10
* | Add new virtual to QNode for creating node creation changesSean Harmer2016-03-211-0/+3
* | QNodeList -> QNodeVectorPaul Lemire2016-02-221-2/+2
* | QNode: setParent non virtualPaul Lemire2016-02-221-1/+1
* | Move meta type registration out of the QNode ctor.Volker Krause2016-02-191-2/+2
* | Rename childrenNodes to childNodes for API consistency.Volker Krause2016-02-181-1/+1
* | Unify license header usageAntti Kokko2016-01-261-11/+14
|/
* Move the signals earlier in definitionKevin Ottens2015-12-181-4/+4
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-091-3/+5
* QNode: Introduce enabled propertyAndy Nichols2015-10-271-0/+5
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-9/+9
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-1/+1
* Create proper Quick extended classes in scene loadersLaszlo Agocs2015-08-201-2/+4
* QScene is now privatePaul Lemire2015-07-061-2/+0
* Merge branch '5.5.0' into 5.5Sean Harmer2015-06-211-2/+0
|\
| * Remove unnecessary metatype declarationsSean Harmer2015-06-081-2/+0
* | QNode parent changesPaul Lemire2015-06-111-2/+24
|/
* headersclean: don't shadow members with variablesThiago Macieira2015-02-191-3/+3
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-1/+1
* Make cloning available to third party QNodesKevin Ottens2014-11-271-0/+3
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-191-2/+2
* Rename NodeList to QNodeListSean Harmer2014-11-191-1/+1
* QNode: protected QSceneInterface* getterPaul Lemire2014-11-141-0/+1
* Improve forwarding of property changes in QNodePrivate.Milian Wolff2014-11-041-1/+0
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-021-2/+2
* QNode: Add functionality to block notifications to aspectsSean Harmer2014-10-191-0/+3
* Hide doClone implementations behind a macroKevin Ottens2014-10-151-0/+7
* Automate the NodeUpdated notificationsKevin Ottens2014-10-151-0/+1
* QNode refactoringPaul Lemire2014-10-031-34/+12