[mythtv-firehose] mythtv branch master updated by jpoet. v29-pre-156-g290ad79

Git Repo Owner noreply at mythtv.org
Mon Sep 5 21:29:49 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user jpoet.
       via  290ad79482dddf508bcfbbd6b5d254517737c4cb (commit)
       via  e1b4126c605b005bdaaa55e629e7a5580dc5180e (commit)
       via  818024314377f7717a26b0cbe514457ff92ecced (commit)
      from  83fec2bb4c0447c81f74621e7510d56e4231f599 (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 290ad79482dddf508bcfbbd6b5d254517737c4cb
Author:    John Poet <jpoet at mythtv.org> at Mon, 5 Sep 2016 14:40:54 -0600
Committer: John Poet <jpoet at mythtv.org> at Mon, 5 Sep 2016 14:40:54 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=290ad79482dddf508bcfbbd6b5d254517737c4cb

programdetails window: Allow more lines of text.



commit e1b4126c605b005bdaaa55e629e7a5580dc5180e
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Mon, 25 Apr 2016 04:16:08 +0000
Committer: John Poet <jpoet at mythtv.org> at Mon, 5 Sep 2016 12:52:44 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e1b4126c605b005bdaaa55e629e7a5580dc5180e

Insert XMLTV categories as MythTV genres - DBEvent updates
programdata: Update the DBEvent class to add in genres for the event.  Bump API.

xmltvparser: Update the mythfilldatabase xmltvparser to add categories
to the DBEvent genres list

programdata: Update the various UpdateDB and InsertDB methods to insert
the programgenres that are in the DBEvent (if any).

Signed-off-by: John Poet <jpoet at mythtv.org> with addition of add_genres()




commit 818024314377f7717a26b0cbe514457ff92ecced
Author:    John Poet <jpoet at mythtv.org> at Sun, 4 Sep 2016 14:55:47 -0600
Committer: John Poet <jpoet at mythtv.org> at Sun, 4 Sep 2016 14:55:47 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=818024314377f7717a26b0cbe514457ff92ecced

Create a progInfoList to use instead of an html page for program details. Inspired by Roger's galleryinfo class.



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

Summary of changes:
 mythtv/libs/libmythbase/mythversion.h             |    2 +-
 mythtv/libs/libmythtv/programdata.cpp             |   29 ++
 mythtv/libs/libmythtv/programdata.h               |    2 +
 mythtv/programs/mythfilldatabase/xmltvparser.cpp  |    2 +
 mythtv/programs/mythfrontend/galleryinfo.cpp      |    1 -
 mythtv/programs/mythfrontend/galleryslideview.cpp |    2 +-
 mythtv/programs/mythfrontend/mythfrontend.pro     |    6 +-
 mythtv/programs/mythfrontend/progdetails.cpp      |  391 +++++++--------------
 mythtv/programs/mythfrontend/progdetails.h        |   21 +-
 mythtv/programs/mythfrontend/proginfolist.cpp     |  115 ++++++
 mythtv/programs/mythfrontend/proginfolist.h       |   46 +++
 mythtv/themes/default/schedule-ui.xml             |  156 ++++++---
 12 files changed, 450 insertions(+), 323 deletions(-)
 create mode 100644 mythtv/programs/mythfrontend/proginfolist.cpp
 create mode 100644 mythtv/programs/mythfrontend/proginfolist.h

-- 



More information about the mythtv-firehose mailing list