rockbox/apps
Hardeep Sidhu 24f0a374c6 Fixed problem with forced reload of dircached filenames when playlist is sorted
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9738 a1c6a512-1295-4272-9138-f99709370657
2006-04-20 05:56:34 +00:00
..
bitmaps
codecs Put new_track on the codec_api, and use it instead of the reload_codec variable in most places. Should help with problems people have had with GUI vs. playback sync. 2006-04-15 02:03:11 +00:00
gui Fix dir skipping with new playback arch. Enable dir skipping on ipod with a couple of difficult combos (select|right/left) or short-long left / short-long right. The latter causes stuck in pause sometimes. 2006-04-18 18:33:09 +00:00
lang Oops, forgot to commit this. 2006-04-19 11:20:51 +00:00
player
plugins Jewels: switch back to Sysfixed font after exiting the Playback menu. 2006-04-18 03:17:16 +00:00
recorder New harddisk icon for units (and remotes) without real harddisk LED. 2006-04-16 23:53:08 +00:00
tagdb
abrepeat.c
abrepeat.h
action.h
alarm_menu.c
alarm_menu.h Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DEFINES). 2003-01-22 12:50:34 +00:00
applimits.h
bookmark.c
bookmark.h
codecs.c Put new_track on the codec_api, and use it instead of the reload_codec variable in most places. Should help with problems people have had with GUI vs. playback sync. 2006-04-15 02:03:11 +00:00
codecs.h Put new_track on the codec_api, and use it instead of the reload_codec variable in most places. Should help with problems people have had with GUI vs. playback sync. 2006-04-15 02:03:11 +00:00
database.c
database.h
dbtree.c Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version. 2006-04-01 13:36:33 +00:00
dbtree.h
debug_menu.c
debug_menu.h
dsp.c Fix the use of equalizer pre-cut in combination with replaygain. 2006-04-17 21:04:57 +00:00
dsp.h
dsp_asm.h
dsp_cf.S
eq.c
eq.h
eq_arm.S
eq_cf.S
eq_menu.c
eq_menu.h
FILES
filetree.c Only show the 'Loading...' splash if the file is actually loading (won't be displayed if the file isn't supported). 2006-04-15 06:23:34 +00:00
filetree.h
filetypes.c
filetypes.h
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c
main_menu.c Fix main_menu.c for long translated strings that also need scrolling 2006-04-15 02:43:23 +00:00
main_menu.h
Makefile
menu.c
menu.h
metadata.c
metadata.h
misc.c Commit tagcache in background when possible (at least dircache enabled). 2006-04-16 17:32:54 +00:00
misc.h
onplay.c Allow insert shuffled option for directories when playlist is empty. Based on patch #3011 by Jonathan Gordon. 2006-04-19 02:22:23 +00:00
onplay.h Henrik Backes patch for WPS and tag database context menus. Tag database context menus still don't work as expected. Hold Play/Select to pop up the menu. 2005-06-23 01:31:26 +00:00
options.h
pcm_recording.c
pcmbuf.c Fix a crossfade problem (not initializing quite right), and a end of track problem (should solve some problemwith last bits of audio not playing). 2006-04-20 02:30:59 +00:00
pcmbuf.h
playback.c Set playing to true immediately when audio_play() is called. Fixes a bug when selecting tracks from playlist viewer. 2006-04-20 05:33:53 +00:00
playback.h
playlist.c Fixed problem with forced reload of dircached filenames when playlist is sorted 2006-04-20 05:56:34 +00:00
playlist.h Allow insert shuffled option for directories when playlist is empty. Based on patch #3011 by Jonathan Gordon. 2006-04-19 02:22:23 +00:00
playlist_menu.c
playlist_menu.h
playlist_viewer.c
playlist_viewer.h
plugin.c
plugin.h
README
screen_access.c
screen_access.h
screens.c Readjusted quickscreen code so that it now actually scales to larger LCDs. Get rid of 'left_right_text' argument - this also means that 'scroll bar' and 'status bar' look better in some languages. 2006-04-11 06:38:10 +00:00
screens.h
settings.c Also add a config-specific 'Default' value, this should fix the sim builds. 2006-04-15 13:07:21 +00:00
settings.h
settings_menu.c Move the battery min/max capacity to player config files and add an increment setting (amount of mAh to increase/decrease by in the settings menu) for more precise battery value tweaking/limiting per-model. This allows the proper range for iAudio X5 - 950mAh, or 2250mAh for the X5L. 2006-04-15 12:31:33 +00:00
settings_menu.h
sound_menu.c
sound_menu.h
SOURCES
status.c
status.h
tagcache.c Fixed: Generate chunked playlist correctly, don't sort <All tracks> 2006-04-19 18:56:59 +00:00
tagcache.h Performance optimizations for tagcache commit. Still more left to be done. 2006-04-18 18:56:56 +00:00
tagnavi.config More usable playlist generation, added "<All tracks>" entry to tag 2006-04-19 11:03:37 +00:00
tagtree.c Fixed: Generate chunked playlist correctly, don't sort <All tracks> 2006-04-19 18:56:59 +00:00
tagtree.h More usable playlist generation, added "<All tracks>" entry to tag 2006-04-19 11:03:37 +00:00
talk.c Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version. 2006-04-01 13:36:33 +00:00
talk.h
tree.c Proper chunked browsing support when dirbuffer limit is reached. 2006-04-15 13:57:15 +00:00
tree.h
version.h More const policeing step 1 2004-08-01 21:50:57 +00:00

For general information see: docs/README
For API information see: docs/API