summaryrefslogtreecommitdiffstats
path: root/src/core/nodes
Commit message (Expand)AuthorAgeFilesLines
* QEntity: doc fix, added missing * to properly close commentPaul Lemire2015-04-241-1/+1
* QComponent: completed docPaul Lemire2015-04-231-7/+27
* QEntity: some doc addedPaul Lemire2015-04-231-0/+48
* QNode: add some documentationPaul Lemire2015-04-231-2/+59
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-144-0/+20
* Prefer q_func() over direct access to q_ptrKonstantin Ritt2015-03-162-5/+5
* QBackendNodeFunctor: get and destroy now take a QNodeIdPaul Lemire2015-02-281-2/+2
* ChangeArbiter/SceneChange: use id as change subjectPaul Lemire2015-02-283-10/+7
* Fix: remove QByteArrayLiteral used when setting SceneChange property namesPaul Lemire2015-02-283-6/+6
* License header change.Mika Salmela2015-02-261-10/+13
* headersclean: don't shadow members with variablesThiago Macieira2015-02-191-3/+3
* Fix inconsistent override warnings [-Winconsistent-missing-override]Sergio Martins2015-02-181-1/+1
* Fix license headerSergio Ahumada2015-02-161-5/+5
* Copyright header change.Mika Salmela2015-02-0916-304/+224
* Make QBackendNode use QBackendNodeFactoryKevin Ottens2015-02-083-1/+24
* Introduce QLockableObserverInterfaceKevin Ottens2015-02-084-8/+7
* On component removal only deal with the idKevin Ottens2015-01-281-2/+8
* Cleanup entities component lists on destructionKevin Ottens2015-01-281-0/+6
* Print warning when Component shareable violatedPaul Lemire2015-01-241-1/+4
* QComponent: add the enabled propertyPaul Lemire2015-01-243-1/+58
* RenderShaderData handling entirely reworkedPaul Lemire2015-01-181-0/+1
* Fix build warning on WindowsKonstantin Ritt2015-01-131-1/+1
* Fix dynamic reparenting issuesPaul Lemire2015-01-102-11/+20
* Export QBackendNodePrivateKonstantin Ritt2015-01-081-1/+2
* Fix build with QT_NO_DEBUG_STREAMKonstantin Ritt2015-01-071-0/+2
* Fix constnessKonstantin Ritt2015-01-072-2/+2
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-198-33/+33
* Make cloning available to third party QNodesKevin Ottens2014-11-274-43/+38
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-199-34/+34
* Rename ComponentList to QComponentListSean Harmer2014-11-192-3/+3
* Rename NodeList to QNodeListSean Harmer2014-11-193-7/+5
* corelogging.h -> corelogging_p.hSean Harmer2014-11-182-2/+2
* QNode: protected QSceneInterface* getterPaul Lemire2014-11-142-0/+7
* QComponent: add array of referenced entitiesPaul Lemire2014-11-144-0/+48
* Renamed nodevisitor.h/cpp to qnodevisitor.h/cppPaul Lemire2014-11-143-8/+8
* QNodeUuid is now a wrapper around quint64Paul Lemire2014-11-144-5/+130
* Fix regression: Support properties of types inheriting from QNode.Milian Wolff2014-11-051-1/+1
* Cleanup: Use Q_Q(QNode) instead of qobject_cast<QNode*>(q_ptr).Milian Wolff2014-11-041-4/+8
* Improve forwarding of property changes in QNodePrivate.Milian Wolff2014-11-044-36/+160
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-028-13/+74
* Renamed NodeVisitor to QNodeVisitorPaul Lemire2014-11-022-9/+9
* QObservableInterface refactoredPaul Lemire2014-11-024-56/+44
* Optimize QNodePrivate::_q_onNodePropertyChanged slightly.Milian Wolff2014-10-301-2/+6
* Fix strict-warning header compilationThiago Macieira2014-10-301-8/+8
* Improve the notification blocking efficiencySean Harmer2014-10-191-2/+4
* QNode: Add functionality to block notifications to aspectsSean Harmer2014-10-193-1/+43
* QBackendNodePaul Lemire2014-10-174-2/+323
* NodeVisitor refactoringPaul Lemire2014-10-172-72/+143
* QChangeArbiter and Observers/Observables made privatePaul Lemire2014-10-171-2/+2
* Have copy() only on QNodeKevin Ottens2014-10-165-21/+10