summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Compile on WinCEAaron Kennedy2010-10-132-4/+4
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-121-0/+25
|\
| * Bug: TextEdit ignores plain text format when pasting textYann Bodson2010-10-121-0/+25
| | | | | | | | | | Task-number: QTBUG-14003 Reviewed-by: Michael Brasser
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-127-1/+86
|\ \ | |/
| * Fix autotest on windowsAaron Kennedy2010-10-111-1/+6
| |
| * Test for absent qmldirAaron Kennedy2010-10-112-0/+3
| | | | | | | | Task-number: QTBUG-13051
| * Allow objectName to be used in QML bindingsAaron Kennedy2010-10-112-0/+27
| | | | | | | | Task-number: QTBUG-13999
| * Don't give focus to a FocusScope that has had focus explicitly cleared.Michael Brasser2010-10-112-0/+50
| | | | | | | | | | | | | | If focus was explicitly cleared on a non-visible FocusScope, and then it was made visible, it would incorrectly grab focus. Task-number: QTBUG-13380
* | Update sections if model content changes.Martin Jones2010-10-121-0/+11
|/ | | | | | | | We didn't handle the section property changing, e.g. due to asynchronous model. Task-number: QT-4093 Reviewed-by: Aaron Kennedy
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-0813-5/+117
|\
| * Allow aliases to value type propertiesAaron Kennedy2010-10-0812-3/+85
| | | | | | | | Task-number: QTBUG-14254
| * Image.sourceSize is incorrect after changing Image.sourceYann Bodson2010-10-081-2/+32
| | | | | | | | Task-number: QTBUG-14303
* | Ensure GridView header is visible at the top of the view.Martin Jones2010-10-082-0/+67
|/ | | | | | | | The view was scrolled to the top of the first item, rather than the top of the header. Task-number: QTBUG-13906 Reviewed-by: Michael Brasser
* Test for QTBUG-13685Martin Jones2010-10-082-0/+13
| | | | Task-number: QTBUG-13685
* Check plugin and QML file case on Mac and WindowsAaron Kennedy2010-10-0812-1/+159
| | | | | | | | | This test should prevent the case where a QML app that is developed on a case insensitive filesystem (like on Mac or Windows) and then run on a case sensitive filesystem (like on Linux) fails to find module plugins, imports and QML files. Task-number: QTBUG-13517
* Add test for QTBUG-14279Martin Jones2010-10-082-0/+7
| | | | Task-number: QTBUG-14279
* emit currentSectionChanged when section changes in ListView.Martin Jones2010-10-081-0/+6
| | | | | Task-number: QTBUG-13981 Reviewed-by: Michael Brasser
* Don't allow multiple values to be assigned to a singular propertyAaron Kennedy2010-10-086-1/+23
| | | | Task-number: QTBUG-14005