aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix C4267 warning in qqmlirbuilder.cppKai Köhne2021-04-201-2/+2
* Optimize property capture for known property cachesUlf Hermann2021-04-193-31/+61
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-191-1/+3
* Document that QML_SINGLETON only works with QObjectsMitch Curtis2021-04-191-7/+8
* Optimize the case of AOT functions returning QObject*Ulf Hermann2021-04-191-6/+17
* Adjust to QProperty using eager evaluationFabian Kosmale2021-04-193-8/+10
* Don't pre-resolve the QQmlContext for AOT functionsUlf Hermann2021-04-194-8/+14
* Fix build without features.qml-sequence-objectTasuku Suzuki2021-04-191-0/+2
* Fix documentation of QQmlListReference::sizeVolker Hilsheimer2021-04-161-1/+1
* Rework qmljsrootgenUlf Hermann2021-04-163-3/+21
* Fix QQmlContext::nameForObject()Ulf Hermann2021-04-162-14/+42
* Provide an objectForName() function in QQmlContextUlf Hermann2021-04-162-7/+53
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-151-1/+1
* Streamline retrieval of context property names and IDsUlf Hermann2021-04-157-45/+51
* Fix build without features.itemmodelTasuku Suzuki2021-04-153-26/+20
* Check thisObject when calling various methods on URLUlf Hermann2021-04-141-38/+122
* Increment QV4_DATA_STRUCTURE_VERSIONFabian Kosmale2021-04-141-1/+1
* qmldom: Improve basic infrastructureFawzi Mohamed2021-04-141-0/+13
* qv4codegen: Fix codecheker warning about invalid base referencesMaximilian Goldstein2021-04-141-0/+1
* Implement optional chainingMaximilian Goldstein2021-04-1316-18/+460
* QV4::EngineBase: Remove pragma packFabian Kosmale2021-04-131-7/+0
* QQmlJSLexer: Add support for peeking one QCharFabian Kosmale2021-04-132-0/+9
* QV4EngineBase: Do not create zero-sized array on 32 bit platformsFabian Kosmale2021-04-121-1/+3
* Remove QString overload forwarding to QStringViewFabian Kosmale2021-04-091-7/+0
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-091-1/+11
* Resolve inline components before root componentFabian Kosmale2021-04-073-38/+115
* Run QQmlDefaultPropertyMerger after alias resolverFabian Kosmale2021-04-071-5/+5
* Don't run into UB when converting doubles to int on property assignmentUlf Hermann2021-04-061-1/+1
* CMake: Disable JIT for arm64 when doing macOS universal buildsAlexandru Croitor2021-04-037-3/+46
* Optimize invocation of signal handlersUlf Hermann2021-04-013-11/+27
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-013-9/+10
* Simplify populateJSCallArguments a bitUlf Hermann2021-04-011-4/+2
* Un-special case QQmlPropertyValueTypeFabian Kosmale2021-03-314-28/+7
* Move type registration into their own headerFabian Kosmale2021-03-313-96/+143
* Do not throw an exception in the optimized AOT lookup pathUlf Hermann2021-03-311-5/+1
* Fix missing 'We mean it' warning for generated qml_compile_hash_p.hKai Köhne2021-03-311-0/+15
* Use CLASS_NAME rather than CLASSNAME for qt6_add_qml_module()Craig Scott2021-03-312-21/+47
* CMake: Account for qtbase refactoring in qt_internal_add_plugin()Craig Scott2021-03-311-15/+44
* Prevent CMP0116 warning with CMake 3.20 or laterCraig Scott2021-03-311-9/+16
* QV4CompilerScanFunctions: Silence code checker warningFabian Kosmale2021-03-302-3/+8
* QQmlMetaTypeData: Purge custom string convertersFabian Kosmale2021-03-306-63/+4
* Adjust to metaobject revision changeFabian Kosmale2021-03-301-1/+3
* qv4qobjectwrapper_p.h: Work around MinGW bugFabian Kosmale2021-03-301-0/+2
* Avoid needless construction and destruction of return valuesUlf Hermann2021-03-294-14/+15
* Provide an AOT-optimized code path for binding evaluationUlf Hermann2021-03-294-62/+213
* Optimize some common lookups for AOT compiled codeUlf Hermann2021-03-292-0/+73
* Allow a bare lookup capture, without executing the lookupUlf Hermann2021-03-292-0/+55
* Ensure that empty tokens in the AST are emptyFawzi Mohamed2021-03-262-6/+36
* Consider only default constructed SourceLocation invalidFawzi Mohamed2021-03-261-1/+3
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-2512-41/+41