summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Quickly clicking an item that doesn't use double clicking should result in ↵Joona Petrell2010-11-012-0/+58
| | | | | | | two separate clicks Task-number: QTBUG-14832 Reviewed-by: Martin Jones
* Fix QML visual tests on Mac.Yann Bodson2010-11-0167-5595/+11720
| | | | Task-number: QTBUG-14792
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-10-294-0/+22
|\
| * Update visual tests for MacYann Bodson2010-10-294-0/+22
| | | | | | | | Task-number: QTBUG-14792
* | Update webview visual tests to new skip modeAlan Alpert2010-10-2912-17/+21
| | | | | | | | | | | | | | | | New mode requires them to at least compile. Now that I've noticed this, removing that check on compile failures in QDeclarativeTester. Task-number: QTBUG-14792
* | Revert "Disable WebView visualtests"Alan Alpert2010-10-2924-0/+12940
| | | | | | | | | | | | This reverts commit 8ba02a8f5a537b9f7e1ff671abe6eed67029db58. ExpectFail state has been altered. Redoing that commit. This commit also adds the new line to indicate tests we don't care about
* | Mark dynamic.qml as expect-fail the new wayAlan Alpert2010-10-299-2/+1605
| | | | | | | | | | | | Also remove the check for the old way in tst_qmlvisual Task-number: QTBUG-14792
* | Update gridview visual testsAlan Alpert2010-10-2913-373/+374
| | | | | | | | | | | | | | The bug found in gridview.qml doesn't actually stop the test from passing, so it's now updated. Task-number: QTBUG-14792
* | Revert "Mark qdeclarativegridview autotests as expect-fail"Alan Alpert2010-10-2925-4/+5338
|/ | | | | This reverts commit b6ee57e14e145d9caa3f572d55447ec92f78cea4. Changed our mind about how to mark tests as expect-fail
* Add 'skip' property that QML visual tests can useAlan Alpert2010-10-2923-3/+2230
| | | | | | | | | | This property can be set with a reason to skip the test (i.e. known bug) and the failure will not count for blocking purposes. This change also alters one of the failing tests to use the new property Task-number: QTBUG-14792 Reviewed-by: Michael Brasser
* Almost all visual tests pass on linuxAlan Alpert2010-10-294-3195/+2
| | | | | | Still looking into text/fonts/plaintext which just developed an issue. Task-number: QTBUG-14792
* Disable WebView visualtestsAlan Alpert2010-10-2912-12928/+0
| | | | | | | Until this element is maintained, all tests are entering expectFail state. Task-number: QTBUG-14792
* Clean up repeater visual testsAlan Alpert2010-10-2928-4260/+60
| | | | | | Replace text with coloured rectangles, for more cross platform stability Task-number: QTBUG-14792
* Clean up QML Rect visual testsAlan Alpert2010-10-296-276/+22
| | | | | | Mostly just creating the test scripts. Task-number: QTBUG-14792
* Update qdeclarativespringanimation visual testsAlan Alpert2010-10-2936-2901/+2378
| | | | | | | Still correct, main problem was not getting updated visuals when we switched away from follows. Task-number: QTBUG-14792
* Clean up qdeclarativesmoothedanimation visual testsAlan Alpert2010-10-299-1852/+0
| | | | | | Smoothed animation test is actually just a subset of smoothed follow now Task-number: QTBUG-14792
* Clean up qdeclarativepositioner testsAlan Alpert2010-10-2911-1871/+70
| | | | | | dynamic.qml is now at expect-fail status, see QTBUG-14839 Task-number: QTBUG-14792
* Update visuals for qdeclarativepathview visual testsAlan Alpert2010-10-2916-580/+580
| | | | | | | The only difference appears to be a change to the flicking parameters, so the test is still valid. Task-number: QTBUG-14792
* Clean up qdeclarativeparticles visual testAlan Alpert2010-10-295-193/+193
| | | | | | update visuals, and add a couple comments. Task-number: QTBUG-14792
* Mark qdeclarativegridview autotests as expect-failAlan Alpert2010-10-2925-5338/+4
| | | | | | Includes the task numbers of the bugs, for later processing. Task-number: QTBUG-14792
* Clean up qdeclarativeflickable visual testsAlan Alpert2010-10-2932-4348/+3274
| | | | | | | They are mostly still fine, it's just that the flickable parameters had changed. Expected outputs have been revised. Task-number: QTBUG-14792
* Clean up qdeclarativeboarderimage visual testsAlan Alpert2010-10-2919-3078/+262
| | | | | | Includes speeding up the animated resize tests. Task-number: QTBUG-14792
* Add a test for multiline text alignmentAlan Alpert2010-10-295-0/+518
| | | | | | Apparently this is something we've had troubles with in the past Task-number: QTBUG-14792
* Update when text changes to ""Alan Alpert2010-10-295-0/+972
| | | | | | Also fixes a doc typo. Includes test. Task-number: QTBUG-14469
* Shrink and update qdeclarativetext visual testsAlan Alpert2010-10-2910-70/+112
| | | | Task-number: QTBUG-14792
* Clean up package views visual testAlan Alpert2010-10-2925-2595/+603
| | | | | | Shorten duration and remove the element of flicking (not under test). Task-number: QTBUG-14792
* Clean up qmlvisual/qdeclarativetextinput visual testsAlan Alpert2010-10-2944-3305/+3029
| | | | | | Platform visuals and some cleanup after extended neglect Task-number: QTBUG-14792
* Cleanup qmlvisual/qdeclarativetextedit testsAlan Alpert2010-10-2965-2989/+13177
| | | | | | Platform visuals and working again after a long period of neglect Task-number: QTBUG-14792
* Cleanup qmlvisual/qdeclarativetext visual testsAlan Alpert2010-10-2930-2861/+2182
| | | | | | | Getting them running again, and smaller. Need to fix a bug before they pass again though. Task-number: QTBUG-14792
* Clean up qmlvisual/focusscope testsAlan Alpert2010-10-2866-13609/+931
| | | | | | Remove text, to make them less platform specific Task-number: QTBUG-14792
* Clean up qmlvisual/animation visual testsAlan Alpert2010-10-2822-962/+1720
| | | | | | | | | Add platform specific colorAnimation Visuals remove color animation from propertyAction remove gradient from qtbug10586 shrink scriptAction-visual.qml Task-number: QTUBG-14792
* Clean up ListView visual testsAlan Alpert2010-10-2854-7096/+318
| | | | | | listview.qml is still expected to fail, filing a bug about that soon Task-number: QTBUG-14792
* Fix network request completion crashing on a canceled pixmap requestJoona Petrell2010-10-211-1/+26
| | | | | Task-number: QT-3957 reviewed-by: Aaron Kennedy
* ListView item insertion didn't handle delayed item removal correctly.Martin Jones2010-10-201-0/+9
| | | | | | | | | The delayed removal items weren't handled correctly by mapRangeFromModel() function. Use mapFromModel() instead which gives us what we actually want and remove unused mapRangeFromModel(). Task-number: QTBUG-14471 Reviewed-by: Michael Brasser
* Fix position of synthesized semicolon tokens.Aaron Kennedy2010-10-203-0/+39
| | | | | Authored-by: Roberto Raggi Reviewed-by: Aaron Kennedy
* Further focus scope fixes.Michael Brasser2010-10-191-0/+6
| | | | | | Follow-up to e11ee40cefc981fbdcfb10816039d4efb080fb17. Reviewed-by: Yoann Lopes
* Fix visual test.Michael Brasser2010-10-192-0/+0
|
* Properties take precedence over methodsAaron Kennedy2010-10-192-6/+6
| | | | | | | | Properties have always had precedence over methods in C++ classes, but erroneously, not in types declared in QML. This was because the property cache for the two went through a different code path. With changes 0c06e59577df1ec715e67d6d5842800bcec24945 and c407d79f79c67f2f2bb84efc93061fd57fe4cf54 the code paths were unified and this bug was exposed.
* Call the correct vme meta object when connecting alias signalsAaron Kennedy2010-10-193-6/+51
| | | | Task-number: QTCREATORBUG-2769
* Fix visual tests.Michael Brasser2010-10-1829-1289/+685
|
* Allow overloaded methods, and methods with default params, to be called in QMLAaron Kennedy2010-10-152-7/+65
| | | | Task-number: QTBUG-11604
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-10-153-0/+142
|\
| * Additional autotests for VisualDataModel.Michael Brasser2010-10-153-0/+142
| |
* | Update some tests to modern syntaxAlan Alpert2010-10-152-2/+2
|/
* Correctly splice properties from derived metaobjects togetherAaron Kennedy2010-10-144-0/+33
| | | | Task-number: QTBUG-14449
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-144-0/+10
|\
| * Fix worker ListModels to property emit countChanged()Bea Lam2010-10-131-0/+10
| | | | | | | | Task-number: QT-4094
| * Update reference bitmaps used in bitmap comparison tests to follow changes ↵Joona Petrell2010-10-133-0/+0
| | | | | | | | | | | | in Text painting Task-number: QTBUG-14374
* | Fix consistency of setting currentIndex in ListView and GridView.Martin Jones2010-10-144-0/+189
|/ | | | | | | | | | | The behaviour of setting the currentIndex out of bounds, was different depending upon whether it was set -ve, beyond the end, or before component completed. The behaviour is now consistent - setting the currentIndex out of bounds is allowed and will cause the currentItem and highlightItem to become null. Task-number: QTBUG-12571 Reviewed-by: Michael Brasser
* Remove debug code added by 650a0078e2cef43eff107fe8d2505f64a0bfedf0Martin Jones2010-10-131-3/+0
| | | | Task-number: QT-4093