summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-24Fix android hardware button handling so it actually works.Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28345 a1c6a512-1295-4272-9138-f99709370657
2010-10-24update Japanese translation.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28343 a1c6a512-1295-4272-9138-f99709370657
2010-10-24AMSv2: fix bootloader build with USB enabledRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28342 a1c6a512-1295-4272-9138-f99709370657
2010-10-24Fix FS#11559 - no sound from ipod fm remote on ipod nano 1g.Bertrik Sikken
This fix implements audiohw_set_monitor for the wm8975 codec (used in ipod nano 1g, nano 2g, color, 4g) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28341 a1c6a512-1295-4272-9138-f99709370657
2010-10-23Updated Danish translationJonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28338 a1c6a512-1295-4272-9138-f99709370657
2010-10-23FS#11694 by Francisco Villa - update Spanish.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28336 a1c6a512-1295-4272-9138-f99709370657
2010-10-23Make english.lang use consistant spacing to avoid problems with the ↵Jonas Häggqvist
automatic translation site ("*:none" is wrong - "*: none" is right). Change other languages to match. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28332 a1c6a512-1295-4272-9138-f99709370657
2010-10-23fix leak-file-handles.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28330 a1c6a512-1295-4272-9138-f99709370657
2010-10-22simplify rockbox_browse a bit and reuse buffer.Teruaki Kawashima
use const for argument of set_current_file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28328 a1c6a512-1295-4272-9138-f99709370657
2010-10-22Set svn propertiesMarcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28326 a1c6a512-1295-4272-9138-f99709370657
2010-10-22MPIO HD200 - revert change in crt0.S introduced in r28270 to get rid of ↵Marcin Bukat
strange noise produced by buttons on startup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28325 a1c6a512-1295-4272-9138-f99709370657
2010-10-22MPIO HD200 - squash long standing bug in bootloader which prevented booting ↵Marcin Bukat
OF if doing coldstart on battery only. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28324 a1c6a512-1295-4272-9138-f99709370657
2010-10-21HDD6330: add the simulator.Szymon Dziok
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28323 a1c6a512-1295-4272-9138-f99709370657
2010-10-21HDD6330: fix loading of the OF through the Rockbox bootloader (correct magic ↵Szymon Dziok
values in registers at the start), fix bootloader warnings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28322 a1c6a512-1295-4272-9138-f99709370657
2010-10-21HDD6330 and HDD1630: split the code for the backlight, cause it's rather ↵Szymon Dziok
different for these targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28321 a1c6a512-1295-4272-9138-f99709370657
2010-10-21Serbian language update - FS#11693 by Ivan PesicBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28319 a1c6a512-1295-4272-9138-f99709370657
2010-10-21Spanish language update - FS#11692 by Francisco VilaBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28317 a1c6a512-1295-4272-9138-f99709370657
2010-10-21Add plugin keymaps to fft for the GoGear SA9200.Robert Menes
Also fix some errors in pluginlib_actions.c which were causing the SA9200 build to crap out when building plugins, and also disable plugins for the SA9200 in the configure script (no idea why they were enabled in the first place!) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28316 a1c6a512-1295-4272-9138-f99709370657
2010-10-20The c200's blind description also applies to the c200Robert Menes
v2, so add that to the c200v2 manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28315 a1c6a512-1295-4272-9138-f99709370657
2010-10-19rockboxdev.sh: Fix build failure on cygwin by not trying to remove the ↵Torne Wuff
current directory On Windows you can't delete a directory that's in use, so deleting $builddir while inside it fails. The script now leaves the individual tool build directory then just deletes that (and the corresponding source) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28314 a1c6a512-1295-4272-9138-f99709370657
2010-10-19Spanish language update - FS#11688 by Francisco VilaBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28311 a1c6a512-1295-4272-9138-f99709370657
2010-10-18checkwps: properly zero the wps struct to avoid interesting issuesFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28308 a1c6a512-1295-4272-9138-f99709370657
2010-10-18HDD6330: Patch to enable/disable backlight.Szymon Dziok
Flyspray FS#11462 Author: David Fowle git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28307 a1c6a512-1295-4272-9138-f99709370657
2010-10-18HDD6330: Try to adapt the keys for the new touchpad code, remove the non ↵Szymon Dziok
existing buttons, enable morse input. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28306 a1c6a512-1295-4272-9138-f99709370657
2010-10-18Replace parse_testcodec.pl with a bit more powerful script.Thomas Martitz
It can compare more than one result file at a time giving additional speedup colums, is more robust (RaaA results don't have the "MHz needed for realtime" line which is handled with this one) and has a mode to output the results in a form readable by spreadsheet software for nice graphs. Needs Ruby 1.9.x git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28305 a1c6a512-1295-4272-9138-f99709370657
2010-10-18MPIO HD200 - fix stupid typo introduced in r28270 which forced device hard ↵Marcin Bukat
shutdown during boot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28304 a1c6a512-1295-4272-9138-f99709370657
2010-10-18Don't try to show a backdrop if the bmp wasnt loaded successfullyJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28303 a1c6a512-1295-4272-9138-f99709370657
2010-10-17Update the polish translation.Mustapha Senhaji
Flyspray FS#11685 Author: Wojciech Lesniak git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28302 a1c6a512-1295-4272-9138-f99709370657
2010-10-17Fix FS#11676 - audio_status() returns AUDIO_STATUS_PLAY|AUDIO_STATUS_PAUSE ↵Thomas Martitz
if paused so only resume if AUDIO_STATUS_PLAY is the only bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28301 a1c6a512-1295-4272-9138-f99709370657
2010-10-17HDD6330: Configure touchpad (maximum touch sensivity, reduce transmissionSzymon Dziok
overhead). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28300 a1c6a512-1295-4272-9138-f99709370657
2010-10-17update Dutch language filePeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28299 a1c6a512-1295-4272-9138-f99709370657
2010-10-17add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28298 a1c6a512-1295-4272-9138-f99709370657
2010-10-17(Partially) Fix FS#11572 - no backdrop in the FM screen..\n the preset ↵Jonathan Gordon
question would clear it and not reset it, so reoder the code so it works git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28297 a1c6a512-1295-4272-9138-f99709370657
2010-10-17Oops #ifdef -> #ifNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28296 a1c6a512-1295-4272-9138-f99709370657
2010-10-17Accept FS#11606 by Michael Gentry, making ACTION_TREE_STOP stop radio too.Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28295 a1c6a512-1295-4272-9138-f99709370657
2010-10-16Restore translated strings removed by accident in the previous revision.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28294 a1c6a512-1295-4272-9138-f99709370657
2010-10-16Remove a lot of untranslated strings in the turkce translation since it was ↵Mustapha Senhaji
marked as "good translation" at http://translate.rockbox.org/, while it wasn't. Translator in turkce langage is welcome like for all other ones by the way. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28293 a1c6a512-1295-4272-9138-f99709370657
2010-10-16Fix minor typos in description fields.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28292 a1c6a512-1295-4272-9138-f99709370657
2010-10-16Update the french translation for the upcoming release.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28291 a1c6a512-1295-4272-9138-f99709370657
2010-10-16Make two local functions static in skin_tokens.cBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28290 a1c6a512-1295-4272-9138-f99709370657
2010-10-16skin_engine: struct gui_skin can be staticBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28289 a1c6a512-1295-4272-9138-f99709370657
2010-10-16fix loding of default remote viewers icons.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28288 a1c6a512-1295-4272-9138-f99709370657
2010-10-16Remove some inconsistent guarding around cpucache_* functions to fix a ↵Nils Wallménius
test_codec crash on coldfire, breaks plugin api compatibility so sorted and bumped version numbers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28287 a1c6a512-1295-4272-9138-f99709370657
2010-10-16Fix FS#10981: Viewers icons applied incorrectly.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28286 a1c6a512-1295-4272-9138-f99709370657
2010-10-16libtremor: tiny optimization 0.5%-1.5% on coldfire and PPNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28285 a1c6a512-1295-4272-9138-f99709370657
2010-10-15si4700 tuner: lower stereo switchover range, so it switches to stereo for ↵Bertrik Sikken
weaker signals. Should fix FS#11405. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28284 a1c6a512-1295-4272-9138-f99709370657
2010-10-15Pitch detector: do not break profiling builds.Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28283 a1c6a512-1295-4272-9138-f99709370657
2010-10-14Resistor calculator: make brace-style consistentFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28282 a1c6a512-1295-4272-9138-f99709370657
2010-10-14as3525v2-usb! fix suspicious calculation of next endpoint in INs chaining codeAmaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28281 a1c6a512-1295-4272-9138-f99709370657
2010-10-14fix option handling in configure for application. also tries to "make ↵Teruaki Kawashima
reconf" work, but realpath reports error... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28280 a1c6a512-1295-4272-9138-f99709370657