summaryrefslogtreecommitdiffstats
path: root/src/extras/3dtext
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-132-9/+9
* Readability: use empty() instead of size() to check for emptinessAurélien Brooke2024-01-131-1/+1
* Doc: Fix incorrect module/type names in \qmlproperty commandsTopi Reinio2023-06-061-3/+3
* Remove qmake build filesMike Krus2023-03-171-11/+0
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-211-1/+1
* Qt3DExtras: includemocsMike Krus2022-06-232-0/+4
* Use SPDX license identifiersLucie Gérard2022-06-225-245/+10
* 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-232-0/+16
* Document the origin of extruded textMichael Brasser2020-10-212-0/+8
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-7/+7
* Add missing overrideAlexander Volkov2020-05-251-1/+1
* 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-273-38/+39
* | Remove buffer functor APIMike Krus2020-02-111-1/+0
|/
* Switch export macros to standard formKai Koehne2019-04-022-2/+2
* Merge branch '5.9' into 5.10Sean Harmer2018-01-122-4/+4
|\
| * Fix includes of Qt classesFriedemann Kleint2017-11-232-4/+4
* | Port away from QBuffer::typeKevin Ottens2017-09-221-2/+2
|/
* Doc: add doc to undocumented methods/propertiesNico Vertriest2017-08-302-11/+11
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Mark getters as const in QExtrudedTextMeshSean Harmer2017-03-282-6/+6
* Pass by QString and QFont const ref in QExtrudedText* classesSean Harmer2017-03-284-12/+12
* Mark ctor of QExtrudedTextMesh explicitSean Harmer2017-03-281-1/+1
* Mark protected ctor of QExtrudedTextGeometry explicitSean Harmer2017-03-271-1/+1
* Extruded Text cleanupPaul Lemire2017-02-166-177/+122
* Fix crash when running 3d-text examplev5.9.0-alpha1Antti Määttä2017-02-131-2/+5
* 3D Text: created 3d text geometry and meshSven Erdem2017-01-136-0/+1035