summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Nokia corp to Digia Plc and contact info changesjutaipal2012-12-051-2/+2
* Change copyrights from Nokia to Digia.Marko Valtanen2012-11-301-23/+24
* Doc: Standardized on QtQuick for \since declarations.David Boddie2011-08-301-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-281-7/+2
|\
| * Remove unnecessary QtQuick 1.1 effectiveLayoutDirection, effectiveHorizontalA...Joona Petrell2011-05-271-7/+2
* | Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
|/
* Elide has unexpected effect on Text's implicitWidthMartin Jones2011-04-211-5/+18
* Text bounding rect calculated incorrectly if non-top aligned.Martin Jones2011-03-221-2/+2
* Fix horizontal alignment of QTextDocument-based RTL textJoona Petrell2011-03-091-14/+31
* Revert to previous lineHeight behavior.Martin Jones2011-03-091-0/+1
* Use the text layout bounds calculated by QLayout.Martin Jones2011-03-081-45/+28
* Base empty QML editor horizontal alignment on QApplication::keyboardInputDire...Joona Petrell2011-03-081-1/+2
* Reverse horizontal alignment of QML editors when the layout mirroring is enabledJoona Petrell2011-03-071-29/+66
* Removal of text alignment layout direction dependency was missing couple of c...Joona Petrell2011-03-041-2/+0
* Fix RTL multiline Text drawingMartin Jones2011-03-041-55/+20
* Remove text alignment of empty QML editors following the layout directionJoona Petrell2011-03-041-4/+1
* Merge branch '4.7' into qtquick11Martin Jones2011-03-021-7/+32
|\
| * fix/improve docs for new QtQuick 1.1 attributesBea Lam2011-02-281-0/+4
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-091-5/+7
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-02-051-7/+28
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-01-261-4/+13
| | |\ \
| | * | | Doc: Fixed the syntax of QML code snippets.David Boddie2011-01-241-7/+28
* | | | | Make sure horizontal QML editor text aligment always returns the actual align...Joona Petrell2011-03-011-22/+45
| |_|_|/ |/| | |
* | | | Use same values for Text.lineHeightMode and QTextBlock::lineHeightMode from m...Yann Bodson2011-02-091-5/+7
|/ / /
* | | 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-111-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-101-10/+8
|\