summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes ↵Michael Giacomelli
Tamas. Adds preliminary support for numerous accessories that use the ipod serial port on the dock connector. See IpodAccessories for a list of tested devices. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19585 a1c6a512-1295-4272-9138-f99709370657
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more ↵Michael Sevakis
power_thread_sleep). Do other target-friendly simplifications, generic battery switch handling and split sim-specific code. Whoever can, please verify charging on the Archos Recorder (due to change in the charger duty cycle code). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19579 a1c6a512-1295-4272-9138-f99709370657
2008-12-24Updated italian translation.Alessio Lenzi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19578 a1c6a512-1295-4272-9138-f99709370657
2008-12-23Update German translation. Based on FS#9669 by Kaspar Rothenfusser (add him ↵Marianne Arnold
to CREDITS too, hopefully correct spelling) with additional tweaks by Tom Ross and me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19567 a1c6a512-1295-4272-9138-f99709370657
2008-12-23Updated Portuguese translation by Rui Araújo (FS#9700).Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19564 a1c6a512-1295-4272-9138-f99709370657
2008-12-23No need to have a separate voice string for the Player here, as voice isn't ↵Jens Arnold
displayed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19562 a1c6a512-1295-4272-9138-f99709370657
2008-12-23Language updates:Jonas Häggqvist
- Fix hebrew by me, should be safe. - Korean update by Sanggon Lee (FS#9690). - Walloon fixes by Stephane Quertinmont (FS#9698). - Russian update by Anton Veretenenko (FS#9676). - Greek update by Alexander Spyridakis (FS#9699). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19560 a1c6a512-1295-4272-9138-f99709370657
2008-12-22Slight speedup for the APE filters. Most noticeable on coldfire (+3.5% for ↵Jens Arnold
-c2000), but also helps on the arm targets (+0.9% for -c2000 on PP5002). This transformation is oveflow safe, as absres < 2^24 is guaranteed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19556 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Fix decoding of stereo frames with silence in only one channel. * Make the ↵Jens Arnold
standalone decoder contain debugging information. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19552 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Gigabeat S: Implement charging and power control to charge from AC or USB. ↵Michael Sevakis
Hold MENU while plugging USB cable to charge from USB without connecting. Under Windows, plugging USB for charging only but not connecting still needs to be properly handled (driver popup issue) but it will charge when connected normally-- no issue under Linux. Some accomodating changes made to powermgmt.c will soon be made nicer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19547 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Fix the last problem in the Korean translation.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19545 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Some more fixes.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19544 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Hopefully fix the Korean language and the yellow by restoring some phrases ↵Jonas Häggqvist
and removing a few. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19543 a1c6a512-1295-4272-9138-f99709370657
2008-12-21revert accidental commit of unrelated filesFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19539 a1c6a512-1295-4272-9138-f99709370657
2008-12-21merge 19488 back from the 3.1 branchFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19538 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Updated Korean translation by Sanggon Lee (FS#9690).Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19528 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Apply Tom Ross' fixes from FS#9670 to the Hebrew translation.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19527 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Language updates:Jonas Häggqvist
- Spanish by Fransisco Vila (FS#9678). - Hebrew by Tomer Shalev (FS#9670). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19524 a1c6a512-1295-4272-9138-f99709370657
2008-12-21fix FS#9687 - 'set song rating' should not be shown if the DB isnt useableJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19523 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Ugh. Really fix the source mismatch in the Serbian lang file. Someone please ↵Tom Ross
backport this to the 3.1 branch at the same time as other language updates. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19522 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Blindly attempt to fix my botched attempt at updating the Serbian language ↵Tom Ross
file. This may not be a proper translation but my previous change left a source and dest mismatch on two strings. Also update the voice strings while I'm at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19519 a1c6a512-1295-4272-9138-f99709370657
2008-12-21FS #9684. Japanese language update by Yoshihisa Uchida.Tom Ross
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19518 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Fix handling of 8 bit mono and stereo APE files, and also optimise 16 and 24 ↵Jens Arnold
bit output in the standalone decoder a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19517 a1c6a512-1295-4272-9138-f99709370657
2008-12-20French translation: oops, missed one added multivolume string and to ↵Mustapha Senhaji
deprecate one string. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19508 a1c6a512-1295-4272-9138-f99709370657
2008-12-20Sync some changes found in ffmpeg plus a spelling correction I forgot to commit.Tom Ross
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19503 a1c6a512-1295-4272-9138-f99709370657
2008-12-20Don't read a full byte if less than 8 bits are available. The change doesn't ↵Tom Ross
fix any problem samples, but the current code makes no sense. Also some spelling corrections in debugfs and comments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19502 a1c6a512-1295-4272-9138-f99709370657
2008-12-20Wrap some of the more ridiculously long lines introduced in the previous ↵Michael Giacomelli
revision. Whitespace changes only. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19501 a1c6a512-1295-4272-9138-f99709370657
2008-12-20Correctly implement remaining portions of ffmpeg's r8627 that I'd forgotten ↵Michael Giacomelli
about. This fixes a table overflow in low bitrate files that use noise coding, and in theory should be substantial improvement, but I haven't found any files were it makes a difference. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19500 a1c6a512-1295-4272-9138-f99709370657
2008-12-20Fix occasional glitch when switching from stereo to mono tracks due to ↵Michael Giacomelli
uninitialized m/s coding flag. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19498 a1c6a512-1295-4272-9138-f99709370657
2008-12-20Commit fix by Tom Ross in FS#7488 wherein a silly mistake noise coding ↵Michael Giacomelli
initialization is corrected. This sample alone has probably resulted in more WMA fixes then all other combined and I suspect there will still be at least one more. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19496 a1c6a512-1295-4272-9138-f99709370657
2008-12-20Fix bug where a mono file using noise coding would be corrupted if it was ↵Michael Giacomelli
played immediately after a stereo files using noise coding due to incorrect initialization of the decoder state. Thanks to Tom Ross for pointing out that initialization was incomplete on these files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19494 a1c6a512-1295-4272-9138-f99709370657
2008-12-19Update the french translation.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19478 a1c6a512-1295-4272-9138-f99709370657
2008-12-18Translation updates:Jonas Häggqvist
- Simplified Chinese by Xinlu Huang (FS#9664). - Traditional Chinese by Harry Tu (FS#9636). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19472 a1c6a512-1295-4272-9138-f99709370657
2008-12-17Polish translation update by Maciej Adamczak (FS#9659).Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19468 a1c6a512-1295-4272-9138-f99709370657
2008-12-17Changed some default settings for the 3.1 release:Björn Stenberg
Repeat: Off Backlight timeout: 15 seconds Replaygain: On Replaygain mode: Shuffle ("track" when shuffled, "album" otherwise) Warn when erasing dynamic playlist: On Backlight on button hold: Off Show path in browser: Current directory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19467 a1c6a512-1295-4272-9138-f99709370657
2008-12-16Accept FS#9646 by Christopher Williams which fixes a few radio preset bugs:Jonathan Gordon
* presets list does not scroll horizontally properly (due to the list_do_action() repeatedly timing out after 1 second) * when returning from the presets list to the main radio screen, the highlighted item in the list scrolls on main radio screen (if it's too wide for the screen, that is) * when adding a preset while in the presets list (with ACTION_FM_PRESET) the list is not updated with the new preset * when clearing presets (or deleting the last preset), the main screen still shows the same preset number * when deleting a preset, the current preset number doesn't change if it's past the end of the list (this is partially related to the previous issue) * the find_closest_preset() routine could be improved to actually find the closest frequency that is saved as a preset * inputting a preset name could be optimized in both time and space (especially in radio_add_preset()); also the length parameter to kbd_input() includes the null terminator, so I added one to those arguments git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19457 a1c6a512-1295-4272-9138-f99709370657
2008-12-15Moved database builder into a separate directory, and gave it its' own ↵Björn Stenberg
Makefile. Now it compiles cleanly and builds a database if ran in root of music tree. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19448 a1c6a512-1295-4272-9138-f99709370657
2008-12-15Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19443 a1c6a512-1295-4272-9138-f99709370657
2008-12-14fix yellowAndrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19440 a1c6a512-1295-4272-9138-f99709370657
2008-12-14remove unneeded testAndrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19439 a1c6a512-1295-4272-9138-f99709370657
2008-12-14Check that PCM is playing/recording *after* getting the current position ↵Michael Sevakis
from the hardware layer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19435 a1c6a512-1295-4272-9138-f99709370657
2008-12-14Accept patch in FS#9637 by Keith Perri, fixing a crash when loading a cfg ↵Nils Wallménius
which specified a non existant font. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19434 a1c6a512-1295-4272-9138-f99709370657
2008-12-14Yesterday's bugfix commit was buggy. Try again (FS#9634 by Thomas Martitz).Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19432 a1c6a512-1295-4272-9138-f99709370657
2008-12-13Deprecate LANG_RESTARTING_PLAYBACK in Serbian translation.Tom Ross
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19429 a1c6a512-1295-4272-9138-f99709370657
2008-12-13Fix some errors in the Serbian translation and bring it up to date (no ↵Tom Ross
translation changes). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19427 a1c6a512-1295-4272-9138-f99709370657
2008-12-13Updated Turkish translation by Brian Cloutier. His work isn't complete, so ↵Jonas Häggqvist
it's been automaticly merged with the old translation to hopefully produce the best possible combination of the two. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19425 a1c6a512-1295-4272-9138-f99709370657
2008-12-13Ooops, Thai and Tagalog can also be brought up to date by simply deprecating ↵Jonas Häggqvist
LANG_RESTARTING_PLAYBACK. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19424 a1c6a512-1295-4272-9138-f99709370657
2008-12-13Fix a small syntax issue that caused some trouble with the web translator ↵Jonas Häggqvist
interface. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19423 a1c6a512-1295-4272-9138-f99709370657
2008-12-13Deprecate LANG_RESTARTING_PLAYBACK in these languages (Danish, Swedish, ↵Jonas Häggqvist
Walloon, Catalan and Finnish) and add user: fields to a some phrases. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19422 a1c6a512-1295-4272-9138-f99709370657
2008-12-13A few new messages for robotfindskitten. Enjoy. :)Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19421 a1c6a512-1295-4272-9138-f99709370657