summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor doc fixesBea Lam2010-06-111-1/+1
* Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-10/+6
* 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
* Fix QT_NO_TEXTHTMLPARSERTasuku Suzuki2010-05-311-0/+16
* 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
* 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
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-151-2/+12
* Correctly resolve, and load, IMG tags in Text element.Warwick Allison2010-04-151-8/+94
* Make sure richtext wraps correctly with a fixed height set.Martin Jones2010-04-151-1/+1
* doc fixesYann Bodson2010-04-131-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
* 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
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
* 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
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+936