[mythtv-commits] [MythTV/mythtv] 9bb8ce: Fix GUI issues in mythtv-setup Transport Editor

kmdewaal noreply at github.com
Mon Nov 18 16:33:39 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 9bb8ceadf1e703dd4b46e7455ece13b70d143ef2
      https://github.com/MythTV/mythtv/commit/9bb8ceadf1e703dd4b46e7455ece13b70d143ef2
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
    M mythtv/libs/libmythtv/channelsettings.cpp
    M mythtv/libs/libmythtv/channelsettings.h
    M mythtv/libs/libmythtv/transporteditor.cpp

  Log Message:
  -----------
  Fix GUI issues in mythtv-setup Transport Editor

Various cleanups needed after recent changes to the mythtv-setup GUI.
Revert commit 49d4eebd339d99b78b62fe1685b231c2c500d3df which did
address the segfault but did not address the root cause.
The root cause of segfault was the adddtion of a "class Frequency"
to show the frequency in the Channel Options page.
This conflicted with the "class Frequency" that already existed
in the Transport Editor page.
Class names must be unique but there is no diagnostic for this.
Also:
- Disable selection of video source in Transport Editor; this
  must be done in the previous Channel Editor page.
- Improvement of help texts.




More information about the mythtv-commits mailing list