[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-557-gd38c80e

Git Repo Owner noreply at mythtv.org
Sat Nov 23 16:48:31 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  d38c80ecf911acd4a84fa44f40a7c7cabc983104 (commit)
       via  21296d8745b0bcc8383405950fa6a2fbb7fe4192 (commit)
       via  2c0647d5623dbc134c0ee62864fd22a546609316 (commit)
      from  3ca16b521dbbca9da868a5a6b0f5e7014b705428 (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 d38c80ecf911acd4a84fa44f40a7c7cabc983104
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 22 Nov 2013 22:54:41 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 23 Nov 2013 16:37:59 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d38c80ecf911acd4a84fa44f40a7c7cabc983104

Eliminate use of the recgroup string from RecordingRule.
I've added some temporary static helpers to RecordingInfo allowing
conversion between ID and string representations of the recording
group to ease the transition.

NOTE: Changing the recording group of a rule via MythWeb is almost
certainly broken after this change and I've no intention of fixing
since the WebFrontend will have a working schedule editor very
soon. If anyone wants to keep MythWeb alive then I suggest porting it
to use the services API for schedule work.



commit 21296d8745b0bcc8383405950fa6a2fbb7fe4192
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 21 Nov 2013 22:56:59 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 23 Nov 2013 05:30:09 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=21296d8745b0bcc8383405950fa6a2fbb7fe4192

WebFrontend: Initial work on schedule editor. (Incomplete)
Refs #11938



commit 2c0647d5623dbc134c0ee62864fd22a546609316
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 20 Nov 2013 22:10:30 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 23 Nov 2013 05:30:08 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2c0647d5623dbc134c0ee62864fd22a546609316

Services: Add more ToString() and ToDescription() methods
This is a temporary solution to make these strings re-usable in the
WebFrontend. David Blain will be implementing something much more
sophisticated when he has time.



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

Summary of changes:
 mythtv/html/css/site.css                           |   96 ++++++++-
 mythtv/html/js/util.qjs                            |   14 +-
 mythtv/html/menu.qsp                               |    1 +
 mythtv/html/tv/css/common.css                      |   44 ++--
 mythtv/html/tv/css/recordings.css                  |   20 +--
 mythtv/html/tv/css/scheduler.css                   |   12 +
 mythtv/html/tv/css/settings.css                    |  106 ++++++++++
 mythtv/html/tv/css/upcoming.css                    |   19 --
 mythtv/html/tv/guide.qsp                           |    4 +-
 mythtv/html/tv/js/common.js                        |    8 +-
 mythtv/html/tv/js/constants.js                     |  211 +++++++++++++-------
 mythtv/html/tv/js/settings.js                      |    6 +
 mythtv/html/tv/qjs/dvr_util.qsp                    |  108 ----------
 mythtv/html/tv/qjs/program_util.qsp                |  135 ------------
 mythtv/html/tv/recordings.qsp                      |   20 +-
 mythtv/html/tv/schedule.qsp                        |  215 ++++++++++++++++++-
 mythtv/html/tv/upcoming.qsp                        |    4 +-
 mythtv/libs/libmyth/recordingtypes.cpp             |  108 ++++++++++-
 mythtv/libs/libmyth/recordingtypes.h               |    6 +
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 .../libmythservicecontracts/services/dvrServices.h |   22 ++-
 mythtv/libs/libmythtv/recordinginfo.cpp            |  104 +++++++++-
 mythtv/libs/libmythtv/recordinginfo.h              |   11 +
 mythtv/libs/libmythtv/recordingrule.cpp            |   13 +-
 mythtv/libs/libmythtv/recordingrule.h              |    3 +-
 mythtv/libs/libmythtv/tv_rec.cpp                   |    9 +-
 mythtv/programs/mythbackend/services/dvr.cpp       |   44 ++++-
 mythtv/programs/mythbackend/services/dvr.h         |   39 ++++-
 .../programs/mythbackend/services/serviceUtil.cpp  |    2 +-
 mythtv/programs/mythfrontend/playbackbox.cpp       |    6 +-
 mythtv/programs/mythfrontend/scheduleeditor.cpp    |   45 ++--
 mythtv/programs/mythfrontend/statusbox.cpp         |    2 +-
 32 files changed, 962 insertions(+), 477 deletions(-)
 create mode 100644 mythtv/html/tv/css/scheduler.css
 create mode 100644 mythtv/html/tv/css/settings.css
 create mode 100644 mythtv/html/tv/js/settings.js
 delete mode 100644 mythtv/html/tv/qjs/dvr_util.qsp
 delete mode 100644 mythtv/html/tv/qjs/program_util.qsp

-- 



More information about the mythtv-firehose mailing list