summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetext/data
Commit message (Collapse)AuthorAgeFilesLines
* Elide has unexpected effect on Text's implicitWidthMartin Jones2011-04-211-0/+7
| | | | | | | | | The elided string was used to calculate the implicitWidth rather than the full string. Change-Id: I51b8800b47d4e32f4d5eef07c71df10e2df905b7 Task-number: QTBUG-18627 Reviewed-by: Michael Brasser
* Don't assert if font engine creates new glyphsAaron Kennedy2011-03-021-0/+10
| | | | | Change-Id: Id18f58822f990788b511cbce02f8e4cf7d787c21 Task-number: QTBUG-14734
* Add support for line spacing in Text element.Yann Bodson2011-01-281-0/+15
| | | | | | | This change adds the lineHeight and lineHeightMode properties. Task-number: QTBUG-14296 Reviewed-by: Martin Jones
* Fixing right-to-left text in Text and TextInputChristopher Ham2011-01-281-0/+23
| | | | | | | | | The Text and TextInput items should now automatically flip the alignment of right-to-left text. Autotests also added to ensure the text is on the correct side (added for TextInput also). Task-number: QTBUG-15880 Reviewed-by: Martin Jones
* Add missing revisions for QtQuick 1.1 additionsMartin Jones2011-01-271-1/+1
| | | | | Task-number: QTBUG-15279 Reviewed-by: Michael Brasser
* QDeclarativeText has new multiline propertiesChristopher Ham2011-01-141-0/+15
| | | | | | | | | | LineCount should return the number of lines currently being displayed. Setting maximumLineCount limits the number of lines that will be shown Truncated will return true if the text has been elided normally, or if the lines have been limited due to maximumLineCount. Task-number: QTBUG-12305 Reviewed-by: Michael Brasser
* Update reference bitmaps used in bitmap comparison tests to follow changes ↵Joona Petrell2010-10-133-0/+0
| | | | | | in Text painting Task-number: QTBUG-14374
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-296-6/+6
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Bounding rect of text was not always calculated correctly.Martin Jones2010-07-211-0/+18
| | | | | | | | The boundingRect depended upon the image cache which may not become valid until after boundingRect is called. Task-number: QTBUG-12291 Reviewed-by: Michael Brasser
* Fix TextEdit bitmap tests testing the wrong elementJoona Petrell2010-07-021-3/+3
| | | | | Task-number: Reviewed-by: Martin Jones
* Force font selection (and so ensure visual test passes).Warwick Allison2010-06-2510-2/+0
|
* Use ugly but reliable bitmaps fonts in test.Warwick Allison2010-06-2410-0/+1
|
* Fix and better test Text / TextEdit alignments.Warwick Allison2010-06-2310-0/+42
| | | | | | Various clipping and refresh bugs. Task-number: QTBUG-11492
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-214-4/+4
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Correctly resolve, and load, IMG tags in Text element.Warwick Allison2010-04-155-0/+20
Task-number: QTBUG-9900 Reviewed-by: Martin Jones