summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qgeometry/tst_qgeometry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-231-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-4/+4
* Use SPDX license identifiersLucie Gérard2022-06-221-27/+2
* Geometry refactoringMike Krus2020-02-271-12/+12
* Remove deprecated classes and functionsPaul Lemire2020-02-111-96/+17
* Fix deprecation handlingMike Krus2020-01-141-0/+4
* Clean up includesMike Krus2019-10-011-3/+1
* Update QGeometry to use direct syncMike Krus2019-09-181-11/+8
* QGeometry: add minExtent/maxExtent propertiesPaul Lemire2019-01-071-0/+55
* tst_QGeometry: add tests for attribute bookkeepingPaul Lemire2016-06-291-0/+34
* Avoid crash in QML app shutdown and actually send events in C++ appSean Harmer2016-05-201-1/+2
* Rename QNodeRemovedPropertyChange -> QPropertyNodeRemovedChangeSean Harmer2016-05-101-2/+2
* Rename QNodeAddedPropertyChange -> QPropertyNodeAddedChangeSean Harmer2016-05-101-2/+2
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-1/+1
* Rename NodeAdded/NodeRemoved ChangeFlagsSean Harmer2016-05-101-2/+2
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-5/+5
* Strip out cloning subsystemSean Harmer2016-04-291-25/+17
* QGeometry use new added/removed change typesSean Harmer2016-04-271-8/+12
* QNode: make cleanup a private slotPaul Lemire2016-04-231-5/+0
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-2/+2
* Remove QBoundingVolumeSpecifierMike Krus2016-03-221-17/+3
* QGeometry: move verticesPerPath to QGeometryRendererPaul Lemire2016-03-051-16/+0
* Unify license header usageAntti Kokko2016-01-261-17/+9
* Update test for QGeometry with a QBoundingVolumeSpecifierPaul Lemire2015-11-161-2/+20
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-3/+3
* Unit Tests: use the commons TestArbiter/PostmanPaul Lemire2015-10-141-77/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-28/+28
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-15/+15
* QGeometry: add verticesPerPath propertyPaul Lemire2015-08-111-0/+16
* QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-071-5/+5
* QGeometry unit testsPaul Lemire2015-08-071-0/+241