summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-14Iriver: Moved the handling of the UDA1380 split gain (analog preamp + ↵Jens Arnold9-475/+107
decimator gain) into the UDA driver. * All: Settings structure sorted & cleaned up. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9927 a1c6a512-1295-4272-9138-f99709370657
2006-05-14Correctly enable crossfade mixmode only when not skipping tracksMiika Pekkarinen1-3/+7
manually. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9926 a1c6a512-1295-4272-9138-f99709370657
2006-05-13Correctly test on volume id flagPeter D'Hoye1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9925 a1c6a512-1295-4272-9138-f99709370657
2006-05-13Battery benchmark: * Don't crash on player. * Map remote buttons for ↵Jens Arnold1-3/+12
recorder & player. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9924 a1c6a512-1295-4272-9138-f99709370657
2006-05-12H1x0: Obey SPDIF power setting for monitoring SPDIF recordings as far as ↵Jens Arnold1-1/+6
possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9923 a1c6a512-1295-4272-9138-f99709370657
2006-05-12Added X5 and Ondio to section 2.4.1 (patch by Mark Bright).Michael DiFebbo1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9922 a1c6a512-1295-4272-9138-f99709370657
2006-05-12Fix bug report 5350 (incorrect button sequence shown in section 2.4.1 for ↵Michael DiFebbo3-89/+100
main menu on iriver platforms). Also added reference to how to enter main menu to beginning of Chapter 3. Some other minor editing and much updating of \setting macro where necessary throughout chapters 2 and 3. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9921 a1c6a512-1295-4272-9138-f99709370657
2006-05-12Added Gaetano Vocca to credits.Miika Pekkarinen1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9920 a1c6a512-1295-4272-9138-f99709370657
2006-05-12H1x0: Add SPDIF power control and frequency measurement to the SPDIF monitor.Jens Arnold1-8/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9919 a1c6a512-1295-4272-9138-f99709370657
2006-05-12Iriver recording: Always route the signals through the coldfire audio ↵Jens Arnold1-19/+21
interface for monitoring. Advantages: (H1x0) Enables parallel analog and SPDIF monitoring of both analog or SPDIF sources. When recording from SPDIF, the SPDIF monitor signal is pure pass-through. (all) Digital clipping is now audible in the analog monitor signal. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9918 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Fix red sim.Thom Johansen1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9917 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported ↵Thom Johansen7-31/+214
recording options on Iriver. Sample rate displayed in recording screen reflects the real S/PDIF sample rate when doing S/PDIF recording. Testing would be appreciated. Thanks to Jens Arnold for fixing the DMA hang issue. Will reset settings! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9916 a1c6a512-1295-4272-9138-f99709370657
2006-05-11got Frank Dishner's viewer patch (#4873) working again and added encoding to ↵Marcoen Hirschberg1-73/+164
the settings menu. Fixes #4763 and #5256 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9915 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Fixed a problem with tagcache search skipping long tags. Thanks forMiika Pekkarinen1-1/+1
Gaetano for finding the problem and providing a fix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9914 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Iriver: Don't power the UDA1380 WSPLL as we don't use it. This is required ↵Jens Arnold1-1/+1
according to the datasheet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9913 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Return immediately if we have no control commands to flush. Fixes erroneous ↵Hardeep Sidhu1-4/+4
playlist control update error when inserting tracks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9912 a1c6a512-1295-4272-9138-f99709370657
2006-05-11fix bug #5259Marcoen Hirschberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9911 a1c6a512-1295-4272-9138-f99709370657
2006-05-11I blame Microsoft. Everyone else does.Christi Scarborough1-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9910 a1c6a512-1295-4272-9138-f99709370657
2006-05-11And where exactly did they come from? *dones 'I messed up' hat in shame*Christi Scarborough4-472/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9909 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Missed a couple of files for removal. Also note that all files relating to ↵Christi Scarborough2-82/+0
a particular WPS are now stored in the same directory to avoid having the same file in CVS six zillion times. For this reason where multiple background bmps exist, they've been renamed appropriately. The script also parses the .wps file to know which .bmp files to copy, so case is now important, since having files in the .wps file with the wrong capitalisation will break the script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9908 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Fixes sundry problems with the WPS bundling script. For best results, ↵Christi Scarborough256-169/+690
delete your .rocbox/wps and ./rockbox/themes dirs before upgrading. Note that within CVS, no distinction is made any more between a .wps and .rwps, that's all fixed up at make zip stage. wpses are now all named with a .<width>x<height>x<depth> suffix and the appropriate ones for the platform are installed. Text wpses have a .txt suffix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9907 a1c6a512-1295-4272-9138-f99709370657
2006-05-11this is identical to the normal one so we remove thisDaniel Stenberg1-13157/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9906 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Terminus fonts imported from this package:Daniel Stenberg16-0/+300342
http://www.is-vn.bg/hamster/terminus-font-4.20.tar.gz 7.1. License. You can use and distribute this archive and the character varianths freely and without charge under the terms of the GNU General Public License version 2.0 or (at your choice) any later version. 7.2. Copyright. Terminus Font 4.20, Copyright (C) 2006 Dimitar Toshkov Zhekov. Report bugs to <jimmy@is-vn.bg> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9905 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Adding the rockbox file for all packages except the font-only packages mightDaniel Stenberg1-1/+1
be considered a cool idea. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9904 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Oops, missed this file yesterday: fix buttons for morse input on virtual ↵Dominik Riebeling1-1/+1
keyboard. Fixes FS#5271 and is the 2nd part of FS#5331 by Alexander Spyridakis. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9903 a1c6a512-1295-4272-9138-f99709370657
2006-05-10'make zip' no longer includes the fonts. 'make fontzip' makes a font packageDaniel Stenberg2-40/+67
only. 'make fullzip' makes a full zip including fonts. http://www.rockbox.org/mail/archive/rockbox-dev-archive-2006-05/0049.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9902 a1c6a512-1295-4272-9138-f99709370657
2006-05-10Add a missing \daps macroMartin Arver1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9901 a1c6a512-1295-4272-9138-f99709370657
2006-05-10fix ondio buttons on my last commit.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9900 a1c6a512-1295-4272-9138-f99709370657
2006-05-10fix the screen scroll out of view description (FS#5331 with adjustments by me)Dominik Riebeling1-4/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9899 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Coldfire: Use the auto-align feature in conjunction with line reads for the ↵Jens Arnold1-2/+2
playback DMA. Saves a bit of memory bandwidth. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9898 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Oops. Shouldn't have commited this.Martin Arver1-90/+90
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9897 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Fixes and corrections. Adds keymaps for ipods for the wps key table, virtual ↵Martin Arver4-173/+185
keyboard, sudoku (x5 as well). (Patches #5320, #5308, #5324. All from Mark Bright) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9896 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Only flush and reload tracks after the playlist has started. Fixes B#5312.Hardeep Sidhu1-9/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9895 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Fix bug #5298 - hard-code the background color in Sokoban to prevent ↵Zakk Roberts1-35/+43
everything else from being potentially unreadable (if the user has set a dark background color). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9894 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Allow BUTTON_REPEAT in the Jewels main menu for scroll, so navigation isn't ↵Zakk Roberts1-0/+2
annoying. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9893 a1c6a512-1295-4272-9138-f99709370657
2006-05-09Reset id3 info when skipping directories. Fixes B#5323.Hardeep Sidhu1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9892 a1c6a512-1295-4272-9138-f99709370657
2006-05-08New macro: \config. Use this for tags, config file settings or in other ↵Martin Arver2-95/+97
places where a courier font is wanted. Adopted the wps-tag section to use this macro git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9891 a1c6a512-1295-4272-9138-f99709370657
2006-05-08Add missing file types to tag description and make the long example line breakDominik Riebeling1-6/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9890 a1c6a512-1295-4272-9138-f99709370657
2006-05-08Revert a previous change, works around the problem of freezing on ↵Brandon Low2-1/+5
stop-while-paused, and skipping with crossfade git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9889 a1c6a512-1295-4272-9138-f99709370657
2006-05-08Fixed freezing after loader error messages.Stepan Moskovchenko4-13/+40
Added RMID (Windows MIDI) header support. Added .RMI extension to viewers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9888 a1c6a512-1295-4272-9138-f99709370657
2006-05-07Ipod: Move the HW revision to 'View HW info' where it belongs, and make both ↵Jens Arnold1-27/+33
the HW revision and port debug work on mini (didn't fit the LCD). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9887 a1c6a512-1295-4272-9138-f99709370657
2006-05-07We don't need 2 different CRC functions.Jens Arnold1-43/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9886 a1c6a512-1295-4272-9138-f99709370657
2006-05-07Ondio: (Hopefully) fix the occasional freezes during playback: Use DMA ↵Jens Arnold1-14/+14
channel 0 for MMC transfer. As it has higher priority than channel 3 (used for playback), the risk of serial receive overruns is minimised. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9885 a1c6a512-1295-4272-9138-f99709370657
2006-05-07Whoops! Lousy button code...Stepan Moskovchenko1-6/+48
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9884 a1c6a512-1295-4272-9138-f99709370657
2006-05-07Added ability to adjust the volume during playback.Stepan Moskovchenko3-18/+69
Gracefully fail if no soundset installed. Yet more messing with the ramping code. I swear, that will be the end of me. Basic skipping support- skip foreward a bit if Right is pressed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9883 a1c6a512-1295-4272-9138-f99709370657
2006-05-07Fixed voice prompts from id3 dbHardeep Sidhu1-14/+37
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9882 a1c6a512-1295-4272-9138-f99709370657
2006-05-06Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse ↵Linus Nielsen Feltzing5-11/+15
bar crop in vertical scroll) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9881 a1c6a512-1295-4272-9138-f99709370657
2006-05-05Viewer: Don't say 'yes' to every option ;-) (Voice ID must be -1 for 'no clip').Jens Arnold1-14/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9880 a1c6a512-1295-4272-9138-f99709370657
2006-05-05Fixed bug with playlist_skip_entry when track to be skipped was less then ↵Hardeep Sidhu1-7/+9
current index git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9879 a1c6a512-1295-4272-9138-f99709370657
2006-05-05Fix folder icons in tagcacheHardeep Sidhu1-13/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9878 a1c6a512-1295-4272-9138-f99709370657