summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-09-14Add BrowseDirtree::setDir(const QString&) to simplify the code.Antoine Cellerier5-26/+26
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14694 a1c6a512-1295-4272-9138-f99709370657
2007-09-14On linux, default to /media for the mountpoint selection but make it ↵Antoine Cellerier1-3/+7
possible to chose other directories too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14693 a1c6a512-1295-4272-9138-f99709370657
2007-09-14Corrent an info messageDave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14692 a1c6a512-1295-4272-9138-f99709370657
2007-09-14Tab policeNils Wallménius1-13/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14691 a1c6a512-1295-4272-9138-f99709370657
2007-09-14Add chinese translation to rbutil by Xinlu Huang (FS#7697).Dominik Riebeling3-2/+3505
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14690 a1c6a512-1295-4272-9138-f99709370657
2007-09-14it's /media, not /Media.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14689 a1c6a512-1295-4272-9138-f99709370657
2007-09-14rbutil: limit the mountpoint selection to /Media on linux and /Volumes on Mac.Dominik Wenger3-0/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14688 a1c6a512-1295-4272-9138-f99709370657
2007-09-13Remove the ability to restart chessbox with a button (combo). It became ↵Marianne Arnold2-21/+0
redundant since there is a menu item for it; it didn't work on M5 or X5 before and there was a good chance of restarting accidentally. Also update the manual accordingly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14687 a1c6a512-1295-4272-9138-f99709370657
2007-09-13Update german translation - include 'c200' where needed and be a bit more ↵Marianne Arnold1-20/+24
accurate with hard disk and flash storage. Having a different definition in deutsch.lang caused no problems in a test on Ondio and M5. Maybe this change would make sense in english.lang as well? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14686 a1c6a512-1295-4272-9138-f99709370657
2007-09-13UISIMULATOR: Trying to make it snappy for everyone. Remove forced thread ↵Michael Sevakis1-8/+1
yield in switch_thread which starves threads that call it alot especially on fast 64-bit machines (which could yield _alot_ of time away). I suspect that was a way to get I/O to run better before having an I/O thread...and it did help before that addition. No longer needed it seems and the OS seems to handle scheduling without hints just fine. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14685 a1c6a512-1295-4272-9138-f99709370657
2007-09-13FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume ↵Jens Arnold1-1/+13
target simulators (Ondio, Sansa). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14684 a1c6a512-1295-4272-9138-f99709370657
2007-09-13Slight code simplificationNils Wallménius1-22/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14683 a1c6a512-1295-4272-9138-f99709370657
2007-09-13Accept FS#7765 by Catalin Patulea, fixes an incorrect struct definitionNils Wallménius1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14682 a1c6a512-1295-4272-9138-f99709370657
2007-09-13Fix error in the button table (Recorders only) that slipped in with ↵Marianne Arnold1-2/+2
yesterday's changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14681 a1c6a512-1295-4272-9138-f99709370657
2007-09-13fix two bugs related to no-existing settings/bookmark files and simplify the ↵Robert Kukla1-56/+53
viewer_load_settings() function in the process. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14680 a1c6a512-1295-4272-9138-f99709370657
2007-09-12* Don't touch the backlight(s) (and buttonlight) at backlight init in order ↵Jens Arnold2-7/+29
to avoid a short flash when the lights are both disabled in the bootloader and in rockbox settings. * Properly reflect the backlight state set by the 1st/2nd gen bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14679 a1c6a512-1295-4272-9138-f99709370657
2007-09-121st/2nd gen bootloader: * Don't be verbose by default anymore. * Don't ↵Jens Arnold2-3/+4
enable the backlight, as it looks bad in a bright environment due to backlight inversion, and it needs a lot of power. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14678 a1c6a512-1295-4272-9138-f99709370657
2007-09-12code police (and commit test)Peter D'Hoye1-13/+23
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14677 a1c6a512-1295-4272-9138-f99709370657
2007-09-12Fix another fixme: rework of the split editor chapter in the Archos manuals. ↵Marianne Arnold8-147/+159
If someone knows how to impelement the explained screenshot in a cleaner way that works with both pdf and html version, feel free to improve. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14676 a1c6a512-1295-4272-9138-f99709370657
2007-09-12Faster video rendering for e200 and Gigabeat.Michael Sevakis4-290/+234
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14675 a1c6a512-1295-4272-9138-f99709370657
2007-09-12Give more verbose error message when uploading e200rpatcher fails.Barry Wardell1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14673 a1c6a512-1295-4272-9138-f99709370657
2007-09-11Change the Mac OS X rules to compile a static binary. Also add a README ↵Dave Chapman2-4/+53
file with a brief description of e200rpatcher and some build instructions. We still need a Windows developer to make this work there... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14671 a1c6a512-1295-4272-9138-f99709370657
2007-09-11Accept patch in FS#7751 by Catalin Patulea, move ifp port specific pcm code ↵Nils Wallménius3-162/+188
to a new file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14670 a1c6a512-1295-4272-9138-f99709370657
2007-09-11Make sure that the apps directory exists when building the apps/features fileLinus Nielsen Feltzing1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14669 a1c6a512-1295-4272-9138-f99709370657
2007-09-11FS#7748 by Catalin Patulea - Fix svnversion.sh for localization and failure ↵Jens Arnold1-13/+19
corner-cases. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14668 a1c6a512-1295-4272-9138-f99709370657
2007-09-10Code police and keep backlight on while in mazezamPeter D'Hoye2-54/+108
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14667 a1c6a512-1295-4272-9138-f99709370657
2007-09-10Accept FS #7750: simulator: add missing newlines after SDL errorsPeter D'Hoye2-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14666 a1c6a512-1295-4272-9138-f99709370657
2007-09-10Make logf builds compile again since the clean up of hard-coded pathsBarry Wardell1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14665 a1c6a512-1295-4272-9138-f99709370657
2007-09-10Accept patch in FS#7726 by Costas Calamvokis, enables FM radio and recording ↵Nils Wallménius5-2/+20
stuff for sansa in the manual git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14663 a1c6a512-1295-4272-9138-f99709370657
2007-09-10Clean up hard-coded pathsNils Wallménius11-17/+19
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14662 a1c6a512-1295-4272-9138-f99709370657
2007-09-10FS#7742 by Sofian Babai - add missing voice string in francais.langLinus Nielsen Feltzing2-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14661 a1c6a512-1295-4272-9138-f99709370657
2007-09-10UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ↵Michael Sevakis5-68/+176
problems caused by not worrying about states. Have rockbox objects initialized only by rockbox threads save for the main 'gui' thread which is a needed exception. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14660 a1c6a512-1295-4272-9138-f99709370657
2007-09-09Repair mpegplayer on 64 bit sims. No reason for doing fancy bitshifting ↵Jens Arnold1-7/+7
opts, this is all compile time... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14659 a1c6a512-1295-4272-9138-f99709370657
2007-09-09battery_bench: Fix battery voltage logging for voltages >4.095V by ↵Jens Arnold1-13/+13
separating the flags from voltage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14658 a1c6a512-1295-4272-9138-f99709370657
2007-09-09Oops, remove some duplicated code.Dave Chapman1-4/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14657 a1c6a512-1295-4272-9138-f99709370657
2007-09-09Initial version of standalone e200rpatcher tool to upload and run the e200r ↵Dave Chapman2-0/+255
patching application to patch the original Sansa bootloader. This requires the patching binary (called bootloader.bin) to be in the e200rpatcher directory when compiling. Currently only tested on Linux. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14656 a1c6a512-1295-4272-9138-f99709370657
2007-09-09Fix missing quote.Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14655 a1c6a512-1295-4272-9138-f99709370657
2007-09-09Firmware "hacker" code for the e200r install so the full bootloader rom ↵Jonathan Gordon7-3/+142
doesnt need to be written. Requires a custom version of e200tool which isnt available yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14654 a1c6a512-1295-4272-9138-f99709370657
2007-09-09improved the ld (binutils) version number extractionDaniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14651 a1c6a512-1295-4272-9138-f99709370657
2007-09-09Make peakmeters work for real in swcodec simulators instead of just showing ↵Jens Arnold1-2/+2
random movement. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14650 a1c6a512-1295-4272-9138-f99709370657
2007-09-09More Simulator tweaking. Back to the counter but with 0 delay. Forget the ↵Michael Sevakis1-18/+8
semaphore; it makes for too much kernel thread yielding. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14649 a1c6a512-1295-4272-9138-f99709370657
2007-09-09Fix rockbox warnings. sramfile is a static array so will never be NULL.Michael Sevakis1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14648 a1c6a512-1295-4272-9138-f99709370657
2007-09-09Fix a warning.Michael Sevakis1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14647 a1c6a512-1295-4272-9138-f99709370657
2007-09-09UISIMULATOR: Give the host OS some needed context switching hints (which ↵Michael Sevakis8-16/+74
_is_ supposed to work on Linux - but I can't tell on VMWare - and does on Windows). I guess I'll know for sure soon. Give sleep() even more genuine behavior. Add some button driver sync with the rockbox threads that should have been there for some time - this is basically interrupt-like processing as any thread not in the kernel pool should be considered. Make the screendump work again by posting the request. Perhaps help out shutting down for some users but not in the way I'd prefer - to think about. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14646 a1c6a512-1295-4272-9138-f99709370657
2007-09-08Make sleep(0) in the sim behave more like on target.Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14645 a1c6a512-1295-4272-9138-f99709370657
2007-09-08Add functions to read and write the AUPD (flash update) image. "--read-aupd ↵Dave Chapman6-3/+537
aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14644 a1c6a512-1295-4272-9138-f99709370657
2007-09-08Figure out the version of ld (binutils) and display it on stdout, so thatDaniel Stenberg1-0/+6
the distributed build system easier can catch it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14643 a1c6a512-1295-4272-9138-f99709370657
2007-09-08Add missing files following the C200 commitDave Chapman1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14641 a1c6a512-1295-4272-9138-f99709370657
2007-09-08Fix some warnings in sim kernel.Michael Sevakis1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14640 a1c6a512-1295-4272-9138-f99709370657
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any ↵Michael Sevakis12-119/+579
genuine slowness imitation is required for any one of them. One point of concern is the sim shutdown on an OS other than Linux just because terminating threads in a manner other than having the do it themselves is kind of dirty IMHO. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14639 a1c6a512-1295-4272-9138-f99709370657