summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qgeometry
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
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-4/+4
* 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-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
* Tests: move TestArbiter into core commonPaul Lemire2016-11-181-0/+1
* 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-192-4/+4
* Unit Tests: use the commons TestArbiter/PostmanPaul Lemire2015-10-142-77/+3
* 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-072-0/+250