summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qbackendnode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-8/+8
* Doc: Add doc to undocumented methodsNico Vertriest2018-11-011-0/+8
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-191-2/+2
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-161-4/+4
* Add QNodeCommandMike Krus2017-05-221-0/+20
* Use non-template version of QVariant::value (clazy reports)Mike Krus2017-05-021-1/+1
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-3/+5
* Doc: Specify #include path for each \classTopi Reinio2016-12-071-0/+2
* Doc for core moduleColin Ogilvie2016-06-031-18/+2
* Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-231-5/+5
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-191-0/+5
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-2/+2
* Rename NodeUpdated ChangeFlag to PropertyUpdatedSean Harmer2016-05-101-1/+1
* Remove QbackendNode::setPeer(QNode *)Sean Harmer2016-05-021-14/+0
* Tidy QBackendNode a littleSean Harmer2016-05-011-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-4/+4
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-2/+2
* Added the rest of Qt3DCore doc skeletonsTomi Korpipää2016-04-211-1/+89
* Move enabled property to QBackendNodePaul Lemire2016-04-141-0/+36
* Remove todo about making pure virtualSean Harmer2016-03-311-3/+3
* Add setPeer() function to QBackendNodeSean Harmer2016-03-221-0/+6
* Hook up some machinery ready for testing the no cloning approachSean Harmer2016-03-221-0/+7
* QBackendNode::peerUuid() renamed to peerId()Paul Lemire2016-03-051-5/+5
* Removed factory member variableRobert Brock2016-02-071-15/+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
* | QBackendNode make simple getter Q_DECL_NOEXCEPTPaul Lemire2016-01-131-2/+2
|/
* Make QBackendNodeFactory privateKevin Ottens2015-12-171-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-2/+2
* Properly initialize q_ptr (or avoid where it is not needed)Konstantin Ritt2015-05-201-3/+5
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* Prefer q_func() over direct access to q_ptrKonstantin Ritt2015-03-161-1/+1
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Make QBackendNode use QBackendNodeFactoryKevin Ottens2015-02-081-0/+15
* Introduce QLockableObserverInterfaceKevin Ottens2015-02-081-2/+1
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-1/+1
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-191-2/+2
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-021-2/+2
* QObservableInterface refactoredPaul Lemire2014-11-021-12/+7
* QBackendNodePaul Lemire2014-10-171-0/+135