summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2008-10-12Minor clean up, move common define to a header file and use TIME_AFTER macroNils Wallménius3-4/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18783 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Fix FS#9479 - "readonly" lists sometimes wrap when they shouldnt. part of ↵Jonathan Gordon1-7/+11
the fix forced it to disable wrapping for these lists.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18778 a1c6a512-1295-4272-9138-f99709370657
2008-10-11Updated italian translation.Alessio Lenzi1-0/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18774 a1c6a512-1295-4272-9138-f99709370657
2008-10-11* Make %t stricter by aborting if a value is not given.Jonathan Gordon3-3/+16
* Move the default value for %mv back into wps_parser.c where it belongs * Add the debug line for the %mv tag git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18773 a1c6a512-1295-4272-9138-f99709370657
2008-10-11update the %mv wps tag to let you specify how long it should wait after ↵Jonathan Gordon2-8/+11
being released to go back to false. e.g %mv2 will stay true for 2 seconds or %mv3.5 is 3.5 seconds (same as the %t syntax)... if no number is specified it defaults to 1 second git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18769 a1c6a512-1295-4272-9138-f99709370657
2008-10-10Forgot description for the new lang stringNils Wallménius1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18765 a1c6a512-1295-4272-9138-f99709370657
2008-10-10Search In PlaylistNils Wallménius2-15/+40
* Add a title to the list of search results. * Fix drawing of the statusbar. * Avoid splashing in every iteration of the search loop if no new hits, gives about 10x speedup on h300 when searching for a string that gives 30 hits in a playlist of 3000 tracks. * Boost cpu when searching, ~doubles the search speed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18764 a1c6a512-1295-4272-9138-f99709370657
2008-10-10Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the ↵Björn Stenberg4-0/+4687
first step in separating the generic metadata code and the id3-specific code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18760 a1c6a512-1295-4272-9138-f99709370657
2008-10-09change the %mv timeout to 1s which works better, also change the string to ↵Jonathan Gordon1-2/+2
show "v" instead of .:| if its not used as a conditional git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18759 a1c6a512-1295-4272-9138-f99709370657
2008-10-09Added missing Album Hart voice string and synced italian translation.Alessio Lenzi2-2/+36
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18757 a1c6a512-1295-4272-9138-f99709370657
2008-10-09Make it possible to interrupt md5sum. FS#9209 by Chrisopher Williams.Antoine Cellerier1-9/+25
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18756 a1c6a512-1295-4272-9138-f99709370657
2008-10-09FS#9460 - Add a tag %mv which can be used to check if the volume button is ↵Jonathan Gordon4-1/+18
being pressed (e.g %?mv<yes|no> ). It will stay true after its released for a little over half a second (not configurable unless someone comes up with a nice way to add a parameter to the tag? 1s is too long and .5s is too short... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18752 a1c6a512-1295-4272-9138-f99709370657
2008-10-08Bring Dutch language file up to datePeter D'Hoye1-0/+58
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18746 a1c6a512-1295-4272-9138-f99709370657
2008-10-08New recording setting to configure how mono recordings are made. Previously, ↵Peter D'Hoye8-23/+154
this was always L+R, which was kinda silly if your signal was on L only. This setting allows for L, R or L+R. SWCODEC only for now, to be added for HWCODEC (although that will only be L and L+R probably) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18745 a1c6a512-1295-4272-9138-f99709370657
2008-10-08Small fixes to the french translation by Eric Lassauge and Rafaël CarréNils Wallménius1-15/+37
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18744 a1c6a512-1295-4272-9138-f99709370657
2008-10-08Make the array static const char, and use it for direct lookup, saving ↵Jens Arnold1-15/+10
binsize this way. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18743 a1c6a512-1295-4272-9138-f99709370657
2008-10-08Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing ↵Nils Wallménius5-48/+79
Directory", patch by pondlife, some long line police by me, also kill a few error splashes in functions that could be called by threads other than UI git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18742 a1c6a512-1295-4272-9138-f99709370657
2008-10-08add morse input support to the Olympus m:robe 100, patch by Roy Wallace, FS#9450Marcoen Hirschberg1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18741 a1c6a512-1295-4272-9138-f99709370657
2008-10-07Another minor improvement: better pipelining and one less register used in ↵Jens Arnold1-14/+16
vector addition/ subtraction. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18739 a1c6a512-1295-4272-9138-f99709370657
2008-10-07APE: Further ARMv6 filter optimisations: Save 4 'ror's per round by ↵Jens Arnold1-81/+66
utilising the shift feature of the 'pack halfword' instructions in the unaligned vector addition/ subtraction, better pipelining in the aligned scalarproduct(), and a new method to calculate the unaligned scalarproduct(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18736 a1c6a512-1295-4272-9138-f99709370657
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when ↵Frank Gevaerts12-23/+27
checking for an actual disk (i.e. related to spindown, skipping,...) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18735 a1c6a512-1295-4272-9138-f99709370657
2008-10-07Updated italian translation file.Alessio Lenzi1-0/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18733 a1c6a512-1295-4272-9138-f99709370657
2008-10-07FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files ↵Robert Keevil4-6/+21
first - uploading software may need updating, see the LastFMLog wiki page git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18732 a1c6a512-1295-4272-9138-f99709370657
2008-10-07IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.Vitja Makarov33-0/+251
IAUDIO7: Define MODEL_NAME in config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18730 a1c6a512-1295-4272-9138-f99709370657
2008-10-07Accept FS#9325 (colourize digital vu_meter) by Clement Pit-Claudel.Rob Purchase1-3/+30
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18726 a1c6a512-1295-4272-9138-f99709370657
2008-10-06add the multivolume feature to LANG_DISK_NAME_MMC, to enable building ↵Frank Gevaerts1-0/+3
multivolume builds on non sansa/ondio git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18721 a1c6a512-1295-4272-9138-f99709370657
2008-10-05yes... i'm just trying to boost my ohloh score!Jonathan Gordon1-25/+25
(also minor code policing again) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18716 a1c6a512-1295-4272-9138-f99709370657
2008-10-05bit of code policeJonathan Gordon1-9/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18715 a1c6a512-1295-4272-9138-f99709370657
2008-10-05Accept FS#9231 - viewportify the pitch screen by Thomas Martitz.Jonathan Gordon4-64/+174
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18714 a1c6a512-1295-4272-9138-f99709370657
2008-10-05revert my commit from a few days ago.. It doesnt actually do anythingJonathan Gordon1-3/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18712 a1c6a512-1295-4272-9138-f99709370657
2008-10-05Fix a possible deadlock if the album art loading failsJonathan Gordon1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18711 a1c6a512-1295-4272-9138-f99709370657
2008-10-04Accept FS #9451 by Melba Sitjar: add missing strings to the Tagalog Language ↵Robert Menes1-0/+21
file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18708 a1c6a512-1295-4272-9138-f99709370657
2008-10-04Made some read-only arrays const, simplified a funky for-loop, fixed ↵Bertrik Sikken1-8/+8
potential memo buffer overflow, fixed spelling in calendar plugin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18707 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Fix warnings on non-arm targets.Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18702 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ↵Jens Arnold6-17/+76
Put the insane filter buffer into IRAM on coldfire and PP502x (just for completeness, as long as there's no better use). (3) Use the ARMv6 'ssat' instruction for saturation on Gigabeat S. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18701 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Speed up decoding on Gigabeat F/X and S by lowering BLOCKS_PER_LOOP. This ↵Jens Arnold1-1/+1
helps keeping things in the (L1) cache (except for -c5000). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18700 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Put the rangecoder struct into IRAM for a nice speedup on coldfire.Jens Arnold1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18699 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Fix red on Players, hopefully.Robert Menes1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18698 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Further speedup for ARMv6 by better pipelining in scalarproduct().Jens Arnold1-27/+53
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18697 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Recommit FS #9428 by David Hall. The SWCODEC targets should all work with ↵Robert Menes1-18/+18
this patch applied. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18695 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Fix static noise on armv6.Jens Arnold1-4/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18694 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Add preliminary ARMv5te optimisations (verified working, but can probably be ↵Jens Arnold3-3/+205
sped up further), and fix a comment in the ARMv6 code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18693 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Add armv6 specific asm code for the APE filters, speeding up -c2000..-c5000 ↵Jens Arnold2-0/+289
a bit on Gigabeat S. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18692 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Fix FS#9397 - calendar plugin shows incorrect calendars, fix suggested by ↵Nils Wallménius1-4/+0
Thomas Schott git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18690 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Revert r18687, as the patch appears to break battery_bench on the Archos ↵Robert Menes1-18/+18
Player. Should also fix red. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18689 a1c6a512-1295-4272-9138-f99709370657
2008-10-03fix yellow... should also actyually fix the issue...Jonathan Gordon1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18688 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Commit FS#9428 by David Hall: change battery bench messages on SWCODEC ↵Robert Menes1-18/+18
targets. The plugin should display the proper "canel" button on each target now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18687 a1c6a512-1295-4272-9138-f99709370657
2008-10-03Hopefully fix crashes if the start screen is set to previous and nvram.bin ↵Jonathan Gordon1-0/+3
becomes invalid git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18686 a1c6a512-1295-4272-9138-f99709370657
2008-10-02Fix FS#9296 by catching repeat events for wheel targets too, moved a bit of ↵Nils Wallménius1-154/+133
code around to simplify things. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18680 a1c6a512-1295-4272-9138-f99709370657
2008-09-29Fix FS#9418 'Player unresponsive while searching playlist with directory ↵Nils Wallménius1-0/+1
cache enabled' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18665 a1c6a512-1295-4272-9138-f99709370657