summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetext
Commit message (Collapse)AuthorAgeFilesLines
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-151-2/+2
| | | | Task-number: QTBUG-9908
* Correctly resolve, and load, IMG tags in Text element.Warwick Allison2010-04-157-0/+72
| | | | | | Task-number: QTBUG-9900 Reviewed-by: Martin Jones
* Make sure richtext wraps correctly with a fixed height set.Martin Jones2010-04-151-0/+20
|
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-53/+53
| | | | | Task-number: Reviewed-by: Martin Jones
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Replace Text::wrap property with Text::wrapMode enumeration.Martin Jones2010-04-081-4/+4
| | | | wrap remains for a little while, and will produce a warning.
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-23/+23
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-242-0/+849
QDeclarativeXXX.