[mythtv-commits] [MythTV/mythtv] cf7620: TVBrowseHelper: Fix logging of thread start/stop

Mark Kendall noreply at github.com
Wed Sep 30 13:55:53 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: cf7620ba49d962860b257ccaba3f98e8114e4e9a
      https://github.com/MythTV/mythtv/commit/cf7620ba49d962860b257ccaba3f98e8114e4e9a
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

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

  Log Message:
  -----------
  TVBrowseHelper: Fix logging of thread start/stop


  Commit: ad5d0aeb1ddbb1e56bc570f34db8cbeb1f355dbb
      https://github.com/MythTV/mythtv/commit/ad5d0aeb1ddbb1e56bc570f34db8cbeb1f355dbb
  Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

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

  Log Message:
  -----------
  Rename the RecordingType stream selection UI element

Renamed to avoid (global) name conflict with RecordingType enum in
libs/libmyth/recordingtypes.h

Refs #224

Signed-off-by: Mark Kendall <mark.kendall at gmail.com>


  Commit: e72b4750ad8b35f6b7aafad0907fe0b3be781148
      https://github.com/MythTV/mythtv/commit/e72b4750ad8b35f6b7aafad0907fe0b3be781148
  Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

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

  Log Message:
  -----------
  Rename the ScanFrequency starting scan frequency UI

Renamed to avoid (global) name conflict with ScanFrequency class in
libs/libmythtv/channelscan/channelscanmiscsettings.h

Refs #224

Signed-off-by: Mark Kendall <mark.kendall at gmail.com>


  Commit: 6e5e58b3e5ebb48789c9f191ff5b4cf2d13736c4
      https://github.com/MythTV/mythtv/commit/6e5e58b3e5ebb48789c9f191ff5b4cf2d13736c4
  Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/v4lchannel.h
    M mythtv/libs/libmythtv/v4l2util.h

  Log Message:
  -----------
  Use system videodev2.h

The project no longer supports distributions with the older kernels that
required having a local copy of videodev2.h.

Refs #224

Signed-off-by: Mark Kendall <mark.kendall at gmail.com>


  Commit: dc5c9f088b7783089998d58422c28b104d6ce79f
      https://github.com/MythTV/mythtv/commit/dc5c9f088b7783089998d58422c28b104d6ce79f
  Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M mythtv/docs/doxygen-create-developer-docs.cfg
    R mythtv/libs/libmythtv/videodev2.h

  Log Message:
  -----------
  Remove local videodev2.h

Refs #224

Signed-off-by: Mark Kendall <mark.kendall at gmail.com>


  Commit: 2a9bf51a196c2ca96cdf31736ff61d772604c930
      https://github.com/MythTV/mythtv/commit/2a9bf51a196c2ca96cdf31736ff61d772604c930
  Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M mythtv/configure

  Log Message:
  -----------
  Pass enable-lto to ffmpeg and export appropriate QMAKE vars

Refs #224

Signed-off-by: Mark Kendall <mark.kendall at gmail.com>


  Commit: e90db21bff24c116cc6076df20086dfaca0073df
      https://github.com/MythTV/mythtv/commit/e90db21bff24c116cc6076df20086dfaca0073df
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M mythtv/libs/libmythtv/DVD/mythdvdbuffer.cpp
    M mythtv/libs/libmythtv/tv_play.cpp
    M mythtv/libs/libmythtv/tv_play.h
    M mythtv/libs/libmythui/devices/mythcecadapter.cpp
    M mythtv/libs/libmythui/devices/mythinputdevicehandler.cpp
    M mythtv/libs/libmythui/mythmainwindow.cpp
    M mythtv/libs/libmythui/mythmainwindow.h
    M mythtv/libs/libmythui/mythuihelper.cpp
    M mythtv/libs/libmythui/mythuihelper.h
    M mythtv/libs/libmythui/screensaver.cpp
    M mythtv/libs/libmythui/screensaver.h
    M mythtv/programs/mythfrontend/networkcontrol.cpp
    M mythtv/programs/mythfrontend/services/frontend.cpp

  Log Message:
  -----------
  MythMainWindow: Move screensaver handling into MythMainWindow

- make ScreenSaverControl a QObject with slots
- create ScreenSaverControl in MythMainWindow and connect new signals
directly to ScreenSaverControl
- remove unused screen saver event


  Commit: 7879ce1e8c1fc85c2570c6a999f2a700ade36979
      https://github.com/MythTV/mythtv/commit/7879ce1e8c1fc85c2570c6a999f2a700ade36979
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M mythtv/programs/mythtranscode/external/replex/element.cpp

  Log Message:
  -----------
  replex: Avoid a conflict with Qt 'slots' directive

- not a real world problem


  Commit: 81a6791e79729ef962f105043ed9068097fb0c93
      https://github.com/MythTV/mythtv/commit/81a6791e79729ef962f105043ed9068097fb0c93
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

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

  Log Message:
  -----------
  MythUIHelper: Remove unused code


Compare: https://github.com/MythTV/mythtv/compare/dbf9baa1b6ca...81a6791e7972


More information about the mythtv-commits mailing list