aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Binding: Reevaluate when before the target changesFabian Kosmale2023-04-191-2/+19
* CMake: use the output dir's .generated dirThiago Macieira2023-04-191-1/+1
* Doc: Promote options for controlling QML compilationAndreas Eliasson2023-04-181-2/+6
* qmlformat: change comment handling behaviorSemih Yavuz2023-04-121-2/+2
* CMake: Mark dependency between QmlMeta and qmlplugin in a static buildAlexandru Croitor2023-04-121-0/+6
* Docs: fix links to QJSManagedValue membersVolker Hilsheimer2023-04-111-1/+2
* Fix Qt Quick Compiler docsFabian Kosmale2023-04-061-3/+3
* Remove the extra backslashAmir Masoud Abdol2023-04-041-1/+1
* qtqml-tool-qmltc.qdoc: update known limitations and private lib noteSami Shalayel2023-04-041-16/+14
* qt_add_qml_module: remove outdated info about qmltcSami Shalayel2023-04-041-4/+22
* Docs: add module dependencies to configurationVolker Hilsheimer2023-04-031-0/+1
* Docs: remove more links to String::argVolker Hilsheimer2023-04-032-3/+3
* Docs: fix warning from trying to link to "string" documentationVolker Hilsheimer2023-03-311-1/+1
* Doc: Revamp "Extending QML" examples into a tutorialOlivier De Cannière2023-03-308-55/+396
* Doc: Rename and rephrase pages for QML {script|type} compilerUlf Hermann2023-03-307-50/+71
* Allow disabling internal deferred propertiesHenning Gruendl2023-03-291-3/+9
* Doc: Use \relates for functions and macros in the global scopeTopi Reinio2023-03-291-0/+1
* Doc: Flatten header structure for 'Import Statements'Kai Köhne2023-03-291-9/+7
* Silence some unused-variable and unused-private-field warningAmir Masoud Abdol2023-03-291-1/+4
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-284-70/+55
* QtQml: Improve handling of CU's sourceFileIndexUlf Hermann2023-03-282-10/+18
* QV4: Mark singletons as deleted before actually deleting themOlivier De Cannière2023-03-281-10/+21
* Doc: Improve QML string value type documentationAndreas Eliasson2023-03-253-46/+44
* QJSEngine: Fix some conversionsUlf Hermann2023-03-231-2/+11
* Doc: Remove broken link to Network Access Manager Factory exampleAndreas Eliasson2023-03-211-1/+0
* Doc: Fix documentation warningsTopi Reinio2023-03-201-14/+0
* Doc: Fix example code for QQmlApplicationEngine::objectCreationFailedAndreas Eliasson2023-03-181-1/+1
* QtQml: Check CU for null on isBound()Ulf Hermann2023-03-171-1/+2
* qmllocale: fix build when deprecated APIs are disabledYuhang Zhao2023-03-162-4/+10
* JIT: Add missing {STORE|LOAD}_ACC() to CreateCallContextUlf Hermann2023-03-151-0/+4
* QML: Insert aliases in inline components when loading from disk cacheUlf Hermann2023-03-1511-553/+624
* CMake: Add docs for NO_PLUGIN and clarify NO_GENERATE_PLUGIN_SOURCEUlf Hermann2023-03-141-1/+16
* CMake: Add NO_COMPILER_RUNTIME to qt_generate_deploy_qml_app_scriptChristian Heimlich2023-03-132-0/+8
* NetworkAccessManagerFactory: Complete documentation page with snippetsOlivier De Cannière2023-03-112-1/+37
* Doc: Fix a broken link to restructured I18N informationLeena Miettinen2023-03-101-11/+16
* Doc: Fix target for qt_deploy_qml_importsVolker Hilsheimer2023-03-091-1/+1
* Doc: fix links to cmake functionsVolker Hilsheimer2023-03-093-19/+23
* Doc: fix link to cmake functionVolker Hilsheimer2023-03-091-1/+1
* Doc: fix qdoc warning, end brief with full stopVolker Hilsheimer2023-03-091-1/+1
* docs: exception for the void typeSemih Yavuz2023-03-071-0/+1
* Doc: Remove duplicate words (typos)Andreas Eliasson2023-03-074-5/+5
* QJSEngine: scope the results of fromData() and fromVariant()Ulf Hermann2023-03-071-2/+7
* Convert XMLHttpRequest example to a snippet and add doc pageOliver Eftevaag2023-03-074-78/+393
* qt_add_qml_module: Error out if singleton is marked as internalFabian Kosmale2023-03-031-0/+6
* Docs: Reword QML_SEQUENTIAL_CONTAINER documentation to be more concreteOlivier De Cannière2023-03-021-25/+25
* QML: Don't unconditionally invalidate cache if inline component is usedFabian Kosmale2023-03-023-47/+44
* Import path: Explicitly recommend "qrc:/qt/qml"Fabian Kosmale2023-03-021-0/+5
* 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
* QTP0001: Mention why you want to enable itFabian Kosmale2023-03-011-1/+6