summaryrefslogtreecommitdiffstats
path: root/src/extras/3dtext/qextrudedtextgeometry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-131-6/+6
* Readability: use empty() instead of size() to check for emptinessAurélien Brooke2024-01-131-1/+1
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-211-1/+1
* Qt3DExtras: includemocsMike Krus2022-06-231-0/+2
* Use SPDX license identifiersLucie Gérard2022-06-221-49/+2
* Fix some compile warningsMike Krus2022-06-031-7/+8
* Convert QExtrudedTextGeometryPrivate to use std::vectorMike Krus2021-01-111-22/+21
* Restore use of QVector in private APIMike Krus2021-01-051-7/+7
* Document how the font is used for extruded textMichael Brasser2020-10-231-0/+8
* Document the origin of extruded textMichael Brasser2020-10-211-0/+4
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-7/+7
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-0/+1
|\
| * Add missing QPainterPath includesUlf Hermann2020-03-111-0/+1
* | Geometry refactoringMike Krus2020-02-271-19/+19
* | Remove buffer functor APIMike Krus2020-02-111-1/+0
|/
* Port away from QBuffer::typeKevin Ottens2017-09-221-2/+2
* Doc: add doc to undocumented methods/propertiesNico Vertriest2017-08-301-5/+5
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Pass by QString and QFont const ref in QExtrudedText* classesSean Harmer2017-03-281-2/+2
* Extruded Text cleanupPaul Lemire2017-02-161-0/+503