[mythtv-commits] mythtv commit: r23106 - in trunk/mythtv by mdean

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


      Author: mdean
        Date: 2010-01-10 17:18:26 +0000 (Sun, 10 Jan 2010)
New Revision: 23106
   Changeset: http://svn.mythtv.org/trac/changeset/23106

Modified:

   trunk/mythtv/docs/mythtv-HOWTO.sgml
   trunk/mythtv/keys.txt
   trunk/mythtv/libs/libmythtv/dbcheck.cpp
   trunk/mythtv/libs/libmythtv/tv_play.cpp
   trunk/mythtv/programs/mythfrontend/guidegrid.cpp
   trunk/mythtv/programs/mythfrontend/playbackbox.cpp
   trunk/mythtv/programs/mythfrontend/progfind.cpp
   trunk/mythtv/programs/mythfrontend/programrecpriority.cpp
   trunk/mythtv/programs/mythfrontend/viewscheduled.cpp

Log:

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.






More information about the mythtv-commits mailing list