rockbox/apps/menus
Jonathan Gordon 24b136f62d rework cuesheet support:
swcodec: search for a .cue during buffering (with the possibility of adding embedded cuesheets later)
hwcodec: search for a .cue when the id3 info for the current track is requested for the first time (disk should be spining so non issue)

major beenfit from this is simplofy cuesheet handling code a bit... if mp3entry.cuesheet != NULL then there is a valid cuesheet.. no need to worry about if its enabled and preloaded.
There is the possibility of putting the next/prev subtrack handling inside the playback code (as well as the id3 updating stuff (see FS#9789 for more info), but thats probably not a good idea.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21978 a1c6a512-1295-4272-9138-f99709370657
2009-07-20 05:18:18 +00:00
..
display_menu.c FS#10406 - split the statusbar setting into one for each display, and allow the bar to be at the top or bottom of the display 2009-07-05 18:07:58 +00:00
eq_menu.c Fix duplicate #includes 2009-05-17 14:50:19 +00:00
eq_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
exported_menus.h Also have the peakmeter menu shown inside the recording menu, because there is a big chance you want to teak them from inside the recording screen. Also makes the clipcounter setting available there. 2008-08-08 20:58:27 +00:00
main_menu.c FS#10080 2009-07-14 13:57:45 +00:00
menu_common.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
menu_common.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playback_menu.c rework cuesheet support: 2009-07-20 05:18:18 +00:00
playlist_menu.c Fix duplicate #includes 2009-05-17 14:50:19 +00:00
recording_menu.c Simplify some redundant boolean expressions 2009-05-21 14:15:24 +00:00
settings_menu.c Touchscreen targets: add calibration screen + rewrite calibration driver (FS#10295) 2009-06-16 17:04:47 +00:00
sound_menu.c Renamed routines and changed comments for clarity. 2009-06-16 07:10:05 +00:00
theme_menu.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
time_menu.c Correct the slight misalignment of the clock (FS#10334 by Andre Lupa) 2009-06-24 13:07:46 +00:00