summaryrefslogtreecommitdiffstats
path: root/src/core/nodes
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-8/+9
|\
| * Fix scene graph dumpMike Krus2020-03-201-8/+9
* | Track dirty state on front end nodesMike Krus2020-04-074-1/+21
* | Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-273-0/+22
* | Remove deprecated classes and functionsPaul Lemire2020-02-1112-486/+24
|/
* Fix deprecation handlingMike Krus2020-01-142-0/+6
* Add commands to dump frame graph and scene graphMike Krus2020-01-092-0/+51
* Deprecate message APIMike Krus2019-12-094-21/+34
* Fix compile warning (again)Mike Krus2019-11-151-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-141-1/+1
|\
| * QNode: stop using hash<node,connection> for bookkeeping5.13Paul Lemire2019-11-042-9/+17
* | Doc: Fix documentation warningsTopi Reinio2019-11-131-1/+1
* | Fix compile warningsMike Krus2019-11-081-1/+1
* | QNode: stop using hash<node,connection> for bookkeepingv5.14.0-beta3Paul Lemire2019-11-042-9/+17
* | QNode::updateNode: ensure postConstructorInit of node is calledPaul Lemire2019-10-281-0/+5
* | Remove use of node/components added/removed messagesMike Krus2019-10-046-22/+39
* | Clean up includesMike Krus2019-10-013-4/+3
* | Update QCameraLens to use direct syncPaul Lemire2019-09-241-0/+3
* | Update mapping classes to use direct syncMike Krus2019-09-232-0/+6
* | Process pending nodes needing _q_postConstructorInit at start of frameJim Albamont2019-09-181-1/+1
* | Update QEntity to use direct sync modeMike Krus2019-09-171-7/+1
* | Use direct access to remove backend nodesPaul Lemire2019-09-161-5/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-111-2/+2
|\|
| * Fix a -Werror=shadow in EntityLiang Qi2019-08-211-2/+2
* | Use sync method when initializing new backend nodesMike Krus2019-08-295-19/+21
* | Do direct notification of backend nodeswip/refactorMike Krus2019-08-285-59/+39
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-154-2/+34
|\
| * Fix removal of components when they are destroyedMike Krus2019-05-284-2/+34
* | Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-264-2/+113
|\|
| * Fix backend node creation order using an initialization queueJim Albamont2019-04-082-2/+95
| * Fix Entity parenting hierarchyJim Albamont2019-04-042-0/+18
* | Switch export macros to standard formKai Koehne2019-04-0213-15/+15
* | Merge branch '5.12' into 5.13Paul Lemire2019-04-023-6/+32
|\|
| * Make sure backend node is created when component is added to Entityv5.12.2Svenn-Arne Dragly2019-02-223-0/+26
| * Fix broken creation order for nodes used as propertiesSvenn-Arne Dragly2019-02-221-6/+6
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-111-1/+1
|\|
| * Doc: Fix various documentation warningsTopi Reinio2018-11-071-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-033-3/+90
|\|
| * Doc: Add doc to undocumented methodsNico Vertriest2018-11-012-0/+19
| * Doc: Add doc to undocumented methods and properties qt3dNico Vertriest2018-11-011-3/+71
| * Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-09-032-0/+17
* | Add an easy way to get a particular component from an entityJuan Jose Casafranca2018-09-192-0/+20
* | Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-08-262-0/+17
|/
* QNode: _q_postConstructorInit set scene on whole subtreePaul Lemire2018-07-181-3/+8
* Handle reparenting to nodes which have no backendPaul Lemire2018-07-041-36/+32
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-192-3/+3
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-202-3/+3
* Remove unused variables detected by clang-clFriedemann Kleint2018-04-121-1/+1
* QParameter: add bookkeeping of QNode valuesPaul Lemire2018-02-211-4/+17
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-166-25/+28