summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetext/data
Commit message (Collapse)AuthorAgeFilesLines
* Force font selection (and so ensure visual test passes).Warwick Allison2010-06-2510-2/+0
|
* Use ugly but reliable bitmaps fonts in test.Warwick Allison2010-06-2410-0/+1
|
* Fix and better test Text / TextEdit alignments.Warwick Allison2010-06-2310-0/+42
| | | | | | Various clipping and refresh bugs. Task-number: QTBUG-11492
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-214-4/+4
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Correctly resolve, and load, IMG tags in Text element.Warwick Allison2010-04-155-0/+20
Task-number: QTBUG-9900 Reviewed-by: Martin Jones