aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Move QMetaObjectWrapper into separate header/impl filesUlf Hermann11 days3-0/+3
* QmlCompiler: Consider lengths to be qsizetypeUlf Hermann14 days1-44/+36
* Fix build with disable-deprecated-up-to configurationJari Helaakoski2024-04-111-0/+2
* Deprecate QJSValue::isVariantFabian Kosmale2024-03-212-0/+12
* QJSEngine: Avoid calling QJSValue::isVariant in qjsvalue_castFabian Kosmale2024-03-211-4/+1
* QJSEngine: Correctly detect QVariantFabian Kosmale2024-02-081-1/+7
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-1/+1
* Add doc for gc()Tasuku Suzuki2024-01-111-1/+5
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-1/+1
* Long live incremental garbage collection in QML!Fabian Kosmale2023-12-202-2/+11
* QJSValue: convert more aggressively to QVariantFabian Kosmale2023-12-191-2/+5
* QJSValue: document that isUrl only returns true for JS URL objectsVolker Hilsheimer2023-12-181-1/+4
* Doc: Fix \fn template arguments for Qt QmlLuca Di Sera2023-11-301-1/+1
* QJSEngine: use delegating ctorFabian Kosmale2023-11-221-4/+1
* QML Debugger: Don't crash when looking up values from imported modulesUlf Hermann2023-10-241-2/+5
* QmlCompiler: Implement GetIterator and IteratorNextUlf Hermann2023-09-211-0/+63
* qml: replace fromLatin with _L1Anton Kudryavtsev2023-09-151-1/+1
* Doc: Fix undocumented parameters and broken linksTopi Reinio2023-09-151-2/+2
* QmlCompiler: Allow coercing date values to numbersUlf Hermann2023-08-252-0/+12
* QmlCompiler: Allow construction of Array objectsUlf Hermann2023-08-221-0/+19
* QJSPrimitiveValue: Fix unreachable-return declarationsUlf Hermann2023-08-161-24/+24
* QJSEngine::evaluate: Cross-reference QQmlExpressionFabian Kosmale2023-08-151-0/+5
* QJSPrimitiveValue: use Q_UNREACHABLE_RETURN in switch statementsOlivier De Cannière2023-08-111-5/+21
* Apply Q_UNREACHABLE-in-constexpr workaround for GCC 8 (QNX)Marc Mutz2023-06-291-4/+24
* Doc: Small improvements for ~QQmlEngine, ~QJSEngineKai Köhne2023-06-201-1/+1
* QML: Allow conversion of symbols to QVariantUlf Hermann2023-06-201-1/+2
* QJSPrimitiveValue: Drop superfluous constUlf Hermann2023-06-131-1/+1
* QML: Add warning comment to qjslist.hUlf Hermann2023-06-131-0/+12
* QmlCompiler: Improve argument construction in generated codeUlf Hermann2023-05-112-0/+38
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-1/+1
* QmlCompiler: Inline some array methodsUlf Hermann2023-04-282-0/+300
* QJSEngine: Fix some conversionsUlf Hermann2023-03-231-2/+11
* Doc: Fix QJSPrimitiveValue::to() \fn signatureTopi Reinio2023-03-201-2/+3
* QJSPrimitiveValue: Add data(), metaType() and a generic coercion methodUlf Hermann2023-03-172-0/+111
* QJSEngine: scope the results of fromData() and fromVariant()Ulf Hermann2023-03-071-2/+7
* Doc: Remove duplicate words (typos)Andreas Eliasson2023-03-071-2/+2
* QML: Treat long and ulong like other numbersUlf Hermann2023-02-071-0/+6
* QJSEngine: Move old convertV2 to removed_api.cppUlf Hermann2023-01-312-8/+1
* QJSPrimitiveValue: Use operator symbol in lieu of nameFabian Kosmale2023-01-251-1/+1
* Fix minor API problemsUlf Hermann2023-01-182-23/+8
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-01-172-3/+50
* V4: Fix multiplicationFabian Kosmale2023-01-171-1/+5
* Allow extraction of V4 values from QJSPrimitiveValueUlf Hermann2023-01-161-0/+3
* QJSEngine: fix typoUlf Hermann2023-01-171-1/+1
* Change value encoding scheme to make space for larger pointersUlf Hermann2023-01-122-111/+270
* QJSEngine: Document new conversion functionsUlf Hermann2023-01-031-6/+38
* QJSEngine: Add QJSPrimitiveValue conversionsUlf Hermann2022-12-153-0/+99
* QmlCompiler: Fix wrapping of numbers in QJSPrimitiveValueUlf Hermann2022-12-151-14/+1
* QJSEngine: Optimize conversion from QObject* to QStringUlf Hermann2022-11-222-0/+19
* QJSEngine: Mark convertV2 variant with int parameter as BC-onlyUlf Hermann2022-11-162-1/+5