aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix self-referencing "see also" linksDavid Boddie8 days1-1/+1
* Remove text selection / selection itself on Ctrl+Backspace in TextInputDheerendra Purohit8 days1-4/+8
* QQuickFlickable: fix jump back when scrolling to edgeWang Chuan9 days1-2/+2
* Emit TextArea::cursorPositionChanged() when a word is deletedDheerendra Purohit9 days1-0/+3
* Positioners: hide zero-width or height itemsMitch Curtis12 days1-0/+10
* QQuickMultiPointTouchArea: fix grab threshold calculationIvan Solovev2025-06-101-2/+2
* QQuickTableView: use correct model when checking if an item is editableRichard Moe Gustavsen2025-06-062-3/+5
* QtQuick: Disconnect model when destroying QQuickItemViewUlf Hermann2025-06-042-66/+90
* QtQuick: Disconnect model when destroying RepeaterUlf Hermann2025-06-042-33/+53
* Fix Rectangle with gradient and color set to transparentJoni Poikelin2025-06-031-1/+1
* QQuickItem: don't try to print id when item is being destroyedMitch Curtis2025-06-021-1/+1
* QQuickWindowAttached: warn when trying to attach to non-ItemFabian Kosmale2025-05-311-3/+7
* Doc: Clarify Item::enabled behavior with respect to child itemsDheerendra Purohit2025-05-301-4/+5
* Accessibility: Add API to set labelled-by relationshipNicolas Fella2025-05-262-0/+75
* Teach QQuickTextControl to deal with QMimeData IM selection/insertionTor Arne Vestbø2025-05-251-8/+16
* QQuickItemPrivate: introduce effectiveDevicePixelRatio() helper methodVladimir Belyavsky2025-05-2414-28/+21
* Take Rectangle per-corner radii out of tech previewMatthias Rauter2025-05-221-12/+0
* Doc: Fix \sa in rowHeightProviderKai Köhne2025-05-221-1/+1
* Make GridView::reuseItems workVlad Zahorodnii2025-05-201-1/+1
* Fix TableView::view attached property being null in certain situationsDavid Redondo2025-05-201-0/+3
* Menu: force contentItem ListView layout before starting enter transitionMitch Curtis2025-05-131-1/+1
* Guard against null sceneGraphContext() in QQuickShaderEffect shutdownTim Jenßen2025-05-061-1/+3
* TextEdit and TextInput: map QContextMenuEvent to text cursor posShawn Rutledge2025-05-026-0/+36
* Fix warning text in QQuickTextDocument::setSource()Shawn Rutledge2025-04-251-1/+1
* Respect target DPR when drawing text objects in QQuickTextNodeEngineTor Arne Vestbø2025-04-246-7/+27
* Fix broken hover in ApplicationWindow's backgroundMitch Curtis2025-04-231-0/+9
* Port away from QPairZhao Yuhang2025-04-127-20/+20
* Don't overwrite Accessible.description when it was explicitly setJan Arve Sæther2025-04-102-0/+9
* QQuickTableView: ensure focus transfer within the edit delegate worksRichard Moe Gustavsen2025-04-032-10/+23
* doc: Make transform snippets runnableShawn Rutledge2025-04-021-11/+1
* Add note to QQuickFlickable about setMargins not resetting contentX/YTor Arne Vestbø2025-04-011-0/+4
* Cast NativeResourceForIntegrationFunction via QFunctionPointerTor Arne Vestbø2025-03-271-1/+1
* QQuickTableView: remove wrong documentationRichard Moe Gustavsen2025-03-271-2/+1
* Accessibility: Prevent false signal emissionsMohammadHossein Qanbari2025-03-241-5/+12
* QQuickIconImage: respect DPR for named platform iconsMitch Curtis2025-03-201-0/+5
* Remove 6.7 preliminary tag for QQuickRhiItemLaszlo Agocs2025-03-191-5/+0
* Quick: Expose delegateModelAccess from QQuickTableViewUlf Hermann2025-03-183-1/+48
* Expose delegateModelAccess from QQuickRepeaterUlf Hermann2025-03-185-13/+100
* Expose delegateModelAccess from QQuickItemViewUlf Hermann2025-03-185-0/+113
* QQuickWindowPrivate: fix performance regression in cleanupNodes()Aurélien Brooke2025-03-171-1/+2
* Fix mixed-type usage of qFuzzyCompareDennis Oberst2025-03-141-1/+1
* Fix ambiguous qBound usage when qreal is floatDennis Oberst2025-03-141-1/+1
* Add warning about trusted content for shadersLaszlo Agocs2025-03-122-0/+14
* QQuickRepeater: Improve model handlingUlf Hermann2025-03-122-102/+43
* QQuickItemView: Improve model handlingUlf Hermann2025-03-111-44/+121
* QQuickRepeater: Fix model creationUlf Hermann2025-03-114-36/+89
* Mark text-related Qt Quick items as security-sensitiveShawn Rutledge2025-03-113-0/+3
* Mark DnD types as security-sensitiveShawn Rutledge2025-03-112-0/+2
* Mark QQuickGridScaledImage as security-criticalShawn Rutledge2025-03-111-0/+1
* TableView: emit commit on editor loss of focus, unless Qt::Key_EscapeRichard Moe Gustavsen2025-03-062-12/+32