1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps
Nicolas Pennequin 67f560541d Merge r18454 from trunk:
Some bug fixes for PictureFlow by Thomas Martitz: Mistitled zoom setting, FPS setting not saved, FPS overlapping tracklist, tracklist not refreshing and tracklist missing one song.


git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18456 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 17:55:47 +00:00
..
bitmaps
codecs Made local functions static for vorbis and speex codecs 2008-08-12 22:01:55 +00:00
eqs
gui Merge r18419 and r18421 from trunk: 2008-09-05 22:53:03 +00:00
keymaps Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
lang Language updates: 2008-09-07 11:43:51 +00:00
menus Rockbox info: restore the 5seconds update delay to allow scrolling, 2008-08-19 03:51:33 +00:00
metadata asap: fix stereo mode and hopefully fix metadata handling. 2008-07-28 19:20:40 +00:00
player
plugins Merge r18454 from trunk: 2008-09-08 17:55:47 +00:00
recorder Fix broken h1x0 sim build by providing a stub for pcm_sample_rate() 2008-08-20 22:57:02 +00:00
abrepeat.c
abrepeat.h
action.c Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
action.h Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
alarm_menu.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
alarm_menu.h
applimits.h
audio_path.c
bookmark.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
bookmark.h
buffering.c
buffering.h
codecs.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
codecs.h The codec API was changed in r18121 in a backwards incompatible way, but the necessary API version bumps were omitted. 2008-08-16 09:35:35 +00:00
cuesheet.c Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in several places it has been missing (as FS#6071). 2008-08-02 20:39:03 +00:00
cuesheet.h
debug_menu.c remove the "reconnect usb storage" debug menu for the release 2008-09-04 20:57:58 +00:00
debug_menu.h
dsp.c
dsp.h
dsp_arm.S
dsp_asm.h
dsp_cf.S
enc_config.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt Separate the feature for remote lcd inversion from main lcd inversion to fix a small manual bug 2008-08-12 11:51:09 +00:00
filetree.c workaround for FS#8748 (possibly others) where playback might freeze or get confused if you try starting a new playlist when party mode is enabled. 2008-08-19 11:55:30 +00:00
filetree.h
filetypes.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
filetypes.h
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
Makefile
menu.c
menu.h
metadata.c Ogg and Speex have the same metadata handling function so use the same case for both. 2008-07-26 20:11:58 +00:00
metadata.h
misc.c Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327 2008-08-29 21:08:38 +00:00
misc.h Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to misc.c (they are not used outside misc.c, so don't need to be in the .h), plus always include misc.h in misc.c (not needed to fix checkwps, but good practice), and add unistd.h when __PCTOOL_ is defined. 2008-08-28 12:49:38 +00:00
onplay.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
onplay.h
pcmbuf.c
pcmbuf.h
playback.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
playback.h
playlist.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
playlist.h
playlist_catalog.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
playlist_catalog.h
playlist_menu.h
playlist_viewer.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
playlist_viewer.h
plugin.c Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
plugin.h Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
README
root_menu.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
root_menu.h
screen_access.c
screen_access.h
screens.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
screens.h
scrobbler.c
scrobbler.h
settings.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
settings.h Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327 2008-08-29 21:08:38 +00:00
settings_list.c Fix default font names in the settings code (FS #9358 by Thomas Schott). 2008-09-03 17:50:52 +00:00
settings_list.h
sound_menu.h
SOURCES Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
status.c
status.h
tagcache.c Fixed a possible index id destruction and temporary problems with the DB when DB has been loaded to ram, dircache enabled and statistics gathering ON. Fixed serial (affecting last played song order) being one too low after importing the changelog. A bit of code cleanup and comments also. 2008-08-29 21:14:58 +00:00
tagcache.h Fixed a possible index id destruction and temporary problems with the DB when DB has been loaded to ram, dircache enabled and statistics gathering ON. Fixed serial (affecting last played song order) being one too low after importing the changelog. A bit of code cleanup and comments also. 2008-08-29 21:14:58 +00:00
tagnavi.config
tagtree.c dont let the database create a new playlist when party mode is on. (fixes FS#8292) 2008-08-19 12:05:01 +00:00
tagtree.h
talk.c
talk.h
tree.c Fix FS#9352 - allow .talk clips for single-character filenames. 2008-09-02 08:15:44 +00:00
tree.h
version.h
voice_thread.c
voice_thread.h

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