aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript
Commit message (Expand)AuthorAgeFilesLines
* Check dynamic slot function for nullness before evaluationChris Adams2012-02-092-0/+29
* Handle exceptions while compiling v8 bindingsChris Adams2012-02-092-0/+33
* Fix error in qdeclarativeecmascript autotest.Jason McDonald2012-02-091-5/+2
* Rewrite multiline strings properlyAlan Alpert2012-02-092-0/+46
* Disable broken testGunnar Sletta2012-02-081-0/+2
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-0317-18/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-303-3/+3
* Improve QRegExp property literal assignment error messageChris Adams2012-01-272-6/+25
* Fixed compile.Rohan McGovern2012-01-241-38/+75
* Update obsolete contact address.Jason McDonald2012-01-233-3/+3
* Add QJSValue::call() overloadKent Hansen2012-01-201-1/+1
* Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-183-0/+89
* Update copyright year in license headers.Jason McDonald2012-01-053-3/+3
* Fix test failures with shadow builds.Andrew den Exter2012-01-031-4/+4
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-292-0/+39
* Fix crash in var property setterChris Adams2011-12-233-0/+14
* QDeclarative tests: Introduce base class for data tests.Friedemann Kleint2011-12-212-315/+312
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-192-0/+61
* 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-152-5/+29
* Add support for QUrl types to V4Roberto Raggi2011-12-153-0/+38
* 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-142-2/+0
* Get rid of QDeclarativeMetaType::{canCopy,copy}Kent Hansen2011-12-093-0/+46
* Fix QObject V8 wrapping for extended typesAaron Kennedy2011-12-072-0/+30
* Ensure that scarce resources work with var propertiesChris Adams2011-12-0646-100/+832
* Document function limitation of var propertiesChris Adams2011-12-061-0/+9
* Say hello to QtQuick moduleKent Hansen2011-12-022-4/+4
* AutotestAaron Kennedy2011-12-013-0/+18
* Take multi-line expressions into account when rewriting expressionsKai Koehne2011-12-012-5/+8
* Ignore test warningsAaron Kennedy2011-12-011-1/+13
* Add support for assigning literal value to sequence propertyChris Adams2011-12-017-0/+153
* Extend the grammar of QML binding declarations.Roberto Raggi2011-11-307-0/+147
* 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