aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-141-1/+1
|\
| * Fix warning about uninitialized value in QML-ECMA-test (CLANG).Friedemann Kleint2013-03-111-1/+1
* | Merge branch 'stable' into devGunnar Sletta2013-01-171-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* | Fix automatic semicolon insertion before ++/-- operators.Erik Verbruggen2013-01-111-0/+8
* | Reenable temporarily skipped QML testsPeter Varga2013-01-091-4/+0
* | Update some QML tests and temporarily skip themPeter Varga2013-01-091-8/+7
* | Fix semicolon insertion before pre-incr/decr operators.Erik Verbruggen2013-01-081-0/+16
* | Fix unicode escape sequence validation in strings.Erik Verbruggen2013-01-081-1/+1
* | Merge "Merge branch 'stable' into dev" into refs/staging/devFrederik Gladhorn2013-01-071-52/+60
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-52/+60
| |\|
| | * Quick tests: Introduce QQmlMessageHandler.Friedemann Kleint2012-12-201-51/+19
| | * Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-201-0/+1
| | * Move the Q_DECLARE_METATYPE to where it should be.Stephen Kelly2012-12-111-1/+0
| | * Only free context if the owning QV8ContextResource gets destroyedPhilip Lorenz2012-12-101-0/+40
* | | Fix: disallow incomplete hex numbers "0x" and "0X".Erik Verbruggen2013-01-071-0/+6
|/ /
* / Throw a parse error on octal numbers and escape sequencesLars Knoll2012-12-111-0/+24
|/
* Accept missing semicolon after do-while statement.Erik Verbruggen2012-11-261-0/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-19/+19
* Delete weak JS objects on exit right awayThomas McGuire2012-08-311-0/+33
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-1/+1
* Test metatype registration errors with non-metatypes.Stephen Kelly2012-08-281-5/+5
* Refactor singleton type registration codeChris Adams2012-08-281-96/+59
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-0/+12
* Don't put JavaScript-owned objects on the stack.Thomas McGuire2012-08-241-376/+378
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-5/+32
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-10/+10
* Add unit test for concatenated property name accessChris Adams2012-08-091-0/+10
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-091-0/+4
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-24/+135
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-081-0/+44
* Ensure params listed after unnamed params are available in QML.Glenn Watson2012-07-251-1/+0
* Support remote import pathsMatthew Vogt2012-07-161-0/+24
* Don't provide typehint in QQmlExpression::evaluate()Chris Adams2012-07-111-6/+6
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-111-0/+77
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-0/+25
* Add enum values from related typesMatthew Vogt2012-06-271-0/+10
* Handle enum values of -1 correctly.Michael Brasser2012-06-221-0/+2
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-221-2/+19
* Remove non-templated qobject module api registration functionChris Adams2012-06-121-11/+0
* Don't double emit threaded signalsAaron Kennedy2012-06-071-0/+12
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-061-10/+0
* Allow qtdeclarative to compile with -no-widgetsMartin Jones2012-06-051-0/+4
* Fix crash in lazy meta object generation.Aaron Kennedy2012-06-041-0/+11
* Fix another crash due to unregistered enum typesChris Adams2012-06-011-12/+20
* Ensure that variant property references keep QObjects aliveChris Adams2012-05-301-3/+60
* Fix crash caused by unregistered enum typesChris Adams2012-05-281-4/+25
* Don't rewrite the body of function expressionsRoberto Raggi2012-05-251-0/+2
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-0/+21