Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Reading/writing a non-existent property throws an exception" | Aaron Kennedy | 2010-05-25 | 4 | -14/+8 |
| | | | | This reverts commit 2b3e7706f4459569520c77b9fb3ff2bc006e60f1. | ||||
* | Reading/writing a non-existent property throws an exception | Aaron Kennedy | 2010-05-25 | 4 | -8/+14 |
| | | | | QTBUG-10659 | ||||
* | Fix | Warwick Allison | 2010-05-25 | 1 | -4/+4 |
| | |||||
* | Added autotest for Component.createObject() without Qt.createComponent() | Alan Alpert | 2010-05-24 | 2 | -0/+44 |
| | | | | | | Also augmented the docs for both functions a little. Task-number: QTBUG-10926 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-24 | 3 | -3/+23 |
|\ | |||||
| * | Don't crash when assigning a Behavior to a grouped property. | Michael Brasser | 2010-05-24 | 2 | -0/+20 |
| | | | | | | | | | | Task-number: QTBUG-10799 Reviewed-by: Aaron Kennedy | ||||
| * | Fix visual tests after rename of the qml executable. | Michael Brasser | 2010-05-24 | 1 | -3/+3 |
| | | |||||
* | | Be slightly more verbose on assigning undefined in binding. | Warwick Allison | 2010-05-24 | 2 | -6/+6 |
|/ | | | | Task-number: QTBUG-10303 | ||||
* | Make compile: include script module for test | Bea Lam | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | Remove license headers from test data. | Warwick Allison | 2010-05-23 | 958 | -39276/+0 |
| | | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4 | ||||
* | Fix FolderListModel parentFolder property's file drive handling | Joona Petrell | 2010-05-21 | 2 | -2/+5 |
| | | | | | Task-number: QT-3315 Reviewed-by: Martin Jones | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 958 | -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 Allison | 2010-05-21 | 1 | -1/+1 |
| | | | | | | Task-number: QTBUG-10797 Reviewed-by: Bea Lam | ||||
* | Print warnings for xml query syntax errors | Bea Lam | 2010-05-21 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-10797 | ||||
* | Add XmlListModel::get() | Bea Lam | 2010-05-21 | 1 | -0/+41 |
| | | | | Task-number: QTBUG-10761 | ||||
* | Test e75088323ae15604139ddfd66b85cc3b8d43abeb | Warwick Allison | 2010-05-20 | 2 | -0/+6 |
| | | | | Task-number: QTBUG-10820 | ||||
* | Add XmlListModel::errorString() | Bea Lam | 2010-05-20 | 1 | -0/+9 |
| | |||||
* | Improve error messages when tests fail. | Warwick Allison | 2010-05-20 | 1 | -14/+15 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-20 | 4 | -0/+154 |
|\ | |||||
| * | Stop highlight animators for highlightFollowsCurrentItem: false | Martin Jones | 2010-05-20 | 4 | -0/+154 |
| | | | | | | | | Task-number: QTBUG-10803 | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-20 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Rename Component::errorsString() -> errorString() (and also for | Bea Lam | 2010-05-20 | 1 | -1/+0 |
| | | | | | | | | QDeclarativeComponent) | ||||
* | | Ensure valuetype enums can be assigned from JS | Aaron Kennedy | 2010-05-20 | 1 | -0/+8 |
| | | | | | | | | QTBUG-10830 | ||||
* | | Improve testcase | Aaron Kennedy | 2010-05-20 | 2 | -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 stable | Aaron Kennedy | 2010-05-20 | 1 | -2/+3 |
| | |||||
* | Autotest (XFAIL) for QTBUG-10822 | Aaron Kennedy | 2010-05-20 | 2 | -0/+22 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-20 | 3 | -0/+21 |
|\ | |||||
| * | Fix test. Missed files. | Warwick Allison | 2010-05-20 | 3 | -0/+21 |
| | | |||||
* | | Fix test | Aaron Kennedy | 2010-05-20 | 1 | -1/+0 |
|/ | |||||
* | Disable mouse-based selection in TextInput/TextEdit | Warwick Allison | 2010-05-19 | 1 | -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 Allison | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | Regression fix for Loader anchors not working | Joona Petrell | 2010-05-18 | 2 | -0/+36 |
| | | | | | Task-number: QTBUG-10766 Reviewed-by: Yann Bodson | ||||
* | Make Qt.include() work for js files that have '.pragma library' | Bea Lam | 2010-05-18 | 4 | -0/+33 |
| | |||||
* | Prevent assignment of values (string, number, bool) to signal handlers. | Michael Brasser | 2010-05-18 | 6 | -8/+7 |
| | | | | | Task-number: QTBUG-10764 Reviewed-by: Aaron Kennedy | ||||
* | Make sure strings are escaped when returned via asScript. | Michael Brasser | 2010-05-18 | 3 | -5/+5 |
| | | | | Makes 273024e58d90bb9b3a5da0161f884f1af22d75df more correct. | ||||
* | git ignore stuff | Warwick Allison | 2010-05-18 | 1 | -5/+0 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-18 | 12 | -14/+14 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-18 | 11 | -11/+12 |
| |\ | |||||
| | * | Rename files; fix test. | Michael Brasser | 2010-05-18 | 4 | -3/+4 |
| | | | |||||
| | * | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 7 | -8/+8 |
| | | | | | | | | | | | | Also rearrange the parameter order to be more clear. | ||||
| * | | Round correctly in binding optimizer | Aaron Kennedy | 2010-05-18 | 1 | -3/+2 |
| |/ | | | | | | | QTBUG-9538 | ||||
* | | Test Qt.labs.folderlistmodel plugin | Warwick Allison | 2010-05-18 | 4 | -0/+136 |
|/ | |||||
* | Use QDeclarativeScriptString for ParentChange. | Michael Brasser | 2010-05-18 | 11 | -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 xmlpatterns | Bea Lam | 2010-05-17 | 1 | -2/+2 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-17 | 4 | -6/+170 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-17 | 4 | -13/+168 |
| |\ | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-17 | 2 | -11/+4 |
| | |\ | |||||
| | * | | Don't crash due to recursive positioning. | Martin Jones | 2010-05-17 | 1 | -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.7 | Martin Jones | 2010-05-16 | 17 | -3/+292 |
| | |\ \ | |||||
| | * | | | Add a "priority" property to Keys and KeyNavigation | Martin Jones | 2010-05-14 | 2 | -1/+139 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows intercepting keys before or after normal item key processing. Task-number: QTBUG-10467 |