aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-171-13/+22
* Doc: Add missing Qt namespace to matrix4x4 sample codeAndreas Eliasson2022-05-161-1/+1
* 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
* QQuickDeliveryAgent: fix unused parameter on webOSJanne Juntunen2022-05-111-0/+2
* Add TUs for QML_FOREIGNs and namespaces to enable includemocsMarc Mutz2022-05-102-1/+47
* QQuickGridView: return accurate row position when no rows are availableRichard Moe Gustavsen2022-05-101-2/+20
* Do not re-source the from value in animation with multiple loopsAndreas Buhr2022-05-091-2/+3
* QQuickItem: fix the order of activeFocusChanged signalsIvan Solovev2022-05-071-3/+3
* Docs: Document textInput.acceptableInput as read onlyNicholas Bennett2022-05-071-0/+1
* Avoid double applyDelegateChange in QQIV::setDelegateFabian Kosmale2022-05-071-2/+0
* Text: don't fall back to full-width layout if availableWidth == 0Shawn Rutledge2022-05-071-1/+1
* Quick: includemocsMarc Mutz2022-05-0729-0/+60
* MPTA: don't allow more than one touchpoint to react to mouseShawn Rutledge2022-05-071-2/+5
* PinchArea: ignore ZoomNativeGesture and RotateNativeGesture if told toShawn Rutledge2022-05-071-2/+12
* Doc: Fix Application type docsJaishree Vyas2022-05-071-4/+4
* Doc: Revise Qt Quick Layouts module landing pageAndreas Eliasson2022-05-071-18/+28
* Doc: Revise Qt Quick module landing pageAndreas Eliasson2022-05-071-62/+67
* Work around GCC 8 limitation in constexpr functionsRafael Roquetto2022-05-051-0/+6
* DeliveryAgent: don't cancelTouchMouseSynthesis() prematurelyShawn Rutledge2022-05-051-3/+11
* MouseArea: don't get stuck in doubleClick if handler caused ungrabShawn Rutledge2022-05-051-1/+2
* MultiPointTouchArea: remap touchpoint positions when filteringShawn Rutledge2022-05-052-4/+9
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-05-051-2/+2
* Flickable: if QWheelEvent scrollPhase is missing, use angleDeltaShawn Rutledge2022-05-011-1/+1
* doc: Fix inherited property docs in HoverHandlerShawn Rutledge2022-05-015-0/+306
* QSGRhiShaderEffectNode: remove unused m_rc memberMarc Mutz2022-04-302-3/+2
* QQuickStateGroup: Check "when" binding for context before evaluatingUlf Hermann2022-04-281-3/+7
* Doc: link to SystemPalette in more placesMitch Curtis2022-04-203-2/+4
* Doc: Improve cross-linking between QML and integration articlesAndreas Eliasson2022-04-163-4/+5
* qtquick-tool-qmllint.qdoc: Add information about deprecation mechanismMaximilian Goldstein2022-04-081-0/+16
* Remove unused variables in src/quickAndrei Golubev2022-04-072-8/+0
* QQuickTableView, doc: fixup some documentation errorsRichard Moe Gustavsen2022-04-061-3/+3
* doc: TreeView and delegate doc and warning improvementsShawn Rutledge2022-04-062-9/+11
* QQuickBehavior: Force notify when first setting the bindingUlf Hermann2022-03-301-1/+6
* Doc: Improve cursorPosition description in TextInput and TextEdit docsJaishree Vyas2022-03-292-2/+23
* QQuickMouseArea: let MouseArea reject hover eventsRichard Moe Gustavsen2022-03-281-24/+6
* Replace paintedWidth/Height with contentWidth/HeightTasuku Suzuki2022-03-281-2/+2
* QQuickDeliverAgent: don't propagate hover to siblingsRichard Moe Gustavsen2022-03-272-0/+14
* QQuickText/Edit: fix C++20 -Wdeprecated-enum-enum-conversion warningsMarc Mutz2022-03-242-0/+4
* QQuickWindow: improve docs for activeFocusItemRichard Moe Gustavsen2022-03-221-0/+2
* QQuickFlickable: use custom content item that takes extents into accountRichard Moe Gustavsen2022-03-221-1/+19
* QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the s...Marc Mutz2022-03-191-3/+3
* QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncationMarc Mutz2022-03-191-1/+1
* Styled text: Remove an unneeded QString allocation and copyMÃ¥rten Nordheim2022-03-191-2/+2
* QSGMaterialShader: make header QT_TYPESAFE_FLAGS-cleanMarc Mutz2022-03-171-2/+2
* Doc: Fix ambiguous transition qml type linksAndreas Eliasson2022-03-141-4/+4
* Ensure that image providers scale by defaultMitch Curtis2022-03-111-4/+2
* fix doc for DragHandlerChunLin Wang2022-03-111-1/+1
* Doc: make validator documentation more discoverableMitch Curtis2022-03-091-0/+6