summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qattribute/tst_qattribute.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-191-2/+2
* QAbstractAttribute: remove NodeAdded/Remove notification on bufferPaul Lemire2015-10-141-7/+8
* Unit Tests: use the commons TestArbiter/PostmanPaul Lemire2015-10-141-77/+1
* 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-071-0/+334