aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-274-13/+13
* MemoryManager: Retain the end of a chunk when allocating a new oneUlf Hermann2023-01-271-0/+8
* Doc: Improve wording in "Writing QML Modules"Ulf Hermann2023-01-271-10/+10
* MemoryManager: Remove grayBitmapUlf Hermann2023-01-274-75/+1
* Doc: Fix link to Internationalization with QtLeena Miettinen2023-01-271-6/+6
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-271-2/+13
* CMake: Fix qt6_generate_foreign_qml_typesJoerg Bornemann2023-01-261-2/+10
* QML: Allow more conversions between different listsUlf Hermann2023-01-261-32/+63
* Binding: Accept local signal handlers againUlf Hermann2023-01-251-1/+2
* QML: Fix interceptors on value types ignoring fast changesUlf Hermann2023-01-258-77/+100
* QML: Allow converting any object list to QQmlListPropertyUlf Hermann2023-01-251-17/+32
* QJSPrimitiveValue: Use operator symbol in lieu of nameFabian Kosmale2023-01-251-1/+1
* Document QQmlExtensionPluginUlf Hermann2023-01-241-4/+19
* QML: Output a warning for creatable object types without default ctorUlf Hermann2023-01-233-24/+160
* Make QML_EXTRA_VERSION public and expand its documentationUlf Hermann2023-01-231-2/+16
* QML: Document QML_SEQUENTIAL_CONTAINERUlf Hermann2023-01-231-0/+59
* Check if target is skipped test in qml registration functionMikolaj Boc2023-01-231-0/+5
* QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-231-0/+62
* qt_add_qml_module: Document QT_QMLCACHEGEN_DIRECT_CALLSUlf Hermann2023-01-231-0/+11
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-207-16/+128
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* QJSEngine: Fix potential JS stack overflow cauased by spread operatorFabian Kosmale2023-01-191-0/+5
* Fix minor API problemsUlf Hermann2023-01-186-26/+36
* QML: Add more overloads to Qt.format{Date|Time|DateTime}()Ulf Hermann2023-01-174-0/+168
* V4: Unify type conversions for date and time valuesUlf Hermann2023-01-173-22/+22
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-01-174-3/+78
* Remove remaining vestiges of "Binding" propertiesFabian Kosmale2023-01-172-5/+1
* V4: Fix multiplicationFabian Kosmale2023-01-172-1/+8
* QQmlTypeData: centralize error reportingFabian Kosmale2023-01-171-28/+15
* QQmlTypeData: Simplify inline component handling logicFabian Kosmale2023-01-171-1/+8
* QQmlIRBuilder: Clean up QStringView odditiesFabian Kosmale2023-01-171-3/+3
* qqmlirbuilder: Remove dead codeFabian Kosmale2023-01-171-4/+0
* Fix build with -no-feature-translationTasuku Suzuki2023-01-171-5/+1
* Allow extraction of V4 values from QJSPrimitiveValueUlf Hermann2023-01-162-0/+19
* Doc: Properly document the remaining matrix4x4 methodsUlf Hermann2023-01-161-19/+32
* QJSEngine: fix typoUlf Hermann2023-01-171-1/+1
* Fix documentation for qmlInfo, qmlDebug, qmlWarningUlf Hermann2023-01-171-3/+16
* V4: Do not shift heap pointer bits on arm64 AndroidUlf Hermann2023-01-171-2/+7
* QML: Fix write back of Date valuesUlf Hermann2023-01-175-66/+294
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-162-13/+34
* wasm: implement stackProperties()Morten Sørvig2023-01-161-0/+12
* Change value encoding scheme to make space for larger pointersUlf Hermann2023-01-1211-409/+727
* QML: Document that internal contexts are read-onlyUlf Hermann2023-01-111-4/+5
* Allow building the JIT on solarisUlf Hermann2023-01-111-1/+1
* Drop the stackBase != (void*)0 constraint in qv4stacklimitsMikolaj Boc2023-01-091-3/+0
* Add Q_ASSERT for _context pointer to avoid null pointer dereferenceLu YaNing2023-01-081-1/+2
* CMake: Avoid repeating DESTDIR when deploying QML pluginsJoerg Bornemann2023-01-061-3/+15
* qmltc: generate code into namespacesSami Shalayel2023-01-063-2/+18
* Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-061-1/+1
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-051-8/+16