aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data
Commit message (Expand)AuthorAgeFilesLines
* Change C++ parameter type used for var parameters in QML declared signalsSimon Hausmann2013-12-241-0/+11
* Fix regression in QML string list concatenationsSimon Hausmann2013-12-111-0/+16
* Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-051-0/+14
* Fix url type testLars Knoll2013-12-041-2/+2
* Fix JavaScript signal connect on alias without other handlersSimon Hausmann2013-11-291-0/+34
* V4: fix Array.indexOf() for QStringListLiang Qi2013-11-201-0/+13
* V4: remove failing assert and fix code.Erik Verbruggen2013-11-191-0/+14
* Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-191-0/+7
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-181-0/+74
* Don't assert in QQuickItem::updateLars Knoll2013-11-181-0/+10
* Fix === operator for value typesLars Knoll2013-11-151-0/+28
* Don't crash when trying to assign to null.propLars Knoll2013-11-152-0/+10
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+48
* V4 IR: scan arguments when entering function scope in QML.Erik Verbruggen2013-11-121-0/+19
* V4: fix loop block marking for initializer blocks.Erik Verbruggen2013-11-121-0/+12
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-051-0/+10
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-221-0/+10
* Correctly convert an invalid QDateTime to JSLars Knoll2013-09-181-0/+20
* Improve reliability of propertyVarOwnership testSimon Hausmann2013-08-271-2/+0
* Don't crash with deferred propertiesAlan Alpert2013-08-221-0/+6
* Improve reliability of GC related testsSimon Hausmann2013-07-296-7/+0
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-243-0/+28
|\
| * Partial fix for deferred properties when combined with componentsAlan Alpert2013-05-223-0/+28
* | Fix tst_qqmlecmascript::functionAssignment_fromJSSimon Hausmann2013-06-181-10/+10
* | Fix qqmlecmascript::propertyVarOwnershipSimon Hausmann2013-06-131-3/+8
* | Remove failing testSimon Hausmann2013-06-081-15/+0
* | Fix tst_qqmlecmascript::signalArgumentsSimon Hausmann2013-06-072-4/+0
* | Port Qt.include() over to v4Lars Knoll2013-05-241-1/+1
|/
* Fix hexadecimal escape sequence validation in strings.Erik Verbruggen2013-03-191-0/+9
* Fix automatic semicolon insertion before ++/-- operators.Erik Verbruggen2013-01-111-0/+19
* Fix semicolon insertion before pre-incr/decr operators.Erik Verbruggen2013-01-082-0/+66
* Fix unicode escape sequence validation in strings.Erik Verbruggen2013-01-081-0/+9
* Fix: disallow incomplete hex numbers "0x" and "0X".Erik Verbruggen2013-01-072-0/+18
* Added parsing for getter/setter definitions in property assignments.Erik Verbruggen2012-12-171-0/+14
* Throw a parse error on octal numbers and escape sequencesLars Knoll2012-12-1111-0/+99
* Accept missing semicolon after do-while statement.Erik Verbruggen2012-11-261-0/+13
* Test: Fix tst_qqmlecmascript::exportDateCaroline Chao2012-10-292-2/+2
* doc: fix some typos in .qml filesSergio Ahumada2012-09-074-4/+4
* Delete weak JS objects on exit right awayThomas McGuire2012-08-311-0/+6
* Test metatype registration errors with non-metatypes.Stephen Kelly2012-08-281-5/+5
* Refactor singleton type registration codeChris Adams2012-08-287-9/+33
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-275-1/+164
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-243-0/+26
* Add unit test for concatenated property name accessChris Adams2012-08-091-0/+127
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-091-0/+23
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-0835-156/+197
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-081-0/+95
* Support remote import pathsMatthew Vogt2012-07-164-0/+24
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-1122-0/+88
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-097-0/+65