aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* a11y: reverse the mapping of Quick to QAccessibleInterface relationshipsVolker Hilsheimer16 hours1-4/+4
* Support Flexbox layout in Qt QuickSanthosh Kumar34 hours1-0/+47
* Mark rectangle with any radius set as not opaque for software rendererMiika Pernu3 days1-1/+5
* Accessibility: Add API to set labelled-by relationshipNicolas Fella3 days4-0/+101
* Teach QQuickTextControl to deal with QMimeData IM selection/insertionTor Arne Vestbø4 days1-8/+16
* QQuickItemPrivate: introduce effectiveDevicePixelRatio() helper methodVladimir Belyavsky5 days14-28/+21
* Doc: Document QSGRenderNode::RenderStateAndreas Eliasson7 days1-0/+11
* Take Rectangle per-corner radii out of tech previewMatthias Rauter7 days1-12/+0
* Doc: Fix \sa in rowHeightProviderKai Köhne7 days1-1/+1
* Make GridView::reuseItems workVlad Zahorodnii9 days1-1/+1
* Fix TableView::view attached property being null in certain situationsDavid Redondo9 days1-0/+3
* Doc: Fix Linking issuesTopi Reinio9 days1-2/+2
* Android: QQ4A: Connect QCoreApplication to QQmlEngine::quit signalPetri Virkkunen14 days1-0/+3
* Map DragHandler delta to the sceneAleksandr Timofeev14 days1-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
* Introduce threadedsonglist exampleOtto Ryynänen2025-05-021-0/+1
* TextEdit and TextInput: map QContextMenuEvent to text cursor posShawn Rutledge2025-05-027-1/+40
* Support fill-opacity and stroke-opacity in VectorImageEskil Abrahamsen Blomfeldt2025-04-302-6/+22
* Doc: Make list items easier to readAndreas Eliasson2025-04-281-26/+52
* QQuickPathRectangle: Merge corner radius and bevel flags into a bitsetMagdalena Stojek2025-04-252-27/+38
* 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
* DeliveryAgent: clear deviceDeliveryTargets before hover deliveryShawn Rutledge2025-04-161-0/+1
* Fix data race on QSGDistanceFieldGlyphNode::m_totalAllocationDavid Faure2025-04-152-5/+4
* Abort QQuickPixmap::load if the QQmlEngine is nullTian Shilin2025-04-151-4/+4
* Port away from QPairZhao Yuhang2025-04-1218-70/+70
* Fix misbatching of scenegraph nodes using DrawLineStrip modeEirik Aavitsland2025-04-111-1/+3
* Docs: Add code location instructions for Qt Quick for Android examplesNicholas Bennett2025-04-112-0/+13
* Don't overwrite Accessible.description when it was explicitly setJan Arve Sæther2025-04-102-0/+9
* Suppress unused parameter warning when tabletevent feature is disabledJuha Vuolle2025-04-101-0/+2
* Fix division by zero in QQuickSvgParserMitch Curtis2025-04-092-2/+12
* Doc: Remove unneeded code snippet from QtQ4A docsOlli Vuolteenaho2025-04-071-7/+0
* Implement minimum/maximum-value also for to/from propertiesEven Oscar Andersen2025-04-061-2/+24
* QQuickTableView: ensure focus transfer within the edit delegate worksRichard Moe Gustavsen2025-04-032-10/+23
* doc: Make transform snippets runnableShawn Rutledge2025-04-023-16/+19
* Add note to QQuickFlickable about setMargins not resetting contentX/YTor Arne Vestbø2025-04-011-0/+4
* SwipeDelegate: Compare against QLastCursorPosition for default mouse posShawn Rutledge2025-04-012-13/+0
* Fix include in qsgcurveprocesso_p.hMatthias Rauter2025-03-311-1/+1
* QSGBatchRenderer: add missing includeTim Blechmann2025-03-291-0/+1
* Use std::array instead of C-style arrayMatthias Rauter2025-03-281-2/+2
* Cast NativeResourceForIntegrationFunction via QFunctionPointerTor Arne Vestbø2025-03-271-1/+1
* QQuickTableView: remove wrong documentationRichard Moe Gustavsen2025-03-271-2/+1
* Doc: Update documentation about writing the model from delegatesUlf Hermann2025-03-241-10/+84