[mythtv-commits] [MythTV/mythtv] 80dbbb: tidy: Make ViewScheduled::UpdateUIListItem functio...

David Hampton noreply at github.com
Sun Jan 16 20:08:10 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 80dbbb9c93101f809b2a8fdd8c406769ae8b2608
      https://github.com/MythTV/mythtv/commit/80dbbb9c93101f809b2a8fdd8c406769ae8b2608
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-01-15 (Sat, 15 Jan 2022)

  Changed paths:
    M mythtv/programs/mythfrontend/viewscheduled.cpp
    M mythtv/programs/mythfrontend/viewscheduled.h

  Log Message:
  -----------
  tidy: Make ViewScheduled::UpdateUIListItem function const.


  Commit: 52c7bb4add9a293e8c6fe56d1e7b59db0b3e29b1
      https://github.com/MythTV/mythtv/commit/52c7bb4add9a293e8c6fe56d1e7b59db0b3e29b1
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-01-16 (Sun, 16 Jan 2022)

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

  Log Message:
  -----------
  tidy: Provide initializers for all variables.


  Commit: 8deaa07e27701a36543e955c8a269e24a6563b2f
      https://github.com/MythTV/mythtv/commit/8deaa07e27701a36543e955c8a269e24a6563b2f
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-01-16 (Sun, 16 Jan 2022)

  Changed paths:
    M mythtv/programs/mythbackend/servicesv2/v2myth.cpp

  Log Message:
  -----------
  tidy: Fix a couple of "move const arg" warnings.

Applying std::move to a constant argument does nothing. The solution
is to either make the argument non-constant, or to remove the call to
std::move. This patch does the latter since most everything in
v2myth.cpp uses const strings for arguments.


  Commit: b05a9fd5e636ea4c35ba40561996b812c4c65be2
      https://github.com/MythTV/mythtv/commit/b05a9fd5e636ea4c35ba40561996b812c4c65be2
  Author: Christopher Harris <c.harris at communicationinnovations.com.au>
  Date:   2022-01-16 (Sun, 16 Jan 2022)

  Changed paths:
    M mythtv/libs/libmythui/devices/jsmenu.cpp
    M mythtv/libs/libmythui/devices/jsmenu.h

  Log Message:
  -----------
  Add support for waiting for/re-connecting joystick controllers.

Signed-off-by: David Hampton <mythtv at love2code.net>


  Commit: e15334024fa48348acd6ca0370573174db9e59f7
      https://github.com/MythTV/mythtv/commit/e15334024fa48348acd6ca0370573174db9e59f7
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-01-16 (Sun, 16 Jan 2022)

  Changed paths:
    M mythtv/libs/libmythui/devices/jsmenu.cpp
    M mythtv/libs/libmythui/devices/jsmenu.h

  Log Message:
  -----------
  Clean up joystick reconnection code.


  Commit: b90758de5d48ea27c9ef6a41b13966cfbd0a8cf6
      https://github.com/MythTV/mythtv/commit/b90758de5d48ea27c9ef6a41b13966cfbd0a8cf6
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-01-16 (Sun, 16 Jan 2022)

  Changed paths:
    M mythtv/themes/MythCenter-wide/recordings-ui.xml
    M mythtv/themes/MythCenter/recordings-ui.xml

  Log Message:
  -----------
  Remove progressbar in background of 'Watch Recordings' buttons.

Provide a commented out example in the MythCenter MythCenter-wide
themes showing how to implement these button progress bars.


Compare: https://github.com/MythTV/mythtv/compare/e74387f5df5f...b90758de5d48


More information about the mythtv-commits mailing list