aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Guard against null sceneGraphContext() in QQuickShaderEffect shutdownTim Jenßen25 hours1-1/+3
* TextEdit and TextInput: map QContextMenuEvent to text cursor posShawn Rutledge5 days6-0/+36
* Fix warning text in QQuickTextDocument::setSource()Shawn Rutledge12 days1-1/+1
* Respect target DPR when drawing text objects in QQuickTextNodeEngineTor Arne Vestbø13 days6-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
* Document better how listview snaps its items under its various modesJan Arve Sæther2025-03-061-0/+16
* QQuickDrag: Properly support QColor as application/x-colorKai Uwe Broulik2025-03-051-0/+4
* QQuickItemView: Disconnect forgotten model signal on model changeUlf Hermann2025-03-041-0/+3
* QQuickItemView: Fix model creationUlf Hermann2025-03-042-21/+79
* Export QQuickItemPrivate::ExtraData constructorMitch Curtis2025-03-041-1/+1
* Quick: Remove revision from Accessible.idUlf Hermann2025-03-031-1/+1
* Add QRhiAdapter support for QQuickGraphicsDeviceLaszlo Agocs2025-03-033-1/+29
* Don't synthesize QContextMenuEvent if right-button opens a MenuShawn Rutledge2025-02-282-2/+5
* Add QQuickItem includeShawn Rutledge2025-02-241-0/+1
* add some missing Q_EMIT statementsTim Blechmann2025-02-221-4/+4
* Refactor corner radius handling with explicit unset stateMagdalena Stojek2025-02-212-58/+78
* Add missing QtQuick::Accessible::announce method to the documentationJoshua Goins2025-02-201-0/+2
* Quick: #include mocsThiago Macieira2025-02-072-0/+5
* Docs: Item.transform is read-only, but its content is editableAlexei Cazacov2025-02-051-3/+19
* Fix TableView crash when reordering if are either no rows or no columnsJoni Poikelin2025-02-041-8/+6
* Add QML_ADDED_IN_VERSION for SafeArea attached typeTor Arne Vestbø2025-02-031-0/+1
* QWindow: Tear down connections to ourself in dtorFabian Kosmale2025-01-311-0/+5
* Replace QBoolBlocker with QScopedValueRoolbackThiago Macieira2025-01-253-16/+16
* QQuickPositioner: re-engineer PositionedItemGiuseppe D'Angelo2025-01-233-112/+84
* QQuickContents: disable copiesGiuseppe D'Angelo2025-01-201-0/+1
* Remove some unneeded destructor declarationsGiuseppe D'Angelo2025-01-201-1/+0