This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9855 - Text viewer plugin: Title and page number are displayed
Attached to Project:
Rockbox
Opened by Yoshihisa Uchida (Uchida) - Sunday, 01 February 2009, 04:18 GMT+2
Last edited by Yoshihisa Uchida (Uchida) - Wednesday, 17 March 2010, 13:21 GMT+2
Opened by Yoshihisa Uchida (Uchida) - Sunday, 01 February 2009, 04:18 GMT+2
Last edited by Yoshihisa Uchida (Uchida) - Wednesday, 17 March 2010, 13:21 GMT+2
|
DetailsFor text viewer plugin, title (filename) and page number are displayed.
The display and non-display of title and page number can be set on a set screen. Attention: The operation of "show bottom page" (RIGHT button) slows by this change. |
This task depends upon
Closed by Yoshihisa Uchida (Uchida)
Wednesday, 17 March 2010, 13:21 GMT+2
Reason for closing: Accepted
Additional comments about closing: patch commits and manual updates.
Wednesday, 17 March 2010, 13:21 GMT+2
Reason for closing: Accepted
Additional comments about closing: patch commits and manual updates.
Because the item preserved in a bookmark info increased, all old bookmarks are deleted.
Then the text file is displayed starts first page after this patch file is applied.
changes:
The following bug fix.
- When scroll mode = LINE and display page is top page, if we operare scroll up, then current line number is invalid.
- At scroll mode = LINE, and scroll mode = PAGE, the display of the final page is different.
changes:
- When the setting was changed, the page number was calculated again.
- Status bar was able to be displayed in the header.
changes:
- When scroll mode = LINE, correction of problem to which text is not correctly displayed when scroll up/scroll down on the last page.
- It is corrected that the page number is not calculated again when the preference is not changed on the setting screen.
I upload new patch file again.