summaryrefslogtreecommitdiffstats
path: root/tests/manual/distancefieldtext
Commit message (Collapse)AuthorAgeFilesLines
* QDistanceFieldText cleanupPaul Lemire2017-02-231-5/+5
| | | | | | | | | | | | -renamed QDistanceFieldText to QText2DEntity -renamed QDistanceFieldMaterial to QText2DMaterial -removed fontScale property -replace position property by width/height properties -adjusted manual test accordingly Task-number: QTBUG-58883 Change-Id: Ieb1aae2ef8f397e3a6a636ad651cf83a5565daa0 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* QDistanceFieldGlyphCache cleanupPaul Lemire2017-02-231-5/+0
| | | | | | | | | | | -made QDistanceFieldGlyphCache and QTextureAtlas private -remove dptr on QDistanceFieldGlyphCache -use a static hash on glyphCaches based on current scene being used -QTextureAtlas parented by scene root node Task-number: QTBUG-58881 Change-Id: If51d7dfe75e4233b9e7a36473c71fe530247aef7 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Fix QML version registration for 5.9 typesKevin Ottens2017-02-231-1/+1
| | | | | | | | | | | | Put a couple of the types which ended up wrongly at 2.0 with the other ones. Also applies the decision to go from 2.1 straight to 2.9 to realign the minor version with the Qt one. Will make it easier to manage. Change-Id: I7088b6c493296924a1d313c83107d5755e548ede Task-Id: QTBUG-58890 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Add DistanceFieldText testWieland Hagen2017-01-305-0/+407
This test also covers the gradual updating of the QTextureAtlas, and thus the correct working of QAbstractTexture::setDataGenerator() Change-Id: Ic3a989ff3e109136e8be2b560ee51c520366c3be Reviewed-by: Sean Harmer <sean.harmer@kdab.com>