aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-1130-137/+143
* 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-117-51/+127
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-1110-36/+90
* 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
* QQmlListCompositor: Clarify relationship of index and cacheIndexUlf Hermann2022-05-112-45/+55
* Avoid memory leaks in QQuickListView and tst_qqmlinstantiatorUlf Hermann2022-05-112-10/+18
* QQuickDeliveryAgent: fix unused parameter on webOSJanne Juntunen2022-05-111-0/+2
* QQuickTreeViewDelegate: add some docs about pointer handlersRichard Moe Gustavsen2022-05-101-0/+33
* QQuickTreeViewDelegate: respect TreeView.pointerNavigationEnabledRichard Moe Gustavsen2022-05-102-0/+40
* (manual) includemocsMarc Mutz2022-05-102-0/+2
* Add TUs for QML_FOREIGNs and namespaces to enable includemocsMarc Mutz2022-05-1012-4/+287
* Add missing include guards to qtquickcontrols2foreign_p.hMarc Mutz2022-05-101-0/+4
* QTcpServerConnection: move QTcpServerConnectionFactory definition into .cppMarc Mutz2022-05-103-61/+11
* QQmlInspectorService: move QQmlInspectorServiceFactory definition into .cppMarc Mutz2022-05-103-74/+11
* QLocalClientConnection: move QLocalClientConnectionFactory definition into .cppMarc Mutz2022-05-103-60/+10
* QQmlDebugService interfaces: make ctors explicitMarc Mutz2022-05-101-7/+7
* QQmlDebugService interfaces: de-inline dtorsMarc Mutz2022-05-102-0/+36
* Add QT_CONFIG(quicktemplates2_multitouch)Bumjoon Park2022-05-101-0/+4
* QQuickGridView: return accurate row position when no rows are availableRichard Moe Gustavsen2022-05-103-2/+130
* QQuickGridView: improve documentation for indexAtRichard Moe Gustavsen2022-05-101-6/+29
* Fix index handling on insert in QQmlDelegateModelUlf Hermann2022-05-104-1/+153
* ComboBox: clear selection when text that matches existing item acceptedMitch Curtis2022-05-102-1/+49
* 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
* lifecycle test: fix Clang warning about a final dtorMarc Mutz2022-05-091-2/+2
* qquicktextarea: Fix attached property not being exposed declarativelyMaximilian Goldstein2022-05-091-0/+1
* Doc: Integrate with JS Values from C++Jaishree Vyas2022-05-095-0/+388
* Make controls baseline test depend on qmlscenegrabberVolker Hilsheimer2022-05-091-0/+2
* Distinguish extensions from extension namespaces in QmlCompiler libraryAndrei Golubev2022-05-0919-101/+360
* Fix extension lookup in QQmlJSScopeAndrei Golubev2022-05-095-5/+163
* Move searchBaseAndExtensionTypes into QQmlJSUtilsAndrei Golubev2022-05-095-185/+171
* qqmljstyperesolver: Allow for disabling cloningMaximilian Goldstein2022-05-093-0/+24
* Controls: ignore mouse events unless handling is implementedVolker Hilsheimer2022-05-0919-90/+146
* 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
* Blacklist failing tests in tst_qquickcanvasitem on AndroidAndreas Buhr2022-05-091-0/+6
* V4 Engine: Don't try to convert JS functions to other typesUlf Hermann2022-05-092-1/+8
* Skip tst_qquickpixmapcache::uncached for webOSJasper Limbago2022-05-091-0/+3
* 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
* Do not re-source the from value in animation with multiple loopsAndreas Buhr2022-05-073-2/+106
* Add QtQuick dependency to wavefrontmeshMarco Bubke2022-05-071-0/+2
* Add QtQuick dependency to QtQuick.Controls.Fusion.implMarco Bubke2022-05-071-0/+2
* Add QtQuick dependency to QtQuick.Controls.Material.implMarco Bubke2022-05-071-0/+2
* Add QtQuick dependency to QtQuick.Controls.Universal.implMarco Bubke2022-05-071-0/+2