[mythtv-commits] Ticket #6814: Contextualise 'Watch Recordings' menu & add ability to set/unset 'watched' flag on playlist items

MythTV mythtv at cvs.mythtv.org
Sun Jan 10 17:18:27 UTC 2010


#6814: Contextualise 'Watch Recordings' menu & add ability to set/unset 'watched'
flag on playlist items
------------------------------+---------------------------------------------
 Reporter:  justinh           |        Owner:  paulh 
     Type:  enhancement       |       Status:  closed
 Priority:  minor             |    Milestone:  0.23  
Component:  MythTV - General  |      Version:  head  
 Severity:  low               |   Resolution:  fixed 
  Mlocked:  0                 |  
------------------------------+---------------------------------------------

Comment(by mdean):

 (In [23106]) Fix keybinding usage consistency issues and keybinding
 collision between Global EDIT keybinding and TV Frontend CustomEdit
 keybinding and update keys.txt and the HOWTO.

 Removes the default binding for CUSTOMEDIT (which is only used in TV
 Frontend context).  The DB update removes the CUSTOMEDIT keylist if it is
 the default ('E').  Users wanting to access the Custom Rule editor through
 the key binding rather than using the MENU may need to map a key, unless
 they have already changed the default binding.

 In guidegrid and viewscheduled, changes INFO to show details() (like
 DETAILS) rather than performing editSchedule()/edit().  EDIT still does
 editSchedule()/edit().

 In programrecpriority, changes INFO to show details() (like DETAILS)
 rather than edit().  Now, EDIT performs edit() (like SELECT).

 In playbackbox, adds Custom Edit functionality to the MENU|Recording
 Options menu (for those who do not map CUSTOMEDIT).  Custom Edit is
 already available through the menu in all other locations it's used
 (guidegrid.cpp, viewscheduled.cpp, progfind.cpp, proglist.cpp, and
 programrecpriority.cpp).

 These changes help to prepare Myth for the eventual merging of INFO and
 DETAILS.  After [23103] and this change, the only remaining area where
 DETAILS is used and differs from INFO is proglist.cpp, where INFO is being
 used to pop up an "alternatate" menu, different from that shown by MENU
 (similar to what was done in playbackbox.cpp before [23103]).

 Also updates the HOWTO and keys.txt for these changes and  the changes in
 [23103].  Refs #6814.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6814#comment:7>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list