aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-2020-92/+302
|\
| * CMake: Add docs for NO_PLUGIN and clarify NO_GENERATE_PLUGIN_SOURCEUlf Hermann2023-03-161-1/+16
| * JIT: Add missing {STORE|LOAD}_ACC() to CreateCallContextUlf Hermann2023-03-151-0/+4
| * QQmlEngine: Improve import path method documentationFabian Kosmale2023-03-021-7/+8
| * QtQml: Always throw when requesting an enum from an invalid singletonUlf Hermann2023-03-021-1/+6
| * QtQml: Fix coercion of undefined to float and doubleUlf Hermann2023-02-221-0/+6
| * QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-171-0/+4
| * Defining QML Types from C++: Add CMake documentationFabian Kosmale2023-02-161-20/+49
| * QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-113-2/+20
| * Doc: Disambiguate description of module URIsUlf Hermann2023-02-012-2/+12
| * QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-251-0/+60
| * Document QQmlExtensionPluginUlf Hermann2023-01-241-4/+19
| * Doc: Properly document the remaining matrix4x4 methodsUlf Hermann2023-01-171-19/+32
| * QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-061-8/+16
| * QQmlPropertyCache: don't depend on locale for toupperMarc Mutz2023-01-031-2/+2
| * QML: Consider deep aliases when finding binding targetsUlf Hermann2022-12-221-16/+40
| * qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-161-1/+1
| * QV4::Heap::SharedArrayBuffer: avoid std::aligned_storage (deprecated in C++23)Marc Mutz2022-12-091-1/+1
| * Connections: Don't crash when target is deletedFabian Kosmale2022-11-281-8/+6
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-0319-85/+121
|\|
| * Revert "masm: Treat Android as generic Posix regarding mmap and friends"Ulf Hermann2022-11-251-1/+1
| * Remove broken assert in QQmlPropertyData::setOverrideIndexSami Shalayel2022-11-221-1/+0
| * CMake: fix qmlimportscanner import argumentMorten Sørvig2022-11-171-3/+2
| * Doc: Fix compilation errors in snippetSze Howe Koh2022-11-171-2/+2
| * QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-11-144-9/+27
| * QML: Check for stack overflows when creating objectsUlf Hermann2022-11-143-3/+24
| * qmldir docs: Fix typoFabian Kosmale2022-11-101-1/+1
| * QQmlComponent: Don't crash on unknown propertiesUlf Hermann2022-11-011-1/+9
| * Doc: add section to QJSValue about converting to JSONMitch Curtis2022-10-261-0/+10
| * qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-10-124-58/+24
| * masm: Treat Android as generic Posix regarding mmap and friendsUlf Hermann2022-10-061-1/+1
| * qml: allow inline component types as signal argumentSami Shalayel2022-09-301-2/+9
| * QQmlVMEMetaObjectEndpoint: ensure property cache before accessing itSami Shalayel2022-09-281-4/+5
| * CMake: Pass --private-includes to qmltyperegistrar for *Private targetsUlf Hermann2022-09-241-0/+5
| * Qml: Don't crash on bad grouped propertiesUlf Hermann2022-09-131-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-0144-438/+771
|\|
| * Immediately complete component upon creation failureFabian Kosmale2022-09-121-1/+9
| * CMake: Correctly process root paths for qmlimportscannerAlexandru Croitor2022-09-121-1/+3
| * CMake: Harden construction of QML import paths for qmlimportscannerAlexandru Croitor2022-09-121-10/+12
| * V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-121-6/+9
| * Doc: fix links for ways to initialize required propertiesTasuku Suzuki2022-09-101-2/+2
| * Fix alias to inline component typeFabian Kosmale2022-09-082-2/+9
| * QQmlEngineExtensionPlugin: Mention that CMake API is generally fineFabian Kosmale2022-09-071-0/+8
| * Make context help for id attribute available in Qt CreatorKai Köhne2022-09-061-0/+1
| * Doc: Document behavior of remote implicit importsUlf Hermann2022-08-292-2/+11
| * Doc: Connections: Mention old syntax and its problemsUlf Hermann2022-08-291-0/+6
| * Q_IMPORT_QML_PLUGIN: put documentation into correct placeFabian Kosmale2022-08-231-1/+1
| * Mention Q_IMPORT_QML_PLUGIN in qt_add_qml_module docsFabian Kosmale2022-08-231-0/+4
| * JSON: Properly handle bad objects in JSON.stringify()Ulf Hermann2022-08-232-6/+28
| * Doc: Split qmldir entries table into subsectionsAndreas Eliasson2022-08-121-268/+277