aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use tabs instead of a table that has code snippets6.3Andreas Eliasson2022-12-281-22/+31
* Qml: Don't crash on bad grouped propertiesUlf Hermann2022-09-131-1/+3
* UrlObject: Add colon after schemeLeticia Valladares2022-09-131-4/+12
* CMake: Correctly process root paths for qmlimportscannerAlexandru Croitor2022-09-091-1/+3
* CMake: Harden construction of QML import paths for qmlimportscannerAlexandru Croitor2022-09-091-10/+12
* Android: Fix for URLs with local authoritiesBartlomiej Moskal2022-09-091-17/+58
* Fix alias to inline component typeFabian Kosmale2022-09-082-2/+9
* V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-071-4/+7
* QQmlEngineExtensionPlugin: Mention that CMake API is generally fineFabian Kosmale2022-09-071-0/+8
* Engine: Fix handling of attached objects in function callsFabian Kosmale2022-09-021-4/+6
* Integrate property binding evaluation fix from qtbaseFabian Kosmale2022-09-021-3/+5
* Doc: Document behavior of remote implicit importsUlf Hermann2022-08-292-2/+11
* Remove stray qDebug()Ulf Hermann2022-08-251-1/+0
* Doc: Split qmldir entries table into subsectionsAndreas Eliasson2022-08-121-268/+277
* Doc: link to QML module examples from qt_add_qml_module pageMitch Curtis2022-08-121-0/+3
* Revert "Make find_package for qmlsc look only in host qt"Jani Heikkinen2022-08-091-18/+1
* JSON: Properly handle bad objects in JSON.stringify()Ulf Hermann2022-08-072-6/+30
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-042-11/+14
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-037-64/+210
* QQmlMetaType::registerPluginTypes - fix unused variable warningIvan Solovev2022-08-031-0/+2
* V4: Allow conversion from string to QByteArray when setting bindablesUlf Hermann2022-07-281-0/+2
* Host environment doc: Improve chances to find ?. and ??Fabian Kosmale2022-07-271-1/+2
* Qml: When cloning a stack frame, also clone its instruction pointerUlf Hermann2022-07-222-5/+9
* Doc: fix links for ways to initialize required propertiesTasuku Suzuki2022-07-211-2/+2
* Q_IMPORT_QML_PLUGIN: put documentation into correct placeFabian Kosmale2022-07-211-1/+1
* Mention Q_IMPORT_QML_PLUGIN in qt_add_qml_module docsFabian Kosmale2022-07-211-0/+4
* Make find_package for qmlsc look only in host qtMichal Klocek2022-07-211-1/+18
* QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-07-184-39/+44
* CMake: Fix handling of additional prefixesJoerg Bornemann2022-07-141-1/+1
* QQmlValueTypeWrapper: readReferenceValue in virtualGetOwnPropertyUlf Hermann2022-07-071-4/+21
* qml: Rename Q_QMLCOMPILER_EXPORT to Q_QML_COMPILER_EXPORTMaximilian Goldstein2022-07-068-19/+19
* Doc: Add \relates command to documented global functionsTopi Reinio2022-07-012-10/+13
* Doc: Remove sentence about extensions only providing propertiesUlf Hermann2022-06-301-4/+3
* Doc: Clarify naming conventions for .js files in QML modulesJoerg Bornemann2022-06-221-0/+11
* Doc: Update external page linkingTopi Reinio2022-06-201-26/+13
* QQmlContext: Don't redeclare metatype for QList<QObject *>Ievgenii Meshcheriakov2022-06-201-2/+0
* Qml: Allow major version of module to be zeroAlexandru Croitor2022-06-201-1/+1
* QML: Take care of QVariant when converting function argumentsUlf Hermann2022-06-163-6/+17
* Fix the build with tracing enabledShawn Rutledge2022-06-121-4/+4
* Fix race condition on QQmlEnginePrivate::qml_debugging_enabledMarc Mutz2022-06-094-4/+6
* QQmlDebug: reliably print the debugger warningMarc Mutz2022-06-081-1/+10
* Immediately complete component upon creation failureFabian Kosmale2022-06-081-1/+9
* Doc: Describe Qt Quick Compiler TechnologyJaishree Vyas2022-06-084-0/+103
* QV4::CompiledData: fix GCC 12 -Werror=uninitialized errorsMarc Mutz2022-06-021-3/+3
* QtQml: Fix and test edge cases of QQmlFile's local file detectionUlf Hermann2022-06-011-48/+100
* QmlCompiler: Detect non-integral values when accessing QQmlListPropertyUlf Hermann2022-06-011-0/+4
* Fix \relates for Q_IMPORT_QML_PLUGINFabian Kosmale2022-05-301-1/+2
* Fix build with GCC12: apparently incorrect use-after-free warningThiago Macieira2022-05-261-1/+2
* qqmlimport.cpp: remove unused qreadwritelock.hMarc Mutz2022-05-231-1/+0
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-1720-114/+119