aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript
Commit message (Expand)AuthorAgeFilesLines
* Fix the evaluation of JS switch statements in QML bindings.Roberto Raggi2011-11-296-0/+264
* Add indexed deleter to sequence wrapper, implement length setterChris Adams2011-11-292-6/+47
* ConsoleAPI: Use environment variableAurindam Jana2011-11-241-4/+3
* Don't crash when importing script with syntax errorKent Hansen2011-11-235-0/+64
* Fix default property preventing signals from being emitted.Glenn Watson2011-11-222-0/+35
* Add autotest for qml/v8 optimization bugKent Hansen2011-11-162-0/+31
* Allow aliases to QVariant propertiesAaron Kennedy2011-11-162-1/+28
* Fix parsing of unary expressions.Roberto Raggi2011-11-142-0/+17
* QV8Engine: Console APIsAurindam Jana2011-11-111-2/+4
* Remove unused codepaths from QV8SequenceWrapperChris Adams2011-11-113-3/+18
* 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-084-1/+28
* Skip the captured properties step in bindingsAaron Kennedy2011-11-045-1/+77
* Add support for more sequence typesChris Adams2011-11-0214-0/+1008
* Readonly QML property supportAaron Kennedy2011-10-262-1/+58
* Add test for bug with typeof in imported js files.Michael Brasser2011-10-263-0/+71
* Fix "for (... in ...)" loops for list properties.Michael Brasser2011-10-262-0/+33
* Remove insignificant test flag.Toby Tomkins2011-10-241-2/+0
* Remove copy of tests/shared/util.h.Jason McDonald2011-10-191-2/+1
* Simplify expression guard logicAaron Kennedy2011-10-184-0/+42
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-171-5/+5
* Use TESTDATA macro in declarative tests.Michael Brasser2011-10-142-5/+7
* tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-111-3/+3
* Add JavaScript "var" property type to QMLChris Adams2011-10-0636-34/+1043
* Allow .pragma library scripts to import other scriptsChris Adams2011-10-045-66/+148
* QDeclarativeIncubator::clear() and autotestsAaron Kennedy2011-10-031-1/+1
* Modify JS Object to QVariant conversionChris Adams2011-09-302-0/+32
* Remove Symbian-specific code from tests.Jason McDonald2011-09-302-12/+1
* Ensure JS-owned QObjects are cleaned up on v8engine dtorChris Adams2011-09-304-0/+98
* Fix crash in String.arg()Chris Adams2011-09-282-0/+66
* Unwrap QJSValue from QVariant in QV8Engine::fromVariantJędrzej Nowacki2011-09-193-0/+88
* Fix automatic semicolon insertion.Roberto Raggi2011-09-192-0/+20
* Fix QDeclarativeListProperty assignmentChris Adams2011-09-192-0/+36
* Re-enable commented tests.Jędrzej Nowacki2011-09-161-1/+1
* marked some tests as insignificant for nowMatthew Cattell2011-09-141-1/+2
* Add garbage collector prologue callback to qv8engineChris Adams2011-09-067-0/+473
* Fix some memory leaks in the compilerChris Adams2011-09-051-0/+2
* Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-012-0/+91
* Add enums support to QObject module APIsChris Adams2011-08-313-0/+22
* Implement script module api property get and setChris Adams2011-08-3011-50/+193
* Remove V8 submodule from QtDeclarativeKent Hansen2011-08-291-1/+1
* Honour the resettable flag of aliased propertiesChris Adams2011-08-048-0/+234
* Ensure that the prototype chain is checked in property GetChris Adams2011-08-022-0/+122
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-294-28/+21
* Mark objects from Component.createObject() as destructibleAaron Kennedy2011-07-292-0/+43
* Add .arg() for Javascript String typeCharles Yin2011-07-292-1/+25
* Allow static alias to composite typeAaron Kennedy2011-07-254-0/+30
* Support better boolean conversion semanticsAaron Kennedy2011-07-252-0/+50
* Check objects can be passed as signal parametersAaron Kennedy2011-07-252-0/+32
* Correctly load flags for binding propertiesAaron Kennedy2011-07-253-0/+30