[mythtv-commits] [MythTV/mythtv] 735d64: Rename some global variables in the backend to sta...

David Hampton noreply at github.com
Wed Dec 8 13:56:49 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 735d649b2f1426e5925524e0dbf402c73b792a8e
      https://github.com/MythTV/mythtv/commit/735d649b2f1426e5925524e0dbf402c73b792a8e
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M mythtv/programs/mythbackend/autoexpire.cpp
    M mythtv/programs/mythbackend/backendcontext.cpp
    M mythtv/programs/mythbackend/backendcontext.h
    M mythtv/programs/mythbackend/main.cpp
    M mythtv/programs/mythbackend/main_helpers.cpp
    M mythtv/programs/mythbackend/mainserver.cpp
    M mythtv/programs/mythbackend/services/dvr.cpp
    M mythtv/programs/mythbackend/services/guide.cpp
    M mythtv/programs/mythbackend/servicesv2/v2dvr.cpp
    M mythtv/programs/mythbackend/servicesv2/v2serviceUtil.cpp
    M mythtv/programs/mythbackend/servicesv2/v2status.cpp

  Log Message:
  -----------
  Rename some global variables in the backend to start with 'g'.


  Commit: 7b099ffaacc7e615d82404ad1f9898402d3c9d7c
      https://github.com/MythTV/mythtv/commit/7b099ffaacc7e615d82404ad1f9898402d3c9d7c
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M mythtv/libs/libmythbase/http/mythhttps.cpp
    M mythtv/libs/libmythbase/http/mythhttpsocket.cpp
    M mythtv/libs/libmythtv/mythplayeroverlayui.cpp
    M mythtv/libs/libmythtv/mythplayervideoui.cpp

  Log Message:
  -----------
  qt6: Fix signal connection for new services code.


  Commit: 00be2aa94130cf3aa46ef30bebd81e8113918ccc
      https://github.com/MythTV/mythtv/commit/00be2aa94130cf3aa46ef30bebd81e8113918ccc
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M mythtv/libs/libmythbase/http/serialisers/mythcborserialiser.cpp
    M mythtv/libs/libmythbase/http/serialisers/mythjsonserialiser.cpp
    M mythtv/libs/libmythbase/http/serialisers/mythxmlplistserialiser.cpp
    M mythtv/libs/libmythbase/http/serialisers/mythxmlserialiser.cpp
    M mythtv/programs/mythfrontend/services/mythfrontendservice.cpp

  Log Message:
  -----------
  qt6: Convert from QVariant types to QMetaType types.

The qt5 QVariant::Type enum is nothing more than a direct mapping of
values to QMetaType::Type values.  Do the replacement in the MythTV
source code since QVariant::Type goes away in Qt6.


  Commit: 8c197379e2ccbf008ab960676f456c5422d066d1
      https://github.com/MythTV/mythtv/commit/8c197379e2ccbf008ab960676f456c5422d066d1
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M mythtv/libs/libmythbase/http/serialisers/mythcborserialiser.cpp
    M mythtv/libs/libmythbase/http/serialisers/mythjsonserialiser.cpp
    M mythtv/libs/libmythbase/http/serialisers/mythserialiser.cpp
    M mythtv/libs/libmythbase/http/serialisers/mythxmlplistserialiser.cpp
    M mythtv/libs/libmythbase/http/serialisers/mythxmlserialiser.cpp

  Log Message:
  -----------
  qt6: Update to handle QMetaProperty::isUser change.

The qt6 version of this function no longer accepts an argument.


  Commit: 282f38bc83323735782cbdbcb22ac37503902f14
      https://github.com/MythTV/mythtv/commit/282f38bc83323735782cbdbcb22ac37503902f14
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M mythtv/libs/libmythbase/http/mythhttpmetamethod.cpp
    M mythtv/libs/libmythbase/http/mythwsdl.cpp

  Log Message:
  -----------
  qt6: Handle some QMetatype changes. (1)

Add conditional code to handle the changes to the following functions
in Qt6. The new code is taken from the qt6 qmetatype.h header file.

    QMetaType::type
    QMetaType::typeFlags
    QMetaType::typeName
    QMetaType::metaObjectForType


  Commit: 84a946b0a417ed0efea6b7c2acba60b64c0eda52
      https://github.com/MythTV/mythtv/commit/84a946b0a417ed0efea6b7c2acba60b64c0eda52
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M mythtv/libs/libmythbase/http/mythhttpservice.cpp

  Log Message:
  -----------
  qt6: Handle some QMetatype changes. (2)

Add conditional code to handle the changes to the following functions
in Qt6. The new code is taken from the qt6 qmetatype.h header file.

    QMetaType::create
    QMetaType::destroy


  Commit: f069beeeed7708c3b65de72a7a64ddff9268d413
      https://github.com/MythTV/mythtv/commit/f069beeeed7708c3b65de72a7a64ddff9268d413
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M mythtv/libs/libmythbase/http/mythhttpmetamethod.cpp

  Log Message:
  -----------
  qt6: Handle some QMetatype changes. (3)

Miscellaneous conditional code to handle the qt6 changes.


  Commit: 851f70cac4243e4573b980349d7cb0e3995b1ac0
      https://github.com/MythTV/mythtv/commit/851f70cac4243e4573b980349d7cb0e3995b1ac0
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M mythtv/libs/libmythbase/http/serialisers/mythcborserialiser.cpp
    M mythtv/libs/libmythbase/http/serialisers/mythjsonserialiser.cpp
    M mythtv/libs/libmythbase/http/serialisers/mythxmlplistserialiser.cpp
    M mythtv/libs/libmythbase/http/serialisers/mythxmlserialiser.cpp

  Log Message:
  -----------
  qt6: Explicitly include QSequentialIterable.


Compare: https://github.com/MythTV/mythtv/compare/8e206e3d0509...851f70cac424


More information about the mythtv-commits mailing list