summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2009-06-20Fix a few HID contexts to use proper preconditons (no more pause-before-stop ↵Jens Arnold
and stop event flooding). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21366 a1c6a512-1295-4272-9138-f99709370657
2009-06-20Language updates:Jonas Häggqvist
- Arabic by Raafat Akkad (FS#10351). - Danish by me. - French by Michaël Burtin (FS#10299). - Hebrew by Tomer Shalev and Sasha Khamkov (FS#10300). - Japanese by Yoshihisa Uchida (FS#10348). - Portuguese by Rui Araújo (FS#10342). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21364 a1c6a512-1295-4272-9138-f99709370657
2009-06-19Fixed searches from tagcache when there is a sudden need to open a tag file ↵Miika Pekkarinen
on the fly. Thanks to Andrew Mahoney for pointing out the issue. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21351 a1c6a512-1295-4272-9138-f99709370657
2009-06-19Slightly rearrange statements. No functional change but RAM and binary are ↵Alexander Levin
reduced. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21350 a1c6a512-1295-4272-9138-f99709370657
2009-06-192-point and 1-point JPEG IDCT ARM assembly, remove comment in jpeg_load.c ↵Andrew Mahone
about inline asm, change loop condition to be a bit safer in case of bad values being passed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21349 a1c6a512-1295-4272-9138-f99709370657
2009-06-19Philips SA9200: Working touchpad and button lights! Also, improvements to ↵Mark Arigo
the keymap (still needs work). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21346 a1c6a512-1295-4272-9138-f99709370657
2009-06-19Core JPEG decoder improvements:Andrew Mahone
For >8-point vertical IDCT, transpose the coefficients while decoding them, so that the vertical IDCT can read in rows rather than columns. This improves speed a bit for this size even using the C IDCT. Remove inline ARM asm, replacing it with an external file containing pure asm IDCT functions. Add jpeg_ prefix to JPEG IDCT functions since some of them will now be visible globally. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21345 a1c6a512-1295-4272-9138-f99709370657
2009-06-18Update German translation.Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21327 a1c6a512-1295-4272-9138-f99709370657
2009-06-18Restore the ACTION_REDRAW case as it was before r20661 (with a slight change ↵Marianne Arnold
as suggested by Thomas Martitz). Without it you could get trapped in the WPS on targets with software hold as disabling hold again did not work correctly. Also fix(ed) typos... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21325 a1c6a512-1295-4272-9138-f99709370657
2009-06-18Revert r21307 - it was not an agreed change and should never have been ↵Dave Chapman
committed. See discussion at http://www.rockbox.org/mail/archive/rockbox-dev-archive-2009-06/0175.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21323 a1c6a512-1295-4272-9138-f99709370657
2009-06-17Updated italian translation.Alessio Lenzi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21322 a1c6a512-1295-4272-9138-f99709370657
2009-06-17Fix silly typo in comment, but nothing more.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21318 a1c6a512-1295-4272-9138-f99709370657
2009-06-17Rework internal timestretch enable/disable code - fix FS#10341(hopefully).Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21317 a1c6a512-1295-4272-9138-f99709370657
2009-06-17Commit FS#10335 from Jeffrey Goode.Dan Everton
Ensure that the PCM buffer is flushed at the end of the last track in a playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21316 a1c6a512-1295-4272-9138-f99709370657
2009-06-16Touchscreen targets: add calibration screen + rewrite calibration driver ↵Maurus Cuelenaere
(FS#10295) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21312 a1c6a512-1295-4272-9138-f99709370657
2009-06-16Onda VX747: add ability to exit keyboard input using physical keysMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21311 a1c6a512-1295-4272-9138-f99709370657
2009-06-16Renamed routines and changed comments for clarity.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21309 a1c6a512-1295-4272-9138-f99709370657
2009-06-16fix mysterious yellow which was one commit too slowJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21308 a1c6a512-1295-4272-9138-f99709370657
2009-06-16For those who dont have the memory of a <Something that has really good ↵Jonathan Gordon
memory> show in the main menu that there is nothing to resume to stop the annoying "nothing to resume" splash git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21307 a1c6a512-1295-4272-9138-f99709370657
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon
Replace the old menu API with the "new" one (a very long time overdue so huge thanks for the work.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21306 a1c6a512-1295-4272-9138-f99709370657
2009-06-16Get rid of tdspeed_enabled in struct dsp_config and use the global_settings ↵Thomas Martitz
member instead. That one needs to be checked in tdspeed_init() as well, else the buffers are always allocated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21305 a1c6a512-1295-4272-9138-f99709370657
2009-06-15Remove unused variable and assignment.Michael Giacomelli
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21304 a1c6a512-1295-4272-9138-f99709370657
2009-06-15...and fixify *that* yellow too.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21295 a1c6a512-1295-4272-9138-f99709370657
2009-06-15Fixify that yellow.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21294 a1c6a512-1295-4272-9138-f99709370657
2009-06-15Fix FS#10331 and get mpegplayer working again.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21293 a1c6a512-1295-4272-9138-f99709370657
2009-06-15Fix yellowMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21292 a1c6a512-1295-4272-9138-f99709370657
2009-06-15Fix helloworld.lua for mono targets (+ add lcd_mono_bitmap() & ↵Maurus Cuelenaere
lcd_mono_bitmap_part() to Lua API) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21291 a1c6a512-1295-4272-9138-f99709370657
2009-06-15Fix helloworld.lua on grayscale targetsMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21290 a1c6a512-1295-4272-9138-f99709370657
2009-06-15Add helloworld Lua scriptMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21289 a1c6a512-1295-4272-9138-f99709370657
2009-06-15Fix red.Michael Giacomelli
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21287 a1c6a512-1295-4272-9138-f99709370657
2009-06-15FS#10327: Patch by Frederick Full to fix the scrollwheel and default Thomas Martitz
controls in Rockbox on the Fuze. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21286 a1c6a512-1295-4272-9138-f99709370657
2009-06-14Update Dutch langfilePeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21285 a1c6a512-1295-4272-9138-f99709370657
2009-06-14Remove explicit counter for rows/columns in IDCT, instead testing against a ↵Andrew Mahone
pointer calculated in store_row_jpeg. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21284 a1c6a512-1295-4272-9138-f99709370657
2009-06-14Adjust AC decode such that decode *always* stops before storing an unneeded ↵Andrew Mahone
coefficient. Remove extra lines from zag[] as it should not be possible to store a coefficient for k>63, even for corrupted files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21283 a1c6a512-1295-4272-9138-f99709370657
2009-06-13Fix redKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21281 a1c6a512-1295-4272-9138-f99709370657
2009-06-13M:Robe 500: Fix up 256 color blitting when in portrait mode, fix a mistake ↵Karl Kurbjun
in the plugin linker script, reduce the amount of memory used by overwriting IRAM with bss after program has started, clean up some tabs and formatting, resize the simulator when building for 640x480 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21280 a1c6a512-1295-4272-9138-f99709370657
2009-06-13Add appropriate sized cards for 640x480 screens based on svg-cards-2.0. ↵Karl Kurbjun
SOURCES is setup for 640x480 on a number of plugins as well, but graphics are not committed yet: will add as plugins are tested git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21279 a1c6a512-1295-4272-9138-f99709370657
2009-06-13Fix typo in comment.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21278 a1c6a512-1295-4272-9138-f99709370657
2009-06-13Commit FS#10328 by Melba Sitjar: add two missing strings to Tagalog.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21275 a1c6a512-1295-4272-9138-f99709370657
2009-06-13Fix a couple of spelling errors pointed out by Melba Sitjar.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21274 a1c6a512-1295-4272-9138-f99709370657
2009-06-12Fix the charcell viewport defaults. The statusbar is offscreen on charcell. ↵Jens Arnold
This fixes e.g. the yesno screen when deleting files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21267 a1c6a512-1295-4272-9138-f99709370657
2009-06-12Oops, fix Beast build.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21259 a1c6a512-1295-4272-9138-f99709370657
2009-06-12FS#8894 - Add time stretching feature to all SWCODEC targets - the current ↵Steve Bavin
algorithm is best for spoken word. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21258 a1c6a512-1295-4272-9138-f99709370657
2009-06-12Fix red.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21257 a1c6a512-1295-4272-9138-f99709370657
2009-06-11ARMv4 and ARMv5 inline assembly for 4-point IDCT.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21256 a1c6a512-1295-4272-9138-f99709370657
2009-06-11Move +128 offset out of range_limit, and add it to the DC coefficient in ↵Andrew Mahone
each idct*h routine, for a small binsize improvement on idct4h, idct8h, and idct16h, and a negligible speed increase. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21255 a1c6a512-1295-4272-9138-f99709370657
2009-06-11Don't compensate for lack of shift in second IDCT stage, allowing ↵Andrew Mahone
quantization table to be reduced to 16-bit. Reduce IDCT workspace to 16-bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21254 a1c6a512-1295-4272-9138-f99709370657
2009-06-11call default_event_handler() in action_userabort() for events other than ↵Frank Gevaerts
ACTION_STD_CANCEL, so things like usb events work properly. This partly fixes FS#9957 (the database screen now works, WPS and recording don't) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21250 a1c6a512-1295-4272-9138-f99709370657
2009-06-10Fix FS#10101 and FS#8999. Buffering was stopped prematurely if a manual ↵Thomas Martitz
track skip occured in between, leaving the CPU boosted, because audio_fill_file_buffer() returned if a new track was requested no matter of the filling state. Now keep buffering if it's currently filling the buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21244 a1c6a512-1295-4272-9138-f99709370657
2009-06-10Fix a few syntax issues in Lithuanian translation, and change A to POWER for ↵Jonas Häggqvist
a Gigabeat F string. Do the same in the Russian translation (using the translation for POWER found elsewhere in the translation). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21243 a1c6a512-1295-4272-9138-f99709370657