summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix and better test Text / TextEdit alignments.Warwick Allison2010-06-231-50/+92
| | | | | | Various clipping and refresh bugs. Task-number: QTBUG-11492
* Minor doc fixesBea Lam2010-06-111-1/+1
|
* Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-10/+6
| | | | docs more consistent
* Add 'on' prefix to documentation of signalsBea Lam2010-06-101-1/+1
|
* Text should update when the alignment changes.Michael Brasser2010-06-021-0/+2
|
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-0/+2
| | | | examples from class docs and improve assorted docs
* Fix QT_NO_TEXTHTMLPARSERTasuku Suzuki2010-05-311-0/+16
| | | | | Merge-request: 644 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-261-7/+30
|
* docWarwick Allison2010-05-051-34/+39
| | | | Task-number: QTBUG-10386
* Remove obsolete doc groupings.Michael Brasser2010-05-041-1/+0
|
* Doc fixesBea Lam2010-04-281-11/+19
|
* Ensure text document is created before we access it.Martin Jones2010-04-271-0/+1
|
* Remove the deprecated wrap property.Martin Jones2010-04-221-12/+0
|
* Simplify dynamic resource loading to avoid cluttering Text API.Warwick Allison2010-04-151-9/+4
| | | | Task-number: QTBUG-9900 QT-3287
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-151-2/+12
| | | | Task-number: QTBUG-9908
* Correctly resolve, and load, IMG tags in Text element.Warwick Allison2010-04-151-8/+94
| | | | | | Task-number: QTBUG-9900 Reviewed-by: Martin Jones
* Make sure richtext wraps correctly with a fixed height set.Martin Jones2010-04-151-1/+1
|
* doc fixesYann Bodson2010-04-121-5/+15
|
* Improve font value type documentation.Yann Bodson2010-04-121-2/+110
|
* Small doc fix.Martin Jones2010-04-091-5/+5
|
* Enable other wrapping modes.Martin Jones2010-04-091-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 enumerationMartin Jones2010-04-091-1/+1
|
* Replace Text::wrap property with Text::wrapMode enumeration.Martin Jones2010-04-081-19/+35
| | | | wrap remains for a little while, and will produce a warning.
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-8/+0
|
* Optimize Rectangle, Image, and Text creation.Michael Brasser2010-03-081-2/+0
|
* QML Text item clipping logic was reversedYann Bodson2010-02-251-2/+2
| | | | Task-number: QTBUG-8180
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+936
QDeclarativeXXX.