[mythtv-firehose] mythtv/master commit: f76910875 by David Engel (gigem)

MythTV noreply at mythtv.org
Thu Feb 9 20:51:17 UTC 2012


      Author:  David Engel <dengel at mythtv.org>
 Change Date:  2012-02-09T12:50:34-08:00
   Push Date:  2012/02/09 12:51:01 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  f76910875f4b2d3ce0f79fc025c3eaa225a2df83
   Changeset:  https://github.com/MythTV/mythtv/commit/f76910875

Log:

Mkae input and inputname available in ProgramInfo InfoMap.

This seemed trivial at first until I realized ProgramInfo methods
can't call CardUtil methods because the latter is in libmythtv.  Add
ProgramInfo::QueryInputDisplayName() and duplicate the code from
CardUtil::GetDisplayName() until a better solution can be found.
Suggestions welcome.  Mitigate the code duplication some by changing
ScheduleEditor::Load() to use CardUtil methods.

Modified:

   mythtv/libs/libmyth/programinfo.cpp
   mythtv/libs/libmyth/programinfo.h
   mythtv/libs/libmyth/programtypes.cpp
   mythtv/libs/libmyth/programtypes.h
   mythtv/libs/libmythbase/mythversion.h
   mythtv/programs/mythfrontend/scheduleeditor.cpp



More information about the mythtv-firehose mailing list