summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-25Opps fixed some e200 qnd h10 entries.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13985 a1c6a512-1295-4272-9138-f99709370657
2007-07-25FS#7478 (heavily modified by me).Jonathan Gordon
Dice now saves your config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13984 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Fix the bug where holding left no longer stopped at the browser root.Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13983 a1c6a512-1295-4272-9138-f99709370657
2007-07-25FS#6879 Case convertion for francais language by Simon Descarpentries and ↵Mustapha Senhaji
reworked by me. In bonus few voices strings changed to be as short as possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13982 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Correct plugin API versions, thanks to scorche.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13981 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Redo my previous commit. Highscore is only shown if there is room on the top ↵Jonathan Gordon
line for it, and also only if the current score is less than the high score. Also fix the annoying bug where "resume game" was selected in the menu after dying git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13980 a1c6a512-1295-4272-9138-f99709370657
2007-07-25fixed yellow, forgot to increase the plugin API versionKevin Ferrare
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13979 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Ported the archos player's jackpot plugin to bitmaps LCD (still need some ↵Kevin Ferrare
neat bitmaps), multi screen support for jackpot plugin and iriverify git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13978 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Show the high score on the bottom of the screen instead of sharing the top ↵Jonathan Gordon
line with the current score. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13977 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Some rewriting of the e200 ata driver. No more panicing. Faster card ↵Michael Sevakis
multiplexing. Some calculated yielding (further tuneable if needed). Hopefully more reliable in general. Easy revert if rebellious. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13976 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Fix overflow in noise coding. Greatly improves sound quality of some low ↵Michael Giacomelli
bitrate files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13975 a1c6a512-1295-4272-9138-f99709370657
2007-07-25Fix a bug that would cause a hang when shutting down from the recording ↵Michael Sevakis
screen during prerecording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13974 a1c6a512-1295-4272-9138-f99709370657
2007-07-24MP4: Fix a sign error preventing some files from playing (e.g., if tagged by ↵Magnus Holmgren
MusicBrainz). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13973 a1c6a512-1295-4272-9138-f99709370657
2007-07-24Prevent statusbar from flickering in the 'Set Time/Date' screenNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13972 a1c6a512-1295-4272-9138-f99709370657
2007-07-24Make genlang output correct .lng files when the 'none' keyword is used but ↵Nils Wallménius
is not all lowercase git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13971 a1c6a512-1295-4272-9138-f99709370657
2007-07-24Updated german translation once more because the previous one had some cases ↵Marianne Arnold
of ' '. Tried to improve wording a bit too, there is still room for further improvement. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13970 a1c6a512-1295-4272-9138-f99709370657
2007-07-24Check if the HW is capable of 22.050KHz playback, and revert to using ↵Dave Chapman
44.1Khz otherwise. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13969 a1c6a512-1295-4272-9138-f99709370657
2007-07-23Remove the mad_frame_overlap[] buffer from the main (IRAM) stack in order to ↵Dave Chapman
prevent the reported stack overflows. On Coldfire, there is enough room to keep it in IRAM, but not on PortalPlayer. However, this should not cause problems as the audio thread has an entire core to itself (except for buffering) and IRAM doesn't make much difference on PP502x. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13968 a1c6a512-1295-4272-9138-f99709370657
2007-07-23Fix FS#7441: Volume wasn't mapped correctly to the enum cases when using the ↵Nicolas Pennequin
%?pv WPS tag. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13967 a1c6a512-1295-4272-9138-f99709370657
2007-07-23Uptated Italian translation.Alessio Lenzi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13966 a1c6a512-1295-4272-9138-f99709370657
2007-07-23Follow-up of FS#7468 by Tobias Schladt: Correct some mistakes in the German ↵Nicolas Pennequin
lang file update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13965 a1c6a512-1295-4272-9138-f99709370657
2007-07-23FS7468 - updated German langJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13964 a1c6a512-1295-4272-9138-f99709370657
2007-07-23Fix a .lang mistake. The *: case should be the first in the list.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13963 a1c6a512-1295-4272-9138-f99709370657
2007-07-23Fix the text for settings which have a different title than what is shown in ↵Jonathan Gordon
the menu (i.e scroll options) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13962 a1c6a512-1295-4272-9138-f99709370657
2007-07-22Sim needs a duplicate of the button_get_data implementation.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13961 a1c6a512-1295-4272-9138-f99709370657
2007-07-22Add support for text-format genres in .mp4 files (AAC/ALAC).Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13960 a1c6a512-1295-4272-9138-f99709370657
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for ↵Michael Sevakis
use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13959 a1c6a512-1295-4272-9138-f99709370657
2007-07-22Add a verbosity level command line option to the chackwps tool. This should ↵Nicolas Pennequin
make life easier for the themes.rockbox.org people. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13958 a1c6a512-1295-4272-9138-f99709370657
2007-07-22Recorder V1: repair soft shutdown with the new action context handling.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13957 a1c6a512-1295-4272-9138-f99709370657
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon
Fixes problems with targets where the ACTION_STD_CANCEL event is a combo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13956 a1c6a512-1295-4272-9138-f99709370657
2007-07-21Queue song statistical data to the tagcache system and update entirely in ↵Miika Pekkarinen
background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13955 a1c6a512-1295-4272-9138-f99709370657
2007-07-21Accept FS#7425 by Jani Kinnunen: Updated Finnish language file.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13954 a1c6a512-1295-4272-9138-f99709370657
2007-07-21OoopsKevin Ferrare
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13953 a1c6a512-1295-4272-9138-f99709370657
2007-07-21This should fix dircache being disabled by my last commit.Kevin Ferrare
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13952 a1c6a512-1295-4272-9138-f99709370657
2007-07-21woops, fix the colour on the icons which are still blackJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13951 a1c6a512-1295-4272-9138-f99709370657
2007-07-21Fix the lowercase 'a ring'.Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13950 a1c6a512-1295-4272-9138-f99709370657
2007-07-21Fix 'Set time & date' screen display when the name of the day or month was ↵Nils Wallménius
not 3 letters long (german language uses 2 for days) also fix displaying of unicode and clean up code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13949 a1c6a512-1295-4272-9138-f99709370657
2007-07-21Fix red and remove an unneeded fileKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13948 a1c6a512-1295-4272-9138-f99709370657
2007-07-21Commit FS #7379 - This patch fixes most of the sound problems from the ↵Karl Kurbjun
previous version. This is a complete rewrite of VisualBoyAdvance's sound code from C++ to C. This patch also eliminates the need for some large tables giving more room in IRAM and the plugin buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13947 a1c6a512-1295-4272-9138-f99709370657
2007-07-21Fix decoding of misc sample rates that no one ever usesMichael Giacomelli
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13946 a1c6a512-1295-4272-9138-f99709370657
2007-07-20Add incomplete support for files using noise coding but not LSP. In ↵Michael Giacomelli
practice, this means files >= 20kbps will probably work, and those below will probably not. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13945 a1c6a512-1295-4272-9138-f99709370657
2007-07-20FS#6679 : Estonian language by Rene Allkivi with a few tweaks by me.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13944 a1c6a512-1295-4272-9138-f99709370657
2007-07-20Makes apps and plugins interract with directories using a posix-like api ↵Kevin Ferrare
instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13943 a1c6a512-1295-4272-9138-f99709370657
2007-07-20mpegplayer: Refine the earlier additions and be more explicit about a ↵Michael Sevakis
message intent by renaming it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13938 a1c6a512-1295-4272-9138-f99709370657
2007-07-20Fix nasty bug that causes low bitrate files to crash because of an incorrect ↵Michael Giacomelli
assumption about MDCT window sizes on my part. Clears the way for further low bitrate fixes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13937 a1c6a512-1295-4272-9138-f99709370657
2007-07-20Fixes red hopefullyKevin Ferrare
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13936 a1c6a512-1295-4272-9138-f99709370657
2007-07-20Dice plugin now works on remote and uses the action api ; cleaned up the ↵Kevin Ferrare
code a little bit as well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13935 a1c6a512-1295-4272-9138-f99709370657
2007-07-19'Fix' the 2 pixels that weren't in the right magic magenta transparent ↵Marianne Arnold
colour and showed as pink dot... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13934 a1c6a512-1295-4272-9138-f99709370657
2007-07-19Make the audio thread debug screen leavable on H10 (and potentially other ↵Jens Arnold
targets where ACTION_STD_CANCEL is a two-part acion). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13933 a1c6a512-1295-4272-9138-f99709370657
2007-07-19Slight speedup for iAudio remote LCD update when the CPU isn't boosted.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13932 a1c6a512-1295-4272-9138-f99709370657