This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7729 - adds delete option to menu for jpeg viewer
Attached to Project:
Rockbox
Opened by Gerritt Gonzales (GRaTT) - Saturday, 08 September 2007, 05:49 GMT+2
Last edited by Steve Bavin (pondlife) - Wednesday, 10 October 2007, 12:47 GMT+2
Opened by Gerritt Gonzales (GRaTT) - Saturday, 08 September 2007, 05:49 GMT+2
Last edited by Steve Bavin (pondlife) - Wednesday, 10 October 2007, 12:47 GMT+2
|
DetailsDelete current file from within the jpeg viewer plugin.
Adds delete to the options in the menu Also highlights the last file viewed in the file browser on quit. GRaTT |
This task depends upon
GRaTT
only jpeg stuff.
GRaTT
When deleting a file and try to jump to the next I sometimes got "err opening /G: -1" and sometimes right after deleting "unsupported" splashed for files which are supported and view just fine.
This was all on the simulator for iriver h300.
Error handling fixed, does no try to open deleted file.
Tested on target sansa and in sim.
GRaTT
to make it more like the delete_handler
screen.
I could not successfully use delete_handler
function in plugin.c/h. Trouble with static.
GRaTT
Two patches
jpeg_delete1.4.diff just the delete option,
jpeg-rotate-delete1.0.diff includes fs#9497 the rotate option.
GRaTT
menu changes.
GRaTT