aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
Commit message (Expand)AuthorAgeFilesLines
* Replace std::variant with tagged union in QJSPrimitiveValueUlf Hermann2021-03-122-35/+176
* QJSPrimitiveValue: Implement modulo operatorUlf Hermann2021-02-191-0/+28
* QJSEngine: Add a function to throw a pre-generated error objectUlf Hermann2021-01-222-0/+15
* Remove the qmake project filesFabian Kosmale2021-01-151-16/+0
* QJSManagedValue: Allow retrieving and instantiating JS metatypesUlf Hermann2021-01-122-1/+109
* QJSManagedValue: Allow array access to stringsUlf Hermann2021-01-121-0/+13
* QJSManagedValue: Silence some static analysis warningsUlf Hermann2021-01-111-2/+7
* QJSManagedValue: Add JavaScript 'function' typeUlf Hermann2021-01-072-11/+13
* Doc: Fix typos ECMA-26 and boolean value quotingNico Vertriest2021-01-071-3/+3
* QJSValue: Add a toPrimitive() methodUlf Hermann2020-12-192-0/+34
* QJSManagedValue: Throw an exception when trying to call a non-callableUlf Hermann2020-12-191-3/+18
* QJSPrimitiveValue: Add a toVariant() method and ctor from QVariantUlf Hermann2020-12-181-0/+42
* Add a QJSManagedValueUlf Hermann2020-12-189-4/+1283
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-186-4/+893
* QJSValue: Add toVariant() overload with conversion behaviorUlf Hermann2020-12-072-12/+50
* Allow checking for and catching errors from QJSEngineUlf Hermann2020-12-072-0/+29
* Mark url as builtin typeUlf Hermann2020-12-021-0/+5
* QJSValue: On toVariant() don't try to unwrap function objectsUlf Hermann2020-11-261-2/+4
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-071-1/+1
* Doc:: Fix documentation warnings for Qt QMLTopi Reinio2020-11-051-3/+3
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-1/+1
* QJSEngine::evaluete: fix documentationFabian Kosmale2020-09-031-2/+2
* QJSEngine: provide a way to check if an exception was thrownFabian Kosmale2020-09-022-6/+28
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-282-0/+70
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-262-22/+0
* Remove deprecated QJSEngine::installTranslatorFunctions functionFabian Kosmale2020-08-252-38/+0
* Adapt to qtbase changesFabian Kosmale2020-08-231-1/+1
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-051-6/+6
* QJSEngine: support char16_tFabian Kosmale2020-05-161-0/+3
* Move object onwership functions from QQmlEngine to QJSEngineFabian Kosmale2020-04-242-0/+70
* Add support for translation bindings on QProperty based propertiesSimon Hausmann2020-04-021-1/+2
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-186-514/+329
* QJSValue: Make call* const (Qt 6 TODO)Fabian Kosmale2020-03-132-6/+6
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-6/+6
* Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-233-8/+38
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-6/+6
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-1/+3
|\
| * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-1/+3
* | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-311-2/+2
* | Port from implicit to explicit atomic operationsMarc Mutz2019-07-022-6/+6
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-141-2/+19
|\|
| * Allow destroying QJSValues from other threadsUlf Hermann2019-06-111-2/+19
* | Remove last traces of QV8EngineUlf Hermann2019-05-081-4/+0
* | Make JavaScript execution interruptibleUlf Hermann2019-04-303-1/+44
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-1/+1
|\|
| * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-03-291-1/+1
* | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-6/+6
|\|
| * QML: Pass type minor version when creating property dataUlf Hermann2019-02-211-6/+6