[mythtv-firehose] mythtv branch master updated by pbennett. v30-Pre-239-g61c6429

Git Repo Owner noreply at mythtv.org
Mon Oct 23 23:49:16 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user pbennett.
       via  61c6429d7b7a695683b910600b552607ce8955d0 (commit)
      from  33671e75d4ea8464386011002f7688154addeb15 (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 61c6429d7b7a695683b910600b552607ce8955d0
Author:    Peter Bennett <pbennett at mythtv.org> at Mon, 23 Oct 2017 19:47:55 -0400
Committer: Peter Bennett <pbennett at mythtv.org> at Mon, 23 Oct 2017 19:47:55 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=61c6429d7b7a695683b910600b552607ce8955d0

Redesigned Previously Recorded Screen
Implements a new Previously Recorded screen. The left column is
switchable between month dates and titles, and the right column
gives a list of previously recorded episodes of the show selected
on the left, or a list of recordings for the month selected on the
left.

The old Previously Recorded screen is still available via the
Default menu.

Fixes #13135



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

Summary of changes:
 mythtv/libs/libmythtv/recordingrule.cpp         |    5 +-
 mythtv/libs/libmythui/mythrect.cpp              |   61 ++-
 mythtv/libs/libmythui/mythrect.h                |    4 +-
 mythtv/libs/libmythui/xmlparsebase.cpp          |    3 +
 mythtv/programs/mythfrontend/main.cpp           |   13 +
 mythtv/programs/mythfrontend/mythfrontend.pro   |    4 +-
 mythtv/programs/mythfrontend/prevreclist.cpp    |  788 +++++++++++++++++++++++
 mythtv/programs/mythfrontend/prevreclist.h      |   91 +++
 mythtv/programs/mythfrontend/schedulecommon.cpp |    6 +-
 mythtv/themes/MythCenter-wide/schedule-ui.xml   |  157 +++++
 mythtv/themes/MythCenter/schedule-ui.xml        |  147 +++++
 mythtv/themes/Terra/schedule-ui.xml             |  144 ++++
 mythtv/themes/default-wide/schedule-ui.xml      |  154 +++++
 mythtv/themes/default/schedule-ui.xml           |  154 +++++
 mythtv/themes/defaultmenu/manage_recordings.xml |    7 +
 15 files changed, 1725 insertions(+), 13 deletions(-)
 create mode 100644 mythtv/programs/mythfrontend/prevreclist.cpp
 create mode 100644 mythtv/programs/mythfrontend/prevreclist.h

-- 



More information about the mythtv-firehose mailing list