aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-24370-6369/+0
* Add test verifying that QObject-derived pointer is passed correctly.Matthew Vogt2012-02-221-0/+17
* Fix warnings in sequence wrapper codeChris Adams2012-02-151-0/+89
* Check dynamic slot function for nullness before evaluationChris Adams2012-02-091-0/+15
* Handle exceptions while compiling v8 bindingsChris Adams2012-02-091-0/+21
* Rewrite multiline strings properlyAlan Alpert2012-02-091-0/+35
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-0316-16/+16
* Improve QRegExp property literal assignment error messageChris Adams2012-01-271-0/+7
* Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-182-0/+51
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-291-0/+24
* Fix crash in var property setterChris Adams2011-12-232-0/+13
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-191-0/+42
* Add support for QUrl types to V4Roberto Raggi2011-12-151-0/+10
* Get rid of QDeclarativeMetaType::{canCopy,copy}Kent Hansen2011-12-091-0/+14
* Fix QObject V8 wrapping for extended typesAaron Kennedy2011-12-071-0/+14
* Ensure that scarce resources work with var propertiesChris Adams2011-12-0645-15/+497
* Document function limitation of var propertiesChris Adams2011-12-061-0/+9
* AutotestAaron Kennedy2011-12-012-0/+8
* Take multi-line expressions into account when rewriting expressionsKai Koehne2011-12-011-0/+3
* Add support for assigning literal value to sequence propertyChris Adams2011-12-016-0/+68
* Extend the grammar of QML binding declarations.Roberto Raggi2011-11-306-0/+76
* 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