summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetext
Commit message (Collapse)AuthorAgeFilesLines
* Copied Qt QML 4.7 branch to release.Toby Tomkins2010-07-271-3/+3
| | | | Reviewed-by: MArtin Jones
* Bounding rect of text was not always calculated correctly.Martin Jones2010-07-262-0/+37
| | | | | | | | | 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 (cherry picked from commit 3aeafb4839f49f524f10eae65be27fd189d37060)
* Ensure the boundingRect() of Text is correctly calculated.Michael Brasser2010-07-261-0/+1
| | | | | | | | We need to create our cached image in boundingRect() if it doesn't already exist, to prevents painting errors. Reviewed-by: Warwick Allison (cherry picked from commit 6c3cf7e2c5868bc77ffa66059889eda3132531b3)
* font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-261-4/+4
| | | | | | | | ... and percentage is useless. Task-number: QTBUG-12282 Reviewed-by: Warwick Allison (cherry picked from commit 78a01438e5a37fd1778924f73ca8bfa55960b0d0)
* Fix TextInput text getting improperly clippedJoona Petrell2010-07-131-1/+4
| | | | | | Task-number: QTBUG-11790 Reviewed-by: Martin Jones (cherry picked from commit 37792d20eeef870a0d695fc15bc943f20275be9a)
* Test only on X11, not only on Linux (which includes embedded).Warwick Allison2010-06-251-2/+2
|
* Force font selection (and so ensure visual test passes).Warwick Allison2010-06-2511-2/+7
|
* Use ugly but reliable bitmaps fonts in test.Warwick Allison2010-06-2410-0/+1
|
* Fix and better test Text / TextEdit alignments.Warwick Allison2010-06-2311-0/+108
| | | | | | Various clipping and refresh bugs. Task-number: QTBUG-11492
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-2/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* 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
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+2
| | | | QTBUG-9726
* Simplify dynamic resource loading to avoid cluttering Text API.Warwick Allison2010-04-151-1/+5
| | | | Task-number: QTBUG-9900 QT-3287
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-151-2/+2
| | | | Task-number: QTBUG-9908
* Correctly resolve, and load, IMG tags in Text element.Warwick Allison2010-04-157-0/+72
| | | | | | Task-number: QTBUG-9900 Reviewed-by: Martin Jones
* Make sure richtext wraps correctly with a fixed height set.Martin Jones2010-04-151-0/+20
|
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-53/+53
| | | | | Task-number: Reviewed-by: Martin Jones
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Replace Text::wrap property with Text::wrapMode enumeration.Martin Jones2010-04-081-4/+4
| | | | wrap remains for a little while, and will produce a warning.
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-23/+23
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-242-0/+849
QDeclarativeXXX.