[mythtv-commits] Ticket #6039: LIRC - Broken jump-to when using number keys on remote

MythTV mythtv at cvs.mythtv.org
Tue Dec 30 20:42:18 UTC 2008


#6039: LIRC - Broken jump-to  when using number keys on remote
--------------------------------+-------------------------------------------
 Reporter:  mlists at dressler.ca  |        Owner:  danielk 
     Type:  defect              |       Status:  accepted
 Priority:  minor               |    Milestone:  unknown 
Component:  mythtv              |      Version:  unknown 
 Severity:  medium              |   Resolution:          
  Mlocked:  0                   |  
--------------------------------+-------------------------------------------
Changes (by danielk):

  * owner:  ijr => danielk
  * status:  new => accepted


Comment:

 This appears to be a simple Qt4 port problem, Qt no longer uses the
 Qt::UNICODE_ACCEL modifier and some of the other modifiers are shifted
 left from Qt3.. The solution is to simply port LircKeycodeEvent to Qt4
 rather than using Qt3 constants and converting them to Qt4 later. That
 solves this problem and also simplifies the mythmainwindow.cpp LIRC
 handling code which currently does the conversion.

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


More information about the mythtv-commits mailing list