[mythtv-commits] Ticket #3151: Register qt context keymappings in frontend

MythTV mythtv at cvs.mythtv.org
Wed Feb 28 20:06:52 UTC 2007


#3151: Register qt context keymappings in frontend
------------------------------------+---------------------------------------
 Reporter:  malban at mail.utexas.edu  |       Owner:  ijr    
     Type:  defect                  |      Status:  new    
 Priority:  trivial                 |   Milestone:  unknown
Component:  mythtv                  |     Version:  head   
 Severity:  low                     |  
------------------------------------+---------------------------------------
 Several interface objects like ConfigurationDialogWidget rely on the 'qt'
 keymapping context to get the DELETE and EDIT actions.  These actions are
 never recieved in the frontend because these mappings are not being
 registered.  The following patch registers the 'qt' keymappings for the
 frontend in the same way they are registered correctly in the myth-setup
 program.  I have placed them in the InitJumpPoints() function which is
 where it appears the other keymappings are being registered.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3151>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list