aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-201-3/+3
* Fix test caseLars Knoll2015-08-181-2/+3
* Get rid of special handling of var propertiesLars Knoll2015-08-181-0/+6
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-49/+49
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-18/+18
* Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-6/+10
|\
| * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-251-6/+10
* | Don't evaluate the expression in switch() multiple timesLars Knoll2015-03-111-0/+24
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | CleanupsLars Knoll2015-01-231-1/+1
* | Remove all remaining usages of ValueRefLars Knoll2015-01-231-4/+4
* | Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-1/+2
|\|
| * Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-081-1/+2
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+4
* | Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* | Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-081-3/+3
* | Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-1/+1
* | Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* | Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-3/+3
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-1/+1
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-7/+5
* | Read and write QObject pointer properties in QML without registration.Mitch Curtis2014-12-131-1/+77
* | Revert "Properly handle negative years when printing JS Dates to strings."Ulf Hermann2014-12-121-3/+5
* | Encapsulate accesses to the root contextLars Knoll2014-12-111-3/+3
* | Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-7/+4
* | Change test data from 6.7 to 6.5Thiago Macieira2014-11-181-2/+2
* | Cleanup exception catching codeLars Knoll2014-11-151-6/+6
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
|/
* 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
|/