summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
* FS#7478 (heavily modified by me).Jonathan Gordon2007-07-25
| | | | | | | Dice now saves your config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13984 a1c6a512-1295-4272-9138-f99709370657
* Fix the bug where holding left no longer stopped at the browser root.Jonathan Gordon2007-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13983 a1c6a512-1295-4272-9138-f99709370657
* FS#6879 Case convertion for francais language by Simon Descarpentries and ↵Mustapha Senhaji2007-07-25
| | | | | | 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
* Correct plugin API versions, thanks to scorche.Steve Bavin2007-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13981 a1c6a512-1295-4272-9138-f99709370657
* Redo my previous commit. Highscore is only shown if there is room on the top ↵Jonathan Gordon2007-07-25
| | | | | | | | | 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
* fixed yellow, forgot to increase the plugin API versionKevin Ferrare2007-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13979 a1c6a512-1295-4272-9138-f99709370657
* Ported the archos player's jackpot plugin to bitmaps LCD (still need some ↵Kevin Ferrare2007-07-25
| | | | | | 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
* Show the high score on the bottom of the screen instead of sharing the top ↵Jonathan Gordon2007-07-25
| | | | | | line with the current score. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13977 a1c6a512-1295-4272-9138-f99709370657
* Some rewriting of the e200 ata driver. No more panicing. Faster card ↵Michael Sevakis2007-07-25
| | | | | | 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
* Fix overflow in noise coding. Greatly improves sound quality of some low ↵Michael Giacomelli2007-07-25
| | | | | | bitrate files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13975 a1c6a512-1295-4272-9138-f99709370657
* Fix a bug that would cause a hang when shutting down from the recording ↵Michael Sevakis2007-07-25
| | | | | | screen during prerecording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13974 a1c6a512-1295-4272-9138-f99709370657
* MP4: Fix a sign error preventing some files from playing (e.g., if tagged by ↵Magnus Holmgren2007-07-24
| | | | | | MusicBrainz). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13973 a1c6a512-1295-4272-9138-f99709370657
* Prevent statusbar from flickering in the 'Set Time/Date' screenNils Wallménius2007-07-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13972 a1c6a512-1295-4272-9138-f99709370657
* Updated german translation once more because the previous one had some cases ↵Marianne Arnold2007-07-24
| | | | | | 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
* Check if the HW is capable of 22.050KHz playback, and revert to using ↵Dave Chapman2007-07-24
| | | | | | 44.1Khz otherwise. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13969 a1c6a512-1295-4272-9138-f99709370657
* Remove the mad_frame_overlap[] buffer from the main (IRAM) stack in order to ↵Dave Chapman2007-07-23
| | | | | | 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
* Fix FS#7441: Volume wasn't mapped correctly to the enum cases when using the ↵Nicolas Pennequin2007-07-23
| | | | | | %?pv WPS tag. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13967 a1c6a512-1295-4272-9138-f99709370657
* Uptated Italian translation.Alessio Lenzi2007-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13966 a1c6a512-1295-4272-9138-f99709370657
* Follow-up of FS#7468 by Tobias Schladt: Correct some mistakes in the German ↵Nicolas Pennequin2007-07-23
| | | | | | lang file update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13965 a1c6a512-1295-4272-9138-f99709370657
* FS7468 - updated German langJonathan Gordon2007-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13964 a1c6a512-1295-4272-9138-f99709370657
* Fix a .lang mistake. The *: case should be the first in the list.Michael Sevakis2007-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13963 a1c6a512-1295-4272-9138-f99709370657
* Fix the text for settings which have a different title than what is shown in ↵Jonathan Gordon2007-07-23
| | | | | | the menu (i.e scroll options) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13962 a1c6a512-1295-4272-9138-f99709370657
* Add support for text-format genres in .mp4 files (AAC/ALAC).Magnus Holmgren2007-07-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13960 a1c6a512-1295-4272-9138-f99709370657
* Wheel acceleration for e200. A general acceleration interface intended for ↵Michael Sevakis2007-07-22
| | | | | | 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
* Add a verbosity level command line option to the chackwps tool. This should ↵Nicolas Pennequin2007-07-22
| | | | | | make life easier for the themes.rockbox.org people. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13958 a1c6a512-1295-4272-9138-f99709370657
* Recorder V1: repair soft shutdown with the new action context handling.Jens Arnold2007-07-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13957 a1c6a512-1295-4272-9138-f99709370657
* remove the need for action_signalscreenchange().Jonathan Gordon2007-07-22
| | | | | | | 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
* Queue song statistical data to the tagcache system and update entirely in ↵Miika Pekkarinen2007-07-21
| | | | | | 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
* Accept FS#7425 by Jani Kinnunen: Updated Finnish language file.Nicolas Pennequin2007-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13954 a1c6a512-1295-4272-9138-f99709370657
* woops, fix the colour on the icons which are still blackJonathan Gordon2007-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13951 a1c6a512-1295-4272-9138-f99709370657
* Fix 'Set time & date' screen display when the name of the day or month was ↵Nils Wallménius2007-07-21
| | | | | | 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
* Fix red and remove an unneeded fileKarl Kurbjun2007-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13948 a1c6a512-1295-4272-9138-f99709370657
* Commit FS #7379 - This patch fixes most of the sound problems from the ↵Karl Kurbjun2007-07-21
| | | | | | 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
* Fix decoding of misc sample rates that no one ever usesMichael Giacomelli2007-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13946 a1c6a512-1295-4272-9138-f99709370657
* Add incomplete support for files using noise coding but not LSP. In ↵Michael Giacomelli2007-07-20
| | | | | | 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
* FS#6679 : Estonian language by Rene Allkivi with a few tweaks by me.Nicolas Pennequin2007-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13944 a1c6a512-1295-4272-9138-f99709370657
* Makes apps and plugins interract with directories using a posix-like api ↵Kevin Ferrare2007-07-20
| | | | | | 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
* mpegplayer: Refine the earlier additions and be more explicit about a ↵Michael Sevakis2007-07-20
| | | | | | message intent by renaming it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13938 a1c6a512-1295-4272-9138-f99709370657
* Fix nasty bug that causes low bitrate files to crash because of an incorrect ↵Michael Giacomelli2007-07-20
| | | | | | 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
* Fixes red hopefullyKevin Ferrare2007-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13936 a1c6a512-1295-4272-9138-f99709370657
* Dice plugin now works on remote and uses the action api ; cleaned up the ↵Kevin Ferrare2007-07-20
| | | | | | code a little bit as well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13935 a1c6a512-1295-4272-9138-f99709370657
* 'Fix' the 2 pixels that weren't in the right magic magenta transparent ↵Marianne Arnold2007-07-19
| | | | | | colour and showed as pink dot... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13934 a1c6a512-1295-4272-9138-f99709370657
* Make the audio thread debug screen leavable on H10 (and potentially other ↵Jens Arnold2007-07-19
| | | | | | 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
* MpegPlayer: Add a simple messaging scheme for sending stream commands. ↵Michael Sevakis2007-07-19
| | | | | | Remove the need to disable FIQ when adding to PCM buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13931 a1c6a512-1295-4272-9138-f99709370657
* Fix the problem where settings stopped saving automaticallyJonathan Gordon2007-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13929 a1c6a512-1295-4272-9138-f99709370657
* Demystify plugin would have crashed ...Kevin Ferrare2007-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13928 a1c6a512-1295-4272-9138-f99709370657
* Remote keys support for the demystify plugin (added remote_directions to the ↵Kevin Ferrare2007-07-19
| | | | | | plugins actions), updated key bindings in manual git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13927 a1c6a512-1295-4272-9138-f99709370657
* Cleaned up the demistify plugin a litle bit, switched the key handling to ↵Kevin Ferrare2007-07-18
| | | | | | the action API git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13926 a1c6a512-1295-4272-9138-f99709370657
* Cosmetic changes - update a comment and add more info to a DEBUGFDave Chapman2007-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13925 a1c6a512-1295-4272-9138-f99709370657
* simplified the codec specification part in configureDaniel Stenberg2007-07-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13922 a1c6a512-1295-4272-9138-f99709370657