summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-04-10FS#11193 - rbutil: HTTP 404 error when downloading zipped version of the manualTomer Shalev1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25561 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Corrects bug in r25558 that could have resumed the wrong file under a ↵Jeffrey Goode1-1/+3
certain condition. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25560 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Add a bunch of plugin screenshots for use in the Iaudio M3 manual (and ↵Marianne Arnold42-0/+0
update the goban one as it used wrong colours). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25559 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Partial fix for FS#10614. Can now resume from a bookmark even if the ↵Jeffrey Goode1-1/+5
bookmark index is wrong. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25558 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Updated italian translation.Alessio Lenzi1-4/+138
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25557 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Gigabeat S: Slow down the SPI clock to 1/8 current speed. It seems lower ↵Michael Sevakis1-1/+1
voltages can reveal the weakness that forbids maximum-speed clocking per the SPI spec. OF leaves it set much slower. Push it a bit over OF since it's been gotten away with fairly cleanly so far. Settings on pins and interface to be more thoroughly investigated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25554 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Add LBA48 support to all targets with ATA, except archoses whose USB bridge ↵Torne Wuff30-0/+90
chip can't handle it. The cost of LBA48 support is very small and it means that upgraded drives/CF cards which are over 128GiB will just work with no custom build required. There should be no runtime effect on disks which do not require it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25553 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Add drive's reported physical sector size to disk debug screen for ATA devicesTorne Wuff1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25552 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Gigabeat S: More accurate battery level estimation for discharge curve.Michael Sevakis1-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25551 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Text viewer: When loading settings and prefs font loading fails, not onlyTomer Shalev1-2/+6
refert to the global settings font, but also set the viewer prefs font to that font, so that when the user re-opens the viewer no warning will appear again, and also so that when the user selects new font, the currenly used font will be selected git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25550 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Gigabeat S: A little more housekeeping. Move source clock frequencies to ↵Michael Sevakis3-5/+6
config. header and name them per ref. manual designations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25549 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Gigabeat S: Fix bootloader red from r25547 commit.Michael Sevakis1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25548 a1c6a512-1295-4272-9138-f99709370657
2010-04-09Gigabeat S/i.MX31: Sort files in the /target tree into things that are ↵Michael Sevakis30-49/+47
SoC-generic (into /imx31) and player-specific (into /gigabeat-s, based upon current appearances). Move i2s clock init into the appropriate file. Housekeeping only-- no functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25547 a1c6a512-1295-4272-9138-f99709370657
2010-04-09sd-as3525v2: Add some comments, no functional changesJack Halpin1-9/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25546 a1c6a512-1295-4272-9138-f99709370657
2010-04-08mmu-armv6.S needed svn:keywords and svn:eol-style to be set.Michael Sevakis0-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25545 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Text viewer: Handle font loading failuresTomer Shalev1-12/+8
When font load fails, revert by loading to the previous font or to the global settings font. Fixes FS#11185 - Text viewer returns div by 0 if font is missing, renamed or corrupted git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25544 a1c6a512-1295-4272-9138-f99709370657
2010-04-08rbutil: Add RockboxUtility to svn:ignoreTomer Shalev0-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25543 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Make usb storage wait for new commands in parallel with sending out the CSW ↵Frank Gevaerts1-19/+40
again, for a nice speed improvement. This is basically the same as was done before r24333, only this time it should be correct. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25542 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Added battery profile change to correct file, removed unused powermgmt-as3525.cTobias Diedrich2-84/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25541 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Use a real battery discharge curve for calibration dataTobias Diedrich1-5/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25540 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Remove the double full stopAlexander Levin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25539 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Add placeholder for the remote hotkey (aka repair WPS keymap table)Alexander Levin1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25538 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Fix data abort due to malformed switch code. My bad.Jeffrey Goode1-3/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25537 a1c6a512-1295-4272-9138-f99709370657
2010-04-08rbutil: update french translation.Amaury Pouly1-74/+86
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25536 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Rename lang strings to something more appropriateJeffrey Goode2-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25535 a1c6a512-1295-4272-9138-f99709370657
2010-04-08rbutil: update french translation.Amaury Pouly1-69/+72
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25534 a1c6a512-1295-4272-9138-f99709370657
2010-04-08rbutil: update french translation.Amaury Pouly1-118/+119
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25533 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Sansa AMSv2: Do not disable DMA synchronization logic for as3525v2. The ↵Jack Halpin1-0/+3
DMA controller and the SD controller run at different clock speeds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25532 a1c6a512-1295-4272-9138-f99709370657
2010-04-08sd-as3525v2: Start out with all MCI Interrupts masked.Jack Halpin1-1/+2
Before the clock settings were fixed this setting actually caused the problem it now seems to solve. Random freezups seem to be gone for clip+ at least. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25531 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Add lang strings to hotkey setting macrosJeffrey Goode1-2/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25530 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Hotkey: better settings handling, fewer saved variables, localizable hotkey ↵Jeffrey Goode6-33/+84
info list git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25529 a1c6a512-1295-4272-9138-f99709370657
2010-04-08Manual update for hotkey referenceJeffrey Goode1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25528 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Insert links to the explanations of hotkey where it's mentioned.Dominik Riebeling3-8/+11
Flyspray: FS#11188 Author: Alexander Levin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25527 a1c6a512-1295-4272-9138-f99709370657
2010-04-07FS#11187 - diacritic.c is in 'drivers' but it does not belong thereTomer Shalev4-4/+4
- Move diacritic.c to firmware/common - The function is_diacritic returns bool now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25526 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Make ATA code not bother to retry requests that return IDNF (specified ↵Torne Wuff9-0/+19
sector not valid). There's no point retrying these requests for five seconds, the sector number isn't going to get any more valid. It interferes with being able to detect broken drives like the 5.5G 80GB iPod's. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25525 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Gigabeat S: Add some sanity checks for a strange charging anomaly that I ↵Michael Sevakis2-23/+72
have personally witnessed twice-- no, I don't have photos or a YT video but it did happen. Details are given in a comment in powermgmt-imx31.c. If it happens again, the checks may serve to reveal the true cause. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25524 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Set SVN keywordsAlexander Levin0-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25523 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Set SVN keywords; small addition to the comment.Alexander Levin1-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25522 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Add comment to is_diacritic()Tomer Shalev1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25521 a1c6a512-1295-4272-9138-f99709370657
2010-04-07rbutil: Hebrew translationTomer Shalev1-160/+190
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25520 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Text viewer: Fix yellowTomer Shalev1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25519 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Fix layout special case for hebrew failing for system language (FS#11180).Dominik Riebeling1-1/+1
For hebrew, a special case handles switching to RTL. Make this work if the language selection is done by the system environment, i.e. no language has been selected by the user previously. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25518 a1c6a512-1295-4272-9138-f99709370657
2010-04-07FS#11185 - Text viewer returns div by 0 if font is missing, renamed or corruptedTomer Shalev1-10/+35
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25517 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Text viewer: Fix redTomer Shalev1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25516 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Text viewer: Fix RTL languages and diacritic characters supportTomer Shalev3-55/+125
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25515 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Text viewer: Replace macros with inline functions (which are about to be ↵Tomer Shalev1-12/+20
extended in the following commits) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25514 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Text viewer: Use exact width for lcd_fillrect (no actuall change)Tomer Shalev1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25513 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Text viewer: Make global variables staticTomer Shalev1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25512 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Text viewer: Fix limit calculation in col_limit() which maximizes ↵Tomer Shalev1-1/+1
overlapping in wide mode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25511 a1c6a512-1295-4272-9138-f99709370657
2010-04-07Text viewer: Fix possible memory corruptionTomer Shalev1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25510 a1c6a512-1295-4272-9138-f99709370657