Fix rewrite of multiline string literals.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / tst_qdeclarativeecmascript.cpp
2012-02-23 Roberto RaggiFix rewrite of multiline string literals.
2012-02-22 Matthew VogtAdd test verifying that QObject-derived pointer is...
2012-02-15 Chris AdamsFix warnings in sequence wrapper code
2012-02-09 Chris AdamsCheck dynamic slot function for nullness before evaluation
2012-02-09 Chris AdamsHandle exceptions while compiling v8 bindings
2012-02-09 Jason McDonaldFix error in qdeclarativeecmascript autotest.
2012-02-09 Alan AlpertRewrite multiline strings properly
2012-02-08 Gunnar SlettaDisable broken test
2012-02-02 Matthew VogtRemove QtQuick1 elements from qtdeclarative
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-27 Chris AdamsImprove QRegExp property literal assignment error message
2012-01-24 Rohan McGovernFixed compile.
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-18 Matthew VogtAllow QML URLs to contain pre-encoded octets
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2011-12-29 Chris AdamsHandle exceptions inside QV8QObjectConnectionList:...
2011-12-23 Chris AdamsFix crash in var property setter
2011-12-21 Friedemann KleintQDeclarative tests: Introduce base class for data tests.
2011-12-19 Chris AdamsCorrectly resolve elements of QList<QUrl> properties
2011-12-19 Chris AdamsRemove another fragile assumption from var prop unit...
2011-12-15 Simon HausmannV8: Remove extra V8::Context allocated for expressing...
2011-12-15 Roberto RaggiAdd support for QUrl types to V4
2011-12-15 Chris AdamsRemove fragile assumption from var properties unit...
2011-12-14 Simon HausmannCleanup: Fold QV8GCCallback class declaration(s) back...
2011-12-09 Kent HansenGet rid of QDeclarativeMetaType::{canCopy,copy}
2011-12-07 Aaron KennedyFix QObject V8 wrapping for extended types
2011-12-06 Chris AdamsEnsure that scarce resources work with var properties
2011-12-02 Kent HansenSay hello to QtQuick module
2011-12-01 Aaron KennedyAutotest
2011-12-01 Kai KoehneTake multi-line expressions into account when rewriting...
2011-12-01 Aaron KennedyIgnore test warnings
2011-12-01 Chris AdamsAdd support for assigning literal value to sequence...
2011-11-30 Roberto RaggiExtend the grammar of QML binding declarations.
2011-11-29 Roberto RaggiFix the evaluation of JS switch statements in QML bindings.
2011-11-29 Chris AdamsAdd indexed deleter to sequence wrapper, implement...
2011-11-24 Aurindam JanaConsoleAPI: Use environment variable
2011-11-23 Kent HansenDon't crash when importing script with syntax error
2011-11-22 Glenn WatsonFix default property preventing signals from being...
2011-11-16 Kent HansenAdd autotest for qml/v8 optimization bug
2011-11-16 Aaron KennedyAllow aliases to QVariant properties
2011-11-14 Roberto RaggiFix parsing of unary expressions.
2011-11-11 Aurindam JanaQV8Engine: Console APIs
2011-11-11 Chris AdamsRemove unused codepaths from QV8SequenceWrapper
2011-11-11 Michael BrasserMake compile and pass CI tests.
2011-11-08 Aaron KennedyInclude correct line number when throwing an exception...
2011-11-04 Aaron KennedySkip the captured properties step in bindings
2011-11-02 Chris AdamsAdd support for more sequence types
2011-10-26 Aaron KennedyReadonly QML property support
2011-10-26 Michael BrasserAdd test for bug with typeof in imported js files.
2011-10-26 Michael BrasserFix "for (... in ...)" loops for list properties.
2011-10-19 Jason McDonaldRemove copy of tests/shared/util.h.
2011-10-18 Aaron KennedySimplify expression guard logic
2011-10-16 Aaron KennedyMerge PropertyCache::Data and ValueTypeData
2011-10-14 Michael BrasserUse TESTDATA macro in declarative tests.
2011-10-06 Chris AdamsAdd JavaScript "var" property type to QML
2011-10-03 Chris AdamsAllow .pragma library scripts to import other scripts
2011-10-03 Aaron KennedyQDeclarativeIncubator::clear() and autotests
2011-09-30 Chris AdamsModify JS Object to QVariant conversion
2011-09-30 Jason McDonaldRemove Symbian-specific code from tests.
2011-09-30 Chris AdamsEnsure JS-owned QObjects are cleaned up on v8engine...
2011-09-28 Chris AdamsFix crash in String.arg()
2011-09-19 Jędrzej NowackiUnwrap QJSValue from QVariant in QV8Engine::fromVariant
2011-09-19 Roberto RaggiFix automatic semicolon insertion.
2011-09-19 Chris AdamsFix QDeclarativeListProperty assignment
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-09-06 Chris AdamsAdd garbage collector prologue callback to qv8engine
2011-09-04 Chris AdamsFix some memory leaks in the compiler
2011-09-01 Michael BrasserAllow reference to signals using 'on' handler syntax.
2011-08-31 Gunnar SlettaMerge branch 'master' into refactor
2011-08-31 Chris AdamsAdd enums support to QObject module APIs
2011-08-30 Chris AdamsImplement script module api property get and set
2011-08-25 Gunnar SlettaMerge branch 'master' into refactor
2011-08-11 Gunnar SlettaMerge branch 'master' into refactor
2011-08-04 Chris AdamsHonour the resettable flag of aliased properties
2011-08-02 Chris AdamsEnsure that the prototype chain is checked in property Get
2011-07-29 Simon HausmannMerge the QJSEngine and QJSValue development branch...
2011-07-29 Aaron KennedyMark objects from Component.createObject() as destructible
2011-07-29 Charles YinAdd .arg() for Javascript String type
2011-07-25 Aaron KennedyAllow static alias to composite type
2011-07-25 Aaron KennedySupport better boolean conversion semantics
2011-07-25 Aaron KennedyCheck objects can be passed as signal parameters
2011-07-25 Aaron KennedyCorrectly load flags for binding properties
2011-07-12 Aaron KennedyEnable support for QObject based module APIs
2011-07-08 Aaron KennedyMerge branch 'v8'
2011-07-01 Aaron KennedyMerge branch 'master' into v8-clean
2011-06-24 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-23 Aaron KennedyFix regression against 4.7
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-17 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-15 Aaron KennedyFix autotests
2011-06-15 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-14 Aaron KennedyUpdate auto tests
2011-06-10 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-09 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-09 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-09 Aaron KennedyMerge branch 'master' into qtquick2
2011-06-07 Michael BrasserMerge branch 'master' into v8
2011-06-06 Alan AlpertMerge branch 'master' into qtquick2
next