[mythtv-commits] [MythTV/mythtv] c42f9c: Show name of video source in Transport Editor

kmdewaal noreply at github.com
Mon Dec 9 20:29:50 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: c42f9cdfece007d363a3852c6581f108a6e5d4a4
      https://github.com/MythTV/mythtv/commit/c42f9cdfece007d363a3852c6581f108a6e5d4a4
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

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

  Log Message:
  -----------
  Show name of video source in Transport Editor

In the mythtv-setup Transport Editor, the currently selected video
source was shown in an selection box in which selecting another
value was made impossible by setting the selection box to disabled.
In a disabled entry the label is shown greyed out which is not
intended here; it is the intention that the value should not be modified.
Also, a disabled entry cannot be navigated to with the arrow keys
and this means that the associated help text will also not be shown.

The name of the currently selected video source is now shown
in a read-only field.




More information about the mythtv-commits mailing list