summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qattribute
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-231-1/+1
* CMake: Make qt3d tests standalone projectsAlexandru Croitor2023-07-061-0/+6
* Remove qmake build filesMike Krus2023-03-171-12/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-241-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-271-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-221-27/+2
* Use internal CMake APIMike Krus2020-10-071-1/+1
* Add missing tests and benchmarksMike Krus2020-06-241-14/+2
* Add support for building with CMakeMike Krus2020-05-221-0/+38
* Geometry refactoringMike Krus2020-02-271-28/+28
* Remove deprecated classes and functionsPaul Lemire2020-02-111-106/+31
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-73/+34
* Add default attribute names for joint indices and joint weightsSean Harmer2017-07-281-0/+6
* QAttribute: add DrawIndirectAttribute typePaul Lemire2017-01-241-0/+10
* Tests: move TestArbiter into core commonPaul Lemire2016-11-181-0/+1
* Turn default attribute names into propertiesKevin Ottens2016-10-291-0/+23
* Fix internal naming consistency for attributesKevin Ottens2016-07-211-2/+2
* Fix API consistency in QAttributeKevin Ottens2016-07-211-6/+6
* tst_QAttribute: add test for buffer bookkeepingPaul Lemire2016-06-291-0/+34
* Avoid crash in QML app shutdown and actually send events in C++ appSean Harmer2016-05-201-1/+2
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-10/+10
* Rename NodeUpdated ChangeFlag to PropertyUpdatedSean Harmer2016-05-101-10/+10
* Strip out cloning subsystemSean Harmer2016-04-291-34/+23
* QNode: make cleanup a private slotPaul Lemire2016-04-231-1/+1
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-10/+10
* QAttribute API changesPaul Lemire2016-02-291-4/+4
* QAttribute: merge with QAbstractAttributePaul Lemire2016-02-261-4/+4
* QBuffer merged with QAbstractBufferPaul Lemire2016-02-261-1/+1
* Unify license header usageAntti Kokko2016-01-261-17/+9
* Move core/io content to render/geometry and ioKevin Ottens2015-12-021-5/+5
* Rename Renderer -> Render throughoutSean Harmer2015-10-192-3/+3
* QAbstractAttribute: remove NodeAdded/Remove notification on bufferPaul Lemire2015-10-141-7/+8
* Unit Tests: use the commons TestArbiter/PostmanPaul Lemire2015-10-142-77/+3
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-49/+49
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-15/+15
* QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-071-11/+27
* QAttribute unit testsPaul Lemire2015-08-072-0/+343