summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-03-30FS#10053 - Sansa AMS >2GB support by Rafaël Carré. Enables bank switching onThomas Martitz1-22/+109
the AMS sansas, which solves the ">2GB problem" (the problem that we could not access data past 1GB on devices having more than 2GB internal storage). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20577 a1c6a512-1295-4272-9138-f99709370657
2009-03-30Remove that orphaned and wrong #ifThomas Martitz1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20576 a1c6a512-1295-4272-9138-f99709370657
2009-03-30Fix yellow.Thomas Martitz1-7/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20575 a1c6a512-1295-4272-9138-f99709370657
2009-03-30Initial commit for the "Lyre prototype 1" port by Jorge Pinto from FS#10045.Daniel Stenberg24-6/+2029
Bootloader builds, normal does not. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20574 a1c6a512-1295-4272-9138-f99709370657
2009-03-29Correct some preprocessor checks.Thomas Martitz1-5/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20573 a1c6a512-1295-4272-9138-f99709370657
2009-03-29Only display status message for themes window if not empty.Dominik Riebeling1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20572 a1c6a512-1295-4272-9138-f99709370657
2009-03-29Properly cast things to avoid shiny yellowFrank Gevaerts1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20571 a1c6a512-1295-4272-9138-f99709370657
2009-03-29Commit FS#10015 - Use chained transfer descriptor to speed up USB transfers ↵Frank Gevaerts2-26/+36
on PP and iMX31 (not exactly the same. This one actually works) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20570 a1c6a512-1295-4272-9138-f99709370657
2009-03-29rbutil: correct another instance of incorrect modelname.Dominik Wenger1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20569 a1c6a512-1295-4272-9138-f99709370657
2009-03-29Fix the resume problems on hwcodec which were uncovered by r20483+r20485. ↵Jens Arnold1-18/+8
The timing problem was there before; checking for id3 availability as a criterion whether to exit the wps was plain wrong. Now it exits only if playback actually finished. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20568 a1c6a512-1295-4272-9138-f99709370657
2009-03-29Fix FS#10067: Crash when playing very short (less than a second) FLAC files.Magnus Holmgren1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20567 a1c6a512-1295-4272-9138-f99709370657
2009-03-29Fix potential NULL pointer access.Jens Arnold1-3/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20566 a1c6a512-1295-4272-9138-f99709370657
2009-03-29Accept FS#10068 by Teruaki Kawashima correcting the instructions built into ↵Nils Wallménius5-10/+44
a couple of plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20565 a1c6a512-1295-4272-9138-f99709370657
2009-03-28rbutil: add the forgotten ui file from festival support.Dominik Wenger1-0/+322
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20564 a1c6a512-1295-4272-9138-f99709370657
2009-03-28Remove useless check for HAVE_BACKLIGHT noted in FS#9878Nils Wallménius1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20563 a1c6a512-1295-4272-9138-f99709370657
2009-03-28midi: yield more, fixes flickering backlight fade on some targets while ↵Nils Wallménius3-290/+258
playing midi. Some coding style clean up, it's a little better but still a mess git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20562 a1c6a512-1295-4272-9138-f99709370657
2009-03-28Jewels: accept FS#9947 changing 'Resume Game' in the game menu to 'Resume ↵Nils Wallménius2-10/+14
Saved Game' to be less confusing. Bring up the in-game menu using the regular menu button on h100/h300/gigabeat S. Add keymap to the manual for gigabeat S git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20561 a1c6a512-1295-4272-9138-f99709370657
2009-03-28Fix typos in commentsAlexander Levin1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20560 a1c6a512-1295-4272-9138-f99709370657
2009-03-27rbutil: commit FS#9983 by Delyan Kratunov. It adds support for the Festival ↵Dominik Wenger9-31/+540
TTS on Linux. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20559 a1c6a512-1295-4272-9138-f99709370657
2009-03-27rbutil:Dominik Wenger7-83/+83
1. Make Themesite integration work again 2. Fix FS#10055 (Theme sizes are 0) and FS#10061 (Incorrect Target missmatch detected) 3. Rename platform and voicename in rbutil.ini to reflect better what they are. (modelnames from either configure or the buildserver) 4. Fix a few places where they were used incorrectly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20558 a1c6a512-1295-4272-9138-f99709370657
2009-03-27Add myself (Boris Gjenero) to committers listBoris Gjenero1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20557 a1c6a512-1295-4272-9138-f99709370657
2009-03-27Change "Prevent Skipping" to "Prevent track skipping" which is a more ↵Thomas Martitz4-6/+7
accurate name. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20556 a1c6a512-1295-4272-9138-f99709370657
2009-03-27Document the prevent skipping option in the manual, plus a few fixes for ↵Thomas Martitz3-8/+12
skip length. Also, remove the underscore in the config.cfg setting name. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20555 a1c6a512-1295-4272-9138-f99709370657
2009-03-27Fix hwcodec to actually check for prevent_skipThomas Martitz1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20554 a1c6a512-1295-4272-9138-f99709370657
2009-03-27FS#10014 - Separate tracklocking out of skip length, skip length prevented ↵Thomas Martitz5-29/+58
to skip tracks. This is a seperate setting now. tracks can still change during normal playback (i.e. a song ends). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20553 a1c6a512-1295-4272-9138-f99709370657
2009-03-26Update the french translation.Mustapha Senhaji1-0/+51
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20550 a1c6a512-1295-4272-9138-f99709370657
2009-03-26Updated italian translation.Alessio Lenzi1-0/+51
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20549 a1c6a512-1295-4272-9138-f99709370657
2009-03-26Add support for powering down the LCD (saves 50 mA when disabled)Karl Kurbjun3-7/+74
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20547 a1c6a512-1295-4272-9138-f99709370657
2009-03-26Don't instruct Ipod 1G/2G users to use USB.Jonas Häggqvist1-4/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20544 a1c6a512-1295-4272-9138-f99709370657
2009-03-26Change ARCOTG_DRV_H #define to _USB_DRV_H #define (no functional changes)Maurus Cuelenaere1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20543 a1c6a512-1295-4272-9138-f99709370657
2009-03-25Should be the last one...Maurus Cuelenaere1-6/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20542 a1c6a512-1295-4272-9138-f99709370657
2009-03-25Jz4740: Optimize interrupt handling by using a find_last_set_bit() ↵Maurus Cuelenaere1-10/+15
implementation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20539 a1c6a512-1295-4272-9138-f99709370657
2009-03-25Really fix itMaurus Cuelenaere1-7/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20538 a1c6a512-1295-4272-9138-f99709370657
2009-03-25Fix MIPS FFS implementationMaurus Cuelenaere1-7/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20536 a1c6a512-1295-4272-9138-f99709370657
2009-03-25Enable album art on the Onda VX747 so it can actually display cabbiev2Maurus Cuelenaere1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20532 a1c6a512-1295-4272-9138-f99709370657
2009-03-25Correct charger detection on M:Robe 500.Karl Kurbjun1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20529 a1c6a512-1295-4272-9138-f99709370657
2009-03-24D2: Slightly reduce the number of incorrect touchscreen presses by ↵Rob Purchase1-1/+10
busy-waiting on the ADCRDY flag. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20527 a1c6a512-1295-4272-9138-f99709370657
2009-03-24Update Dutch translationMaurus Cuelenaere1-0/+51
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20524 a1c6a512-1295-4272-9138-f99709370657
2009-03-24Add CabbieV2 for Onda VX747Maurus Cuelenaere4-0/+49
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20522 a1c6a512-1295-4272-9138-f99709370657
2009-03-24Enable the charging_status function also for targets with target-specific ↵Bertrik Sikken3-8/+8
battery charging. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20521 a1c6a512-1295-4272-9138-f99709370657
2009-03-24Add a Touchscreen Mode setting to switch between 3x3 grid and absolute point ↵Rob Purchase7-6/+87
modes. Note that many screens have not yet been adjusted to absolute point mode, so use with caution. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20520 a1c6a512-1295-4272-9138-f99709370657
2009-03-24Rockbox supports not only 1bpp BMPsAlexander Levin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20518 a1c6a512-1295-4272-9138-f99709370657
2009-03-24Correct the set_frequency() function on the Onda VX747 (fixes sound)Maurus Cuelenaere1-21/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20512 a1c6a512-1295-4272-9138-f99709370657
2009-03-24More M:Robe 500 work: PCM stopping and pausing roughly works, added some ↵Karl Kurbjun11-117/+210
keymaps for the WPS screen, and peakmeter now works properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20511 a1c6a512-1295-4272-9138-f99709370657
2009-03-24Bump flash image version and adapt flashing documentation.Jens Arnold2-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20510 a1c6a512-1295-4272-9138-f99709370657
2009-03-24Fix Ondio FM and recorder v2 bootbox builds (see r19579/r19580).Jens Arnold2-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20509 a1c6a512-1295-4272-9138-f99709370657
2009-03-23Unify description of WPS tags (reworked FS#9618), correct and complete some ↵Alexander Levin1-66/+81
descriptions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20502 a1c6a512-1295-4272-9138-f99709370657
2009-03-23Bump Rockbox Utility version number to 1.2rbutil_1.2Dominik Riebeling2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20493 a1c6a512-1295-4272-9138-f99709370657
2009-03-23Fix a typo in the comment and add a (somewhat vague) description of the ↵Alexander Levin1-4/+8
values returned. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20492 a1c6a512-1295-4272-9138-f99709370657
2009-03-23Correct Björn's name in various file headers.Nicolas Pennequin12-12/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20491 a1c6a512-1295-4272-9138-f99709370657