Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#8738 - move the progress bar to the bottom of the screen

Attached to Project: Rockbox
Opened by x (vmh) - Saturday, 15 March 2008, 20:25 GMT+2
Last edited by Robert Kukla (roolku) - Wednesday, 09 April 2008, 22:26 GMT+2
Task Type Patches
Category Applications
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This patch only change some minor visual details.
It affects these operations:
- paste and delete file/directory

It addresses:
- deleting a file doesn't show the progress bar
- delete a directory: overlapping of the directory name and progress bar is ugly while there's enough free space

I haven't tested it, if HAVE_LCD_BITMAP is not defined.
   progress_bar.patch (2.3 KiB)
 apps/onplay.c |   30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)

This task depends upon

Closed by  Robert Kukla (roolku)
Wednesday, 09 April 2008, 22:26 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  in r17055
Comment by x (vmh) - Saturday, 15 March 2008, 20:33 GMT+2
Just saw some reported the overlapping as a bug ( FS#8736 ).
Comment by x (vmh) - Saturday, 15 March 2008, 21:12 GMT+2
Just noticed that showing progress bar while deleting a file is not possible and maybe it's worth to make the draw_slider inline.
   progress_bar2.patch (2.2 KiB)
 apps/onplay.c |   30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)

Loading...