summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetext
Commit message (Collapse)AuthorAgeFilesLines
* Add license headers for .qml files.Jason McDonald2010-05-2119-0/+779
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-2119-19/+19
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Enable other wrapping modes.Martin Jones2010-04-092-0/+12
| | | | | | | | WrapAnywhere - Text can be wrapped at any point on a line, even if it occurs in the middle of a word. WrapAtWordBoundaryOrAnywhere - If possible, wrapping occurs at a word boundary; otherwise it will occur at the appropriate point on the line, even in the middle of a word.
* Replace Text::wrap property with Text::wrapMode enumeration.Martin Jones2010-04-082-8/+8
| | | | wrap remains for a little while, and will produce a warning.
* Rename visual test to qmlvisual.Michael Brasser2010-03-2836-0/+5353