aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
* Don't crash on Runtime::getQmlImportedScriptsAlbert Astals Cid2014-03-243-0/+56
* Namespace cleanupSimon Hausmann2014-03-171-1/+1
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-173-0/+31
* Don't crash when a signal/slot connection outlives the engineSimon Hausmann2014-03-121-0/+22
* Cleanup our runtime methodsLars Knoll2014-03-111-1/+1
* Fix crash when accessing var properties in objects with invalid contextSimon Hausmann2014-03-042-0/+42
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-1/+1
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-114-1/+42
|\
| * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-063-1/+33
| * V4: Array.push() on QStringList should invoke putIndexed()Alberto Mardegan2014-01-281-0/+9
* | [new compiler] Fix propagation of imported scripts for anonymous componentsSimon Hausmann2014-02-052-0/+39
* | alloca() is declared in stdlib.h on BSD systemsGabriel de Dietrich2014-02-021-6/+1
* | Fix MSVC-warnings about double to float truncation in QML-tests.Friedemann Kleint2014-01-241-2/+2
* | fix whitespaceOswald Buddenhagen2014-01-2244-106/+106
* | Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-064-0/+39
|\|
| * Fix lookups of enums in singletonsSimon Hausmann2014-01-024-0/+39
* | Change C++ parameter type used for var parameters in QML declared signalsSimon Hausmann2013-12-242-0/+14
|/
* Fix regression in QML string list concatenationsSimon Hausmann2013-12-111-0/+16
* Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-052-0/+23
* Encapsulate the current context and fix it's usageLars Knoll2013-12-042-4/+4
* Fix url type testLars Knoll2013-12-041-2/+2
* Fix JavaScript signal connect on alias without other handlersSimon Hausmann2013-11-292-0/+41
* V4: fix Array.indexOf() for QStringListLiang Qi2013-11-202-0/+15
* V4: remove failing assert and fix code.Erik Verbruggen2013-11-192-0/+26
* Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-192-0/+18
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-183-0/+120
* Fix interaction between head room and appending in arraysLars Knoll2013-11-181-0/+13
* Don't assert in QQuickItem::updateLars Knoll2013-11-182-0/+22
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-181-0/+6
* Fix === operator for value typesLars Knoll2013-11-153-0/+68
* Don't crash when trying to assign to null.propLars Knoll2013-11-153-0/+32
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-144-0/+99
* V4 IR: scan arguments when entering function scope in QML.Erik Verbruggen2013-11-122-0/+33
* V4: fix loop block marking for initializer blocks.Erik Verbruggen2013-11-122-0/+21
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-052-0/+20
* Fix rounding behavior of Qml when assigning doubles to integer propertiesSimon Hausmann2013-11-051-4/+4
* Fix valgrind errors in tst_qqmlecmascript::revisionSimon Hausmann2013-11-011-1/+1
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-8/+8
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-0/+1
* Properly propagate parse errorsLars Knoll2013-10-291-32/+41
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-223-0/+24
* Turn on exact garbage collection by defaultLars Knoll2013-10-161-40/+2
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-6/+6
* Cleanup API of Safe<T>Lars Knoll2013-10-021-2/+1
* Compile imported scripts in the loader threadSimon Hausmann2013-09-301-21/+42
* remove more uses of QV4::ValueLars Knoll2013-09-302-17/+15
* Fix compilation of the auto testLars Knoll2013-09-281-3/+7
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-66/+66