[mythtv-commits] [MythTV/mythtv] a1c30b: tidy: Fix some class member naming. (mythgame)

linuxdude42 noreply at github.com
Mon Jul 27 23:48:08 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: a1c30bee0dd43b45c4aad17367aaf9aba035d4f7
      https://github.com/MythTV/mythtv/commit/a1c30bee0dd43b45c4aad17367aaf9aba035d4f7
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythplugins/mythgame/mythgame/gamehandler.cpp
    M mythplugins/mythgame/mythgame/gamehandler.h
    M mythplugins/mythgame/mythgame/rominfo.cpp
    M mythplugins/mythgame/mythgame/rominfo.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (mythgame)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 8d9382f34e426f75f615aba6566d68485fe6df6e
      https://github.com/MythTV/mythtv/commit/8d9382f34e426f75f615aba6566d68485fe6df6e
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythplugins/mythmusic/mythmusic/visualize.cpp
    M mythplugins/mythmusic/mythmusic/visualize.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (mythmusic)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: e48360644e23f0ba95e408210b12014d670e31c2
      https://github.com/MythTV/mythtv/commit/e48360644e23f0ba95e408210b12014d670e31c2
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmyth/dbsettings.cpp
    M mythtv/libs/libmyth/dbsettings.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmyth)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: f6a23ff25e4f4254519dea62720b374b6cddfc24
      https://github.com/MythTV/mythtv/commit/f6a23ff25e4f4254519dea62720b374b6cddfc24
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmyth/mediamonitor-unix.cpp
    M mythtv/libs/libmyth/mythmediamonitor.cpp
    M mythtv/libs/libmyth/mythmediamonitor.h
    M mythtv/libs/libmythbase/mythcdrom-freebsd.cpp
    M mythtv/libs/libmythbase/mythcdrom-linux.cpp
    M mythtv/libs/libmythbase/mythcdrom.cpp
    M mythtv/libs/libmythbase/mythhdd.cpp
    M mythtv/libs/libmythbase/mythmedia.cpp
    M mythtv/libs/libmythbase/mythmedia.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythbase)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 155fd98485db45822a228b2af03565a3871772dc
      https://github.com/MythTV/mythtv/commit/155fd98485db45822a228b2af03565a3871772dc
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythui/mythimage.cpp
    M mythtv/libs/libmythui/mythimage.h
    M mythtv/libs/libmythui/mythnotificationcenter.cpp
    M mythtv/libs/libmythui/mythscreenstack.cpp
    M mythtv/libs/libmythui/mythscreenstack.h
    M mythtv/libs/libmythui/mythuibutton.cpp
    M mythtv/libs/libmythui/mythuibutton.h
    M mythtv/libs/libmythui/mythuibuttonlist.cpp
    M mythtv/libs/libmythui/mythuibuttonlist.h
    M mythtv/libs/libmythui/mythuitextedit.cpp
    M mythtv/libs/libmythui/mythuitextedit.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythui)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 2a95cac25216dc092ea23775ccbd9bed4667ee03
      https://github.com/MythTV/mythtv/commit/2a95cac25216dc092ea23775ccbd9bed4667ee03
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythui/mythdialogbox.cpp
    M mythtv/libs/libmythui/mythnotificationcenter.cpp
    M mythtv/libs/libmythui/mythnotificationcenter_private.h
    M mythtv/libs/libmythui/mythscreentype.cpp
    M mythtv/libs/libmythui/mythscreentype.h
    M mythtv/libs/libmythui/myththemedmenu.cpp
    M mythtv/programs/mythfrontend/galleryslideview.cpp

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythui/mythscreentype)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 0a3a43512e61422aaafe61b8aa6ad4dd8e94bed8
      https://github.com/MythTV/mythtv/commit/0a3a43512e61422aaafe61b8aa6ad4dd8e94bed8
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythtv/captions/subtitlescreen.cpp
    M mythtv/libs/libmythtv/captions/teletextscreen.cpp
    M mythtv/libs/libmythtv/mheg/interactivescreen.cpp
    M mythtv/libs/libmythui/mythscreentype.cpp
    M mythtv/libs/libmythui/mythuibutton.cpp
    M mythtv/libs/libmythui/mythuibuttonlist.cpp
    M mythtv/libs/libmythui/mythuibuttontree.cpp
    M mythtv/libs/libmythui/mythuiguidegrid.cpp
    M mythtv/libs/libmythui/mythuiimage.cpp
    M mythtv/libs/libmythui/mythuiprogressbar.cpp
    M mythtv/libs/libmythui/mythuistatetype.cpp
    M mythtv/libs/libmythui/mythuitext.cpp
    M mythtv/libs/libmythui/mythuitextedit.cpp
    M mythtv/libs/libmythui/mythuitype.cpp
    M mythtv/libs/libmythui/mythuitype.h
    M mythtv/libs/libmythui/mythuiwebbrowser.cpp
    M mythtv/programs/mythfrontend/galleryslide.cpp
    M mythtv/programs/mythfrontend/guidegrid.cpp

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythui/mythuitype)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 2baa90f293ee768e7bccd9aa213ab92ddfe5ee79
      https://github.com/MythTV/mythtv/commit/2baa90f293ee768e7bccd9aa213ab92ddfe5ee79
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythui/mythuistatetype.cpp
    M mythtv/libs/libmythui/mythuistatetype.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythui/mythuistatetype)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: a3e51b3775a55f4b8a7cb89c9b21323f804af6ad
      https://github.com/MythTV/mythtv/commit/a3e51b3775a55f4b8a7cb89c9b21323f804af6ad
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythui/mythuiclock.cpp
    M mythtv/libs/libmythui/mythuitext.cpp
    M mythtv/libs/libmythui/mythuitext.h
    M mythtv/libs/libmythui/mythuitextedit.cpp

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythui/mythuitext)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: ae6f6f88d85954c571ee7881a8e7287a122c098f
      https://github.com/MythTV/mythtv/commit/ae6f6f88d85954c571ee7881a8e7287a122c098f
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythtv/captions/subtitlescreen.cpp
    M mythtv/libs/libmythui/mythuiimage.cpp
    M mythtv/libs/libmythui/mythuiimage.h
    M mythtv/programs/mythfrontend/galleryslide.cpp

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythui/mythuiimage)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 97aaba8c15e4d5776ea526ec21b7940cc0b8fe73
      https://github.com/MythTV/mythtv/commit/97aaba8c15e4d5776ea526ec21b7940cc0b8fe73
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythui/mythuicheckbox.cpp
    M mythtv/libs/libmythui/mythuicheckbox.h
    M mythtv/libs/libmythui/mythuiclock.cpp
    M mythtv/libs/libmythui/mythuiclock.h
    M mythtv/libs/libmythui/mythuisimpletext.cpp
    M mythtv/libs/libmythui/mythuisimpletext.h
    M mythtv/libs/libmythui/opengl/mythpainteropengl.cpp
    M mythtv/libs/libmythui/opengl/mythpainteropengl.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythui 2)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: c37d56ed7a8dac3163375f8f7335b89d2032bd3d
      https://github.com/MythTV/mythtv/commit/c37d56ed7a8dac3163375f8f7335b89d2032bd3d
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythfreemheg/BaseActions.cpp
    M mythtv/libs/libmythfreemheg/BaseActions.h
    M mythtv/libs/libmythfreemheg/Groups.cpp
    M mythtv/libs/libmythfreemheg/Ingredients.cpp
    M mythtv/libs/libmythfreemheg/Root.cpp
    M mythtv/libs/libmythfreemheg/Stream.cpp
    M mythtv/libs/libmythfreemheg/Variables.cpp
    M mythtv/libs/libmythfreemheg/Visible.cpp

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythfreemheg/BaseActions)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 719a572b64becea7b0c495fa95d8d4a7f6b3d41f
      https://github.com/MythTV/mythtv/commit/719a572b64becea7b0c495fa95d8d4a7f6b3d41f
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythfreemheg/BaseClasses.cpp
    M mythtv/libs/libmythfreemheg/BaseClasses.h
    M mythtv/libs/libmythfreemheg/DynamicLineArt.cpp
    M mythtv/libs/libmythfreemheg/Engine.cpp
    M mythtv/libs/libmythfreemheg/Groups.cpp
    M mythtv/libs/libmythfreemheg/Ingredients.cpp
    M mythtv/libs/libmythfreemheg/Link.cpp
    M mythtv/libs/libmythfreemheg/Programs.cpp
    M mythtv/libs/libmythfreemheg/Stream.cpp
    M mythtv/libs/libmythfreemheg/Variables.cpp
    M mythtv/libs/libmythfreemheg/Visible.cpp

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythfreemheg/BaseClasses)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 36ef15cb67725ee8cc92e220a4ff53a87526d062
      https://github.com/MythTV/mythtv/commit/36ef15cb67725ee8cc92e220a4ff53a87526d062
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythfreemheg/Root.cpp
    M mythtv/libs/libmythfreemheg/Root.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythfreemheg/Root)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 9a4dd440d6537fd2026465f5aadf7f173dcabdfd
      https://github.com/MythTV/mythtv/commit/9a4dd440d6537fd2026465f5aadf7f173dcabdfd
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythfreemheg/Bitmap.cpp
    M mythtv/libs/libmythfreemheg/Engine.cpp
    M mythtv/libs/libmythfreemheg/Ingredients.cpp
    M mythtv/libs/libmythfreemheg/Ingredients.h
    M mythtv/libs/libmythfreemheg/Stream.cpp
    M mythtv/libs/libmythfreemheg/Text.cpp

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythfreemheg/Ingredients)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 86a7a8cb597f8e086f653dacdf19ad771662492f
      https://github.com/MythTV/mythtv/commit/86a7a8cb597f8e086f653dacdf19ad771662492f
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythfreemheg/Engine.cpp
    M mythtv/libs/libmythfreemheg/Engine.h
    M mythtv/libs/libmythfreemheg/Groups.cpp
    M mythtv/libs/libmythfreemheg/Groups.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythfreemheg/Groups)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 98486b12c2bcc1d26ad9224a1a99c2a62aa9377e
      https://github.com/MythTV/mythtv/commit/98486b12c2bcc1d26ad9224a1a99c2a62aa9377e
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythfreemheg/DynamicLineArt.cpp
    M mythtv/libs/libmythfreemheg/DynamicLineArt.h
    M mythtv/libs/libmythfreemheg/Link.cpp
    M mythtv/libs/libmythfreemheg/Link.h
    M mythtv/libs/libmythfreemheg/Visible.cpp
    M mythtv/libs/libmythfreemheg/Visible.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythfreemheg/Visible)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 1e974f0c0e4c06dde4b844254dfd029f54e90aff
      https://github.com/MythTV/mythtv/commit/1e974f0c0e4c06dde4b844254dfd029f54e90aff
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythfreemheg/DynamicLineArt.cpp
    M mythtv/libs/libmythfreemheg/DynamicLineArt.h
    M mythtv/libs/libmythfreemheg/Engine.cpp
    M mythtv/libs/libmythfreemheg/Engine.h
    M mythtv/libs/libmythfreemheg/Programs.cpp
    M mythtv/libs/libmythfreemheg/Programs.h
    M mythtv/libs/libmythfreemheg/Stream.cpp
    M mythtv/libs/libmythfreemheg/Stream.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythfreemheg/Engine)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: a618d92e1147ebf101b1df462ebf8cfe093f5c29
      https://github.com/MythTV/mythtv/commit/a618d92e1147ebf101b1df462ebf8cfe093f5c29
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythfreemheg/Text.cpp
    M mythtv/libs/libmythfreemheg/Text.h
    M mythtv/libs/libmythfreemheg/TokenGroup.cpp
    M mythtv/libs/libmythfreemheg/TokenGroup.h
    M mythtv/libs/libmythfreemheg/Variables.cpp
    M mythtv/libs/libmythfreemheg/Variables.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythfreemheg/Text)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 261a703f9cb14eeee8de6b71447e97594577ced5
      https://github.com/MythTV/mythtv/commit/261a703f9cb14eeee8de6b71447e97594577ced5
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythmetadata/imagemanager.cpp
    M mythtv/libs/libmythmetadata/imagemanager.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythmetadata)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 5f80a9091e6b72318b2efec7b02fb194969c069e
      https://github.com/MythTV/mythtv/commit/5f80a9091e6b72318b2efec7b02fb194969c069e
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythtv/DVD/mythdvdbuffer.cpp
    M mythtv/libs/libmythtv/DVD/mythdvdbuffer.h
    M mythtv/libs/libmythtv/captions/teletextreader.cpp
    M mythtv/libs/libmythtv/captions/teletextreader.h
    M mythtv/libs/libmythtv/mheg/dsmcccache.cpp
    M mythtv/libs/libmythtv/mheg/dsmcccache.h
    M mythtv/libs/libmythtv/mheg/mhi.cpp
    M mythtv/libs/libmythtv/mheg/mhi.h
    M mythtv/libs/libmythtv/mpeg/HEVCParser.cpp
    M mythtv/libs/libmythtv/mpeg/HEVCParser.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythtv)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 6ba946c2e123f8390e571fdcf3d1c05862c84c0d
      https://github.com/MythTV/mythtv/commit/6ba946c2e123f8390e571fdcf3d1c05862c84c0d
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/channelscanner.cpp
    M mythtv/libs/libmythtv/channelscan/channelscanner.h
    M mythtv/libs/libmythtv/channelscan/channelscanner_gui.cpp
    M mythtv/libs/libmythtv/channelscan/paneall.h
    M mythtv/libs/libmythtv/channelscan/paneanalog.cpp
    M mythtv/libs/libmythtv/channelscan/paneanalog.h
    M mythtv/libs/libmythtv/channelscan/paneatsc.h
    M mythtv/libs/libmythtv/channelscan/panedvbt.h
    M mythtv/libs/libmythtv/channelscan/panedvbt2.h
    M mythtv/libs/libmythtv/channelscan/panesingle.h
    M mythtv/libs/libmythtv/channelscan/scanwizardconfig.cpp
    M mythtv/libs/libmythtv/channelscan/scanwizardconfig.h
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
    M mythtv/libs/libmythtv/decoders/avformatdecoder.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythtv/channelscan)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 99ee37c1e6eda86c48aa7cd5e440388b8e051fbd
      https://github.com/MythTV/mythtv/commit/99ee37c1e6eda86c48aa7cd5e440388b8e051fbd
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/ExternalSignalMonitor.cpp
    M mythtv/libs/libmythtv/recorders/ExternalSignalMonitor.h
    M mythtv/libs/libmythtv/recorders/asisignalmonitor.cpp
    M mythtv/libs/libmythtv/recorders/audioinput.h
    M mythtv/libs/libmythtv/recorders/audioinputalsa.cpp
    M mythtv/libs/libmythtv/recorders/audioinputoss.cpp
    M mythtv/libs/libmythtv/recorders/cetonsignalmonitor.cpp
    M mythtv/libs/libmythtv/recorders/channelbase.cpp
    M mythtv/libs/libmythtv/recorders/channelbase.h
    M mythtv/libs/libmythtv/recorders/darwinfirewiredevice.cpp
    M mythtv/libs/libmythtv/recorders/dtvchannel.cpp
    M mythtv/libs/libmythtv/recorders/dtvchannel.h
    M mythtv/libs/libmythtv/recorders/dtvrecorder.cpp
    M mythtv/libs/libmythtv/recorders/dtvrecorder.h
    M mythtv/libs/libmythtv/recorders/dtvsignalmonitor.cpp
    M mythtv/libs/libmythtv/recorders/dtvsignalmonitor.h
    M mythtv/libs/libmythtv/recorders/dvbsignalmonitor.cpp
    M mythtv/libs/libmythtv/recorders/firewirechannel.cpp
    M mythtv/libs/libmythtv/recorders/firewirechannel.h
    M mythtv/libs/libmythtv/recorders/firewiredevice.cpp
    M mythtv/libs/libmythtv/recorders/firewiredevice.h
    M mythtv/libs/libmythtv/recorders/firewiresignalmonitor.cpp
    M mythtv/libs/libmythtv/recorders/firewiresignalmonitor.h
    M mythtv/libs/libmythtv/recorders/hdhrsignalmonitor.cpp
    M mythtv/libs/libmythtv/recorders/iptvsignalmonitor.cpp
    M mythtv/libs/libmythtv/recorders/linuxfirewiredevice.cpp
    M mythtv/libs/libmythtv/recorders/satiprtsp.cpp
    M mythtv/libs/libmythtv/recorders/satiprtsp.h
    M mythtv/libs/libmythtv/recorders/satipsignalmonitor.cpp
    M mythtv/libs/libmythtv/recorders/signalmonitor.cpp
    M mythtv/libs/libmythtv/recorders/signalmonitor.h
    M mythtv/libs/libmythtv/recorders/v4l2encsignalmonitor.cpp

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythtv/recorders)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: 2a3f888ee55b43cd3dd50191c6f7fc436b6c193b
      https://github.com/MythTV/mythtv/commit/2a3f888ee55b43cd3dd50191c6f7fc436b6c193b
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/programs/mythexternrecorder/MythExternControl.cpp
    M mythtv/programs/mythexternrecorder/MythExternControl.h
    M mythtv/programs/mythfrontend/backendconnectionmanager.cpp
    M mythtv/programs/mythfrontend/backendconnectionmanager.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (programs)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: a0d08f7748c95ade3840506d1e0c48fea648a999
      https://github.com/MythTV/mythtv/commit/a0d08f7748c95ade3840506d1e0c48fea648a999
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythupnp/bufferedsocketdevice.cpp
    M mythtv/libs/libmythupnp/bufferedsocketdevice.h
    M mythtv/libs/libmythupnp/eventing.cpp
    M mythtv/libs/libmythupnp/eventing.h
    M mythtv/libs/libmythupnp/serializers/jsonSerializer.cpp
    M mythtv/libs/libmythupnp/serializers/jsonSerializer.h
    M mythtv/libs/libmythupnp/servicehost.cpp
    M mythtv/libs/libmythupnp/servicehost.h
    M mythtv/libs/libmythupnp/upnptaskevent.cpp
    M mythtv/libs/libmythupnp/upnptaskevent.h

  Log Message:
  -----------
  tidy: Fix some class member naming. (libmythupnp)

The clang-tidy "identifier naming" checker pointed out a few places
where class member function names don't use the convention of starting
with 'm_' and then using camelBack case for the rest of the variable
name.  Fix these for naming consistency across the code base.

https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html


  Commit: d054fa5c5ed3ed9d5b6d10e6396cdd30c60a1929
      https://github.com/MythTV/mythtv/commit/d054fa5c5ed3ed9d5b6d10e6396cdd30c60a1929
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M .clang-tidy

  Log Message:
  -----------
  tidy: Enable readability-identifier-naming check.


  Commit: 80fcca2a01bcf245cd01925bb4b83f9078f75cb7
      https://github.com/MythTV/mythtv/commit/80fcca2a01bcf245cd01925bb4b83f9078f75cb7
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythtv/videosource.h

  Log Message:
  -----------
  Remove unused variable.


  Commit: d36a0060d8866f394f4aee5402e1fdd3db6aea0e
      https://github.com/MythTV/mythtv/commit/d36a0060d8866f394f4aee5402e1fdd3db6aea0e
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythtv/eitfixup.cpp

  Log Message:
  -----------
  Remove spurious setting of "series=false" in EITFixUp::FixGreekEIT.

Refs #13652.


  Commit: 33485a2c381137c02f117abb30ed6a29383f2ff7
      https://github.com/MythTV/mythtv/commit/33485a2c381137c02f117abb30ed6a29383f2ff7
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythtv/eitfixup.cpp
    M mythtv/libs/libmythtv/eitfixup.h

  Log Message:
  -----------
  qt6: Start conversion from QRegExp to QRegularExpression in eitfixups.cpp.

The QRegExp class has been deprecated in Qt6. As part of these
changes, all QString functions that accept QRegExp as an argument have
been removed.

Convert the regular expressions for which there are already test cases.


  Commit: 44885b503d47edc3396f09a50f9c82033d164e64
      https://github.com/MythTV/mythtv/commit/44885b503d47edc3396f09a50f9c82033d164e64
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythfreesurround/freesurround.cpp

  Log Message:
  -----------
  Fix "implicit conversion changes value from 0.5 to 0" in freesurround.

Like the "center_width" parameter, the "dimension" parameter is an
integer and should be in the range 0-100 instead of the range 0.0-1.0.


  Commit: f9eb318b3ee0c902ef427bed457da7f894b9a6cc
      https://github.com/MythTV/mythtv/commit/f9eb318b3ee0c902ef427bed457da7f894b9a6cc
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythtv/mythvideooutnull.h

  Log Message:
  -----------
  Fix tidy "all parameters should be named" warning.


Compare: https://github.com/MythTV/mythtv/compare/69648b5843e7...f9eb318b3ee0


More information about the mythtv-commits mailing list