summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Fix FolderListModel parentFolder property's file drive handlingJoona Petrell2010-05-212-2/+5
| | | | | Task-number: QT-3315 Reviewed-by: Martin Jones
* Add license headers for .qml files.Jason McDonald2010-05-21958-0/+39276
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Also show file/line numbers on XML query errors.Warwick Allison2010-05-211-1/+1
| | | | | | Task-number: QTBUG-10797 Reviewed-by: Bea Lam
* Print warnings for xml query syntax errorsBea Lam2010-05-211-0/+2
| | | | Task-number: QTBUG-10797
* Add XmlListModel::get()Bea Lam2010-05-211-0/+41
| | | | Task-number: QTBUG-10761
* Test e75088323ae15604139ddfd66b85cc3b8d43abebWarwick Allison2010-05-202-0/+6
| | | | Task-number: QTBUG-10820
* Add XmlListModel::errorString()Bea Lam2010-05-201-0/+9
|
* Improve error messages when tests fail.Warwick Allison2010-05-201-14/+15
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-204-0/+154
|\
| * Stop highlight animators for highlightFollowsCurrentItem: falseMartin Jones2010-05-204-0/+154
| | | | | | | | Task-number: QTBUG-10803
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-201-1/+0
|\ \ | |/
| * Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-201-1/+0
| | | | | | | | QDeclarativeComponent)
* | Ensure valuetype enums can be assigned from JSAaron Kennedy2010-05-201-0/+8
| | | | | | | | QTBUG-10830
* | Improve testcaseAaron Kennedy2010-05-202-1/+11
|/ | | | | As the default was AllUppercase, the tests weren't actually testing anything other than that assigning enums had no errors
* Make test more stableAaron Kennedy2010-05-201-2/+3
|
* Autotest (XFAIL) for QTBUG-10822Aaron Kennedy2010-05-202-0/+22
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-203-0/+21
|\
| * Fix test. Missed files.Warwick Allison2010-05-203-0/+21
| |
* | Fix testAaron Kennedy2010-05-201-1/+0
|/
* Disable mouse-based selection in TextInput/TextEditWarwick Allison2010-05-191-0/+45
| | | | | | | | Can still be turned back on, if people only want to target platforms where the behaviour is acceptable. Task-number: QTBUG-10684 Reviewed-by: Michael Brasser
* Bug moved.Warwick Allison2010-05-191-1/+1
|
* Regression fix for Loader anchors not workingJoona Petrell2010-05-182-0/+36
| | | | | Task-number: QTBUG-10766 Reviewed-by: Yann Bodson
* Make Qt.include() work for js files that have '.pragma library'Bea Lam2010-05-184-0/+33
|
* Prevent assignment of values (string, number, bool) to signal handlers.Michael Brasser2010-05-186-8/+7
| | | | | Task-number: QTBUG-10764 Reviewed-by: Aaron Kennedy
* Make sure strings are escaped when returned via asScript.Michael Brasser2010-05-183-5/+5
| | | | Makes 273024e58d90bb9b3a5da0161f884f1af22d75df more correct.
* git ignore stuffWarwick Allison2010-05-181-5/+0
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-1812-14/+14
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-1811-11/+12
| |\
| | * Rename files; fix test.Michael Brasser2010-05-184-3/+4
| | |
| | * Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-187-8/+8
| | | | | | | | | | | | Also rearrange the parameter order to be more clear.
| * | Round correctly in binding optimizerAaron Kennedy2010-05-181-3/+2
| |/ | | | | | | QTBUG-9538
* | Test Qt.labs.folderlistmodel pluginWarwick Allison2010-05-184-0/+136
|/
* Use QDeclarativeScriptString for ParentChange.Michael Brasser2010-05-1811-12/+1144
| | | | | | | So that scope resolution is correct, e.g. "width: parent.width-10;" in a ParentChange works correctly. Task-number: QTBUG-10675
* Fix examples autotest when compiled without webkit or xmlpatternsBea Lam2010-05-171-2/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-174-6/+170
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-174-13/+168
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-172-11/+4
| | |\
| | * | Don't crash due to recursive positioning.Martin Jones2010-05-171-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | Also extend positioner anchor check to include fill and centerIn. Task-number: QTBUG-10731
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-1617-3/+292
| | |\ \
| | * | | Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-142-1/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows intercepting keys before or after normal item key processing. Task-number: QTBUG-10467
| * | | | Fix doc for status, add Image::onLoaded.Warwick Allison2010-05-171-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statusChanged is NOT emitted for local files, nor should it be (they are loaded synchronously, so status is *initially* Ready). Add onLoaded signal that *is* emitted. Reviewed-by: Michael Brasser
* | | | | Check for acquireReg() failureAaron Kennedy2010-05-172-0/+35
| |_|_|/ |/| | | | | | | | | | | QTBUG-10696
* | | | ListModel::get() shouldn't print warnings for invalid indices since itBea Lam2010-05-171-10/+4
|/ / / | | | | | | | | | returns undefined items for these cases anywyay.
* | | graphicsWidgets doc example was previously removedBea Lam2010-05-161-1/+0
| |/ |/|
* | Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-142-3/+119
| | | | | | | | Grrr
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-1487-644/+740
|\ \ | |/
| * Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-1463-67/+480
| | | | | | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
| * Minor declarative webview tweaksAlan Alpert2010-05-1322-573/+230
| | | | | | | | | | | | | | Added a comment to the class docs, and cleaned up the visual tests a little. However the visual tests are old and text heavy, and since we never seem to check them we might wait on updating them for a little longer.
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-131-1/+3
| |\
| | * ListModel::get() should return undefined if bad index specifiedBea Lam2010-05-131-1/+3
| | |