aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-044-82/+271
* QML: Explicitly reject malformed file importsUlf Hermann2022-03-021-0/+12
* Disable failing declarative tests on Android - Part 2Assam Boudjelthia2022-03-021-0/+3
* qml: Add build qmldir import path of the current module in prefix buildsAndrei Golubev2022-03-021-1/+19
* CMake: Clean up deployment docs for 6.3Alexandru Croitor2022-03-023-4/+22
* CMake: Remove INSTALL_SOURCE_QMLTYPES warningAlexandru Croitor2022-03-021-4/+0
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-241-14/+14
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-225-262/+1
* tst_qmltc_examples: Fix a documentation leftover (FILES -> QML_FILES)Andrei Golubev2022-02-211-2/+2
* QmlCompiler: Perform QVariant conversion in JavaScript semanticsUlf Hermann2022-02-212-57/+111
* Doc: Remove cmake-variables qdoc groupKai Köhne2022-02-181-1/+0
* tst_qmltc_examples: Set visible text to 0 by defaultAndrei Golubev2022-02-161-0/+1
* CMake: Rename QT_QML_MODULE_FOLLOW_FOREIGN_VERSIONING to be internalAlexandru Croitor2022-02-161-2/+3
* CMake: Fix docs and implementation of qt_generate_foreign_qml_typesAlexandru Croitor2022-02-164-19/+38
* CMake: Document source file propertiesAlexandru Croitor2022-02-161-0/+187
* QQmlStrongJSQObjectReference: rename setObject() argument o → objMarc Mutz2022-02-151-5/+5
* CMake: Error out when using CMake < 3.19 with qml app deploymentAlexandru Croitor2022-02-155-1/+27
* Avoid spurious dependency on qml_compile_hash_p.hFabian Kosmale2022-02-142-2/+2
* CMake: Fix issue with Xcode common dep between qmllint and toolingAlexandru Croitor2022-02-121-1/+1
* CMake: Clarify doc comment about Xcode common dependency issueAlexandru Croitor2022-02-121-2/+4
* CMake: Fix incorrect option passed to qt_deploy_qml_imports in docsAlexandru Croitor2022-02-121-3/+1
* Doc: State Qt versions for when CMake commands etc. were introducedJoerg Bornemann2022-02-125-0/+8
* V4: Do not call dtor of an object we continue to useUlf Hermann2022-02-041-3/+2
* qmltc: Rely on QQmlJSResourceFileMapperAndrei Golubev2022-02-031-5/+9
* V4 Date: Support another nonstandard date format QDateTime has droppedUlf Hermann2022-02-031-0/+2
* JavaScript: Make "this" available in blocks inside arrow functionsUlf Hermann2022-02-021-5/+10
* CMake: Include upper case .js and .mjs files in qmldirUlf Hermann2022-02-021-6/+5
* Improve the structure of the output generated by qmltcAndrei Golubev2022-01-311-1/+1
* qmltc: Ignore qmltypes dependencies from INTERFACE_LIBRARY and IMPORTEDAndrei Golubev2022-01-311-0/+19
* Document qmltc output formatAndrei Golubev2022-01-276-23/+323
* qmltc: Rename CMake command's argument FILES -> QML_FILESAndrei Golubev2022-01-274-11/+11
* qmltc: Do not search for qmltypes in non-TARGET libsUlf Hermann2022-01-271-0/+4
* Make qmltc-processed targets depend on qmltypes of linked QML modulesAndrei Golubev2022-01-261-0/+19
* Adjust default max call depth for QNXUlf Hermann2022-01-262-3/+10
* Doc: State that you should type-annotate methodsUlf Hermann2022-01-251-7/+21
* CMake: Pass C++ sources to pre-created qml module targetsAlexandru Croitor2022-01-241-0/+3
* CMake: Fix lookup of Python for qtdeclarativeAlexandru Croitor2022-01-241-7/+6
* QQmlProperty: Prohibit ID lookup on explicitly given objectUlf Hermann2022-01-211-1/+2
* Further tighten checks around QML_COMPILE_HASHUlf Hermann2022-01-212-4/+12
* Document qmltc toolAndrei Golubev2022-01-199-0/+866
* Inline the pre-checks for QQmlInterceptorMetaObject::interceptUlf Hermann2022-01-182-87/+100
* SequenceObject: Define length accessors on the prototypeUlf Hermann2022-01-181-76/+71
* Doc: Enable zero warning limit for documentationVenugopal Shivashankar2022-01-161-0/+3
* Fix handling of QML_COMPILE_HASHUlf Hermann2022-01-072-18/+2
* Doc: Adjust regular expression for suppressing warningsTopi Reinio2022-01-061-0/+3
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-01-061-1/+1
* QQmlJs: Add a missing includeOrgad Shaneh2022-01-051-0/+1
* Do not call a method on a nullptrUlf Hermann2022-01-051-1/+1
* QQmlJs::FixedPoolArray: fix UB (precondition violation) in allocate()Marc Mutz2022-01-031-1/+1
* Add missing documentation for qmltc cmake commandAndrei Golubev2021-12-241-0/+5