rockbox/apps
Jonathan Gordon 40d713c5fc FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure this code was being ignored anyway.
If this commit causes problems with restarting playback open a bug report (getting testers was difficult...) 
Settings which are stored in the nvram.bin file will be reset with this commit. this includes  resume info, runtimes, "last screen" and a few others.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18555 a1c6a512-1295-4272-9138-f99709370657
2008-09-20 15:30:55 +00:00
..
bitmaps FS#7977: Bootloader logo for PP-based targets (H10, Sansa, M-Robe 100). 2008-05-05 12:05:00 +00:00
codecs More files that were missed in the previous commit. 2008-09-04 18:03:30 +00:00
eqs Add some presets for the equalizer. Includes a Default preset that resets everything. From FS#6113, thanks to David Quesada. 2006-10-12 20:48:40 +00:00
gui fix red 2008-09-07 20:22:47 +00:00
keymaps D2/Touchscreen keymap improvements: onscreen keyboard is now usable; PLAY/pause now mapped to TOPRIGHT; Usable defaults in Rockboy. 2008-09-16 08:14:31 +00:00
lang Language updates: 2008-09-16 02:29:24 +00:00
menus Make local function ticking_callback static in apps/menus/display_menu.c 2008-09-18 22:08:36 +00:00
metadata asap: fix stereo mode and hopefully fix metadata handling. 2008-07-28 19:20:40 +00:00
player Make local function static and add missing #includes for Archos player 2008-09-12 21:11:06 +00:00
plugins Fix a display bug with the tracklist in Picture Flow. Thanks to Thomas Schott. 2008-09-17 16:03:54 +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 Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
abrepeat.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
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 Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
applimits.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
audio_path.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
bookmark.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
bookmark.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
buffering.c Add handle values to the buffering LOGFQUEUE messages for easier debugging. 2008-07-18 23:42:47 +00:00
buffering.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
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 Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
debug_menu.c Simplify & fix the MMC driver. After more than 3 years I found that the MMC specs were a bit misleading, and the 'large' MMC which state a block size of 1024 or 2048 bytes and no partial read and/or partial write capability are happily accepting a block size of 512 bytes. So go KISS and remove all the variable/partial block handling code. This fixes the driver for the Transcend 4GB MMCplus, which doesn't cope when we actually set the 2048 byte block size it states. It also makes write operations involving small blocks faster and more reliable. * Note: The 4GB Transcend still doesn't work when plugged at boot, but works when hotplugged. 2008-09-14 20:33:24 +00:00
debug_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dsp.c Something horrible happened with binsize, so revert FS#8894 completely (for now). 2008-09-08 09:00:41 +00:00
dsp.h Something horrible happened with binsize, so revert FS#8894 completely (for now). 2008-09-08 09:00:41 +00:00
dsp_arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dsp_asm.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dsp_cf.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
enc_config.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
enc_config.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq_arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq_cf.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
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 Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
filetypes.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
filetypes.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
keyboard.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
language.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
language.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
logfdisp.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
logfdisp.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
main.c Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. 2008-09-07 20:09:11 +00:00
Makefile Try making binsize smaller and fix pointer problem 2008-05-17 15:51:49 +00:00
menu.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
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 Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
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 Used correct voice messages for some splash screens. 2008-09-11 20:13:02 +00:00
onplay.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pcmbuf.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pcmbuf.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playback.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
playback.h Accept FS#8918: Voice multiple thumbnails and talk race fixes. 2008-07-15 14:06:11 +00:00
playlist.c FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure this code was being ignored anyway. 2008-09-20 15:30:55 +00:00
playlist.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_catalog.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
playlist_catalog.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_viewer.c Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. 2008-09-07 20:09:11 +00:00
playlist_viewer.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
plugin.c Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN 2008-08-23 09:46:38 +00:00
plugin.h Addendum to r18441: increase the plugin api version number as changing the screens struct broke compatibility 2008-09-08 17:54:45 +00:00
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
root_menu.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
root_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
screen_access.c Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. 2008-09-07 20:09:11 +00:00
screen_access.h Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font. 2008-09-07 20:09:11 +00:00
screens.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
screens.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
scrobbler.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
scrobbler.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
settings.c Something horrible happened with binsize, so revert FS#8894 completely (for now). 2008-09-08 09:00:41 +00:00
settings.h FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure this code was being ignored anyway. 2008-09-20 15:30:55 +00:00
settings_list.c FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure this code was being ignored anyway. 2008-09-20 15:30:55 +00:00
settings_list.h FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure this code was being ignored anyway. 2008-09-20 15:30:55 +00:00
sound_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
SOURCES Something horrible happened with binsize, so revert FS#8894 completely (for now). 2008-09-08 09:00:41 +00:00
status.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
status.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
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 Change heading on database root for consistency. 2008-01-07 12:16:50 +00:00
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 Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
talk.c talk.c helper functions to voice a filename, in a more generic way 2008-07-15 14:55:31 +00:00
talk.h talk.c helper functions to voice a filename, in a more generic way 2008-07-15 14:55:31 +00:00
tree.c Fix FS#9352 - allow .talk clips for single-character filenames. 2008-09-02 08:15:44 +00:00
tree.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
version.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
voice_thread.c Accept FS#8918: Voice multiple thumbnails and talk race fixes. 2008-07-15 14:06:11 +00:00
voice_thread.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00

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