aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Set revision of new TextSelection features to 6.11Shawn Rutledge28 hours2-19/+19
* deliverHoverEventRecursive(): don't crash if a child disappearsShawn Rutledge28 hours1-0/+6
* sg: remove an unused variable in QSGMaterialShaderPrivate::prepare()Aurélien Brooke32 hours1-1/+0
* Enable declared TextSelection instances to edit text programmaticallyShawn Rutledge2 days2-2/+314
* Give ownership to qml instead of deleting the objectMorteza Jamshidi2 days1-1/+1
* Doc: Add QML docs for Window::startSystemMove and startSystemResizeDheerendra Purohit2 days1-0/+31
* Set explicit default security level of all files with default securityJan Arve Sæther7 days303-0/+303
* Fix Android deployment of VectorImage pluginsEskil Abrahamsen Blomfeldt7 days1-1/+1
* Add EllipseShape to QtQuick.ShapesAlexey Zerkin7 days1-0/+0
* QQuickWindow: disconnect incoming signals in dtor to avoid assertDavid Faure8 days2-7/+13
* QQDAP::deliverPressOrReleaseEvent: return true if event was acceptedMitch Curtis9 days1-1/+4
* QQuickTableView: Expose internal model changes via the model propertyUlf Hermann9 days2-1/+18
* QtQuick: Simplify TableView model handlingUlf Hermann11 days3-24/+17
* Add license headers to new shaders; stop doc bot complainingShawn Rutledge12 days2-0/+6
* Add ShapePath.cosmeticStrokeShawn Rutledge12 days13-93/+564
* Properly wire up DelegateModel's modelChanged signalUlf Hermann12 days2-0/+16
* Release section item when the corresponding view item removedSanthosh Kumar12 days1-0/+4
* Add debug streaming operator to TriangleDataShawn Rutledge12 days3-0/+33
* doc: Highlight the weather forecast exampleEskil Abrahamsen Blomfeldt13 days1-1/+2
* Calculate correct device pixel ratio when rendering to layerEskil Abrahamsen Blomfeldt13 days2-2/+13
* Cleanup, refactoring and internal docs in curve processor and rendererShawn Rutledge14 days4-134/+156
* Android: append Qt Quick for Android fragments documentationRami Potinkara2025-09-101-29/+49
* QtQuick: Don't store a copy of the model in QQuickItemViewUlf Hermann2025-09-092-7/+14
* QtQuick: Drop redundant members from QQuickRepeaterUlf Hermann2025-09-092-19/+15
* Docs: Add brief to QtQuickViewContent class commentNicholas Bennett2025-09-081-2/+2
* Docs: Update existing and add missing links to online Java docsNicholas Bennett2025-09-083-371/+24
* Refactor QAccessibleQuickItem::interface_castVolker Hilsheimer2025-09-061-15/+21
* Doc: Add some notes about PathText usage in Quick ShapesEirik Aavitsland2025-09-051-0/+7
* Doc: Clarify PropertyChanges::explicit documentationJerome Pasion2025-09-051-2/+3
* QtQuick: Add revisions to new signals in QQuickShortCutUlf Hermann2025-09-051-2/+2
* a11y: Enable the ValueInterface for the ProgressBarJulian Greilich2025-09-041-1/+2
* QQ4A: Allow QML functions to be called from JavaPetri Virkkunen2025-09-015-0/+216
* QQuickPopup: unparent popupItem when window is set to nullMitch Curtis2025-08-271-5/+6
* TextInput: Port away from QQmlV4FunctionPtrFabian Kosmale2025-08-222-24/+4
* Docs: Update Qt Quick for Android Example documentationNicholas Bennett2025-08-215-4/+68
* Use new qt_target_qml_from_svg() function for examplesEskil Abrahamsen Blomfeldt2025-08-211-0/+4
* a11y: Enable TextInterface for text with heading roleNicolas Fella2025-08-201-1/+2
* Make sure to setup viewport and scissors also for RenderNodesDominik Holland2025-08-182-5/+12
* doc: Add a note about escaping characters with qt_target_qml_from_svgEskil Abrahamsen Blomfeldt2025-08-151-1/+4
* QSGThreadedRenderLoop: Handle window hiding at polish stepVlad Zahorodnii2025-08-141-1/+7
* qt_target_qml_from_svg() command in cmakeEskil Abrahamsen Blomfeldt2025-08-141-0/+62
* wasm: a11y - Send ObjectDestroyed event from quickitem destructorEven Oscar Andersen2025-08-143-0/+16
* DeliveryAgent: stop sending hovering mouse moves to grabberShawn Rutledge2025-08-133-1/+25
* sg: optimize Renderer::cleanupBatches() by removing sorting and copyingAurélien Brooke2025-08-131-9/+12
* Fix QSGGeometryData::hasDirtyIndexData used wrong dirty flagDheerendra Purohit2025-08-131-1/+1
* Curverenderer: Make QQuadPath::Element::isSubpathEnd() reliableEirik Aavitsland2025-08-121-0/+5
* Android: Add braces to m_hasQueuedStatus checkAhmed El Khazari2025-08-111-1/+2
* Android: fix broken link under QtQuickView pageAssam Boudjelthia2025-08-081-1/+1
* QQ4A: Docs: Update connectSignalListener docs in QtQuickView/ContentPetri Virkkunen2025-08-082-7/+16
* QQ4A: Enable signal connection queuing in QtQuickView and ContentPetri Virkkunen2025-08-082-26/+43