Opened 14 years ago
Closed 14 years ago
#2586 closed patch (fixed)
Teletext FastText/FLOF menu page loading corrected for IVTV cards
Reported by: | barnasc | Owned by: | danielk |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | 0.20 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Below a patch to repair a few defects in teletext OSD mode for IVTV/DVB cards:
- FastText?/FLOF menu page loading corrected for IVTV cards
- OSD refresh when typing teletext page numbers
Enhancement:
- FastText?/FLOF menu items only visible when page is available
This enhancement has been implemented as in some cases the menu page link is not available (and keypress not redirecting to new page), even when the menu item is displayed. As soon as the menu page link is assigned, the item will appear at the bottom of the page.
Martin
Attachments (3)
Change History (7)
Changed 14 years ago by
Attachment: | teletext.diff added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from Isaac Richards to danielk |
---|
Changed 14 years ago by
Attachment: | 2586-v1.patch added |
---|
comment:2 Changed 14 years ago by
Milestone: | unknown → 0.21 |
---|
Martin, can you test the version of the patch I've attached. I added some range checking and the like, the teletext code has been a bit too crash prone...
Changed 14 years ago by
Attachment: | 2586-v2.patch added |
---|
comment:3 Changed 14 years ago by
Patch is working. Minor change in 2586-v2.patch. In TT transparent mode I saw the 'hidden' menu items as we made them black. Instead we should blank the characters by replacing them with white spaces.
Cleaned up version of patch