[mythtv-commits] mythtv commit: r10184 by bjm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Jun 10 22:38:29 UTC 2006


      Author: bjm
        Date: 2006-06-10 22:38:28 +0000 (Sat, 10 Jun 2006)
New Revision: 10184
   Changeset: http://cvs.mythtv.org/trac/changeset/10184

Modified:

   trunk/mythtv/libs/libmythtv/programinfo.cpp

Log:

When an override is a recording in progress, show the "Change
Ending Time" button instead of "Edit Override" for clarity and
consistency.

Change the instant record behavior on scheduling pages. If "R"
was pressed on a kAllRecord item, the rule would be deleted.
This is a bad thing and has bit me more than a few times. Also,
this originally cycled through all three or four types. Now there
are eight types and most aren't useful for quickly adding rules
from search results. Therefore I've changed the cycle to:

NotRecording->Single->FindOne->All
              ^------------------v

These are likely to be useful for an instant selection and only
three key strokes to cycle though. Other types can be selected
by going into the recording options page. Also, overrides now
cycle between Do Record and Don't Record.





More information about the mythtv-commits mailing list