summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/webview/zooming/zoomTextOnly.qml
Commit message (Collapse)AuthorAgeFilesLines
* Rename visual test to qmlvisual.Michael Brasser2010-03-281-14/+0
|
* Syntax and other small fixes for the visual tests.Michael Brasser2010-03-281-6/+5
|
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-1/+1
| | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops.
* Replace Animation's repeat property with loops.Michael Brasser2010-03-251-1/+1
| | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite.
* Move WebView to an extension plugin.Warwick Allison2010-03-021-0/+1
| | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-111-1/+0
| | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
* test text-only zooming.Warwick Allison2009-11-061-0/+15