aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsvalue
Commit message (Expand)AuthorAgeFilesLines
* QJSValue: Allow casting integers to enumsUlf Hermann2021-02-192-0/+18
* Remove the qmake project filesFabian Kosmale2021-01-151-6/+0
* QJSValue: Add a toPrimitive() methodUlf Hermann2020-12-192-0/+48
* 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-072-0/+16
* Mark url as builtin typeUlf Hermann2020-12-022-0/+20
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-2/+2
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-261-80/+0
* CMake: Prepare for removal of Threads::Threads special casesAlexandru Croitor2020-08-061-1/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-1/+1
* CMake: Regenerate projectsAlexandru Croitor2020-04-061-0/+19
* Remove QRegExp from qml autotestsLars Knoll2020-04-032-45/+0
* Include qjsengine and qjsvalue autotests in the cmake buildLars Knoll2020-04-021-0/+4
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-17/+35
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-121-7/+12
|\
| * 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
* | | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-3/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-2/+2
|\| |
| * | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-2/+2
| |/
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-162-0/+66
|\|
| * QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-202-0/+66
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-1/+1
* | Regenerate testsAlexandru Croitor2019-11-141-7/+0
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-4/+55
|\|
| * Remove the last usages of deprecated APIsSona Kurazyan2019-08-201-4/+55
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+27
|/
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-143-3/+40
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-133-3/+40
| |\
| | * Allow destroying QJSValues from other threadsUlf Hermann2019-06-113-3/+40
* | | 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-202-0/+41
|/ /
* / 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-152-0/+29
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-152-0/+29
| |\
| | * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-042-0/+29
* | | 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-202-34/+24
* | Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-8/+8