aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-6062/+0
* Add test verifying that QObject-derived pointer is passed correctly.Matthew Vogt2012-02-221-0/+40
* Fix warnings in sequence wrapper codeChris Adams2012-02-151-0/+25
* Check dynamic slot function for nullness before evaluationChris Adams2012-02-091-0/+14
* Handle exceptions while compiling v8 bindingsChris Adams2012-02-091-0/+12
* Fix error in qdeclarativeecmascript autotest.Jason McDonald2012-02-091-5/+2
* Rewrite multiline strings properlyAlan Alpert2012-02-091-0/+11
* Disable broken testGunnar Sletta2012-02-081-0/+2
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Improve QRegExp property literal assignment error messageChris Adams2012-01-271-6/+18
* Fixed compile.Rohan McGovern2012-01-241-38/+75
* 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