aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data
Commit message (Expand)AuthorAgeFilesLines
* Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-254-7/+11
* Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-081-0/+6
* Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-241-0/+8
* Fix line ending for test fileKai Koehne2014-10-221-10/+10
* Fix setUTCXxx methods in DateLars Knoll2014-09-111-0/+34
* Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-113-2/+57
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-083-1/+18
|\
| * QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-052-0/+17
| * Fix crashes when calling Array.sort with imperfect sort functionsLars Knoll2014-09-011-1/+1
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-0/+37
|\|
| * shift and unshift fail for QQmlSequence typesMartin Jones2014-07-221-0/+37
* | qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-252-0/+21
* | Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-254-4/+4
|/
* Don't crash on Runtime::getQmlImportedScriptsAlbert Astals Cid2014-03-242-0/+45
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-172-0/+18
* Fix crash when accessing var properties in objects with invalid contextSimon Hausmann2014-03-041-0/+31
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-113-0/+28
|\
| * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-062-0/+19
| * 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-051-0/+24
* | fix whitespaceOswald Buddenhagen2014-01-2242-79/+79
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-0/+9
|\|
| * Fix lookups of enums in singletonsSimon Hausmann2014-01-021-0/+9
* | Change C++ parameter type used for var parameters in QML declared signalsSimon Hausmann2013-12-241-0/+11
|/
* Fix regression in QML string list concatenationsSimon Hausmann2013-12-111-0/+16
* Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-051-0/+14
* Fix url type testLars Knoll2013-12-041-2/+2
* Fix JavaScript signal connect on alias without other handlersSimon Hausmann2013-11-291-0/+34
* V4: fix Array.indexOf() for QStringListLiang Qi2013-11-201-0/+13
* V4: remove failing assert and fix code.Erik Verbruggen2013-11-191-0/+14
* Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-191-0/+7
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-181-0/+74
* Don't assert in QQuickItem::updateLars Knoll2013-11-181-0/+10
* Fix === operator for value typesLars Knoll2013-11-151-0/+28
* Don't crash when trying to assign to null.propLars Knoll2013-11-152-0/+10
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+48
* V4 IR: scan arguments when entering function scope in QML.Erik Verbruggen2013-11-121-0/+19
* V4: fix loop block marking for initializer blocks.Erik Verbruggen2013-11-121-0/+12
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-051-0/+10
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-221-0/+10
* Correctly convert an invalid QDateTime to JSLars Knoll2013-09-181-0/+20
* Improve reliability of propertyVarOwnership testSimon Hausmann2013-08-271-2/+0
* Don't crash with deferred propertiesAlan Alpert2013-08-221-0/+6
* Improve reliability of GC related testsSimon Hausmann2013-07-296-7/+0
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-243-0/+28
|\
| * Partial fix for deferred properties when combined with componentsAlan Alpert2013-05-223-0/+28
* | Fix tst_qqmlecmascript::functionAssignment_fromJSSimon Hausmann2013-06-181-10/+10
* | Fix qqmlecmascript::propertyVarOwnershipSimon Hausmann2013-06-131-3/+8
* | Remove failing testSimon Hausmann2013-06-081-15/+0
* | Fix tst_qqmlecmascript::signalArgumentsSimon Hausmann2013-06-072-4/+0