aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-1120-114/+119
* QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-05-114-25/+20
* QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-05-113-21/+32
* QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-05-113-18/+23
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-116-50/+114
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-119-35/+89
* QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-05-113-15/+29
* QML: Port QV4::CompiledData::JSClassMember to new special integer bitfieldUlf Hermann2022-05-113-10/+17
* (manual) includemocsMarc Mutz2022-05-102-0/+2
* QQmlDebugService interfaces: make ctors explicitMarc Mutz2022-05-101-7/+7
* QQmlDebugService interfaces: de-inline dtorsMarc Mutz2022-05-102-0/+36
* Add a TU for QQmlDebugServerConnection{,Factory} to de-inline dtor & includemocsMarc Mutz2022-05-093-1/+55
* Add a TU for QQmlDebugServiceFactory to de-inline dtor & includemocsMarc Mutz2022-05-093-1/+51
* Add a TU for QV4::Debugging::Debugger to de-inline dtor & includemocsMarc Mutz2022-05-093-2/+55
* Doc: Integrate with JS Values from C++Jaishree Vyas2022-05-095-0/+388
* QBiPointer/QQmlRefPointer: mark as Q_PRIMIITVE_TYPE/Q_RELOCATABLE_TYPEMarc Mutz2022-05-092-0/+6
* qv4string: port away from std::aligned_storageMarc Mutz2022-05-091-1/+1
* V4 Engine: Don't try to convert JS functions to other typesUlf Hermann2022-05-091-1/+4
* QtDeclarative: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-075-23/+23
* QBiPointer/QQmlRefPointer: add member-swap, don't use qSwapMarc Mutz2022-05-072-5/+6
* Doc: Describe Qt Quick Compiler TechnologyJaishree Vyas2022-05-064-0/+103
* QML: Wrap inlinecomponentutils_p.h into Qt namespaceUlf Hermann2022-05-061-0/+4
* Add a TU for QQmlDebugServerMarc Mutz2022-05-044-1/+52
* QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-05-044-38/+44
* Doc: Add CMake sections to 'Creating C++ Plugins for QML' pageAndreas Eliasson2022-05-042-32/+55
* Quick Animations: Fix crashFabian Kosmale2022-05-042-4/+4
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-021-5/+1
* Simplify ToDateTime() and fix a typo in its docEdward Welbourne2022-05-021-2/+2
* Qml: includemocsMarc Mutz2022-04-298-0/+16
* qv4promiseobject.cpp: Fix namespacesUlf Hermann2022-04-291-2/+4
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-293-3/+7
* Demote the deferred property warnings to qCInfoUlf Hermann2022-04-291-6/+10
* Revert "cmake: don't use precompiled headers for generated sources"Alexandru Croitor2022-04-281-9/+2
* QQmlOpenMetaObject: Clarify signal numberingUlf Hermann2022-04-281-6/+6
* CMake: Fix QML modules in subdirectoriesTadej Novak2022-04-281-1/+1
* Allow modifying from, to, duration and easing properties during animationMitch Curtis2022-04-281-2/+5
* Fix crash in QQmlObjectCreator::populateInstanceUlf Hermann2022-04-271-0/+8
* QQmlTypeCompiler: Find implicit components for inline component rootsUlf Hermann2022-04-271-11/+17
* Make QQmlEngine resolve closures when executing runtime functionsAndrei Golubev2022-04-273-19/+54
* Silence code checker warningUlf Hermann2022-04-261-2/+3
* cmake: don't use precompiled headers for generated sourcesTim Blechmann2022-04-261-2/+9
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-04-257-61/+30
* Fix build: de-inline QQmlImportDatabase::setPluginPathsThiago Macieira2022-04-252-5/+10
* Generalize QQmlAbstractBinding::isValueTypeProxy()Ulf Hermann2022-04-2510-22/+18
* Immediately complete component upon creation failureFabian Kosmale2022-04-251-1/+9
* Handle property assignment failure for group property gracefullyFabian Kosmale2022-04-251-1/+4
* Doc: Add CMake documentation to 'Extending QML' exampleAndreas Eliasson2022-04-251-15/+56
* Enable JIT on AndroidAndreas Buhr2022-04-251-1/+1
* doc: Add missing extension to image commandLuca Di Sera2022-04-251-1/+1
* CMake: Fix qmlimportscanner call for conanJoerg Bornemann2022-04-221-5/+22