This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7875 - Remove gui list flash / lcd scroll invert code.
Attached to Project:
Rockbox
Opened by Antoine Cellerier (dionoea) - Sunday, 30 September 2007, 23:46 GMT+2
Last edited by Antoine Cellerier (dionoea) - Monday, 15 October 2007, 22:52 GMT+2
Opened by Antoine Cellerier (dionoea) - Sunday, 30 September 2007, 23:46 GMT+2
Last edited by Antoine Cellerier (dionoea) - Monday, 15 October 2007, 22:52 GMT+2
|
DetailsThis removes the invertscroll functions in firmware/drivers/ and the gui_(sync)list_flash functions in apps/gui/. This code was only used by the playlist_viewer when moving an item. Since we have a specific icon to flag the track to be moved this was redundant (and it didn't work well with the new gradient/colored selection bar code). This saves about 500 bytes on the ipod video build.
|
This task depends upon
Closed by Antoine Cellerier (dionoea)
Monday, 15 October 2007, 22:52 GMT+2
Reason for closing: Accepted
Monday, 15 October 2007, 22:52 GMT+2
Reason for closing: Accepted
(Anyway, the blinking line isn't set on the item to move but on the line you're moving it to ... I'm not sure if that's the way it's supposed to be though)
Edit: line Ccc is selected in both screenshots (which isn't easy to notice in the second one)
Edit2: And I agree with bluebrother that moving the item on the fly would be more intuitive (although that would be a completely different patch then removing a bunch of almost unused functions).