aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build with GCC12: apparently incorrect use-after-free warningThiago Macieira2022-05-261-1/+2
* QmlCompiler: Do not wrap doubles into QJSPrimitiveValueUlf Hermann2022-05-241-7/+2
* Fix index handling on insert in QQmlDelegateModelUlf Hermann2022-05-231-1/+1
* qqmlimport.cpp: remove unused qreadwritelock.hMarc Mutz2022-05-231-1/+0
* MouseArea: don't override preventStealing on mouse releaseShawn Rutledge2022-05-201-1/+2
* Quick Popup: ignore unhandled eventsVolker Hilsheimer2022-05-182-7/+11
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-1726-129/+135
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-05-175-33/+53
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-176-50/+114
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-1710-36/+90
* QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-05-173-15/+29
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-1718-240/+317
* Doc: Add missing Qt namespace to matrix4x4 sample codeAndreas Eliasson2022-05-161-1/+1
* SwipeView: position the pages adjacent to each other initiallyShawn Rutledge2022-05-141-3/+2
* Generalize role selection mechanism from QQuickComboBoxUlf Hermann2022-05-126-19/+60
* QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-05-123-18/+23
* QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-05-124-25/+20
* QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-05-123-21/+32
* QML: Port QV4::CompiledData::JSClassMember to new special integer bitfieldUlf Hermann2022-05-123-10/+17
* QQuickFlickable: fix flicking when item is rotatedShawn Rutledge2022-05-122-5/+19
* Avoid memory leaks in QQuickListView and tst_qqmlinstantiatorUlf Hermann2022-05-111-1/+3
* Respect the pixelAligned property when updating the visible areaLars Knoll2022-05-111-2/+4
* Doc: Add CMake documentation to 'Extending QML' exampleAndreas Eliasson2022-05-111-14/+55
* QQuickDeliveryAgent: fix unused parameter on webOSJanne Juntunen2022-05-111-0/+2
* QTcpServerConnection: move QTcpServerConnectionFactory definition into .cppMarc Mutz2022-05-103-61/+11
* QQmlInspectorService: move QQmlInspectorServiceFactory definition into .cppMarc Mutz2022-05-103-74/+11
* Add TUs for QML_FOREIGNs and namespaces to enable includemocsMarc Mutz2022-05-1012-4/+287
* (manual) includemocsMarc Mutz2022-05-102-0/+2
* Add missing include guards to qtquickcontrols2foreign_p.hMarc Mutz2022-05-101-0/+4
* QLocalClientConnection: move QLocalClientConnectionFactory definition into .cppMarc Mutz2022-05-103-60/+10
* Add QT_CONFIG(quicktemplates2_multitouch)Bumjoon Park2022-05-101-0/+4
* QQuickGridView: return accurate row position when no rows are availableRichard Moe Gustavsen2022-05-101-2/+20
* ComboBox: clear selection when text that matches existing item acceptedMitch Curtis2022-05-101-1/+12
* Doc: Integrate with JS Values from C++Jaishree Vyas2022-05-105-0/+388
* qquicktextarea: Fix attached property not being exposed declarativelyMaximilian Goldstein2022-05-101-0/+1
* qv4string: port away from std::aligned_storageMarc Mutz2022-05-101-1/+1
* Do not re-source the from value in animation with multiple loopsAndreas Buhr2022-05-091-2/+3
* V4 Engine: Don't try to convert JS functions to other typesUlf Hermann2022-05-091-1/+4
* Re-run includemocs (new script version)Marc Mutz2022-05-0916-0/+31
* QmlObject: fix comparison of mixed-signedness values - idiomaticallyMarc Mutz2022-05-081-1/+1
* QmlCore: includemocsMarc Mutz2022-05-081-0/+2
* QtDeclarative: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-085-23/+23
* QBiPointer/QQmlRefPointer: add member-swap, don't use qSwapMarc Mutz2022-05-082-5/+6
* QQuickItem: fix the order of activeFocusChanged signalsIvan Solovev2022-05-071-3/+3
* Add file selector for custom styles when using run-time style selectionMitch Curtis2022-05-071-0/+4
* Docs: Document textInput.acceptableInput as read onlyNicholas Bennett2022-05-071-0/+1
* Fix crash in QQmlObjectCreator::populateInstanceUlf Hermann2022-05-071-0/+8
* Avoid double applyDelegateChange in QQIV::setDelegateFabian Kosmale2022-05-071-2/+0
* Doc: Add CMake sections to 'Creating C++ Plugins for QML' pageAndreas Eliasson2022-05-072-32/+55
* CMake: Fix qmlimportscanner call for conanJoerg Bornemann2022-05-071-5/+22