summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/data
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2917-17/+17
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix TextEdit bitmap tests testing the wrong elementJoona Petrell2010-07-021-1/+1
| | | | | 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 test. Missed files.Warwick Allison2010-05-203-0/+21
|
* Call QDeclarativeItem::geometryChanged() base implementationAaron Kennedy2010-05-061-0/+12
|
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-2112-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 Allison2010-04-131-1/+0
| | | | 6ed43975f6733265b8b91b00a9a212076d896ef9 was not correct fix (just invalidated the test)
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-092-2/+2
|
* Fix qdeclarativetextedit::delegateLoading autotestLeonardo Sobral Cunha2010-03-222-0/+5
| | | | After d039e2e8307, this test broke because of restricted remote imports.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2412-0/+148
QDeclarativeXXX.