summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetext/qtbug_14865.qml
Commit message (Collapse)AuthorAgeFilesLines
* Shrink size of a visual testAlan Alpert2010-11-161-1/+1
| | | | Task-number: QTBUG-14792
* Make qmlvisual tests more stableAlan Alpert2010-11-041-1/+2
| | | | | | | | Text elements now use shared components that have the same default values, instead of using the system defaults (that can vary between computers). This also removes text edit/input cursor blinking. Task-number: QTBUG-14792
* Regression: QDeclarativeText does not update when text turns emptyYann Bodson2010-11-031-0/+17
Task-number: QTBUG-14865 Reviewed-by: Michael Brasser