[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-510-gc0f0ec0

Git Repo Owner noreply at mythtv.org
Wed Nov 13 12:54:07 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  c0f0ec0917f0c65cd4f8a155bc526154cb1f8767 (commit)
       via  6fc334f34ef5efdef56c968145b291c43e5890ac (commit)
       via  24e58c67280afa7aa1056d7783e4187db4066beb (commit)
      from  1b714e3cf00d908964db59fac55a0841a3377db3 (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 c0f0ec0917f0c65cd4f8a155bc526154cb1f8767
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 12 Nov 2013 19:19:54 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 13 Nov 2013 12:36:15 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c0f0ec0917f0c65cd4f8a155bc526154cb1f8767

Add a recordgroups table and start transitioning to it's use.



commit 6fc334f34ef5efdef56c968145b291c43e5890ac
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 12 Nov 2013 11:16:48 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 13 Nov 2013 05:30:09 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6fc334f34ef5efdef56c968145b291c43e5890ac

Webfrontend: Guide: Line up time string against date string.



commit 24e58c67280afa7aa1056d7783e4187db4066beb
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 12 Nov 2013 10:46:39 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 13 Nov 2013 05:30:09 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=24e58c67280afa7aa1056d7783e4187db4066beb

Add background texture to menu, similar to that used elsewhere but using gradients not images.



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

Summary of changes:
 mythtv/bindings/perl/MythTV.pm                     |    2 +-
 mythtv/bindings/python/MythTV/static.py            |    2 +-
 mythtv/html/css/site.css                           |    9 ++-
 mythtv/html/tv/css/guide.css                       |    2 +-
 mythtv/libs/libmyth/programinfo.cpp                |    2 +-
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythtv/dbcheck.cpp                  |   37 ++++++++++
 mythtv/libs/libmythtv/recordingrule.cpp            |    9 ++-
 mythtv/libs/libmythtv/recordingrule.h              |    1 +
 mythtv/programs/mythfrontend/playbackbox.cpp       |   24 ++-----
 mythtv/programs/mythfrontend/playbackbox.h         |    2 +
 mythtv/programs/mythfrontend/scheduleeditor.cpp    |   74 +++++++++++---------
 mythtv/programs/mythfrontend/scheduleeditor.h      |    4 +-
 .../scripts/database/mythconverg_restore.pl        |    2 +-
 14 files changed, 111 insertions(+), 61 deletions(-)

-- 



More information about the mythtv-commits mailing list