Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 1 | -1/+0 |
| | | | | Task-number: QTBUG-14089 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-10-07 | 1 | -1/+1 |
|\ | |||||
| * | Update import statement. | Michael Brasser | 2010-10-06 | 1 | -1/+1 |
| | | |||||
* | | Fix setting PathView offset when all visible items are removed. | Martin Jones | 2010-10-07 | 1 | -1/+10 |
|/ | | | | | | | | If we remove all items then we don't have a valid firstIndex with which to anchor item positions, so just use offset. Task-number: QTBUG-14199 Reviewed-by: Michael Brasser | ||||
* | Autotest | Aaron Kennedy | 2010-10-06 | 2 | -0/+31 |
| | | | | Task-number: QTBUG-14089 | ||||
* | Ensure PathView updates positions when path changes. | Michael Brasser | 2010-10-06 | 2 | -0/+36 |
| | | | | | | | | Fixes regression caused by optimization added in commit 35a51442ed21f58c06b21293eeb56e843251ee82. Task-number: QTBUG-14239 Reviewed-by: Martin Jones | ||||
* | Create Loader components in correct context | Aaron Kennedy | 2010-10-06 | 3 | -0/+37 |
| | | | | Task-number: QTBUG-13481 | ||||
* | Document and test paintedWidth and paintedHeight properties of Image | Yann Bodson | 2010-10-05 | 1 | -0/+41 |
| | | | | Task-number: QTBUG-14197 | ||||
* | Improve test coverage for declarative module. | Michael Brasser | 2010-10-04 | 8 | -2/+75 |
| | | | | Add additional autotests, and remove unreachable functions. | ||||
* | Add autotest for reserved words in QML. | Michael Brasser | 2010-10-04 | 1 | -0/+76 |
| | |||||
* | Prevent crash in XmlListModel when appending an empty role. | Michael Brasser | 2010-10-04 | 2 | -0/+18 |
| | |||||
* | Qt.openUrlExternally should resolve relative URLs. | Michael Brasser | 2010-10-01 | 4 | -0/+51 |
| | | | | Reviewed-by: Aaron Kennedy | ||||
* | QDeclarativeDebug: Make autotests more robust | Kai Koehne | 2010-09-30 | 2 | -13/+10 |
| | | | | | | | Always flush sockets after sending data, and make autotests more robust by using busy wait. Reviewed-by: Christiaan Janssen | ||||
* | QDeclarativeDebugClient: Make sure status is consistent | Kai Koehne | 2010-09-30 | 2 | -1/+7 |
| | | | | | | | | | When statusChanged() is called during handsake state() was not the same as the argument passed. Fix this by setting gotHello = true _before_ notifying the clients. Reviewed-by: Christiaan Janssen Task-number: QTBUG-14087 | ||||
* | Revert "QDeclarativeDebugService: Add bc autotest" to get changes through ↵ | Joona Petrell | 2010-09-30 | 3 | -95/+2 |
| | | | | | | staging. This reverts commit 31dcf2b4028b1f76301fc69fccff0a9474a0a135. | ||||
* | Autotest that new "import Qt 4.7"s aren't added accidentally | Aaron Kennedy | 2010-09-29 | 1 | -0/+57 |
| | | | | Task-number: QTBUG-13799 | ||||
* | Replace "import Qt 4.7" with "import QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-13799 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-09-29 | 2 | -0/+25 |
|\ | |||||
| * | Fix crash when trying to append a null transform to QDeclarativeItem. | Michael Brasser | 2010-09-28 | 2 | -0/+25 |
| | | | | | | | | Task-number: QTBUG-13893 | ||||
* | | Add test for Qt 4.7 module | Aaron Kennedy | 2010-09-29 | 5 | -1/+183 |
| | | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 719 | -1016/+1016 |
|/ | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | If a type is registered under several names, share the attached property object | Aaron Kennedy | 2010-09-28 | 3 | -0/+28 |
| | | | | Task-number: QTBUG-13799 |