summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2009-10-04Show USB HID mouse mode in manual only in targets which supports itTomer Shalev1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22912 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Remove 'USB Keypad Mode' from USB screen, and instead use 'Multimedia Mode',Tomer Shalev6-60/+55
'Presentation Mode', etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22911 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Fixed wording in Hebrew languageTomer Shalev1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22910 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Brickmania: Fix paddle position jumps when an N powerup is picked up.Karl Kurbjun1-8/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22909 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Updated Hebrew translationTomer Shalev1-10/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22908 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Don't assume AUDIO_SRC_MIC always exists.Dave Chapman1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22907 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Correct the IRAM definitions for the S5L8700/8701 and add definitions for ↵Dave Chapman1-0/+10
plugins/codecs. The current split (64/64 core/plugins for S5L8700 and 96/80 core/plugins for S5L8701) is arbitrary and should probably be tweaked later git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22905 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Fix crash in early USB introduced in r22365 by moving the ↵Jens Arnold1-1/+5
gui_syncstatusbar_init() back to where it needs to be. The comment clearly stated that it needs to happen that early. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22903 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Fixed mouse keypad mode was not available with HAVE_USB_HID_MOUSETomer Shalev1-3/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22901 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Remove colon at the end of string since it is also used in settings menuTomer Shalev3-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22899 a1c6a512-1295-4272-9138-f99709370657
2009-10-03- Fixed typo in commentsTomer Shalev1-25/+25
- Added some comments - Removed spaces at the end of lines git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22897 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Updated Hebrew translationTomer Shalev1-911/+1475
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22896 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Fix FS#10597: Loadable keyboard layout rendered incorrectly.Teruaki Kawashima1-39/+43
Also fix out of bounds access to kbd_buf. Reset cursor position in keyboard when loading new virtual keyboard for the case size is different from previous one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22892 a1c6a512-1295-4272-9138-f99709370657
2009-10-03test_grey.c : use left/right on YH920 instead of rew/ffRafaël Carré1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22891 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Cleanup some logf info in dsp_set_compressorJeffrey Goode1-4/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22890 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Samsung YH920 : measured lcd scanrate is 69.7Hz => round to 70HzRafaël Carré1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22889 a1c6a512-1295-4272-9138-f99709370657
2009-10-03FS#10636: Quickscreen incorrect operation when menu has negative stepJeffrey Goode1-8/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22887 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Samsung YH* : fix test_scanrate compilation by defining an existing buttonRafaël Carré1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22886 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Slight cleanup of the calendar pluginNils Wallménius1-20/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22884 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Revert r22881 - USING_STORAGE_CALLBACK is not defined by config.h so cannot ↵Dave Chapman1-3/+1
be used in SOURCES git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22883 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Brickmania: Fix smaller screens, improve speed scaling and collision detection.Karl Kurbjun1-465/+665
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22882 a1c6a512-1295-4272-9138-f99709370657
2009-10-03battery_bench requires the register_storage_idle_func() and ↵Dave Chapman1-1/+3
unregister_storage_idle_func() functions, so only compile #if USING_STORAGE_CALLBACK. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22881 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Smarter check for failed packet parsing in RM. Also fixes a bug in playback ↵Mohamed Tarek3-18/+56
where sometimes "codec failure" is splashed at the end of playback. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22880 a1c6a512-1295-4272-9138-f99709370657
2009-10-02Updated italian translation.Alessio Lenzi1-3/+343
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22873 a1c6a512-1295-4272-9138-f99709370657
2009-10-02add gapless support for MP3 files encoded with iTunesMarcoen Hirschberg1-12/+38
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22872 a1c6a512-1295-4272-9138-f99709370657
2009-10-02Commit unrolled version of WMA's exponent decode taken from latest ffmpeg. ↵Michael Giacomelli1-11/+12
Gives a 1% speedup @ 192kbps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22871 a1c6a512-1295-4272-9138-f99709370657
2009-10-01add support for comments in ID3v2.2Marcoen Hirschberg1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22868 a1c6a512-1295-4272-9138-f99709370657
2009-09-30Actually qualify the tables put into .irodata in r22849 as 'const'. Also ↵Jens Arnold2-11/+11
mark fftorder[] as 'const'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22860 a1c6a512-1295-4272-9138-f99709370657
2009-09-30FS#10122 - Fix wrong format type of logf functions in speex.cTomer Shalev2-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22857 a1c6a512-1295-4272-9138-f99709370657
2009-09-30Fix delta in targets without HAVE_USBSTACK and USE_ROCKBOX_USB caused byTomer Shalev2-15/+33
redundant strings in lang file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22856 a1c6a512-1295-4272-9138-f99709370657
2009-09-30- Added USB HID documentation to the mr100 manualTomer Shalev2-15/+16
- Fixed mr100 keymap - Fixed wrong entry for mr100's pad in blackjack's manual entry git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22855 a1c6a512-1295-4272-9138-f99709370657
2009-09-30Fix red - Fix mr100 remote keymapTomer Shalev1-9/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22854 a1c6a512-1295-4272-9138-f99709370657
2009-09-30Fix red of r22852Tomer Shalev5-17/+67
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22853 a1c6a512-1295-4272-9138-f99709370657
2009-09-30Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev25-259/+1045
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22852 a1c6a512-1295-4272-9138-f99709370657
2009-09-29Change IDATA to ICONST for lookup tables since they're actually constant.Michael Giacomelli1-9/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22849 a1c6a512-1295-4272-9138-f99709370657
2009-09-27Clean up duplicate #includesBertrik Sikken5-6/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22845 a1c6a512-1295-4272-9138-f99709370657
2009-09-26Make the EQ screen usable in touchscreen grid mode by resolving keymap ↵Rob Purchase1-3/+3
conflicts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22841 a1c6a512-1295-4272-9138-f99709370657
2009-09-26new skin tag: %Sx|<english>| will display the current languages translation ↵Jonathan Gordon6-18/+64
of the "<english>" string. the <english> is the Source: bit in the .lang files. (must be exactly as it is there...) checkwps cannot verify that the string is correct so make sure to use the sim to verify the string is acurate. Also "fix" checkwps so %St|<setting>| can be accepted for the theme site git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22837 a1c6a512-1295-4272-9138-f99709370657
2009-09-25Rename struct skin_albumart members to be consistent with similar members of ↵Thomas Martitz4-54/+54
other structs. the albumart_ prefix is redundant. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22836 a1c6a512-1295-4272-9138-f99709370657
2009-09-25Redo 22825 but this time with caring about alignment.Thomas Martitz2-18/+9
Change coordinate members in struct skin_albumart to ints. That alone gives a tiny binsize decrease. Change the struct layout (some reordering) to enable more efficient alignment which reclaims 4 of the 8 bytes. Since there's usually only 1 aa struct this should be a net gain. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22835 a1c6a512-1295-4272-9138-f99709370657
2009-09-25Fix yellow: braces around logf statementsJeffrey Goode1-0/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22834 a1c6a512-1295-4272-9138-f99709370657
2009-09-25Replace limiter with dynamic range compressorJeffrey Goode21-498/+568
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22832 a1c6a512-1295-4272-9138-f99709370657
2009-09-25Brickmania: Correct the cycle time to match what it was on the H300.Karl Kurbjun1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22830 a1c6a512-1295-4272-9138-f99709370657
2009-09-25r22826 is causing data aborts when the wps is loaded in the parse_list ↵Karl Kurbjun1-2/+11
function - suspected reason is an improperly aligned pointer depending on how the buffer gets setup when translating a "d". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22827 a1c6a512-1295-4272-9138-f99709370657
2009-09-25Remove some some code in favor of a single parse_list() call.Thomas Martitz1-11/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22826 a1c6a512-1295-4272-9138-f99709370657
2009-09-24FS#9824: Fix FM channel spacing for EuropeBertrik Sikken2-2/+37
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22822 a1c6a512-1295-4272-9138-f99709370657
2009-09-23Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy).Magnus Holmgren10-1376/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22802 a1c6a512-1295-4272-9138-f99709370657
2009-09-23Better menu verbiage for test_codecJeffrey Goode1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22797 a1c6a512-1295-4272-9138-f99709370657
2009-09-23Use singular to make a few strings in the German translation sound a bit ↵Marianne Arnold1-6/+6
more like a setting, corresponding to the initial English change. (still open to suggestions) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22792 a1c6a512-1295-4272-9138-f99709370657
2009-09-23French translation: minor rewording for one string.Mustapha Senhaji1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22790 a1c6a512-1295-4272-9138-f99709370657