Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up qdeclarativeparticles visual test | Alan Alpert | 2010-10-29 | 5 | -193/+193 |
| | | | | | | update visuals, and add a couple comments. Task-number: QTBUG-14792 | ||||
* | Mark qdeclarativegridview autotests as expect-fail | Alan Alpert | 2010-10-29 | 25 | -5338/+4 |
| | | | | | | Includes the task numbers of the bugs, for later processing. Task-number: QTBUG-14792 | ||||
* | Clean up qdeclarativeflickable visual tests | Alan Alpert | 2010-10-29 | 32 | -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 tests | Alan Alpert | 2010-10-29 | 19 | -3078/+262 |
| | | | | | | Includes speeding up the animated resize tests. Task-number: QTBUG-14792 | ||||
* | Add a test for multiline text alignment | Alan Alpert | 2010-10-29 | 5 | -0/+518 |
| | | | | | | Apparently this is something we've had troubles with in the past Task-number: QTBUG-14792 | ||||
* | Update when text changes to "" | Alan Alpert | 2010-10-29 | 5 | -0/+972 |
| | | | | | | Also fixes a doc typo. Includes test. Task-number: QTBUG-14469 | ||||
* | Shrink and update qdeclarativetext visual tests | Alan Alpert | 2010-10-29 | 10 | -70/+112 |
| | | | | Task-number: QTBUG-14792 | ||||
* | Clean up package views visual test | Alan Alpert | 2010-10-29 | 25 | -2595/+603 |
| | | | | | | Shorten duration and remove the element of flicking (not under test). Task-number: QTBUG-14792 | ||||
* | Clean up qmlvisual/qdeclarativetextinput visual tests | Alan Alpert | 2010-10-29 | 44 | -3305/+3029 |
| | | | | | | Platform visuals and some cleanup after extended neglect Task-number: QTBUG-14792 | ||||
* | Cleanup qmlvisual/qdeclarativetextedit tests | Alan Alpert | 2010-10-29 | 65 | -2989/+13177 |
| | | | | | | Platform visuals and working again after a long period of neglect Task-number: QTBUG-14792 | ||||
* | Cleanup qmlvisual/qdeclarativetext visual tests | Alan Alpert | 2010-10-29 | 30 | -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 tests | Alan Alpert | 2010-10-28 | 66 | -13609/+931 |
| | | | | | | Remove text, to make them less platform specific Task-number: QTBUG-14792 | ||||
* | Clean up qmlvisual/animation visual tests | Alan Alpert | 2010-10-28 | 22 | -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 tests | Alan Alpert | 2010-10-28 | 54 | -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 request | Joona Petrell | 2010-10-21 | 1 | -1/+26 |
| | | | | | Task-number: QT-3957 reviewed-by: Aaron Kennedy | ||||
* | ListView item insertion didn't handle delayed item removal correctly. | Martin Jones | 2010-10-20 | 1 | -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 Kennedy | 2010-10-20 | 3 | -0/+39 |
| | | | | | Authored-by: Roberto Raggi Reviewed-by: Aaron Kennedy | ||||
* | Further focus scope fixes. | Michael Brasser | 2010-10-19 | 1 | -0/+6 |
| | | | | | | Follow-up to e11ee40cefc981fbdcfb10816039d4efb080fb17. Reviewed-by: Yoann Lopes | ||||
* | Fix visual test. | Michael Brasser | 2010-10-19 | 2 | -0/+0 |
| | |||||
* | Properties take precedence over methods | Aaron Kennedy | 2010-10-19 | 2 | -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 signals | Aaron Kennedy | 2010-10-19 | 3 | -6/+51 |
| | | | | Task-number: QTCREATORBUG-2769 | ||||
* | Fix visual tests. | Michael Brasser | 2010-10-18 | 29 | -1289/+685 |
| | |||||
* | Allow overloaded methods, and methods with default params, to be called in QML | Aaron Kennedy | 2010-10-15 | 2 | -7/+65 |
| | | | | Task-number: QTBUG-11604 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-10-15 | 3 | -0/+142 |
|\ | |||||
| * | Additional autotests for VisualDataModel. | Michael Brasser | 2010-10-15 | 3 | -0/+142 |
| | | |||||
* | | Update some tests to modern syntax | Alan Alpert | 2010-10-15 | 2 | -2/+2 |
|/ | |||||
* | Correctly splice properties from derived metaobjects together | Aaron Kennedy | 2010-10-14 | 4 | -0/+33 |
| | | | | Task-number: QTBUG-14449 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-10-14 | 4 | -0/+10 |
|\ | |||||
| * | Fix worker ListModels to property emit countChanged() | Bea Lam | 2010-10-13 | 1 | -0/+10 |
| | | | | | | | | Task-number: QT-4094 | ||||
| * | Update reference bitmaps used in bitmap comparison tests to follow changes ↵ | Joona Petrell | 2010-10-13 | 3 | -0/+0 |
| | | | | | | | | | | | | in Text painting Task-number: QTBUG-14374 | ||||
* | | Fix consistency of setting currentIndex in ListView and GridView. | Martin Jones | 2010-10-14 | 4 | -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 650a0078e2cef43eff107fe8d2505f64a0bfedf0 | Martin Jones | 2010-10-13 | 1 | -3/+0 |
| | | | | Task-number: QT-4093 | ||||
* | Compile on WinCE | Aaron Kennedy | 2010-10-13 | 2 | -4/+4 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-10-12 | 1 | -0/+25 |
|\ | |||||
| * | Bug: TextEdit ignores plain text format when pasting text | Yann Bodson | 2010-10-12 | 1 | -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.7 | Martin Jones | 2010-10-12 | 7 | -1/+86 |
|\ \ | |/ | |||||
| * | Fix autotest on windows | Aaron Kennedy | 2010-10-11 | 1 | -1/+6 |
| | | |||||
| * | Test for absent qmldir | Aaron Kennedy | 2010-10-11 | 2 | -0/+3 |
| | | | | | | | | Task-number: QTBUG-13051 | ||||
| * | Allow objectName to be used in QML bindings | Aaron Kennedy | 2010-10-11 | 2 | -0/+27 |
| | | | | | | | | Task-number: QTBUG-13999 | ||||
| * | Don't give focus to a FocusScope that has had focus explicitly cleared. | Michael Brasser | 2010-10-11 | 2 | -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 Jones | 2010-10-12 | 1 | -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.7 | Martin Jones | 2010-10-08 | 13 | -5/+117 |
|\ | |||||
| * | Allow aliases to value type properties | Aaron Kennedy | 2010-10-08 | 12 | -3/+85 |
| | | | | | | | | Task-number: QTBUG-14254 | ||||
| * | Image.sourceSize is incorrect after changing Image.source | Yann Bodson | 2010-10-08 | 1 | -2/+32 |
| | | | | | | | | Task-number: QTBUG-14303 | ||||
* | | Ensure GridView header is visible at the top of the view. | Martin Jones | 2010-10-08 | 2 | -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-13685 | Martin Jones | 2010-10-08 | 2 | -0/+13 |
| | | | | Task-number: QTBUG-13685 | ||||
* | Check plugin and QML file case on Mac and Windows | Aaron Kennedy | 2010-10-08 | 12 | -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-14279 | Martin Jones | 2010-10-08 | 2 | -0/+7 |
| | | | | Task-number: QTBUG-14279 | ||||
* | emit currentSectionChanged when section changes in ListView. | Martin Jones | 2010-10-08 | 1 | -0/+6 |
| | | | | | Task-number: QTBUG-13981 Reviewed-by: Michael Brasser | ||||
* | Don't allow multiple values to be assigned to a singular property | Aaron Kennedy | 2010-10-08 | 6 | -1/+23 |
| | | | | Task-number: QTBUG-14005 |