Opened 17 years ago

Closed 17 years ago

#6056 closed patch (fixed)

Fix for entering digits in browse mode

Reported by: Shane Shrybman Owned by: danielk
Priority: minor Milestone: 0.22
Component: mythtv Version: head
Severity: medium Keywords: livetv browse mode
Cc: Ticket locked: no

Description

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.

Attachments (2)

mythtv_browsemode_enter_by_digit_fix.diff (535 bytes ) - added by Shane Shrybman 17 years ago.
mythtv_browsemode_enter_by_digit_use_isDigit.diff (709 bytes ) - added by Shane Shrybman 17 years ago.

Download all attachments as: .zip

Change History (4)

by Shane Shrybman, 17 years ago

by Shane Shrybman, 17 years ago

comment:1 by danielk, 17 years ago

Owner: changed from Isaac Richards to danielk
Status: newaccepted

comment:2 by danielk, 17 years ago

Resolution: fixed
Status: acceptedclosed

(In [19555]) Fixes #6056. Don't lose first number in channel number in browse mode & remain also in browse mode while number is entered.

Note: See TracTickets for help on using tickets.