Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap". | Warwick Allison | 2010-05-26 | 1 | -1/+8 |
| | |||||
* | Remove the deprecated wrap property. | Martin Jones | 2010-04-22 | 1 | -3/+0 |
| | |||||
* | Simplify dynamic resource loading to avoid cluttering Text API. | Warwick Allison | 2010-04-15 | 1 | -3/+1 |
| | | | | Task-number: QTBUG-9900 QT-3287 | ||||
* | Correctly resolve, and load, IMG tags in Text element. | Warwick Allison | 2010-04-15 | 1 | -0/+7 |
| | | | | | | Task-number: QTBUG-9900 Reviewed-by: Martin Jones | ||||
* | Enable other wrapping modes. | Martin Jones | 2010-04-09 | 1 | -3/+3 |
| | | | | | | | | 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 Jones | 2010-04-08 | 1 | -2/+13 |
| | | | | wrap remains for a little while, and will produce a warning. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+160 |
QDeclarativeXXX. |