Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-charts for openSUSE:Factory checked in at 2026-03-28 20:12:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-charts (Old) and /work/SRC/openSUSE:Factory/.qt6-charts.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-charts" Sat Mar 28 20:12:31 2026 rev:40 rq:1342786 version:6.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-charts/qt6-charts.changes 2026-02-03 21:27:08.793666522 +0100 +++ /work/SRC/openSUSE:Factory/.qt6-charts.new.8177/qt6-charts.changes 2026-03-28 20:12:43.003852081 +0100 @@ -1,0 +2,6 @@ +Mon Mar 23 10:37:45 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 6.11.0 + https://www.qt.io/blog/qt-6.11-released + +------------------------------------------------------------------- Old: ---- qtcharts-everywhere-src-6.10.2.tar.xz New: ---- qtcharts-everywhere-src-6.11.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-charts.spec ++++++ --- /var/tmp/diff_new_pack.EJoE42/_old 2026-03-28 20:12:43.695880642 +0100 +++ /var/tmp/diff_new_pack.EJoE42/_new 2026-03-28 20:12:43.699880807 +0100 @@ -16,8 +16,8 @@ # -%define real_version 6.10.2 -%define short_version 6.10 +%define real_version 6.11.0 +%define short_version 6.11 %define short_name qtcharts %define tar_name qtcharts-everywhere-src %define tar_suffix %{nil} @@ -28,7 +28,7 @@ %endif # Name: qt6-charts%{?pkg_suffix} -Version: 6.10.2 +Version: 6.11.0 Release: 0 Summary: Qt 6 Charts library License: GPL-3.0-only ++++++ qtcharts-everywhere-src-6.10.2.tar.xz -> qtcharts-everywhere-src-6.11.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/.cmake.conf new/qtcharts-everywhere-src-6.11.0/.cmake.conf --- old/qtcharts-everywhere-src-6.10.2/.cmake.conf 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/.cmake.conf 2026-03-10 09:32:00.000000000 +0100 @@ -1,4 +1,4 @@ -set(QT_REPO_MODULE_VERSION "6.10.2") +set(QT_REPO_MODULE_VERSION "6.11.0") set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1") set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_QASCONST=1") list(APPEND QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_FOREACH=1") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/.tag new/qtcharts-everywhere-src-6.11.0/.tag --- old/qtcharts-everywhere-src-6.10.2/.tag 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/.tag 2026-03-10 09:32:00.000000000 +0100 @@ -1 +1 @@ -27ea245f3ee403ae17e8b319fd58391c1d994e27 +9b4c661ab4c712d2c4d9e8e254c2458a169720f5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/CMakeLists.txt new/qtcharts-everywhere-src-6.11.0/CMakeLists.txt --- old/qtcharts-everywhere-src-6.10.2/CMakeLists.txt 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/CMakeLists.txt 2026-03-10 09:32:00.000000000 +0100 @@ -16,10 +16,16 @@ # Make sure we use the fixed BASE argument of qt_add_resource. set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE) -find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) # special case -find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Widgets OpenGL OpenGLWidgets Multimedia Quick Qml QuickTest Test) # special case +find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals) + +# This should be called as early as possible, just after find_package(BuildInternals) where it is +# defined. qt_internal_project_setup() +find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Core) +find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Widgets OpenGL OpenGLWidgets + Multimedia Quick Qml QuickTest Test) + #special case begin macro(assertTargets) foreach(qtTarget IN ITEMS ${ARGN}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/REUSE.toml new/qtcharts-everywhere-src-6.11.0/REUSE.toml --- old/qtcharts-everywhere-src-6.10.2/REUSE.toml 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/REUSE.toml 2026-03-10 09:32:00.000000000 +0100 @@ -4,13 +4,13 @@ path = ["src/chartsqml2/designer/images/**.png", "plugins/designer/qcharts.png"] precedence = "closest" -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only" [[annotations]] path = ["tests/**.ui"] precedence = "closest" -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only" [[annotations]] @@ -18,20 +18,20 @@ "**BLACKLIST", "qt_cmdline.cmake", "**ci_config_linux.json", ".tag"] precedence = "closest" comment = "build system" -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "BSD-3-Clause" [[annotations]] path = ["**/.gitattributes", "**.gitignore", "**.gitreview"] precedence = "closest" -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause" [[annotations]] path = ["examples/**"] comment = "this must be after the build system table because example and snippets take precedence over build system" precedence = "closest" -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause" [[annotations]] @@ -39,18 +39,18 @@ "src/charts/doc/style/offline.css", "**.metainfo"] comment = "documentation" precedence = "closest" -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only" [[annotations]] path = ["**.toml", "licenseRule.json"] precedence = "override" -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause" [[annotations]] path = ["**/qt_attribution.json"] precedence = "override" -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/dependencies.yaml new/qtcharts-everywhere-src-6.11.0/dependencies.yaml --- old/qtcharts-everywhere-src-6.10.2/dependencies.yaml 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/dependencies.yaml 2026-03-10 09:32:00.000000000 +0100 @@ -1,10 +1,10 @@ dependencies: ../qtbase: - ref: 000d6c62f7880bb8d3054724e8da0b8ae244130e + ref: 8ba7ea4b77a4b8f1948760221e264917ddc9e1c8 required: true ../qtdeclarative: - ref: 09c70541c76659bcd8c49f05841b0e778c9ffd4c + ref: e602a097ca314e9610b1fd3b7dbfa467a868731a required: false ../qtmultimedia: - ref: 5f307447a3396215c35ce44856d3884447f44aab + ref: 8ffcce57ebc4a557fb07727c60b8511e39c6b28b required: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/dist/REUSE.toml new/qtcharts-everywhere-src-6.11.0/dist/REUSE.toml --- old/qtcharts-everywhere-src-6.10.2/dist/REUSE.toml 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/dist/REUSE.toml 2026-03-10 09:32:00.000000000 +0100 @@ -4,5 +4,5 @@ path = ["*"] precedence = "override" comment = "Licensed as documentation." -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/src/charts/axis/categoryaxis/qcategoryaxis.cpp new/qtcharts-everywhere-src-6.11.0/src/charts/axis/categoryaxis/qcategoryaxis.cpp --- old/qtcharts-everywhere-src-6.10.2/src/charts/axis/categoryaxis/qcategoryaxis.cpp 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/src/charts/axis/categoryaxis/qcategoryaxis.cpp 2026-03-10 09:32:00.000000000 +0100 @@ -141,7 +141,7 @@ } /*! - \qmlmethod CategoryAxis::append(string label, real endValue) + \qmlmethod void CategoryAxis::append(string label, real endValue) Appends a new category to the axis with the label \a label. A category label has to be unique. \a endValue specifies the high end limit of the category. It has to be greater than the high end limit of the previous category. @@ -215,7 +215,7 @@ } /*! - \qmlmethod CategoryAxis::remove(string label) + \qmlmethod void CategoryAxis::remove(string label) Removes a category specified by the label \a label from the axis. */ /*! @@ -250,7 +250,7 @@ } /*! - \qmlmethod CategoryAxis::replace(string oldLabel, string newLabel) + \qmlmethod void CategoryAxis::replace(string oldLabel, string newLabel) Replaces an existing category label specified by \a oldLabel with \a newLabel. If the old label does not exist, the method returns without making any changes. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp new/qtcharts-everywhere-src-6.11.0/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp --- old/qtcharts-everywhere-src-6.10.2/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp 2026-03-10 09:32:00.000000000 +0100 @@ -119,7 +119,7 @@ */ /*! - \qmlmethod DateTimeAxis::rangeChanged(datetime min, datetime max) + \qmlsignal DateTimeAxis::rangeChanged(datetime min, datetime max) This signal is emitted when the minimum or maximum value of the axis, specified by \a min and \a max, changes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/src/charts/axis/valueaxis/qvalueaxis.cpp new/qtcharts-everywhere-src-6.11.0/src/charts/axis/valueaxis/qvalueaxis.cpp --- old/qtcharts-everywhere-src-6.10.2/src/charts/axis/valueaxis/qvalueaxis.cpp 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/src/charts/axis/valueaxis/qvalueaxis.cpp 2026-03-10 09:32:00.000000000 +0100 @@ -386,7 +386,7 @@ } /*! - \qmlmethod ValueAxis::applyNiceNumbers() + \qmlmethod void ValueAxis::applyNiceNumbers() Modifies the current range and number of tick marks on the axis to look \e nice. The algorithm considers numbers that can be expressed as a form of 1*10^n, 2* 10^n, or 5*10^n to be nice numbers. These numbers are used for diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/src/charts/barchart/qabstractbarseries.cpp new/qtcharts-everywhere-src-6.11.0/src/charts/barchart/qabstractbarseries.cpp --- old/qtcharts-everywhere-src-6.10.2/src/charts/barchart/qabstractbarseries.cpp 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/src/charts/barchart/qabstractbarseries.cpp 2026-03-10 09:32:00.000000000 +0100 @@ -381,7 +381,7 @@ */ /*! - \qmlmethod AbstractBarSeries::clear() + \qmlmethod void AbstractBarSeries::clear() Removes all bar sets from the series. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/src/charts/barchart/qbarset.cpp new/qtcharts-everywhere-src-6.11.0/src/charts/barchart/qbarset.cpp --- old/qtcharts-everywhere-src-6.10.2/src/charts/barchart/qbarset.cpp 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/src/charts/barchart/qbarset.cpp 2026-03-10 09:32:00.000000000 +0100 @@ -120,7 +120,7 @@ */ /*! - \qmlmethod BarSet::clicked(int index) + \qmlsignal BarSet::clicked(int index) This signal is emitted when the user clicks the bar specified by \a index in a bar set. @@ -136,7 +136,7 @@ */ /*! - \qmlmethod BarSet::pressed(int index) + \qmlsignal BarSet::pressed(int index) This signal is emitted when the user clicks the bar specified by \a index in a bar set and holds down the mouse button. @@ -152,7 +152,7 @@ */ /*! - \qmlmethod BarSet::released(int index) + \qmlsignal BarSet::released(int index) This signal is emitted when the user releases the mouse press on the bar specified by \a index in a bar set. @@ -167,7 +167,7 @@ */ /*! - \qmlmethod BarSet::doubleClicked(int index) + \qmlsignal BarSet::doubleClicked(int index) This signal is emitted when the user double-clicks the bar specified by \a index in a bar set. @@ -333,7 +333,7 @@ } /*! - \qmlmethod BarSet::append(real value) + \qmlmethod void BarSet::append(real value) Appends the new value specified by \a value to the end of the bar set. */ @@ -403,7 +403,7 @@ } /*! - \qmlmethod BarSet::remove(int index, int count) + \qmlmethod void BarSet::remove(int index, int count) Removes the number of values specified by \a count from the bar set starting with the value specified by \a index. @@ -424,7 +424,7 @@ } /*! - \qmlmethod BarSet::replace(int index, real value) + \qmlmethod void BarSet::replace(int index, real value) Adds the value specified by \a value to the bar set at the position specified by \a index. */ @@ -441,7 +441,7 @@ } /*! - \qmlmethod BarSet::at(int index) + \qmlmethod real BarSet::at(int index) Returns the value specified by \a index from the bar set. If the index is out of bounds, 0.0 is returned. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/src/charts/candlestickchart/qcandlestickseries.cpp new/qtcharts-everywhere-src-6.11.0/src/charts/candlestickchart/qcandlestickseries.cpp --- old/qtcharts-everywhere-src-6.10.2/src/charts/candlestickchart/qcandlestickseries.cpp 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/src/charts/candlestickchart/qcandlestickseries.cpp 2026-03-10 09:32:00.000000000 +0100 @@ -431,7 +431,7 @@ */ /*! - \qmlmethod CandlestickSeries::at(int index) + \qmlmethod CandlestickSet CandlestickSeries::at(int index) Returns the candlestick item at the position specified by \a index. Returns null if the index is not valid. */ @@ -455,7 +455,7 @@ } /*! - \qmlmethod CandlestickSeries::append(CandlestickSet set) + \qmlmethod bool CandlestickSeries::append(CandlestickSet set) Adds a single candlestick item specified by \a set to the series and takes ownership of it. If the item is null or it is already in the series, it is not appended. @@ -478,7 +478,7 @@ } /*! - \qmlmethod CandlestickSeries::remove(CandlestickSet set) + \qmlmethod bool CandlestickSeries::remove(CandlestickSet set) Removes a single candlestick item, specified by \a set, from the series. Returns \c true if the item is successfully deleted, \c false otherwise. @@ -537,7 +537,7 @@ } /*! - \qmlmethod CandlestickSeries::insert(int index, CandlestickSet set) + \qmlmethod bool CandlestickSeries::insert(int index, CandlestickSet set) Inserts the candlestick item specified by \a set to the series at the position specified by \a index. Takes ownership of the item. If the item is null or already belongs to the series, it is not inserted. @@ -589,7 +589,7 @@ } /*! - \qmlmethod CandlestickSeries::clear() + \qmlmethod void CandlestickSeries::clear() Removes all candlestick items from the series and permanently deletes them. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/src/charts/doc/qtcharts.qdocconf new/qtcharts-everywhere-src-6.11.0/src/charts/doc/qtcharts.qdocconf --- old/qtcharts-everywhere-src-6.10.2/src/charts/doc/qtcharts.qdocconf 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/src/charts/doc/qtcharts.qdocconf 2026-03-10 09:32:00.000000000 +0100 @@ -62,3 +62,7 @@ # Allow zero warnings when testing documentation in CI warninglimit = 0 + +# suppress qdoc warnings +spurious += "Undocumented property .*" \ + "No output generated .*" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/src/charts/piechart/qpieseries.cpp new/qtcharts-everywhere-src-6.11.0/src/charts/piechart/qpieseries.cpp --- old/qtcharts-everywhere-src-6.10.2/src/charts/piechart/qpieseries.cpp 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/src/charts/piechart/qpieseries.cpp 2026-03-10 09:32:00.000000000 +0100 @@ -414,7 +414,7 @@ */ /*! - \qmlmethod PieSeries::clear() + \qmlmethod void PieSeries::clear() Removes all slices from the pie. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/src/charts/xychart/qxyseries.cpp new/qtcharts-everywhere-src-6.11.0/src/charts/xychart/qxyseries.cpp --- old/qtcharts-everywhere-src-6.10.2/src/charts/xychart/qxyseries.cpp 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/src/charts/xychart/qxyseries.cpp 2026-03-10 09:32:00.000000000 +0100 @@ -537,36 +537,36 @@ */ /*! - \qmlmethod XYSeries::append(real x, real y) + \qmlmethod void XYSeries::append(real x, real y) Appends a point with the coordinates \a x and \a y to the series. */ /*! - \qmlmethod XYSeries::replace(real oldX, real oldY, real newX, real newY) + \qmlmethod void XYSeries::replace(real oldX, real oldY, real newX, real newY) Replaces the point with the coordinates \a oldX and \a oldY with the point with the coordinates \a newX and \a newY. Does nothing if the old point does not exist. */ /*! - \qmlmethod XYSeries::remove(real x, real y) + \qmlmethod void XYSeries::remove(real x, real y) Removes the point with the coordinates \a x and \a y from the series. Does nothing if the point does not exist. */ /*! - \qmlmethod XYSeries::remove(int index) + \qmlmethod void XYSeries::remove(int index) Removes the point at the position specified by \a index from the series. */ /*! - \qmlmethod XYSeries::removePoints(int index, int count) + \qmlmethod void XYSeries::removePoints(int index, int count) Removes the number of points specified by \a count from the series starting at the position specified by \a index. */ /*! - \qmlmethod XYSeries::insert(int index, real x, real y) + \qmlmethod void XYSeries::insert(int index, real x, real y) Inserts a point with the coordinates \a x and \a y to the position specified by \a index in the series. If the index is 0 or less than 0, the point is prepended to the list of points. If the index is equal to or greater than @@ -575,7 +575,7 @@ */ /*! - \qmlmethod QPointF XYSeries::at(int index) + \qmlmethod point XYSeries::at(int index) Returns the point at the position specified by \a index. Returns (0, 0) if the index is not valid. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/src/chartsqml2/declarativeboxplotseries.cpp new/qtcharts-everywhere-src-6.11.0/src/chartsqml2/declarativeboxplotseries.cpp --- old/qtcharts-everywhere-src-6.10.2/src/chartsqml2/declarativeboxplotseries.cpp 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/src/chartsqml2/declarativeboxplotseries.cpp 2026-03-10 09:32:00.000000000 +0100 @@ -58,11 +58,11 @@ */ /*! - \qmlmethod void BoxSet::at(int index) + \qmlmethod real BoxSet::at(int index) Returns the value in the position specified by \a index. */ /*! - \qmlmethod void BoxSet::append(qreal value) + \qmlmethod void BoxSet::append(real value) Appends the new value specified by \a value to the end of the box-and-whiskers item. */ /*! @@ -176,30 +176,30 @@ */ /*! - \qmlmethod BoxPlotSeries::at(int index) + \qmlmethod BoxSet BoxPlotSeries::at(int index) Returns the box-and-whiskers item in the position specified by \a index. */ /*! - \qmlmethod BoxPlotSeries::append(string label, VariantList values) + \qmlmethod void BoxPlotSeries::append(string label, VariantList values) Appends a new box-and-whiskers item with the label specified by \a label and the values specified by \a values to the series. */ /*! - \qmlmethod BoxPlotSeries::append(BoxSet box) + \qmlmethod void BoxPlotSeries::append(BoxSet box) Appends the box-and-whiskers item specified by \a box to the series. */ /*! - \qmlmethod BoxPlotSeries::insert(int index, string label, VariantList values) + \qmlmethod void BoxPlotSeries::insert(int index, string label, VariantList values) Inserts a new box-and-whiskers item with the label specified by \a label and the values specified by \a values to the series at the position specified by \a index. */ /*! - \qmlmethod BoxPlotSeries::remove(QBoxSet boxset) + \qmlmethod void BoxPlotSeries::remove(QBoxSet boxset) Removes the box-and-whiskers item specified by \a boxset from the series. */ /*! - \qmlmethod BoxPlotSeries::clear() + \qmlmethod void BoxPlotSeries::clear() Removes all box-and-whiskers items from the series and permanently deletes them. */ /*! diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/src/chartsqml2/declarativechart.cpp new/qtcharts-everywhere-src-6.11.0/src/chartsqml2/declarativechart.cpp --- old/qtcharts-everywhere-src-6.10.2/src/chartsqml2/declarativechart.cpp 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/src/chartsqml2/declarativechart.cpp 2026-03-10 09:32:00.000000000 +0100 @@ -298,13 +298,13 @@ */ /*! - \qmlmethod ChartView::removeSeries(AbstractSeries series) + \qmlmethod void ChartView::removeSeries(AbstractSeries series) Removes the series \a series from the chart and permanently deletes the series object. */ /*! - \qmlmethod ChartView::removeAllSeries() + \qmlmethod void ChartView::removeAllSeries() Removes all series from the chart and permanently deletes all the series objects. */ @@ -315,7 +315,7 @@ */ /*! - \qmlmethod ChartView::setAxisX(AbstractAxis axis, AbstractSeries series) + \qmlmethod void ChartView::setAxisX(AbstractAxis axis, AbstractSeries series) Sets the x-axis of the \a series to \a axis. */ @@ -325,38 +325,38 @@ */ /*! - \qmlmethod ChartView::setAxisY(AbstractAxis axis, AbstractSeries series) + \qmlmethod void ChartView::setAxisY(AbstractAxis axis, AbstractSeries series) Sets the y-axis of the \a series to \a axis. */ /*! - \qmlmethod ChartView::zoom(real factor) + \qmlmethod void ChartView::zoom(real factor) Zooms into the chart by the custom factor \a factor. - A factor over 1.0 zooms into the view in and a factor between 0.0 and 1.0 + A factor over 1.0 zooms into the view and a factor between 0.0 and 1.0 zooms out of it. */ /*! - \qmlmethod ChartView::zoomIn() + \qmlmethod void ChartView::zoomIn() Zooms into the view by a factor of two. */ /*! - \qmlmethod ChartView::zoomIn(rect rectangle) + \qmlmethod void ChartView::zoomIn(rect rectangle) Zooms into the view to a maximum level at which the rectangle \a rectangle is still fully visible. \note This is not supported for polar charts. */ /*! - \qmlmethod ChartView::zoomOut() + \qmlmethod void ChartView::zoomOut() Zooms out of the view by a factor of two. \note This will do nothing if the result would contain an invalid logarithmic axis range. */ /*! - \qmlmethod ChartView::zoomReset() + \qmlmethod void ChartView::zoomReset() Resets the series domains to what they were before any zoom method was called. \note This will also reset scrolling and explicit axis range settings @@ -365,30 +365,31 @@ */ /*! - \qmlmethod ChartView::isZoomed() + \qmlmethod bool ChartView::isZoomed() + Returns \c true if any series has a zoomed domain. */ /*! - \qmlmethod ChartView::scrollLeft(real pixels) + \qmlmethod void ChartView::scrollLeft(real pixels) Scrolls to left by the number of pixels specified by \a pixels. This is a convenience method suitable for key navigation, for example. */ /*! - \qmlmethod ChartView::scrollRight(real pixels) + \qmlmethod void ChartView::scrollRight(real pixels) Scrolls to right by by the number of pixels specified by \a pixels. This is a convenience method suitable for key navigation, for example. */ /*! - \qmlmethod ChartView::scrollUp(real pixels) + \qmlmethod void ChartView::scrollUp(real pixels) Scrolls up by the number of pixels specified by \a pixels. This is a convenience method suitable for key navigation, for example. */ /*! - \qmlmethod ChartView::scrollDown(real pixels) + \qmlmethod void ChartView::scrollDown(real pixels) Scrolls down by the number of pixels specified by \a pixels. This is a convenience method suitable for key navigation, for example. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtcharts-everywhere-src-6.10.2/tests/auto/qbarseries/BLACKLIST new/qtcharts-everywhere-src-6.11.0/tests/auto/qbarseries/BLACKLIST --- old/qtcharts-everywhere-src-6.10.2/tests/auto/qbarseries/BLACKLIST 2026-01-23 06:31:24.000000000 +0100 +++ new/qtcharts-everywhere-src-6.11.0/tests/auto/qbarseries/BLACKLIST 2026-03-10 09:32:00.000000000 +0100 @@ -1,3 +1,4 @@ [mousehovered] macos xcb ubuntu-24.04 # QTBUG-134519 +wayland
