[mythtv-commits] mythtv branch master updated by gigem. v0.27-pre2-580-gd78f533

Git Repo Owner noreply at mythtv.org
Tue Jan 29 19:48:39 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  d78f5330708382ff7e46b6e455f11df94e4d2ec8 (commit)
      from  59f6a68d97e4d24a1ac3fdfe24637acb8213bfed (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 d78f5330708382ff7e46b6e455f11df94e4d2ec8
Author:    David Engel <dengel at mythtv.org> at Tue, 29 Jan 2013 13:48:18 -0600
Committer: David Engel <dengel at mythtv.org> at Tue, 29 Jan 2013 13:48:18 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d78f5330708382ff7e46b6e455f11df94e4d2ec8

Clean up the recording dialogs in ScheduleCommon.
Merge SC::ShowRecordingDialog(), SC::ShowNotRecordingDialog() and
SC::ShowNotScheduledDialog() into SC::EditRecording().  This does make
for a long function, but I find it much simpler to follow with all of
the logic concentrated in one place instead of spread over three.  It
removes a little duplicated code, too.  Also fix some inconsistencies
in the recording status textual descriptions.



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

Summary of changes:
 mythtv/libs/libmyth/programtypes.cpp            |   47 +--
 mythtv/programs/mythfrontend/schedulecommon.cpp |  526 +++++++----------------
 mythtv/programs/mythfrontend/schedulecommon.h   |    5 +-
 3 files changed, 175 insertions(+), 403 deletions(-)

-- 



More information about the mythtv-commits mailing list