summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-14Make sure to not copy special .svn files when preparing to build the manual.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12013 a1c6a512-1295-4272-9138-f99709370657
2007-01-14The version string used in builds for version timestamps is now UTC insteadDaniel Stenberg
of the local time zone. Makes it a lot easier to compare builds and it makes build servers produce similarly stamped builed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12011 a1c6a512-1295-4272-9138-f99709370657
2007-01-14Update battery capacity and discharge tables to reflect current battery ↵Greg White
benchmarks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12010 a1c6a512-1295-4272-9138-f99709370657
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ↵Dave Chapman
simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12008 a1c6a512-1295-4272-9138-f99709370657
2007-01-14Enabled zero crossing detection for volume changes in the WM8721/WM8731 ↵Jens Arnold
driver (iPod G3, iPod Mini G1/G2, Iriver H10). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12006 a1c6a512-1295-4272-9138-f99709370657
2007-01-14More sansa button and screenshot additions by Tom Ross (FS#6535)Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12005 a1c6a512-1295-4272-9138-f99709370657
2007-01-14Skip scroll check when LCD is disabledGreg White
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12004 a1c6a512-1295-4272-9138-f99709370657
2007-01-14Align backdrop buffersGreg White
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12003 a1c6a512-1295-4272-9138-f99709370657
2007-01-14Idle CPU directly; minor cleanupGreg White
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12002 a1c6a512-1295-4272-9138-f99709370657
2007-01-13Added zero crossing check before changing volume to avoid noise during ↵Steve Gotthardt
volume changes. Removed extra volume sets. Added delay for vref to settle per app notes to reduce start up clicks. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12001 a1c6a512-1295-4272-9138-f99709370657
2007-01-13ARM optimised memcpy/memmove from glibc. This should give increased ↵Daniel Ankers
performance on all ARM targets, especially iPod 5G git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12000 a1c6a512-1295-4272-9138-f99709370657
2007-01-13Add sansa screenshots and keys for plugins and main menu. FS#6529 by Tom Ross.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11999 a1c6a512-1295-4272-9138-f99709370657
2007-01-13Change the gamedata folder for doom to /.rockbox/doom to go in line with ↵Dominik Riebeling
other game plugins. Closes FS#5903. Adjust manual too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11998 a1c6a512-1295-4272-9138-f99709370657
2007-01-13Fixed the bootloader for H100 also.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11997 a1c6a512-1295-4272-9138-f99709370657
2007-01-13Fixed the X5 bootloader.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11996 a1c6a512-1295-4272-9138-f99709370657
2007-01-13Adding John BouAntoun to credits for work on Gigabeat USB and settingsSteve Gotthardt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11995 a1c6a512-1295-4272-9138-f99709370657
2007-01-13Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memoryGreg White
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11994 a1c6a512-1295-4272-9138-f99709370657
2007-01-12Updated bootloader for H120/H140 and entirely disabled flashing code for ↵Miika Pekkarinen
H100 until somebody tests it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11993 a1c6a512-1295-4272-9138-f99709370657
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11992 a1c6a512-1295-4272-9138-f99709370657
2007-01-12Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11991 a1c6a512-1295-4272-9138-f99709370657
2007-01-12Fix lockup of simulator at startup if dircache enabledSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11990 a1c6a512-1295-4272-9138-f99709370657
2007-01-12Fixes Bass and Treble not being saved. Thanks to jbaSteve Gotthardt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11989 a1c6a512-1295-4272-9138-f99709370657
2007-01-11modernizedDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11988 a1c6a512-1295-4272-9138-f99709370657
2007-01-11Make MIDI playback work on the Simulator, with sound etc. The #define stuff ↵Stepan Moskovchenko
is a bit dirty but it works right now. Simulator sound quality is actually better due to increased CPU resources. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11987 a1c6a512-1295-4272-9138-f99709370657
2007-01-11Fix a typo.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11986 a1c6a512-1295-4272-9138-f99709370657
2007-01-11Reduce initial fade delay; remove bogus debug from lcd-meg-fx.cGreg White
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11985 a1c6a512-1295-4272-9138-f99709370657
2007-01-11Minor MMU fixesGreg White
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11984 a1c6a512-1295-4272-9138-f99709370657
2007-01-11Add initial backlight delay to stop backlight from fading during boot; ↵Greg White
switch to IDLE instead of yield() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11983 a1c6a512-1295-4272-9138-f99709370657
2007-01-11Remove another tagcache reference from the UISteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11982 a1c6a512-1295-4272-9138-f99709370657
2007-01-11Correct the usage information for the Archos Multimedia format (this looks ↵Dave Chapman
like a copy-and-paste error from scamble), plus fix an error message git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11981 a1c6a512-1295-4272-9138-f99709370657
2007-01-10Small clarity edit for the install. Files and folders may both be Paul Louden
hidden, so typing the direct path is not the best plan. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11980 a1c6a512-1295-4272-9138-f99709370657
2007-01-10git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11979 ↵Peter D'Hoye
a1c6a512-1295-4272-9138-f99709370657
2007-01-10Fix a nasty little bug that would under the right conditions cause Stepan Moskovchenko
memory corruption and other weirdness. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11978 a1c6a512-1295-4272-9138-f99709370657
2007-01-10Proper mime type for all WPS bitmapsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11977 a1c6a512-1295-4272-9138-f99709370657
2007-01-10restore broken screenshotsDominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11976 a1c6a512-1295-4272-9138-f99709370657
2007-01-10Restored broken bitmapsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11975 a1c6a512-1295-4272-9138-f99709370657
2007-01-10Restored broken bitmapLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11974 a1c6a512-1295-4272-9138-f99709370657
2007-01-10Fix FS#6520, allow search.rock to open .m3u8 playlists. Only the Jonathan Gordon
extension check was fixed, so playlists with non-ascii chars probably wont work correclty. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11973 a1c6a512-1295-4272-9138-f99709370657
2007-01-10Made sansa and iFP simulator bitmaps binary and restored working versions.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11972 a1c6a512-1295-4272-9138-f99709370657
2007-01-10Add a link to the Gigabeat bootloaderDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11971 a1c6a512-1295-4272-9138-f99709370657
2007-01-09Removed eol-style and keywords from bitmaps, and set the correct MIME type ↵Linus Nielsen Feltzing
instead git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11970 a1c6a512-1295-4272-9138-f99709370657
2007-01-09Removed second testBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11969 a1c6a512-1295-4272-9138-f99709370657
2007-01-09More testing...Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11968 a1c6a512-1295-4272-9138-f99709370657
2007-01-09Removed executable flagLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11967 a1c6a512-1295-4272-9138-f99709370657
2007-01-09Removed executable flagLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11966 a1c6a512-1295-4272-9138-f99709370657
2007-01-09Removed test textBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11965 a1c6a512-1295-4272-9138-f99709370657
2007-01-09Test commitBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11964 a1c6a512-1295-4272-9138-f99709370657
2007-01-09Test commitBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11963 a1c6a512-1295-4272-9138-f99709370657
2007-01-09Test commitBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11962 a1c6a512-1295-4272-9138-f99709370657
2007-01-09Test commitBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11961 a1c6a512-1295-4272-9138-f99709370657