summaryrefslogtreecommitdiffstats
path: root/src/core/geometry
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-205-5/+5
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-135-35/+35
* Doc: Fix \fn template arguments for Qt 3DTopi Reinio2023-11-271-1/+1
* Remove qmake build filesMike Krus2023-03-171-26/+0
* 3DCore: Remove using namespace Qt3DCoreFriedemann Kleint2023-02-103-5/+6
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-211-1/+1
* Qt3DCore: includemocsMike Krus2022-06-224-0/+8
* Use SPDX license identifiersLucie Gérard2022-06-2220-760/+40
* Make sure all private headers include at least one otherThiago Macieira2022-03-082-2/+3
* QGeometryFactory: don't make op== virtualMarc Mutz2021-11-171-1/+3
* Transform Qt3D.Core to declarative type registrationUlf Hermann2021-04-063-9/+9
* Doc: Fix documentation warningsTopi Reinio2020-11-253-83/+51
* Doc: Fix simple qdoc warningsPaul Wicking2020-09-091-2/+2
* QBoundingVolume: fix unitialized valuedPaul Lemire2020-07-271-0/+1
* Update buffer visitorMike Krus2020-07-271-9/+36
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-1/+1
* Use QList instead of QVectorJarek Kobus2020-07-072-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-06-242-5/+5
* Fix compile warningsMike Krus2020-06-171-93/+0
* Fix QBuffer documentationPaul Lemire2020-06-081-9/+1
* Fix QBuffer::updateData being called several times in a rowPaul Lemire2020-06-082-1/+12
* Fix build for Qt6Mike Krus2020-05-062-2/+2
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-1/+2
* Update documentationMike Krus2020-04-231-5/+146
* Add ability to override bounding data and trigger calculationMike Krus2020-04-233-0/+67
* Pull bounding volume info from front endMike Krus2020-04-231-1/+1
* Add bounding volume calculations to core aspectMike Krus2020-04-226-2/+673
* Introduce QBoundingVolume classMike Krus2020-04-084-0/+371
* Track dirty state on front end nodesMike Krus2020-04-078-0/+77
* Remove more deprecated codeMike Krus2020-02-273-53/+0
* Introduce QGeometryViewMike Krus2020-02-274-1/+700
* Geometry refactoringMike Krus2020-02-2713-0/+2008