summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual
Commit message (Collapse)AuthorAgeFilesLines
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-1110-11/+6
| | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2010-02-0412-62/+62
|\ | | | | | | into kinetic-declarativeui
| * Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-0312-62/+62
| | | | | | | | | | | | examples accordingly. Task-number: QT-2786
* | Fix elision and multilength strings when resizing a Text element.Michael Brasser2010-02-0415-65/+2362
|/ | | | | | They were incorrectly wrapping when the width changed. Task-number: QTBUG-7477
* Replace FreeMono by OCRA fontMartin Jones2010-01-275-88/+88
|
* Allow anchoring baseline to parentAlan Alpert2009-12-093-0/+276
| | | | Task-number: QT-2606
* Fixes wrapping in TextEditAlan Alpert2009-11-2617-0/+4955
| | | | | | | Somehow TextEdit got to the point of not calling updateSize after text input. Visual test included. Task-number: QTBUG-6273
* Treat emissionRate=0 like emitting=falseAlan Alpert2009-11-251-1/+6
| | | | | | | | Including stopping the timer because we arenæt emitting anything. Because emissionRate=0 is exactly the same as emitting=false, the emitting property has been removed. Task-number: QTBUG-6209
* Use console.log, not print.Warwick Allison2009-11-233-9/+9
|
* TextInput echoMode visual testAlan Alpert2009-11-2015-0/+2203
|
* Implement TextInput::horizontalAlignmentAlan Alpert2009-11-203-0/+146
| | | | Includes visual autotest.
* Test overshoot property in flickable visual testMartin Jones2009-11-1927-2159/+3774
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-1923-1391/+1207
|\ | | | | | | into kinetic-declarativeui
| * Update Package test and fix crash.Martin Jones2009-11-1823-1391/+1207
| |
* | Rename QML Object to QtObjectAaron Kennedy2009-11-192-2/+2
|/
* Make sure pathview flicks go through event filter path also.Martin Jones2009-11-181-0/+2
|
* Fix AnchorChange when multiple states in a stategroup are involved.Michael Brasser2009-11-1711-0/+2539
|
* update Text visual test after change 946eab3e327bddcce10ed838462c0ca56ff011f0Yann Bodson2009-11-162-83/+83
|
* Test MouseRegion.enabledMartin Jones2009-11-1315-3162/+1839
|
* More flickable testsMartin Jones2009-11-1326-380/+4749
|
* Hit more code in GrisView.Martin Jones2009-11-136-215/+223
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-1366-0/+15671
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-137-0/+2138
| |\ | | | | | | | | | into kinetic-declarativeui
| * | add TextInput visual test data for MacYann Bodson2009-11-1311-0/+3379
| | |
| * | add TextEdit visual test data for MacYann Bodson2009-11-1315-0/+4926
| | |
| * | add Repeater visual test data for MacYann Bodson2009-11-139-0/+1420
| | |
| * | add ListView visual test data for MacYann Bodson2009-11-1333-0/+5946
| | |
* | | More MouseRegion testing.Martin Jones2009-11-1325-0/+7314
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1311-1326/+735
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * update visual testYann Bodson2009-11-1311-1326/+735
| |
* | WebView tests and testability.Warwick Allison2009-11-137-0/+2138
|/
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-1325-0/+6038
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-1316-0/+3935
| |\ | | | | | | | | | into kinetic-declarativeui
| * | GridView visual testYann Bodson2009-11-1325-0/+6038
| | |
* | | Add missing test file.Martin Jones2009-11-131-0/+81
| |/ |/|
* | Test package and view handling of unrequested items.Martin Jones2009-11-1316-0/+3935
|/
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-1221-50/+4262
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-1212-50/+1897
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-123-50/+50
| | |\ | | | | | | | | | | | | into kinetic-declarativeui
| | | * Autotests.Michael Brasser2009-11-123-50/+50
| | | |
| | * | EaseFollow visual testYann Bodson2009-11-129-0/+1847
| | |/
| * | Another PathView visual testAlan Alpert2009-11-129-0/+2365
| |/ | | | | | | Altered pathItems count covers different code paths in much of pathview.
* | Visual tests for positionersAlan Alpert2009-11-1211-0/+2022
|/ | | | | dynamic.qml covers some of the more complex memory management issues, one of which is also fixed in this commit.
* Visual animation tests.Michael Brasser2009-11-1153-660/+2162
| | | | Move them to a common directory, add a new one, and fix a failing one.
* update visual testYann Bodson2009-11-114-188/+188
|
* another SpringFollow visual testYann Bodson2009-11-1112-0/+1199
|
* update visual testsYann Bodson2009-11-1127-1215/+428
|
* update visual testsYann Bodson2009-11-1152-5525/+5337
|
* update visual testsYann Bodson2009-11-114-220/+220
|
* update SpringFollow visual testYann Bodson2009-11-1120-2114/+493
|