aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data
Commit message (Expand)AuthorAgeFilesLines
* Fix the evaluation of JS switch statements in QML bindings.Roberto Raggi2011-11-295-0/+142
* Add indexed deleter to sequence wrapper, implement length setterChris Adams2011-11-291-0/+41
* Don't crash when importing script with syntax errorKent Hansen2011-11-234-0/+22
* Fix default property preventing signals from being emitted.Glenn Watson2011-11-221-0/+22
* Add autotest for qml/v8 optimization bugKent Hansen2011-11-161-0/+14
* Allow aliases to QVariant propertiesAaron Kennedy2011-11-161-0/+15
* Fix parsing of unary expressions.Roberto Raggi2011-11-141-0/+9
* Remove unused codepaths from QV8SequenceWrapperChris Adams2011-11-111-0/+5
* Include correct line number when throwing an exception from a slotAaron Kennedy2011-11-081-0/+6
* Skip the captured properties step in bindingsAaron Kennedy2011-11-042-0/+11
* Add support for more sequence typesChris Adams2011-11-0211-0/+692
* Readonly QML property supportAaron Kennedy2011-10-261-0/+45
* Add test for bug with typeof in imported js files.Michael Brasser2011-10-262-0/+51
* Fix "for (... in ...)" loops for list properties.Michael Brasser2011-10-261-0/+13
* Simplify expression guard logicAaron Kennedy2011-10-181-0/+6
* Add JavaScript "var" property type to QMLChris Adams2011-10-0633-16/+637
* Allow .pragma library scripts to import other scriptsChris Adams2011-10-044-0/+34
* Modify JS Object to QVariant conversionChris Adams2011-09-301-0/+16
* Ensure JS-owned QObjects are cleaned up on v8engine dtorChris Adams2011-09-301-0/+20
* Fix crash in String.arg()Chris Adams2011-09-281-0/+49
* Unwrap QJSValue from QVariant in QV8Engine::fromVariantJędrzej Nowacki2011-09-191-0/+12
* Fix automatic semicolon insertion.Roberto Raggi2011-09-191-0/+11
* Fix QDeclarativeListProperty assignmentChris Adams2011-09-191-0/+20
* Add garbage collector prologue callback to qv8engineChris Adams2011-09-064-0/+114
* Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-011-0/+60
* Add enums support to QObject module APIsChris Adams2011-08-311-0/+8
* Implement script module api property get and setChris Adams2011-08-308-6/+45
* Honour the resettable flag of aliased propertiesChris Adams2011-08-047-0/+152
* Ensure that the prototype chain is checked in property GetChris Adams2011-08-021-0/+72
* Mark objects from Component.createObject() as destructibleAaron Kennedy2011-07-291-0/+21
* Add .arg() for Javascript String typeCharles Yin2011-07-291-0/+16
* Allow static alias to composite typeAaron Kennedy2011-07-253-0/+17
* Support better boolean conversion semanticsAaron Kennedy2011-07-251-0/+28
* Check objects can be passed as signal parametersAaron Kennedy2011-07-251-0/+18
* Correctly load flags for binding propertiesAaron Kennedy2011-07-252-0/+15
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-12131-131/+131
* Merge branch 'master' into v8-cleanAaron Kennedy2011-07-013-0/+11
|\
| * Fix regression against 4.7Aaron Kennedy2011-06-233-0/+11
* | Initial V8 integrationAaron Kennedy2011-06-063-3/+11
|/
* Support change slots for properties starting with '_'Chris Adams2011-05-235-0/+75
* Add unit test and documentation for module APIChris Adams2011-05-061-0/+5
* Initial import from qtquick2.Qt by Nokia2011-04-2752-0/+705
* Initial import from the monolithic Qt.Qt by Nokia2011-04-27157-0/+2130