summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-10Accept FS#6747 by Timo HorstschäferJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12704 a1c6a512-1295-4272-9138-f99709370657
2007-03-10Fix red builds and make udelay actually work as it should again.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12703 a1c6a512-1295-4272-9138-f99709370657
2007-03-10Make udelay() wrap-safe.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12702 a1c6a512-1295-4272-9138-f99709370657
2007-03-10Make link to firmware installation section go directly to 2.2.2, not to 2.2Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12701 a1c6a512-1295-4272-9138-f99709370657
2007-03-09Code / style police.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12700 a1c6a512-1295-4272-9138-f99709370657
2007-03-09Fix quirks in the Rockboxed theme... (1) There were two typos in each .wps ↵Marianne Arnold
that caused one volume and one battery level icon to not show up correctly - in the Archos version the graphic was missing completely. The code could be written much simpler. (2) Remove the additional spaces in front and at the end of the artist/abum/title lines in the Archos version which were unnecessary and made the lines scroll earlier. (With the permission of the creator - see forum thread). Maybe this change would be good in the greyscale versions too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12699 a1c6a512-1295-4272-9138-f99709370657
2007-03-09Fix and simplify previous browser tracking. Auto-init the database when ↵Steve Bavin
selected but not ready for use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12698 a1c6a512-1295-4272-9138-f99709370657
2007-03-09H10, X5 and Nano have Rockboy. Fixes FS#6771.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12697 a1c6a512-1295-4272-9138-f99709370657
2007-03-09I really want the rest initialized to prevent accidents like the last.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12696 a1c6a512-1295-4272-9138-f99709370657
2007-03-09Throw in the explicit global inits that were supposed to be there too. ↵Michael Sevakis
Important for current_fd to be -1 at init. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12695 a1c6a512-1295-4272-9138-f99709370657
2007-03-09Guess there were more changes to it.:) Odd that mine built until a make clean.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12694 a1c6a512-1295-4272-9138-f99709370657
2007-03-09Install the single stage synchronous audio initialization I cooked up awhile ↵Michael Sevakis
back. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12693 a1c6a512-1295-4272-9138-f99709370657
2007-03-09Fix the sim buildLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12692 a1c6a512-1295-4272-9138-f99709370657
2007-03-09Temporary fix for a nasty race condition when loading the voice file at bootLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12691 a1c6a512-1295-4272-9138-f99709370657
2007-03-09Back to green?Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12690 a1c6a512-1295-4272-9138-f99709370657
2007-03-09As usual I left experimental stuff in a file. Forgot to add that ↵Michael Sevakis
set_irq_level_and_block thread is per core now too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12689 a1c6a512-1295-4272-9138-f99709370657
2007-03-09Put an end to priority inversion in the ata driver. Gave up trying to have ↵Michael Sevakis
fully atomic dual use mutexes so just replaced the ata driver locking with spins. Maybe I'll have better luck later. Things should run smoothly with database updates and such happening in the background. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12688 a1c6a512-1295-4272-9138-f99709370657
2007-03-08replace the M5 png bitmap export with a better version.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12687 a1c6a512-1295-4272-9138-f99709370657
2007-03-08Temporarily revert the database auto-init as it causes navigation problems ↵Steve Bavin
that I don't have time to fix yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12686 a1c6a512-1295-4272-9138-f99709370657
2007-03-08Add a reference to section 2.2.2 in the ipod bootloader installations - ↵Dave Chapman
people seem to forget to install Rockbox... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12685 a1c6a512-1295-4272-9138-f99709370657
2007-03-08Really don't try to initialise while the database status is unknownSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12684 a1c6a512-1295-4272-9138-f99709370657
2007-03-08Fix 64 bit warnings for real.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12683 a1c6a512-1295-4272-9138-f99709370657
2007-03-08Really fix the yellow this timeJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12682 a1c6a512-1295-4272-9138-f99709370657
2007-03-08fix yellowJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12681 a1c6a512-1295-4272-9138-f99709370657
2007-03-08Hopefully fix FS#6757Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12680 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Don't try to initialise while the database status is unknownSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12679 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Lead user through database initialisationSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12678 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Use the new DSP callback functionality in firmware/sound.c to deal with ↵Thom Johansen
SWCODEC stereo width and channel configuration instead of the old more spread out #ifdef based approach. Rename the DSP functions involved for more consistent naming. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12677 a1c6a512-1295-4272-9138-f99709370657
2007-03-07French translation update by Mustapha Senhaji.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12676 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Database needs Auto Update enabled for changes to get automatically imported.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12675 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Factor first order shelving filter code out for easier reuse and replace the ↵Thom Johansen
crossfeed filter with it. Crossfeed _should_ still sound the same, so please do tell if it doesn't. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12674 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Hack around the lack of a hardware prescaler on a number of WM codecs. Bass ↵Thom Johansen
and treble controls should work on DAPs using these chips now, but will be prone to distort when boosting bass. Gut out UDA1380 code(!!) and switch to high bass cutoff and low treble cutoff in WM8975 driver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12673 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Removed the LCD/backlight glitch when starting Rockbox on mainly the color ↵Linus Nielsen Feltzing
LCD targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12672 a1c6a512-1295-4272-9138-f99709370657
2007-03-07dont crash if play is pressed in menus using the old apiJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12671 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Make the old menu aPI use the new API. Both are avialable to core and Jonathan Gordon
rocks, but use the new API unless you absolutly have to use the old one (and file a FS bug if you do) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12670 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Correct the URL for the 64-bit Linux version of ipodpatcherDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12669 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Allow H300 to be started up from a non-LCD remoteSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12668 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Sort tagcache so that <Untagged> appears alongside <All tracks>Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12667 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Fix the various bugs associated with pressing MENU to move in and out of Jonathan Gordon
the Rockbox Menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12666 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Stop audio when entering the radio in the simJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12665 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Update the ipod uninstall instructions for the latest ipodpatcherDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12664 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Fix the yellow buildsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12663 a1c6a512-1295-4272-9138-f99709370657
2007-03-07X5/M5: Add an extra select button to the 'menu' button for one handed op.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12662 a1c6a512-1295-4272-9138-f99709370657
2007-03-07X5/M5: Add a remote keymap for the keyboard because there was none.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12661 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Only show the alarm wake up screen setting if there is at least 2 Jonathan Gordon
options git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12660 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Oy I wish I'd stop that. That plugins/SOURCES line shouldn't be there.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12659 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between ↵Michael Sevakis
low level audio function calls and DMA be atomic. Make recording and playback independently startable and stoppable so one can be running and not interfere with the other. All tests I can do at the moment check out ok (play, record, play+record, FM radio on iRivers, S/PDIF on H120 (w/running optical on/off), and on-the-fly samplerate changes). Recording tested for well over an hour run and no problems. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12658 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Small '#ifdef HAVE_TAGCACHE' fixMagnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12657 a1c6a512-1295-4272-9138-f99709370657
2007-03-07#ifdef HAVE_TAGCACHEJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12656 a1c6a512-1295-4272-9138-f99709370657
2007-03-07Accept FS#6750, allow recording to start automatically (If alarm wakeup Jonathan Gordon
is set to recording) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12655 a1c6a512-1295-4272-9138-f99709370657