summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Connect property alias change signals on useAaron Kennedy2010-10-071-1/+0
| | | | Task-number: QTBUG-14089
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-071-1/+1
|\
| * Update import statement.Michael Brasser2010-10-061-1/+1
| |
* | Fix setting PathView offset when all visible items are removed.Martin Jones2010-10-071-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
* AutotestAaron Kennedy2010-10-062-0/+31
| | | | Task-number: QTBUG-14089
* Ensure PathView updates positions when path changes.Michael Brasser2010-10-062-0/+36
| | | | | | | | Fixes regression caused by optimization added in commit 35a51442ed21f58c06b21293eeb56e843251ee82. Task-number: QTBUG-14239 Reviewed-by: Martin Jones
* Create Loader components in correct contextAaron Kennedy2010-10-063-0/+37
| | | | Task-number: QTBUG-13481
* Document and test paintedWidth and paintedHeight properties of ImageYann Bodson2010-10-051-0/+41
| | | | Task-number: QTBUG-14197
* Improve test coverage for declarative module.Michael Brasser2010-10-048-2/+75
| | | | Add additional autotests, and remove unreachable functions.
* Add autotest for reserved words in QML.Michael Brasser2010-10-041-0/+76
|
* Prevent crash in XmlListModel when appending an empty role.Michael Brasser2010-10-042-0/+18
|
* Qt.openUrlExternally should resolve relative URLs.Michael Brasser2010-10-014-0/+51
| | | | Reviewed-by: Aaron Kennedy
* QDeclarativeDebug: Make autotests more robustKai Koehne2010-09-302-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 consistentKai Koehne2010-09-302-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 Petrell2010-09-303-95/+2
| | | | | | staging. This reverts commit 31dcf2b4028b1f76301fc69fccff0a9474a0a135.
* Autotest that new "import Qt 4.7"s aren't added accidentallyAaron Kennedy2010-09-291-0/+57
| | | | Task-number: QTBUG-13799
* Replace "import Qt 4.7" with "import QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | Task-number: QTBUG-13799
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-292-0/+25
|\
| * Fix crash when trying to append a null transform to QDeclarativeItem.Michael Brasser2010-09-282-0/+25
| | | | | | | | Task-number: QTBUG-13893
* | Add test for Qt 4.7 moduleAaron Kennedy2010-09-295-1/+183
| | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-29719-1016/+1016
|/ | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-283-0/+28
| | | | Task-number: QTBUG-13799