[mythtv-commits] mythtv branch master updated by jstichnoth. v0.28-pre-363-gc0c5299

Git Repo Owner noreply at mythtv.org
Sun Oct 20 23:25:45 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  c0c5299ab82f638157b17ba13af154f73c27a40d (commit)
       via  2bb4d08dd087646f7c88557d6d822f98e4e1933a (commit)
      from  7c8e274633cea2684171e8d2daafe61b2e9732f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c0c5299ab82f638157b17ba13af154f73c27a40d
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 20 Oct 2013 15:58:50 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 20 Oct 2013 16:21:29 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c0c5299ab82f638157b17ba13af154f73c27a40d

Allow Live TV to be entered from the top-level Program Guide.
This allows the user to start Live TV on a specific channel from the
Program Guide grid.  Otherwise, the user needs to wait for Live TV to
start and tune the initial channel, then find the channel actually
wanted, and wait for it to be tuned.  This also provides a workaround
when the default initial channel is untunable for some reason.

Currently, if the desired channel is not tunable (e.g., all capable
recorders are already busy), it will fail.

Refs #11913.



commit 2bb4d08dd087646f7c88557d6d822f98e4e1933a
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 20 Oct 2013 15:50:31 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 20 Oct 2013 16:21:21 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2bb4d08dd087646f7c88557d6d822f98e4e1933a

Use Live TV order for the card list.
In many cases, the list of available cards was being returned in card
ID order, when it would be more appropriate (and correct) to use the
Live TV order.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/cardutil.cpp         |   22 +++++++++++++++++
 mythtv/libs/libmythtv/cardutil.h           |    1 +
 mythtv/libs/libmythtv/tv_play.cpp          |   35 +++++++++++++++++++++++----
 mythtv/libs/libmythtv/tv_play.h            |   12 ++++++---
 mythtv/libs/libmythtv/tvremoteutil.cpp     |    2 +-
 mythtv/programs/mythfrontend/guidegrid.cpp |    8 ++++++
 6 files changed, 69 insertions(+), 11 deletions(-)

-- 



More information about the mythtv-commits mailing list