aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-251-6/+10
* Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-081-1/+2
* Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-241-0/+17
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-10/+10
* Fix setUTCXxx methods in DateLars Knoll2014-09-111-0/+16
* Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-111-0/+24
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-081-0/+11
|\
| * QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-051-0/+11
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-0/+17
|\|
| * Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-061-0/+17
* | V4: change string flattening to be iterative and use a worklist.Erik Verbruggen2014-08-081-0/+25
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-0/+28
|\|
| * Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-261-0/+28
* | qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-251-0/+34
* | Remove unused methodLars Knoll2014-07-221-1/+1
* | Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-251-4/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-1/+25
|\|
| * Don't crash on Runtime::getQmlImportedScriptsAlbert Astals Cid2014-03-241-0/+11
| * Namespace cleanupSimon Hausmann2014-03-171-1/+1
| * Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-171-0/+13
* | TestHTTPServer: Make listening an explicit operation that reports failure.Robin Burchell2014-03-211-6/+6
|/
* 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-041-0/+11
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-1/+1
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-1/+14
|\
| * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-061-1/+14
* | [new compiler] Fix propagation of imported scripts for anonymous componentsSimon Hausmann2014-02-051-0/+15
* | 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-221-24/+24
* | Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-0/+13
|\|
| * Fix lookups of enums in singletonsSimon Hausmann2014-01-021-0/+13
* | Change C++ parameter type used for var parameters in QML declared signalsSimon Hausmann2013-12-241-0/+3
|/
* Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-051-0/+9
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-3/+3
* Fix JavaScript signal connect on alias without other handlersSimon Hausmann2013-11-291-0/+7
* V4: fix Array.indexOf() for QStringListLiang Qi2013-11-201-0/+2
* V4: remove failing assert and fix code.Erik Verbruggen2013-11-191-0/+12
* Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-191-0/+11
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-181-0/+28
* Fix interaction between head room and appending in arraysLars Knoll2013-11-181-0/+13
* Don't assert in QQuickItem::updateLars Knoll2013-11-181-0/+12
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-181-0/+6
* Fix === operator for value typesLars Knoll2013-11-151-0/+24
* Don't crash when trying to assign to null.propLars Knoll2013-11-151-0/+22
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+17
* V4 IR: scan arguments when entering function scope in QML.Erik Verbruggen2013-11-121-0/+14