summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Add in error return if appropriate.Karl Kurbjun1-4/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9702 a1c6a512-1295-4272-9138-f99709370657
2006-04-17Changed the way the addons and demos menus are displayed and built. Should ↵Karl Kurbjun1-15/+81
be a good setup for adding multiple wad files as addons. Need to add some status feedback to let the user know what has been selected previously. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9701 a1c6a512-1295-4272-9138-f99709370657
2006-04-17Finally add support for unlimited number of addons and demos. Also cleaned ↵Karl Kurbjun1-57/+40
up the code and made a general function to handle the addons and demos. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9700 a1c6a512-1295-4272-9138-f99709370657
2006-04-17Bubbles adapted to archos recorder & Ondio. Gfx work by Marianne Arnold.Jens Arnold6-114/+171
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9699 a1c6a512-1295-4272-9138-f99709370657
2006-04-17Temporary fix for the high-pitched sounds on iPod: they should sound correct ↵Zakk Roberts1-0/+4
now, but the real problem (frequency adjustment) still needs fixing; this is merely a workaround. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9698 a1c6a512-1295-4272-9138-f99709370657
2006-04-17Some code cleanup. Adds Always run to configuration options.Karl Kurbjun1-29/+31
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9697 a1c6a512-1295-4272-9138-f99709370657
2006-04-16New harddisk icon for units (and remotes) without real harddisk LED.Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9695 a1c6a512-1295-4272-9138-f99709370657
2006-04-16Fix run so that it stays enabled across level loads. Removed some unused ↵Karl Kurbjun3-17/+18
code and added some back in for hopeful future use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9692 a1c6a512-1295-4272-9138-f99709370657
2006-04-16Decrease doom's code size and some code cleanup.Karl Kurbjun3-90/+81
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9690 a1c6a512-1295-4272-9138-f99709370657
2006-04-16Build Sudoku for the iPod Nano - just use the 160x128 bitmaps.Dave Chapman3-4/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9689 a1c6a512-1295-4272-9138-f99709370657
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen4-36/+135
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9686 a1c6a512-1295-4272-9138-f99709370657
2006-04-16Disable some unused code (code used in network play) to bring the plugin ↵Dave Chapman1-0/+5
size back down to under 512KB on the ipod video - more work needs to be done to further decrease the plugin size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9683 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Slight code cleanups, fixed sound parameter - now it saves. Old ↵Karl Kurbjun7-109/+73
configurations will be reset. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9682 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Proper chunked browsing support when dirbuffer limit is reached.Miika Pekkarinen3-203/+176
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9681 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Also add a config-specific 'Default' value, this should fix the sim builds.Zakk Roberts1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9680 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Removed an extra newline.Zakk Roberts1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9679 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Move the battery min/max capacity to player config files and add an ↵Zakk Roberts1-1/+1
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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9678 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Patch #5102 by Anton Romanov: Bubbles for ipod mini.Jens Arnold6-1/+22
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9677 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Chessbox: Patch #5052 by Miguel A. Arevalo: opening book. * Simplified ↵Jens Arnold7-45/+2251
drawing of board borders, and fixed a graphical glitch only visible on targets where all 4 borders are visible (ipod mini). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9676 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Chessbox: New pieces for ipod mini, and simplified, easier recognisable ↵Jens Arnold4-0/+8
pieces for the tiny archos LCD, by Marianne Arnold. * Mapped restart button for Ondios & recorders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9675 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Remove an unneeded WPS update signal. Make the codec thread more polite ↵Brandon Low1-7/+12
about requesting buffering. Prevent more Codec failure pops when the codec was _asked_ to stop. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9674 a1c6a512-1295-4272-9138-f99709370657
2006-04-15New Sudoku bitmaps for 220x176x16 and larger LCDs.Zakk Roberts3-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9673 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Only show the 'Loading...' splash if the file is actually loading (won't be ↵Zakk Roberts1-9/+24
displayed if the file isn't supported). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9672 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Fix main_menu.c for long translated strings that also need scrollingBrandon Low1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9671 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec ↵Brandon Low14-67/+59
variable in most places. Should help with problems people have had with GUI vs. playback sync. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9670 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Francais.lang update by Mustapha Senhaji: adapted for v2, reworked and synced.Zakk Roberts1-582/+960
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9669 a1c6a512-1295-4272-9138-f99709370657
2006-04-14This might fix the buffering problem. Didn't happen to me the way I usually ↵Brandon Low1-1/+4
reproduce it just now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9668 a1c6a512-1295-4272-9138-f99709370657
2006-04-14Start of profiling support for doom.Karl Kurbjun3-10/+25
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9667 a1c6a512-1295-4272-9138-f99709370657
2006-04-14Still not brightBrandon Low1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9666 a1c6a512-1295-4272-9138-f99709370657
2006-04-14I am dumbBrandon Low1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9665 a1c6a512-1295-4272-9138-f99709370657
2006-04-14Work around the bug with buffer wrapping. Serious performance penalty, and ↵Brandon Low1-1/+6
a lot of buffering is discarded to achieve this, but it doesn't crash while I find the real cause git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9664 a1c6a512-1295-4272-9138-f99709370657
2006-04-14Fix some unlikely buffer problems. Doesn't fix any reported bugs, but fixes ↵Brandon Low1-1/+15
some possible ones. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9663 a1c6a512-1295-4272-9138-f99709370657
2006-04-14Fix some stop/pause/boost stuffBrandon Low2-7/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9662 a1c6a512-1295-4272-9138-f99709370657
2006-04-14Fix a lack of return on error for check_new_track (rare condition)Brandon Low1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9661 a1c6a512-1295-4272-9138-f99709370657
2006-04-14Fix the queue implementationBrandon Low1-18/+41
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9660 a1c6a512-1295-4272-9138-f99709370657
2006-04-14Change to using a queue to synchronize between threads instead of abusing a ↵Brandon Low1-17/+16
mutex git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9659 a1c6a512-1295-4272-9138-f99709370657
2006-04-14Fix one cause of buffer-offness, but I'm pretty sure this is not the cause ↵Brandon Low1-3/+8
of problems that people are having as the debug code I put in detects and corrects it. Make taginfo instead of stupid filename appear on manual track skip, off buffer (stupid bug). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9658 a1c6a512-1295-4272-9138-f99709370657
2006-04-14comment a type change for audio debugBrandon Low1-3/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9654 a1c6a512-1295-4272-9138-f99709370657
2006-04-14Tweak id3v1 tag stripping, better code, same functionality. Ensure correct ↵Brandon Low1-27/+20
buf_idx on track when rebuffer&seek. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9653 a1c6a512-1295-4272-9138-f99709370657
2006-04-14Change when the new_track variable is reset to fix the track display during ↵Brandon Low1-2/+5
skipping git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9652 a1c6a512-1295-4272-9138-f99709370657
2006-04-13Boost during the track transition, trust me, it makes sense. Better logging ↵Brandon Low1-9/+24
of buffer-not-synched issues. Revert a previous change to make a function take a parameter intead of using cur_ti. Add some todos. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9651 a1c6a512-1295-4272-9138-f99709370657
2006-04-13Use sysfont for the "committing tagcache" message.Miika Pekkarinen1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9650 a1c6a512-1295-4272-9138-f99709370657
2006-04-13Adjust filesize if id3v1 is strippedBrandon Low1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9648 a1c6a512-1295-4272-9138-f99709370657
2006-04-13Prevent non-standard wads (most notably GP32 wads) that should not run from ↵Karl Kurbjun1-5/+3
ever making it into game (avoid freezes, data aborts, memory corruption, etc..) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9647 a1c6a512-1295-4272-9138-f99709370657
2006-04-13Ensure that the buffer doesn't get out of sync on rebuffer track changes. ↵Brandon Low3-26/+31
Remove the concept of pcmuf_boost_mode as it doesn't seem necessary, and adds an unnecessary way for the CPU to stay boosted. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9646 a1c6a512-1295-4272-9138-f99709370657
2006-04-13Correct a comment - no code changesDave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9645 a1c6a512-1295-4272-9138-f99709370657
2006-04-13Add a logf, remove an unused parameter, and an unused member of the ↵Brandon Low2-17/+17
track_info struct, ensure that we unboos on stop even if buffering, make a function take a parameter instead of using a global git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9644 a1c6a512-1295-4272-9138-f99709370657
2006-04-13Track skipping rework more. This seems to handle rapid skipping very ↵Brandon Low1-167/+237
gracefully without compromising buffer safety. There may still be a potentially broken code path if the user does a very rapid skip, stop sequence, and I will be sure to investigate this. Due to Slasheri's concern, reimplement rapid GUI update for track skipping in a safe way. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9643 a1c6a512-1295-4272-9138-f99709370657
2006-04-13Explicitly set the foreground colour instead of using the user's default ↵Dave Chapman1-0/+3
foreground colour. Fixes bug report #5117 (which was applicable to all Colour targets) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9642 a1c6a512-1295-4272-9138-f99709370657
2006-04-13Fixed a bug in retrieving track filename when tagcache is loaded in ram.Miika Pekkarinen1-0/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9641 a1c6a512-1295-4272-9138-f99709370657