Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-scxml for openSUSE:Factory checked in at 2023-10-02 20:05:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-scxml (Old) and /work/SRC/openSUSE:Factory/.qt6-scxml.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-scxml" Mon Oct 2 20:05:45 2023 rev:20 rq:1114509 version:6.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-scxml/qt6-scxml.changes 2023-07-26 13:23:24.571811004 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-scxml.new.28202/qt6-scxml.changes 2023-10-02 20:07:44.561558366 +0200 @@ -1,0 +2,6 @@ +Thu Sep 28 07:34:19 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 6.5.3 + * https://www.qt.io/blog/qt-6.5.3-released + +------------------------------------------------------------------- Old: ---- qtscxml-everywhere-src-6.5.2.tar.xz New: ---- qtscxml-everywhere-src-6.5.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-scxml.spec ++++++ --- /var/tmp/diff_new_pack.3UfTfs/_old 2023-10-02 20:07:45.681598646 +0200 +++ /var/tmp/diff_new_pack.3UfTfs/_new 2023-10-02 20:07:45.685598790 +0200 @@ -16,7 +16,7 @@ # -%define real_version 6.5.2 +%define real_version 6.5.3 %define short_version 6.5 %define short_name qtscxml %define tar_name qtscxml-everywhere-src @@ -28,12 +28,12 @@ %endif # Name: qt6-scxml%{?pkg_suffix} -Version: 6.5.2 +Version: 6.5.3 Release: 0 Summary: SCXML (state machine notation) compiler and related tools License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) URL: https://www.qt.io -Source: https://www.nic.funet.fi/pub/mirrors/download.qt-project.org/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz +Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz Source99: qt6-scxml-rpmlintrc BuildRequires: pkgconfig BuildRequires: qt6-core-private-devel ++++++ qtscxml-everywhere-src-6.5.2.tar.xz -> qtscxml-everywhere-src-6.5.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/.cmake.conf new/qtscxml-everywhere-src-6.5.3/.cmake.conf --- old/qtscxml-everywhere-src-6.5.2/.cmake.conf 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/.cmake.conf 2023-09-24 11:46:02.000000000 +0200 @@ -1,3 +1,3 @@ -set(QT_REPO_MODULE_VERSION "6.5.2") +set(QT_REPO_MODULE_VERSION "6.5.3") set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1") set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/.tag new/qtscxml-everywhere-src-6.5.3/.tag --- old/qtscxml-everywhere-src-6.5.2/.tag 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/.tag 2023-09-24 11:46:02.000000000 +0200 @@ -1 +1 @@ -ee512a0a8cfadad13fe58475f404fc3097a48f4c +72aea90ff3b793885e091043947f93452273e011 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/dependencies.yaml new/qtscxml-everywhere-src-6.5.3/dependencies.yaml --- old/qtscxml-everywhere-src-6.5.2/dependencies.yaml 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/dependencies.yaml 2023-09-24 11:46:02.000000000 +0200 @@ -1,7 +1,7 @@ dependencies: ../qtbase: - ref: af457a9f0f7eb1a2a7d11f495da508faab91a442 + ref: 372eaedc5b8c771c46acc4c96e91bbade4ca3624 required: true ../qtdeclarative: - ref: f289063ff19588a11dd79213632785cfda2909a0 - required: true + ref: e00c258fa5a4e122636d441967dea035865fac5d + required: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/scxml/CMakeLists.txt new/qtscxml-everywhere-src-6.5.3/examples/scxml/CMakeLists.txt --- old/qtscxml-everywhere-src-6.5.2/examples/scxml/CMakeLists.txt 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/scxml/CMakeLists.txt 2023-09-24 11:46:02.000000000 +0200 @@ -1,7 +1,7 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: BSD-3-Clause -if (TARGET Qt::Network AND QT_FEATURE_scxml_ecmascriptdatamodel) +if (TARGET Qt::Network AND QT_FEATURE_scxml_ecmascriptdatamodel AND NOT ANDROID) qt_internal_add_example(ftpclient) endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/scxml/calculator/doc/src/calculator.qdoc new/qtscxml-everywhere-src-6.5.3/examples/scxml/calculator/doc/src/calculator.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/scxml/calculator/doc/src/calculator.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/scxml/calculator/doc/src/calculator.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -4,6 +4,7 @@ /*! \example calculator \title SCXML Calculator + \examplecategory {Data Processing & I/O} \ingroup examples-qtscxml \meta tag {state machine} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/scxml/ftpclient/CMakeLists.txt new/qtscxml-everywhere-src-6.5.3/examples/scxml/ftpclient/CMakeLists.txt --- old/qtscxml-everywhere-src-6.5.2/examples/scxml/ftpclient/CMakeLists.txt 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/scxml/ftpclient/CMakeLists.txt 2023-09-24 11:46:02.000000000 +0200 @@ -4,6 +4,10 @@ cmake_minimum_required(VERSION 3.16) project(ftpclient LANGUAGES CXX) +if (ANDROID) + message(FATAL_ERROR "This project cannot be built on Android.") +endif() + if(NOT DEFINED INSTALL_EXAMPLESDIR) set(INSTALL_EXAMPLESDIR "examples") endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/scxml/invoke/doc/src/invoke.qdoc new/qtscxml-everywhere-src-6.5.3/examples/scxml/invoke/doc/src/invoke.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/scxml/invoke/doc/src/invoke.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/scxml/invoke/doc/src/invoke.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -4,6 +4,7 @@ /*! \example invoke \title SCXML Invoke + \examplecategory {Data Processing & I/O} \ingroup examples-qtscxml \brief Invokes a compiled nested state machine. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/scxml/mediaplayer/doc/src/mediaplayer.qdoc new/qtscxml-everywhere-src-6.5.3/examples/scxml/mediaplayer/doc/src/mediaplayer.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/scxml/mediaplayer/doc/src/mediaplayer.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/scxml/mediaplayer/doc/src/mediaplayer.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -4,6 +4,7 @@ /*! \example mediaplayer \title SCXML Media Player + \examplecategory {Data Processing & I/O} \ingroup examples-qtscxml \meta tag {state machine} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/scxml/sudoku/doc/src/sudoku.qdoc new/qtscxml-everywhere-src-6.5.3/examples/scxml/sudoku/doc/src/sudoku.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/scxml/sudoku/doc/src/sudoku.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/scxml/sudoku/doc/src/sudoku.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -4,6 +4,7 @@ /*! \example sudoku \title SCXML Sudoku + \examplecategory {Data Processing & I/O} \ingroup examples-qtscxml \meta tag {state machine} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/scxml/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc new/qtscxml-everywhere-src-6.5.3/examples/scxml/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/scxml/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/scxml/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -4,6 +4,7 @@ /*! \example trafficlight-qml-dynamic \title SCXML Traffic Light (Dynamic, QML) + \examplecategory {Data Processing & I/O} \ingroup examples-qtscxml \brief A Qt Quick application that uses a dynamically loaded state machine diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/scxml/trafficlight-qml-simple/doc/src/trafficlight-qml-simple.qdoc new/qtscxml-everywhere-src-6.5.3/examples/scxml/trafficlight-qml-simple/doc/src/trafficlight-qml-simple.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/scxml/trafficlight-qml-simple/doc/src/trafficlight-qml-simple.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/scxml/trafficlight-qml-simple/doc/src/trafficlight-qml-simple.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -4,6 +4,7 @@ /*! \example trafficlight-qml-simple \title SCXML Traffic Light (Simple, QML) + \examplecategory {Data Processing & I/O} \ingroup examples-qtscxml \brief A Qt Quick application that uses a compiled state machine to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/scxml/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc new/qtscxml-everywhere-src-6.5.3/examples/scxml/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/scxml/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/scxml/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -4,6 +4,7 @@ /*! \example trafficlight-qml-static \title SCXML Traffic Light (Static, QML) + \examplecategory {Data Processing & I/O} \ingroup examples-qtscxml \brief A Qt Quick application that uses a compiled state machine to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/scxml/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc new/qtscxml-everywhere-src-6.5.3/examples/scxml/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/scxml/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/scxml/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -4,6 +4,7 @@ /*! \example trafficlight-widgets-dynamic \title SCXML Traffic Light (Dynamic, Widgets) + \examplecategory {Data Processing & I/O} \ingroup examples-qtscxml \brief A widget-based application that uses a dynamically loaded state diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/scxml/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc new/qtscxml-everywhere-src-6.5.3/examples/scxml/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/scxml/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/scxml/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -4,6 +4,7 @@ /*! \example trafficlight-widgets-static \title SCXML Traffic Light (Static, Widgets) + \examplecategory {Data Processing & I/O} \ingroup examples-qtscxml \brief A widget-based application that uses a compiled state machine to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/statemachine/CMakeLists.txt new/qtscxml-everywhere-src-6.5.3/examples/statemachine/CMakeLists.txt --- old/qtscxml-everywhere-src-6.5.2/examples/statemachine/CMakeLists.txt 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/statemachine/CMakeLists.txt 2023-09-24 11:46:02.000000000 +0200 @@ -1,8 +1,9 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: BSD-3-Clause -qt_internal_add_example(pingpong) - +if(NOT ANDROID) + qt_internal_add_example(pingpong) +endif() if(TARGET Qt::Widgets) qt_internal_add_example(rogue) qt_internal_add_example(trafficlight) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/statemachine/doc/src/moveblocks.qdoc new/qtscxml-everywhere-src-6.5.3/examples/statemachine/doc/src/moveblocks.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/statemachine/doc/src/moveblocks.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/statemachine/doc/src/moveblocks.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -5,6 +5,7 @@ \example moveblocks \title Move Blocks \ingroup examples-qtstatemachine + \examplecategory {Data Processing & I/O} \brief The Move Blocks example shows how to animate items in a QGraphicsScene using a QStateMachine with a custom transition. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/statemachine/doc/src/pingpong.qdoc new/qtscxml-everywhere-src-6.5.3/examples/statemachine/doc/src/pingpong.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/statemachine/doc/src/pingpong.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/statemachine/doc/src/pingpong.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -5,6 +5,7 @@ \example pingpong \title Ping Pong States \ingroup examples-qtstatemachine + \examplecategory {Data Processing & I/O} \brief The Ping Pong States example shows how to use parallel states together with custom events and transitions in \l{Qt State Machine Overview}{Qt State Machine Framework}. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/statemachine/doc/src/rogue.qdoc new/qtscxml-everywhere-src-6.5.3/examples/statemachine/doc/src/rogue.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/statemachine/doc/src/rogue.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/statemachine/doc/src/rogue.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -5,6 +5,7 @@ \example rogue \title Rogue \ingroup examples-qtstatemachine + \examplecategory {Data Processing & I/O} \brief The Rogue example shows how to use the Qt state machine for event handling. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/statemachine/doc/src/trafficlight.qdoc new/qtscxml-everywhere-src-6.5.3/examples/statemachine/doc/src/trafficlight.qdoc --- old/qtscxml-everywhere-src-6.5.2/examples/statemachine/doc/src/trafficlight.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/statemachine/doc/src/trafficlight.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -5,6 +5,7 @@ \example trafficlight \title Traffic Light \ingroup examples-qtstatemachine + \examplecategory {Data Processing & I/O} \brief The Traffic Light example shows how to use \l{Qt State Machine Overview} to implement the control flow of a traffic light. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/examples/statemachine/pingpong/CMakeLists.txt new/qtscxml-everywhere-src-6.5.3/examples/statemachine/pingpong/CMakeLists.txt --- old/qtscxml-everywhere-src-6.5.2/examples/statemachine/pingpong/CMakeLists.txt 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/examples/statemachine/pingpong/CMakeLists.txt 2023-09-24 11:46:02.000000000 +0200 @@ -4,6 +4,10 @@ cmake_minimum_required(VERSION 3.16) project(pingpong LANGUAGES CXX) +if (ANDROID) + message(FATAL_ERROR "This project cannot be built on Android.") +endif() + if(NOT DEFINED INSTALL_EXAMPLESDIR) set(INSTALL_EXAMPLESDIR "examples") endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/src/scxml/doc/qtscxml-examples.qdoc new/qtscxml-everywhere-src-6.5.3/src/scxml/doc/qtscxml-examples.qdoc --- old/qtscxml-everywhere-src-6.5.2/src/scxml/doc/qtscxml-examples.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/src/scxml/doc/qtscxml-examples.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -5,7 +5,6 @@ \group examples-qtscxml \title Qt SCXML Examples \brief Examples for the Qt SCXML module. -\ingroup all-examples The Qt SCXML example applications demonstrate the functionality provided by the \l{Qt SCXML} module. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc new/qtscxml-everywhere-src-6.5.3/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc --- old/qtscxml-everywhere-src-6.5.2/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -135,7 +135,7 @@ stateMachine->submitEvent("tap", QVariantMap({ { "artist", "Fatboy Slim" }, { "title", "The Rockafeller Skank" } - }); + })); \endcode This will generate a "tap" event with the map contents available in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/src/scxml/doc/qtscxml-overview.qdoc new/qtscxml-everywhere-src-6.5.3/src/scxml/doc/qtscxml-overview.qdoc --- old/qtscxml-everywhere-src-6.5.2/src/scxml/doc/qtscxml-overview.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/src/scxml/doc/qtscxml-overview.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -5,6 +5,7 @@ \page qtscxml-overview.html \title Qt SCXML Overview \brief Describes the Qt SCXML module. + \ingroup explanation The Qt SCXML module provides classes for embedding state machines created from State Chart XML (SCXML) files in Qt applications. The SCXML files @@ -17,7 +18,7 @@ and the user interface implementation by using Qt Quick or Qt Widgets. The Qt SCXML module differs from the \l {Qt State Machine Overview} - {State Machine framework} in the Qt StateMachine module in that Qt SCXML provides a + {State Machine framework} in the \l{Qt State Machine} module in that Qt SCXML provides a \e {conforming processor} that can parse and process \e {conforming SCXML documents}. In Qt SCXML, state machines are read from separate SCXML files and integrated to Qt applications by instantiating the QScxmlStateMachine diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/src/statemachine/doc/qstatemachine-qml-guide.qdoc new/qtscxml-everywhere-src-6.5.3/src/statemachine/doc/qstatemachine-qml-guide.qdoc --- old/qtscxml-everywhere-src-6.5.2/src/statemachine/doc/qstatemachine-qml-guide.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/src/statemachine/doc/qstatemachine-qml-guide.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -6,6 +6,7 @@ \title Qt State Machine QML Guide \brief Overview of the Qt State Machine QML for constructing and executing state graphs. \ingroup technology-apis + \ingroup explanation \tableofcontents diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/src/statemachine/doc/qtstatemachine-cpp-guide.qdoc new/qtscxml-everywhere-src-6.5.3/src/statemachine/doc/qtstatemachine-cpp-guide.qdoc --- old/qtscxml-everywhere-src-6.5.2/src/statemachine/doc/qtstatemachine-cpp-guide.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/src/statemachine/doc/qtstatemachine-cpp-guide.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -7,6 +7,7 @@ \brief An overview of the State Machine framework for constructing and executing state graphs with the C++ API. \ingroup technology-apis + \ingroup explanation \tableofcontents diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/src/statemachine/doc/qtstatemachine-examples.qdoc new/qtscxml-everywhere-src-6.5.3/src/statemachine/doc/qtstatemachine-examples.qdoc --- old/qtscxml-everywhere-src-6.5.2/src/statemachine/doc/qtstatemachine-examples.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/src/statemachine/doc/qtstatemachine-examples.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -5,7 +5,6 @@ \group examples-qtstatemachine \title Qt State Machine Examples \brief Examples for the Qt State Machine module. -\ingroup all-examples The Qt State Machine example applications demonstrate the functionality provided by the \l{Qt State Machine} module. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.2/src/statemachine/doc/qtstatemachine-overview.qdoc new/qtscxml-everywhere-src-6.5.3/src/statemachine/doc/qtstatemachine-overview.qdoc --- old/qtscxml-everywhere-src-6.5.2/src/statemachine/doc/qtstatemachine-overview.qdoc 2023-07-07 14:29:15.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.3/src/statemachine/doc/qtstatemachine-overview.qdoc 2023-09-24 11:46:02.000000000 +0200 @@ -6,6 +6,7 @@ \title Qt State Machine Overview \brief An overview of the State Machine framework for constructing and executing state graphs. \ingroup technology-apis + \ingroup explanation \tableofcontents