[mythtv-commits] mythtv branch master updated by gigem. v0.26-pre-1474-gf8cb433

Git Repo Owner noreply at mythtv.org
Wed Nov 28 02:26:37 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  f8cb433bab021785fc4dc3f8513fb7813f602429 (commit)
       via  a76bd1830e903536708ddbf3dea1e8a194684861 (commit)
      from  1ffb24ee16b122dfad2eca99598ab31965613055 (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 f8cb433bab021785fc4dc3f8513fb7813f602429
Author:    David Engel <dengel at mythtv.org> at Tue, 27 Nov 2012 17:24:18 -0600
Committer: David Engel <dengel at mythtv.org> at Tue, 27 Nov 2012 20:26:32 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f8cb433bab021785fc4dc3f8513fb7813f602429

Revmove the "Set Recordind Priorities" screen.
With the removal of recording rule type priorities, this screen adds
no value above that of the "Manage Recording Rules" screen.



commit a76bd1830e903536708ddbf3dea1e8a194684861
Author:    David Engel <dengel at mythtv.org> at Tue, 27 Nov 2012 14:49:08 -0600
Committer: David Engel <dengel at mythtv.org> at Tue, 27 Nov 2012 20:26:32 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a76bd1830e903536708ddbf3dea1e8a194684861

Remove support for recording rule type priorities.
This change removes support for the arcane recording rule type
priorities that probably nobody or almost nobody actually uses.  This
is the feature where recording rules are given a priority boost based
on their type (e.g. SingleRecord, ChannelRecord, AllRecord, etc.) in
addition to the per-rule and other guide based priorities.  If anyone
actually uses this feature, it can be replicate by using the almost as
obscure custom priorities feature.

Note: this is the first in a series of changes over the coming days
and weeks to remove some scheduler related features and settings that
the developers no longer believe are needed or want to support.



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

Summary of changes:
 mythtv/libs/libmyth/programinfo.cpp                |   29 ---
 mythtv/libs/libmyth/programinfo.h                  |    1 -
 mythtv/programs/mythbackend/scheduler.cpp          |    9 +-
 mythtv/programs/mythfrontend/globalsettings.cpp    |   90 ---------
 mythtv/programs/mythfrontend/main.cpp              |   17 --
 mythtv/programs/mythfrontend/networkcontrol.cpp    |    3 +-
 .../programs/mythfrontend/programrecpriority.cpp   |  110 ++---------
 mythtv/programs/mythfrontend/programrecpriority.h  |    2 -
 mythtv/themes/DVR/mainmenu.xml                     |    8 +-
 mythtv/themes/MythCenter-wide/schedule-ui.xml      |  137 --------------
 mythtv/themes/MythCenter/schedule-ui.xml           |  112 -----------
 mythtv/themes/Terra/schedule-ui.xml                |  196 --------------------
 mythtv/themes/classic/tv_schedule.xml              |    7 -
 mythtv/themes/default-wide/schedule-ui.xml         |  101 ----------
 mythtv/themes/default/schedule-ui.xml              |  108 -----------
 mythtv/themes/defaultmenu/manage_recordings.xml    |    7 -
 .../themes/mediacentermenu/manage_recordings.xml   |    7 -
 17 files changed, 23 insertions(+), 921 deletions(-)

-- 



More information about the mythtv-commits mailing list