Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc fixes | Bea Lam | 2010-04-28 | 1 | -11/+19 |
| | |||||
* | Ensure text document is created before we access it. | Martin Jones | 2010-04-27 | 1 | -0/+1 |
| | |||||
* | Remove the deprecated wrap property. | Martin Jones | 2010-04-22 | 1 | -12/+0 |
| | |||||
* | Simplify dynamic resource loading to avoid cluttering Text API. | Warwick Allison | 2010-04-15 | 1 | -9/+4 |
| | | | | Task-number: QTBUG-9900 QT-3287 | ||||
* | Use qmlInfo for image loading errors, not qWarning(). | Warwick Allison | 2010-04-15 | 1 | -2/+12 |
| | | | | Task-number: QTBUG-9908 | ||||
* | Correctly resolve, and load, IMG tags in Text element. | Warwick Allison | 2010-04-15 | 1 | -8/+94 |
| | | | | | | Task-number: QTBUG-9900 Reviewed-by: Martin Jones | ||||
* | Make sure richtext wraps correctly with a fixed height set. | Martin Jones | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | doc fixes | Yann Bodson | 2010-04-12 | 1 | -5/+15 |
| | |||||
* | Improve font value type documentation. | Yann Bodson | 2010-04-12 | 1 | -2/+110 |
| | |||||
* | Small doc fix. | Martin Jones | 2010-04-09 | 1 | -5/+5 |
| | |||||
* | Enable other wrapping modes. | Martin Jones | 2010-04-09 | 1 | -4/+8 |
| | | | | | | | | 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. | ||||
* | TextEdit::wrap changed to TextEdit::wrapMode enumeration | Martin Jones | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Replace Text::wrap property with Text::wrapMode enumeration. | Martin Jones | 2010-04-08 | 1 | -19/+35 |
| | | | | wrap remains for a little while, and will produce a warning. | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Remove dead performance measurement code from QML | Aaron Kennedy | 2010-03-22 | 1 | -8/+0 |
| | |||||
* | Optimize Rectangle, Image, and Text creation. | Michael Brasser | 2010-03-08 | 1 | -2/+0 |
| | |||||
* | QML Text item clipping logic was reversed | Yann Bodson | 2010-02-25 | 1 | -2/+2 |
| | | | | Task-number: QTBUG-8180 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+936 |
QDeclarativeXXX. |