summaryrefslogtreecommitdiffstats
path: root/tests/auto/core
Commit message (Expand)AuthorAgeFilesLines
* Clean up includesMike Krus2019-10-016-6/+1
* Process pending nodes needing _q_postConstructorInit at start of frameJim Albamont2019-09-181-14/+47
* Fix test for parenting QEntity to QNodeJim Albamont2019-09-171-5/+9
* Fix/improve several node testsJim Albamont2019-09-171-7/+218
* Update QEntity to use direct sync modeMike Krus2019-09-173-10/+20
* Use direct access to remove backend nodesPaul Lemire2019-09-162-207/+32
* Fix crash in tst_QShaderProgramJim Albamont2019-09-131-0/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-112-0/+98
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-242-0/+98
| |\
| | * Matrix_SSE/Matrix_AVX2: fix mapVectorPaul Lemire2019-08-202-0/+98
* | | Use sync method when initializing new backend nodesMike Krus2019-08-294-242/+249
* | | Merge remote-tracking branch 'qt-gerrit/wip/refactor' into HEADPaul Lemire2019-08-2811-188/+191
|\ \ \
| * | | Do direct notification of backend nodeswip/refactorMike Krus2019-08-2811-188/+191
* | | | QTransform: add worldMatrix propertyPaul Lemire2019-08-131-0/+49
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-181-1/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-151-1/+10
| |\|
| | * Fix removal of components when they are destroyedMike Krus2019-05-281-1/+10
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-121-3/+4
* | | Replace QLatin1Literal with QLatin1StringGiuseppe D'Angelo2019-06-111-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-06-031-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-291-2/+4
| |\|
| | * Clean up warningsMike Krus2019-05-281-2/+4
* | | Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-225-36/+36
* | | tst_QFrameAllocator: actually test somethingMarc Mutz2019-05-241-5/+5
|/ /
* | Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-261-0/+147
|\|
| * Fix backend node creation order using an initialization queueJim Albamont2019-04-081-0/+80
| * Fix Entity parenting hierarchyJim Albamont2019-04-041-0/+67
* | Merge branch '5.12' into 5.13Paul Lemire2019-04-021-2/+216
|\|
| * Make sure backend node is created when component is added to Entityv5.12.2Svenn-Arne Dragly2019-02-221-0/+84
| * Add test for component added to parent with pending backend creationSvenn-Arne Dragly2019-02-221-2/+76
| * Fix broken creation order for nodes used as propertiesSvenn-Arne Dragly2019-02-221-0/+56
| * Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-09-031-10/+36
* | Fix overflow in ThreadPooler test when CPU has high number of coresPaul Lemire2018-12-211-3/+3
* | Add an easy way to get a particular component from an entityJuan Jose Casafranca2018-09-191-0/+33
* | Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-08-261-10/+36
|/
* QNode: _q_postConstructorInit set scene on whole subtreePaul Lemire2018-07-181-0/+49
* Do not delay cleanup of backend Texture instancesPaul Lemire2018-07-112-0/+7
* Handle reparenting to nodes which have no backendPaul Lemire2018-07-041-0/+158
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-156-12/+142
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-051-6/+111
| |\
| | * Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-021-0/+83
| | * Fix componentAdded/componentRemoved notifications dispatch to componentsMike Krus2018-01-261-6/+28
| * | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-025-6/+114
* | | Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-141-0/+83
|\ \ \
| * | | Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-081-0/+83
| |/ /
* | | Merge branch '5.10' into devSean Harmer2018-01-265-1/+975
|\| |
| * | Unit tests for Matrix4x4Paul Lemire2018-01-265-1/+975
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-221-0/+74
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-221-0/+74
| |\|
| | * Add unit test and fix for broken order of event deliverySean Harmer2018-01-181-0/+74