summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert part of commit 7c1ab9b6a8Olivier Goffart2011-02-091-23/+0
* Doc fix for lineHeight.Yann Bodson2011-01-281-1/+3
* Add support for line spacing in Text element.Yann Bodson2011-01-281-3/+81
* Fixing right-to-left text in Text and TextInputChristopher Ham2011-01-281-6/+18
* Fix MaximumLineCount in Text and add testsChristopher Ham2011-01-281-24/+20
* Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-6/+56
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-5/+14
|\
| * Request font sizes with only 0.5pt resolution.Martin Jones2011-01-181-4/+13
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Add lineCount property to QDeclarativeTextEditChristopher Ham2011-01-141-1/+1
* | QDeclarativeText has new multiline propertiesChristopher Ham2011-01-141-15/+164
* | Support for justification in Text and TextEdit elements.Yann Bodson2010-12-171-4/+7
|/
* Repaint when text color changesAlan Alpert2010-11-261-5/+6
* Fix Text::elide docs.Bea Lam2010-11-091-1/+1
* Text alignment is broken with multi-line text and implicit size.Yann Bodson2010-11-081-12/+46
* Regression: QDeclarativeText does not update when text turns emptyYann Bodson2010-11-031-0/+1
* Regression: Text element breaks when using \n for separating linesYann Bodson2010-11-021-12/+12
* Regression: horizontal alignment bug with single line textYann Bodson2010-10-291-3/+3
* Update when text changes to ""Alan Alpert2010-10-291-1/+2
* Remove unnecessary layouting code from QDeclarativeTextYann Bodson2010-10-281-43/+8
* Actually call update in the Text ElementAlan Alpert2010-10-151-0/+1
* Recalculate Text Element's alignment when width changesAlan Alpert2010-10-151-3/+4
* Fix alignment bugs in Text elementAaron Kennedy2010-10-131-456/+501
* Disable Text {} image caching by defaultAaron Kennedy2010-10-081-2/+2
* Fix clipping behavior for non-cached text.Michael Brasser2010-10-041-1/+1
* Apply the QStaticText text-caching strategy for QMLAaron Kennedy2010-10-011-12/+24
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-091-10/+8
|\
| * Don't cause repaints during painting in Text elementMartin Jones2010-09-081-9/+7
| * Doc: Added types to method and signal documentation; other fixes.David Boddie2010-09-011-1/+1
* | Clarified iterator semantic in documentation and added a code snippet to a QM...Jerome Pasion2010-08-311-0/+10
|/
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-26/+0
* Alignment of shadow for rich text is broken when using text stylesYann Bodson2010-08-251-3/+3
* Fix few declarative code issues discovered by static code analysisJoona Petrell2010-08-241-1/+1
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-1/+2
* Bounding rect of text was not always calculated correctly.Martin Jones2010-07-211-53/+27
* font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-211-2/+1
* Ensure the boundingRect() of Text is correctly calculated.Michael Brasser2010-07-201-0/+2
* Improve QML text rendering when LCD smoothing is enabled for OS X.Michael Brasser2010-07-191-0/+16
* Text element does not clip even with clip=trueYann Bodson2010-07-151-7/+13
* QDeclarativeText optimization.Michael Brasser2010-07-071-1/+3
* Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-071-0/+2
* Make declarative pixmap cache easier to useAaron Kennedy2010-07-051-63/+85
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-301-0/+2
|\
| * Docs - add more links to relevant examplesBea Lam2010-06-301-0/+2
* | Remove the old font.outline documentationMartin Jones2010-06-301-6/+2
|/
* Fix and better test Text / TextEdit alignments.Warwick Allison2010-06-231-50/+92
* 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