aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsvalue/tst_qjsvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* QJSValue: Allow casting integers to enumsUlf Hermann2021-02-191-0/+17
* QJSValue: Add a toPrimitive() methodUlf Hermann2020-12-191-0/+46
* QJSValue: Add toVariant() overload with conversion behaviorUlf Hermann2020-12-071-14/+69
* Allow the QML console methods to be called from outside JSUlf Hermann2020-12-071-0/+15
* Mark url as builtin typeUlf Hermann2020-12-021-0/+19
* QJSValue: On toVariant() don't try to unwrap function objectsUlf Hermann2020-11-261-0/+15
* Conditionally disable tests that depend on cxx11_future flagTony Sarajärvi2020-11-191-0/+2
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-2/+20
* Update tests to use new metaType systemDavid Skoland2020-11-021-4/+5
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-261-80/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-1/+1
* Remove QRegExp from qml autotestsLars Knoll2020-04-031-44/+0
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-17/+35
* Fix deprecation warning against QDateTime(QDate)Edward Welbourne2020-02-181-6/+6
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-1/+6
|\
| * QV4Engine: Do not construct invalid QVariantFabian Kosmale2020-02-071-1/+6
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-2/+2
|/
* QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-201-0/+64
* Remove the last usages of deprecated APIsSona Kurazyan2019-08-201-4/+55
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-141-0/+37
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-131-0/+37
| |\
| | * Allow destroying QJSValues from other threadsUlf Hermann2019-06-111-0/+37
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-2/+2
* | | QV4Engine: Unify fromValue and metaTypeToJSRobin Burchell2019-03-211-4/+4
* | | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-0/+40
|/ /
* / Use custom debug stream operator in console.logMårten Nordheim2018-11-081-1/+1
|/
* Fix a couple of test failures related to error objectsLars Knoll2018-08-021-1/+1
* Add Proxy support for prototype handlingLars Knoll2018-06-251-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-20/+20
* Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-4/+0
* Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-0/+27
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+27
| |\
| | * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-041-0/+27
* | | Fix conversion of QByteArray back to String in JavaScriptSimon Hausmann2016-08-301-0/+6
* | | QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-4/+4
|/ /
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-8/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+1
|\|
| * Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-021-1/+1
|/
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-7/+7
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-6/+44
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix === operator for value typesLars Knoll2013-11-151-1/+1
* Properly implement Object.prototype.__proto__Lars Knoll2013-06-131-1/+1
* Fix a few more QJSValue autotestsLars Knoll2013-06-071-1/+0
* Fix various errors in the qjsvalue auto testLars Knoll2013-06-071-13/+0
* Small fixes to auto testLars Knoll2013-04-191-0/+1
* Implement most of QJSEngine against V4Lars Knoll2013-04-191-1/+1