[qt/qt/qtgraphs]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtgraphs Pushed by mirror-service into branch 'dev'. Changed from a96bddf4118a539bf178627be6db406511871acd to 5fbd07461ffcd365ed9387ed5648147db748f8ec Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit a62786613ca16312e8498648f5649a1e8358ab8d by Sami Varanka on 27/07/2026 at 08:26.. 2D rename QXYSeries declarative point-input API The declarativePoints/declarativePointHint/declarativeMin/ DeclarativePointHint names were misleading: "declarative" is an implementation detail, and "points" alone would collide with the existing imperative points() API despite different semantics (this property also accepts plain numbers with an auto-generated companion axis). Renamed to values/valueMapping/valueMin/ValueMapping. Amends 2e6e74c9f644e384e61ef7acc99bc114d29ee4c7 (6.12) Pick-to: 6.12 Co-Authored-By: Claude Sonnet 5 <[email protected]> Change-Id: If2379661d91404934ea1f3f5d9b3335d37ff6f16 Reviewed-by: Volker Hilsheimer <[email protected]> https://invent.kde.org/qt/qt/qtgraphs/-/commit/a62786613ca16312e8498648f5649a1e8358ab8d Git commit 0dfd36c389ac4a5ed2a5b5e58d3190404da2926c by Sami Varanka on 27/07/2026 at 10:48.. Graphs2D: remove ';' after the Q_ENUM in xyseries Pick-to: 6.12 Change-Id: I9531ea78dbad3f53f3936446baaf8c94148b81bf Reviewed-by: Sami Varanka <[email protected]> https://invent.kde.org/qt/qt/qtgraphs/-/commit/0dfd36c389ac4a5ed2a5b5e58d3190404da2926c Git commit 5fbd07461ffcd365ed9387ed5648147db748f8ec by Sami Varanka on 27/07/2026 at 11:30.. Fix: Graphs2D doesn't build without bars In the axisrenderer.cpp, the include statement for qbarseries_p.h was outside of ifdef block for bargraph support. Move the include statement inside of the ifdef block. Pick-to: 6.12 6.11 Change-Id: Ic5a556b8dd86284f503cc0a849e1bdbe9f44e3b3 Reviewed-by: Kwanghyo Park <[email protected]> https://invent.kde.org/qt/qt/qtgraphs/-/commit/5fbd07461ffcd365ed9387ed5648147db748f8ec