Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 2 | -849/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Test should use ceil() not floor() since ceil() is used for calculating | Bea Lam | 2010-02-11 | 1 | -2/+2 |
| | | | | with in QmlGraphicsTextPrivate::setupTextLayout(). | ||||
* | Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes). | Bea Lam | 2010-02-08 | 1 | -53/+53 |
| | | | | Was causing some test failures on Windows. | ||||
* | Fix tests after 05adc294d063171d9d0accf819826684813d396a | Michael Brasser | 2010-01-13 | 1 | -53/+107 |
| | |||||
* | More test coverage for Text | Martin Jones | 2009-11-06 | 1 | -0/+55 |
| | |||||
* | Get tests passing on Mac | Alan Alpert | 2009-11-05 | 1 | -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 Bodson | 2009-11-04 | 1 | -2/+6 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Fix test. | Warwick Allison | 2009-11-04 | 1 | -2/+6 |
| | | |||||
* | | autotests | Yann Bodson | 2009-11-04 | 1 | -1/+4 |
|/ | |||||
* | more autotests | Yann Bodson | 2009-11-04 | 1 | -32/+225 |
| | |||||
* | use same name for setter/getter and property | Yann Bodson | 2009-11-04 | 1 | -4/+4 |
| | |||||
* | tests fixes | Yann Bodson | 2009-11-03 | 1 | -7/+40 |
| | |||||
* | qmlgraphicstext tests | Yann Bodson | 2009-11-03 | 2 | -0/+505 |