aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Adjust to QUnifiedTimer slow mode changesMitch Curtis18 hours1-2/+1
* Make sure we propely dereference all glyphs in distance field cacheEskil Abrahamsen Blomfeldt3 days2-8/+10
* Only activate DragHandler if drag starts within itShawn Rutledge3 days2-0/+18
* Docs: Add tutorial on using QtQuickViews in Android FragmentsNicholas Bennett3 days3-0/+97
* Allow triangle fan in QSGGeometry when the underlying API supports itLaszlo Agocs4 days2-12/+26
* QQuickPixmapReader: Trigger typeloader creation before thread startUlf Hermann4 days1-0/+5
* QQ4A: Fix crash when rapidly writing and reading QML propertiesPetri Virkkunen6 days1-3/+15
* Doc: Fix self-referencing "see also" linksDavid Boddie7 days2-2/+2
* Remove text selection / selection itself on Ctrl+Backspace in TextInputDheerendra Purohit7 days1-4/+8
* QQuickFlickable: fix jump back when scrolling to edgeWang Chuan8 days1-2/+2
* Emit TextArea::cursorPositionChanged() when a word is deletedDheerendra Purohit8 days1-0/+3
* Positioners: hide zero-width or height itemsMitch Curtis11 days1-0/+10
* QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngineUlf Hermann11 days1-1/+1
* Doc: Fix QSGGeometryNode docs to use Qt6 compatible codeDheerendra Purohit12 days1-1/+1
* sg: Fix recursive layers losing the previous textureLaszlo Agocs2025-06-102-4/+38
* sg: Fix layers with recursive and MSAALaszlo Agocs2025-06-101-10/+16
* 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
* Doc: List yoga engine as 3rdparty in qtquick landing pageKai Köhne2025-06-061-0/+5
* Doc: Unify spelling of Qt Qml modulesJaishree Vyas2025-06-051-1/+1
* Fix for global position in hover eventsPaul Olav Tvete2025-06-041-4/+8
* 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
* sg: Fix dpr when grabbing a not-yet-shown QQuickWindowLaszlo Agocs2025-06-021-1/+5
* 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
* Avoid unnecessary copy and detach in QSGDefaultPainterNodeAllan Sandfeld Jensen2025-05-301-0/+2
* Doc: Clarify Item::enabled behavior with respect to child itemsDheerendra Purohit2025-05-301-4/+5
* a11y: reverse the mapping of Quick to QAccessibleInterface relationshipsVolker Hilsheimer2025-05-281-4/+4
* Support Flexbox layout in Qt QuickSanthosh Kumar2025-05-281-0/+47
* Mark rectangle with any radius set as not opaque for software rendererMiika Pernu2025-05-271-1/+5
* Accessibility: Add API to set labelled-by relationshipNicolas Fella2025-05-264-0/+101
* 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
* Doc: Document QSGRenderNode::RenderStateAndreas Eliasson2025-05-221-0/+11
* 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
* Doc: Fix Linking issuesTopi Reinio2025-05-201-2/+2
* Android: QQ4A: Connect QCoreApplication to QQmlEngine::quit signalPetri Virkkunen2025-05-161-0/+3
* Map DragHandler delta to the sceneAleksandr Timofeev2025-05-151-1/+5
* Pass on hasDefaultAlphaBuffer in the format with the software backend tooLaszlo Agocs2025-05-131-0/+2
* sg: Correctly bail out when surface size is 0Laszlo Agocs2025-05-131-1/+7
* Remove lastDirtyWindow logic from basic render loopLaszlo Agocs2025-05-131-16/+3
* QSGThreadedRenderLoop: fix race on window pointerDavid Faure2025-05-132-4/+24
* 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
* Reuse depth-stencil buffer between layers like Qt 5 didLaszlo Agocs2025-05-024-14/+75