[mythtv-commits] Ticket #6056: Fix for entering digits in browse mode

MythTV mythtv at cvs.mythtv.org
Fri Jan 2 22:27:59 UTC 2009


#6056: Fix for entering digits in browse mode
---------------------+------------------------------------------------------
 Reporter:  gnome42  |       Owner:  ijr 
     Type:  patch    |      Status:  new 
 Priority:  minor    |   Milestone:  0.22
Component:  mythtv   |     Version:  head
 Severity:  medium   |     Mlocked:  0   
---------------------+------------------------------------------------------
 Entering channels by number while in browse mode seems to be broken.

 The first digit entered clears the OSD and then is lost while subsequent
 digits are processed. This results in switching to channel 55 if you
 entered 255 while in browse mode.

 This patch uses AddKeyToInputQueue(...) to process the incoming digits in
 browse mode.

 The second patch includes the first patch plus it uses QChar's isDigit()
 instead of open coding the 0 <= n <= 9 test.

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


More information about the mythtv-commits mailing list