summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2009-05-24Lua: /me should learn about C arrays.. :/Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21065 a1c6a512-1295-4272-9138-f99709370657
2009-05-24Lua: fix rocklua_image issue + add LCD_RGBPACK & LCD_RGBUNPACK wrappersMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21064 a1c6a512-1295-4272-9138-f99709370657
2009-05-24Lua: add image handling + some other wrappersMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21063 a1c6a512-1295-4272-9138-f99709370657
2009-05-23fix another keymap (FS#10237 by Tomer Shalev)Frank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21062 a1c6a512-1295-4272-9138-f99709370657
2009-05-23Updated italian language file.Alessio Lenzi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21061 a1c6a512-1295-4272-9138-f99709370657
2009-05-23fix some keymaps to actually compile (FS#10237, by Tomer Shalev)Frank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21059 a1c6a512-1295-4272-9138-f99709370657
2009-05-23Fix wrong #ifdefs that sneaked inFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21056 a1c6a512-1295-4272-9138-f99709370657
2009-05-23Add HID keymap handling in usb screen. This allows to use the DAP as a ↵Frank Gevaerts
keypad to control the PC. The current keymaps are audio-oriented (play/pause/volume/...) (FS#10218 by Tomer Shalev) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21054 a1c6a512-1295-4272-9138-f99709370657
2009-05-23Reorganise USB stack defines. Now config.h decides which class drivers get ↵Frank Gevaerts
enabled instead of usb_core.h Also enable HID, and use that as the dummy class instead of charging-only for controllers that have working interrupt transfers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21053 a1c6a512-1295-4272-9138-f99709370657
2009-05-23Load PictureFlow logo from disk, discarding it after splash screen is done ↵Andrew Mahone
and freeing the used space for the slide cache. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21051 a1c6a512-1295-4272-9138-f99709370657
2009-05-23Patch by Wincent Balin of PDa plugin: update readme and disable shared librariesPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21050 a1c6a512-1295-4272-9138-f99709370657
2009-05-23Patch from Wincent Balin: Remove some duplicate code from the PDa pluginPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21049 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Lua: add stack traceback when erroring outMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21048 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Set svn propertiesMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21047 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Lua:Maurus Cuelenaere
* add action_get_touchscreen_press wrapper * fix kbd_input wrapper * rework luaL_loadfile * add rb.contexts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21046 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Update Dutch language file. Not overly happy with the translation of this, ↵Peter D'Hoye
though... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21045 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Add FS #10214. Initial commit of the original PDa code for the GSoC Pure ↵Peter D'Hoye
Data plugin project of Wincent Balin. Stripped some non-sourcefiles and added a rockbox readme that needs a bit more info from Wincent. Is added to CATEGORIES and viewers, but not yet to SUBDIRS (ie doesn't build yet) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21044 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Move the code segment that corrects the value of (number of packets) to Mohamed Tarek
the parser. This is strictly parser-related and main.c shouldn't have to deal with it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21043 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Modify the test program to read audio frames from a memory buffer rather Mohamed Tarek
than a file descriptor, to make the decoding process as much similar as to how it should be in rockbox. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21042 a1c6a512-1295-4272-9138-f99709370657
2009-05-22-Remove some unnecessary defines from rm.c.Mohamed Tarek
-Modify code related to the renamed rm.[c/h] instead of rm2wav.[c/h]. -Remove struct cook_extradata from rm.c as it is not used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21041 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Rename rm2wav.[c/h] to rm.[c/h]. No functional changes.Mohamed Tarek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21040 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Move wav related code to main.cMohamed Tarek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21039 a1c6a512-1295-4272-9138-f99709370657
2009-05-22FS#8627 - change 'beep volume' setting name to the more descriptive 'track ↵Marc Guay
skip beep' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21038 a1c6a512-1295-4272-9138-f99709370657
2009-05-22FS#10207 - Fix the ipod keymap for the recording screenMarc Guay
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21036 a1c6a512-1295-4272-9138-f99709370657
2009-05-22FS#10230 - Remove 'start new file if not recording' functionality from ↵Marc Guay
ACTION_REC_NEWFILE git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21034 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Don't build mpegplayer on targets with 2MB of RAM or less since it won't runRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21033 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Fix the 'cannot create /.../apps/plugins/lua/actions.lua: Directory ↵Maurus Cuelenaere
nonexistent' error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21027 a1c6a512-1295-4272-9138-f99709370657
2009-05-22FS#10211 Clear full size of display of calculator; not rounded size.Steve Gotthardt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21026 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Lua:Maurus Cuelenaere
* remove debug statement from llex.c * add DEBUGF to rocklua.c on parse error * add file_exists wrapper git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21025 a1c6a512-1295-4272-9138-f99709370657
2009-05-22Lua: add file handlingMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21024 a1c6a512-1295-4272-9138-f99709370657
2009-05-21Lua: add actions.lua to the zip fileMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21023 a1c6a512-1295-4272-9138-f99709370657
2009-05-21Lua: fix some issues with rocklibMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21022 a1c6a512-1295-4272-9138-f99709370657
2009-05-21Forgot to remove this testing code..Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21021 a1c6a512-1295-4272-9138-f99709370657
2009-05-21Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21020 a1c6a512-1295-4272-9138-f99709370657
2009-05-21revert r21016, as it doesn't solve anythingFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21019 a1c6a512-1295-4272-9138-f99709370657
2009-05-21Re-order usb init a bit, so software and hardware usb are the same. This ↵Frank Gevaerts
fixes FS#9957 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21016 a1c6a512-1295-4272-9138-f99709370657
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21013 a1c6a512-1295-4272-9138-f99709370657
2009-05-21Touchscreen targets: fix time-set screenMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21011 a1c6a512-1295-4272-9138-f99709370657
2009-05-21Remove some unused declarationsBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21010 a1c6a512-1295-4272-9138-f99709370657
2009-05-21Fix cover corruption reported in PictureFlow by Maurus Cuelenaere, bump ↵Andrew Mahone
CACHE_VERSION to force cache rebuilds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21005 a1c6a512-1295-4272-9138-f99709370657
2009-05-20Fix reds and yellows. The targets that showed have more that just #define ↵Thomas Martitz
(like inline functions) in their soc specific header, which the linker doesn't like of course. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21002 a1c6a512-1295-4272-9138-f99709370657
2009-05-20Sansa AMS: Centralise mapping of RAM and IRAM in as3525.h via #defines. This ↵Thomas Martitz
will hopefully make ongoing mmu work easier as less places need to be changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21000 a1c6a512-1295-4272-9138-f99709370657
2009-05-20Sansa Fuze : fix r20680 for pong plugin (BUTTON_REPEAT can't be used)Rafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20994 a1c6a512-1295-4272-9138-f99709370657
2009-05-20Support JPEG album art in sliding_puzzle.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20993 a1c6a512-1295-4272-9138-f99709370657
2009-05-18Rockblox: make sure the new restart combo on Player and Ondio does not ↵Marianne Arnold
interfere with the usual 'quit', even when pressing the Stop (or Off) button first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20984 a1c6a512-1295-4272-9138-f99709370657
2009-05-18Use TIME_BEFORE in bench_* plugins, and use 10s test duration.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20983 a1c6a512-1295-4272-9138-f99709370657
2009-05-17Make it possible to exit from the WPS on the Onda VX747Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20980 a1c6a512-1295-4272-9138-f99709370657
2009-05-17Fix duplicate #includesBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20977 a1c6a512-1295-4272-9138-f99709370657
2009-05-17Add HID related bits to the debug menu (work by Tomer Shalev)Frank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20976 a1c6a512-1295-4272-9138-f99709370657
2009-05-17Clean up some unused #includesBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20975 a1c6a512-1295-4272-9138-f99709370657