aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-181-0/+38
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-291-0/+15
* Fix crash in var property setterChris Adams2011-12-231-0/+1
* QDeclarative tests: Introduce base class for data tests.Friedemann Kleint2011-12-211-313/+308
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-191-0/+19
* Remove another fragile assumption from var prop unit testChris Adams2011-12-191-1/+2
* V8: Remove extra V8::Context allocated for expressing strong referencesSimon Hausmann2011-12-151-0/+10
* Add support for QUrl types to V4Roberto Raggi2011-12-151-0/+16
* Remove fragile assumption from var properties unit testChris Adams2011-12-151-2/+2
* Cleanup: Fold QV8GCCallback class declaration(s) back into qv8engine_p.hSimon Hausmann2011-12-141-1/+0
* Get rid of QDeclarativeMetaType::{canCopy,copy}Kent Hansen2011-12-091-0/+28
* Fix QObject V8 wrapping for extended typesAaron Kennedy2011-12-071-0/+16
* Ensure that scarce resources work with var propertiesChris Adams2011-12-061-85/+335
* Say hello to QtQuick moduleKent Hansen2011-12-021-1/+1
* AutotestAaron Kennedy2011-12-011-0/+10
* Take multi-line expressions into account when rewriting expressionsKai Koehne2011-12-011-5/+5
* Ignore test warningsAaron Kennedy2011-12-011-1/+13
* Add support for assigning literal value to sequence propertyChris Adams2011-12-011-0/+85
* Extend the grammar of QML binding declarations.Roberto Raggi2011-11-301-0/+71
* 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