aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the evaluation of JS switch statements in QML bindings.Roberto Raggi2011-11-291-0/+122
* Add indexed deleter to sequence wrapper, implement length setterChris Adams2011-11-291-6/+6
* ConsoleAPI: Use environment variableAurindam Jana2011-11-241-4/+3
* Don't crash when importing script with syntax errorKent Hansen2011-11-231-0/+42
* Fix default property preventing signals from being emitted.Glenn Watson2011-11-221-0/+13
* Add autotest for qml/v8 optimization bugKent Hansen2011-11-161-0/+17
* Allow aliases to QVariant propertiesAaron Kennedy2011-11-161-1/+13
* Fix parsing of unary expressions.Roberto Raggi2011-11-141-0/+8
* QV8Engine: Console APIsAurindam Jana2011-11-111-2/+4
* Remove unused codepaths from QV8SequenceWrapperChris Adams2011-11-111-0/+4
* Make compile and pass CI tests.Michael Brasser2011-11-111-1/+1
* Include correct line number when throwing an exception from a slotAaron Kennedy2011-11-081-1/+14
* Skip the captured properties step in bindingsAaron Kennedy2011-11-041-1/+45
* Add support for more sequence typesChris Adams2011-11-021-0/+233
* Readonly QML property supportAaron Kennedy2011-10-261-1/+13
* Add test for bug with typeof in imported js files.Michael Brasser2011-10-261-0/+20
* Fix "for (... in ...)" loops for list properties.Michael Brasser2011-10-261-0/+20
* Remove copy of tests/shared/util.h.Jason McDonald2011-10-191-2/+1
* Simplify expression guard logicAaron Kennedy2011-10-181-0/+18
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-171-5/+5
* Use TESTDATA macro in declarative tests.Michael Brasser2011-10-141-4/+4
* Add JavaScript "var" property type to QMLChris Adams2011-10-061-17/+386
* Allow .pragma library scripts to import other scriptsChris Adams2011-10-041-66/+114
* QDeclarativeIncubator::clear() and autotestsAaron Kennedy2011-10-031-1/+1
* Modify JS Object to QVariant conversionChris Adams2011-09-301-0/+16
* Remove Symbian-specific code from tests.Jason McDonald2011-09-301-5/+0
* Ensure JS-owned QObjects are cleaned up on v8engine dtorChris Adams2011-09-301-0/+35
* Fix crash in String.arg()Chris Adams2011-09-281-0/+17
* Unwrap QJSValue from QVariant in QV8Engine::fromVariantJędrzej Nowacki2011-09-191-0/+75
* Fix automatic semicolon insertion.Roberto Raggi2011-09-191-0/+9
* Fix QDeclarativeListProperty assignmentChris Adams2011-09-191-0/+16
* Add garbage collector prologue callback to qv8engineChris Adams2011-09-061-0/+251
* Fix some memory leaks in the compilerChris Adams2011-09-051-0/+2
* Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-011-0/+31
* Add enums support to QObject module APIsChris Adams2011-08-311-0/+11
* Implement script module api property get and setChris Adams2011-08-301-43/+131
* Honour the resettable flag of aliased propertiesChris Adams2011-08-041-0/+82
* Ensure that the prototype chain is checked in property GetChris Adams2011-08-021-0/+50
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-16/+9
* Mark objects from Component.createObject() as destructibleAaron Kennedy2011-07-291-0/+22
* Add .arg() for Javascript String typeCharles Yin2011-07-291-1/+9
* Allow static alias to composite typeAaron Kennedy2011-07-251-0/+13
* Support better boolean conversion semanticsAaron Kennedy2011-07-251-0/+22
* Check objects can be passed as signal parametersAaron Kennedy2011-07-251-0/+14
* Correctly load flags for binding propertiesAaron Kennedy2011-07-251-0/+15
* Enable support for QObject based module APIsAaron Kennedy2011-07-121-2/+3
* Merge branch 'master' into v8-cleanAaron Kennedy2011-07-011-0/+14
|\
| * Fix regression against 4.7Aaron Kennedy2011-06-231-0/+14
* | Fix autotestsAaron Kennedy2011-06-151-2/+4
* | Update auto testsAaron Kennedy2011-06-141-39/+0