aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Better document with examples how relative paths are resolved.Andrew den Exter2012-02-141-0/+14
* QML Text: make sure that the bounding rect has a y position of 0.Yann Bodson2012-02-131-0/+1
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-2/+2
* Add linkColor property to Text.Andrew den Exter2012-02-091-5/+32
* Resolve StyledText img tags relative to baseUrl.Andrew den Exter2012-02-071-2/+8
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-071-13/+13
* Remove pixmap text caching in QML text elementYann Bodson2012-02-071-307/+35
* Fix updating text color in Text elementEskil Abrahamsen Blomfeldt2012-02-061-1/+3
* Add support for resizing fonts to fit Text dimensions.Andrew den Exter2012-02-061-153/+362
* Cleanup: remove some debugging and use QQuickTextNode::addImageYann Bodson2012-02-061-17/+2
* Support inline images with <img> tag in StyledTextYann Bodson2012-02-021-13/+138
* Clear Text formatting when setting plain text content.Andrew den Exter2012-02-021-0/+1
* Document the limitations of AutoText's rich text detection.Andrew den Exter2012-02-011-1/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Fix updating of QML Text elementEskil Abrahamsen Blomfeldt2012-01-261-1/+1
* Add support for shared glyph cacheEskil Abrahamsen Blomfeldt2012-01-241-3/+24
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Add a baseUrl property to Text and TextEdit.Andrew den Exter2012-01-191-3/+52
* Don't load embedded images from the current working directory.Andrew den Exter2012-01-191-24/+96
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-121-1/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Support <pre> in StyleText textFormatMartin Jones2012-01-051-0/+2
* Add accessibility to qmlFrederik Gladhorn2012-01-021-0/+3
* Small Text creation performance improvements.Martin Jones2011-12-201-27/+51
* Don't enable multiline eliding unless wrap is enabled.Martin Jones2011-12-201-4/+4
* Avoid Text layout being triggered unnecessarilyMartin Jones2011-12-071-17/+60
* Add support for pixmap cache images to TextEdit.Andrew den Exter2011-12-071-40/+22
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+1950