Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 17 | -17/+17 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Fix TextEdit bitmap tests testing the wrong element | Joona Petrell | 2010-07-02 | 1 | -1/+1 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Force font selection (and so ensure visual test passes). | Warwick Allison | 2010-06-25 | 10 | -2/+0 |
| | |||||
* | Use ugly but reliable bitmaps fonts in test. | Warwick Allison | 2010-06-24 | 10 | -0/+1 |
| | |||||
* | Fix and better test Text / TextEdit alignments. | Warwick Allison | 2010-06-23 | 10 | -0/+42 |
| | | | | | | Various clipping and refresh bugs. Task-number: QTBUG-11492 | ||||
* | Fix test. Missed files. | Warwick Allison | 2010-05-20 | 3 | -0/+21 |
| | |||||
* | Call QDeclarativeItem::geometryChanged() base implementation | Aaron Kennedy | 2010-05-06 | 1 | -0/+12 |
| | |||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 12 | -12/+12 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Fix and test remote root component with qmldir-specified content. | Warwick Allison | 2010-04-13 | 1 | -1/+0 |
| | | | | 6ed43975f6733265b8b91b00a9a212076d896ef9 was not correct fix (just invalidated the test) | ||||
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 2 | -2/+2 |
| | |||||
* | Fix qdeclarativetextedit::delegateLoading autotest | Leonardo Sobral Cunha | 2010-03-22 | 2 | -0/+5 |
| | | | | After d039e2e8307, this test broke because of restricted remote imports. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 12 | -0/+148 |
QDeclarativeXXX. |