aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Augment the "is not a type" warning for unspecialized listsOlivier De Cannière21 hours1-0/+7
* QtQml: Fix coverity warningUlf Hermann21 hours1-2/+3
* QtQml: Unify messages about cyclic aliasesUlf Hermann7 days1-1/+1
* QtQml: Store QUrl as-is in QV4::UrlObjectUlf Hermann7 days2-247/+160
* IRBuilder: Drop pointless visit overridesOlivier De Cannière7 days2-36/+0
* Extending QML: Clarify the need for qmldir files with qmake/cmakeOlivier De Cannière7 days1-1/+9
* XmlHttpRequest: Don't treat content-related errors as network errorsMårten Nordheim7 days1-0/+2
* doc: fix qmltypes description: its QML, not JSONSami Shalayel8 days1-1/+1
* qqmlpluginimporter: remove special casing for macosSami Shalayel8 days1-1/+1
* qmlClearEnginePlugins: call unregisterTypes on static pluginsSami Shalayel8 days1-26/+46
* Qt.rgba: use qBound to avoid assertsSami Shalayel8 days1-8/+4
* QtQml: Fix instanceof for URL and URLSearchParamsUlf Hermann8 days1-2/+6
* QtQml: Fix resolution of aliases to local aliasesUlf Hermann8 days1-5/+20
* QtQml: Use QQmlStringConverters to create QColor from stringsUlf Hermann8 days1-5/+5
* Prefer write via QQmlProperty in setInitialProperty and fix crashFabian Kosmale8 days1-17/+22
* QQmlProperty: Handle reset for object properties, tooFabian Kosmale8 days1-5/+6
* Fix writing undefined via QQmlPropertyFabian Kosmale9 days1-0/+5
* qmlformat: Group "pure" formatting and tool behavior optionsFabian Kosmale10 days1-24/+17
* qmltc: Fix context assignmentUlf Hermann11 days2-4/+4
* QtQml: Support trailing comma in list propertiesUlf Hermann12 days1-4/+7
* QtQml: Don't allocate empty arrays of ID valuesUlf Hermann12 days1-1/+2
* QtQml: Reset scope object call lookup if it failsUlf Hermann12 days1-2/+8
* Be explicit about type-conversion for QString::args()Edward Welbourne13 days1-1/+1
* Value tpyes: improve conversion warningsFabian Kosmale2025-10-062-13/+22
* CMake: Add plugin options to qt_generate_deploy_qml_app_scriptJoerg Bornemann2025-10-062-0/+20
* Doc: Remove a duplicate item from TOCAlexei Cazacov2025-10-061-1/+0
* Doc: Fix API names in "Enumeration key string <-> key value helpers"Alexei Cazacov2025-10-061-6/+8
* Doc: Fix broken links in Qt QmlAlexei Cazacov2025-10-063-6/+7
* QtQml: Fix assigning to QML-defined list propertiesUlf Hermann2025-10-024-62/+216
* qmlls.ini generation: check parent build dir before writing itSami Shalayel2025-10-011-2/+15
* doc: document qmlformat disable featureSemih Yavuz2025-10-011-0/+21
* QtQml: Deprecate QQmlPropertyMap default ctorUlf Hermann2025-10-013-0/+32
* QtQml: Clear cached value type instances when clearing component cacheUlf Hermann2025-10-011-0/+5
* Doc: Remove misleading example about alias overridingUlf Hermann2025-09-302-41/+0
* qmlformat: format return type annotationsSami Shalayel2025-09-301-3/+2
* qmlformat: format list type annotationsSami Shalayel2025-09-302-1/+7
* Replace nokia.com logo URLs with something that works for nowShawn Rutledge2025-09-261-1/+1
* qml: silence clang-21 warningsTim Blechmann2025-09-241-3/+2
* QQmlValueTypeWrapper: ensure value types alignment is respectedAurélien Brooke2025-09-231-13/+10
* QtQml: Fix initialization of non-optional static pluginsTim Blechmann2025-09-231-4/+11
* QML: Preserve return type annotation for function expressionsLuca Di Sera2025-09-181-2/+2
* Doc: Unify cli options and file settings in a single table for qmlformatLuca Di Sera2025-09-181-77/+64
* QQmlPropertyCache: tiny cleaning of QQmlPropertyCache::append methodDmitrii Akshintsev2025-09-172-45/+33
* QQmlPropertyCacheCreator extract and expose tryCreateQQmlPropertyDataDmitrii Akshintsev2025-09-173-39/+52
* QQmlPropertyCacheCreator: make use of q23::expectedDmitrii Akshintsev2025-09-171-24/+25
* QQmlPropertyCacheCreator: decouple resolution of property type and flagsDmitrii Akshintsev2025-09-172-52/+93
* cmake: support running qmlcontextpropertydump via CMakeSami Shalayel2025-09-174-4/+93
* Mark security criticality for most files in qml/parserFabian Kosmale2025-09-1610-0/+10
* CRA review qml/jsruntimeFabian Kosmale2025-09-16156-0/+161
* QtQml: Unregister QML animation timer on deletionUlf Hermann2025-09-161-0/+2