summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove widget subtree from backing store tracker when reparentedGareth Stockwell2010-10-261-3/+21
| | | | | | | | | | | | | When a native widget is reparented such that the value of maybeBackingStore() changes, it and all of its native descendents must be removed from the old QWidgetBackingStoreTracker. If this is not done, the backing store may not be deleted when the top-level widget is hidden, thereby consuming memory unnecessarily. Task-number: MOBILITY-1315 Reviewed-by: Jason Barron Reviewed-by: bnilsen
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-10-251-0/+38
|\ | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: add autotest for QString::setRawData()
| * add autotest for QString::setRawData()Oswald Buddenhagen2010-10-251-0/+38
| | | | | | | | | | | | ... and improve the one for fromRawData() marginally Reviewed-by: olivier
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-251-1/+1
|\ \ | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fixed many spelling errors.
| * | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| |/
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-10-251-0/+0
|\ \ | |/ |/| | | | | | | Conflicts: src/corelib/tools/qcryptographichash.cpp src/opengl/qgl_p.h
| * Rename .pro file to match directory name.Jason McDonald2010-10-121-0/+0
| | | | | | | | | | Task-number: none Reviewed-by: Trust Me
* | Corrected build fail for autotestsTitta Heikkala2010-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | Autotests compiled only for Symbian, this is now corrected. Task-number: QT-2085 Reviewed-by: Janne Koskinen Merge-request: 870 Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-10-212-0/+84
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: QS60Style: The QComboBox/QSpinBox text color is not according to theme Using TLS to store QThreadData on Symbian Functions that are externally defined to QtOpenGL needs to be imported. Added include for missing file for Symbian3 Support for clipboard between Qt and Symbian applications
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Janne Koskinen2010-10-211-1/+26
| |\ \
| * | | Added include for missing file for Symbian3Titta Heikkala2010-10-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Symbian3 has KClipboardUidTypePlainText defined in different file to previous Symbian versions. The missing file is now included. Task-number: QT-2085 Reviewed-by: Janne Koskinen Merge-request: 870 Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
| * | | Support for clipboard between Qt and Symbian applicationsTitta Heikkala2010-10-212-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clipboard now supports copying text between Qt and Symbian applications. Text is always copied to QClipboard and to Symbian clipboard. If QClipboard is empty, Symbian clipboard is checked and text is pasted from there. Corresponding test cases added. Task-number: QT-2085 Reviewed-by: Janne Koskinen Merge-request: 870 Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
* | | | Make sure d->ranges does not have invalid ranges before processing it.Stephen Kelly2010-10-211-0/+66
| |/ / |/| | | | | | | | | | | Reviewed-by: gabi Merge-request: 831
* | | Fix network request completion crashing on a canceled pixmap requestJoona Petrell2010-10-211-1/+26
|/ / | | | | | | | | Task-number: QT-3957 reviewed-by: Aaron Kennedy
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-10-201-2/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Don't allow posted events to starve native messages. Fix autotest failure with experimental client deco fix a translation bug in qt_zh_CN.ts Add skeleton changes file for Qt 4.7.2
| * | Fix autotest failure with experimental client decoHarald Fernengel2010-10-201-2/+4
| | | | | | | | | | | | The menu bar is in the outer layout, not the inner one
* | | 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 conflict between QDeclarativeGraphics_DerivedObject declared both in ↵Joona Petrell2010-10-201-2/+2
| | | | | | | | | | | | | | qdeclarativeglobal and tst_creation.cpp Task-number: Reviewed-by: Martin Jones
* | 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-192-0/+7
| | | | | | | | | | | | 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
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-1929-1289/+685
|\ \ | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix QDeclarativeTextLayout under non-affine transformation Fix visual tests. ListView.visibleArea.heightRatio should not emit a signal when it does not change. Properties should have precedence over methods.