summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicstext
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-242-849/+0
| | | | QDeclarativeXXX.
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Test should use ceil() not floor() since ceil() is used for calculatingBea Lam2010-02-111-2/+2
| | | | with in QmlGraphicsTextPrivate::setupTextLayout().
* Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes).Bea Lam2010-02-081-53/+53
| | | | Was causing some test failures on Windows.
* Fix tests after 05adc294d063171d9d0accf819826684813d396aMichael Brasser2010-01-131-53/+107
|
* More test coverage for TextMartin Jones2009-11-061-0/+55
|
* Get tests passing on MacAlan Alpert2009-11-051-2/+4
| | | | | | There was inconsistent rounding of text widths. Task-number: QT-4200 QT-4201
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-041-2/+6
|\ | | | | | | into kinetic-declarativeui
| * Fix test.Warwick Allison2009-11-041-2/+6
| |
* | autotestsYann Bodson2009-11-041-1/+4
|/
* more autotestsYann Bodson2009-11-041-32/+225
|
* use same name for setter/getter and propertyYann Bodson2009-11-041-4/+4
|
* tests fixesYann Bodson2009-11-031-7/+40
|
* qmlgraphicstext testsYann Bodson2009-11-032-0/+505