aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* Fix hexadecimal escape sequence validation in strings.Erik Verbruggen2013-03-192-1/+10
* 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-174-4/+4
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-103-3/+3
| * make use of qtHaveModule()Oswald Buddenhagen2013-01-101-1/+1
* | Fix automatic semicolon insertion before ++/-- operators.Erik Verbruggen2013-01-112-0/+27
* | 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-083-0/+82
* | Fix unicode escape sequence validation in strings.Erik Verbruggen2013-01-082-1/+10
* | Merge "Merge branch 'stable' into dev" into refs/staging/devFrederik Gladhorn2013-01-072-53/+61
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-042-53/+61
| |\|
| | * 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-112-1/+1
| | * Only free context if the owning QV8ContextResource gets destroyedPhilip Lorenz2012-12-101-0/+40
| | * Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-1/+0
* | | Fix: disallow incomplete hex numbers "0x" and "0X".Erik Verbruggen2013-01-073-0/+24
|/ /
* | Added parsing for getter/setter definitions in property assignments.Erik Verbruggen2012-12-171-0/+14
* | Throw a parse error on octal numbers and escape sequencesLars Knoll2012-12-1112-0/+123
|/
* Accept missing semicolon after do-while statement.Erik Verbruggen2012-11-262-0/+21
* Test: Fix tst_qqmlecmascript::exportDateCaroline Chao2012-10-292-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-233-72/+72
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-19/+19
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* doc: fix some typos in .qml filesSergio Ahumada2012-09-074-4/+4
* Delete weak JS objects on exit right awayThomas McGuire2012-08-313-3/+50
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-1/+1
* Test metatype registration errors with non-metatypes.Stephen Kelly2012-08-283-12/+22
* Refactor singleton type registration codeChris Adams2012-08-2810-105/+123
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-277-1/+179
* Don't put JavaScript-owned objects on the stack.Thomas McGuire2012-08-241-376/+378
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-245-5/+62
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-10/+10
* Add unit test for concatenated property name accessChris Adams2012-08-092-0/+137
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-094-24/+34
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-0838-190/+389
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-084-1/+182
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Ensure params listed after unnamed params are available in QML.Glenn Watson2012-07-251-1/+0
* Support remote import pathsMatthew Vogt2012-07-165-0/+48
* Don't provide typehint in QQmlExpression::evaluate()Chris Adams2012-07-111-6/+6
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-1123-0/+165
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-0910-0/+210
* Add enum values from related typesMatthew Vogt2012-06-276-0/+93
* Handle enum values of -1 correctly.Michael Brasser2012-06-223-1/+8
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-223-2/+34
* Fix warnings in declarative tests.Friedemann Kleint2012-06-202-3/+2