rockbox/apps/plugins
Jean-Louis Biasini d8fd988cf2 stats's plugin PLA integration (main code + manual)
1) this patch replace all keymaps with PLA ones. It also clean some optionnal
 compiling that are not needed anymore througt PLA

2) the patch also made required change to the manual in order to match code's
 change.

3) it also add an alternative exit button (PLA_EXIT or  PLA_CANCEL)

TO TEST:
I'm not sure if remote control works anymore and cannot test it. I'm not
sure about the way PLA handle those so if that doesn't work let me know ;)

Change-Id: I3fb81e75ef6e4d49e19be24f09c0413599ed0c9c
Reviewed-on: http://gerrit.rockbox.org/90
Tested-by: Thomas Martitz <kugel@rockbox.org>
Reviewed-by: Thomas Martitz <kugel@rockbox.org>
2012-02-22 09:15:50 +01:00
..
beatbox FS#12273 - use buflib for font storage. thanks to the testers :) 2011-09-24 13:19:34 +00:00
bitmaps Fixed clock bitmaps for Sansa Clip Zip (96x96x16) 2012-02-21 20:59:17 +01:00
chessbox MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
clock Make local functions static in clock and chessbox plugin 2011-12-31 20:29:08 +00:00
doom MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
fft application: Enable chipper and fft plugins. 2012-01-27 09:15:05 +01:00
fractals Fuze+: fractals's plugin keymaps reworks 2012-02-21 18:08:08 +01:00
frotz Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
goban HD200: fix typo in goban keymap 2012-02-02 16:07:50 +01:00
imageviewer libarm_support references code in libplugin, so put libarm_support first of the two when linking. There may be better solutions, but this fixes linking problems for me (on Cygwin). 2012-02-18 16:51:50 +01:00
lib Fuze+ PLA_EXIT slight mapping cleanup 2012-02-09 16:43:53 +01:00
lua Fix lua unused-variable warning by introducing UNUSED_ATTR. 2012-02-17 12:08:27 +01:00
midi midi plugin: make local functions static where possible 2012-02-18 12:06:48 +01:00
mikmod FS#12273 - use buflib for font storage. thanks to the testers :) 2011-09-24 13:19:34 +00:00
mpegplayer Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
pacbox fuzeplus: update plugins keymaps (FS#12405) 2012-01-15 02:29:30 +01:00
pdbox Fix wrong pointer arithmetic in the PDbox aiff header writing code 2012-01-22 21:41:38 +01:00
pictureflow MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
reversi reversi: Fix viewport initialization. Improve button layout for portrait. Enable for toucschreen RaaA. 2012-01-30 00:17:47 +01:00
rockboy MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
searchengine Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
shortcuts plugins: another round of making local functions static 2011-10-15 20:38:08 +00:00
sudoku MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
text_viewer MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
zxbox zxbox: make source files include their header file and make function static where possible 2012-02-15 22:32:43 +01:00
alarmclock.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
alpine_cdc.c plugins: another round of making local things static and adding missing #includes 2011-12-28 11:32:13 +00:00
battery_bench.c Enable (and fix) battery_bench on hosted targets. 2011-12-31 13:35:19 +00:00
bench_mem_jpeg.c plugins: use lcd_putsf/lcd_putsxyf 2010-08-28 21:46:45 +00:00
bench_scaler.c plugins: use lcd_putsf/lcd_putsxyf 2010-08-28 21:46:45 +00:00
blackjack.c HD300: fix messages in blackjack 2012-02-02 14:55:51 +01:00
boomshine.lua Use PLA in boomshine.lua instead of the awkward kbd_input context. This enables it on RaaA. 2012-01-27 09:15:05 +01:00
bounce.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
brickmania.c brickmania: Use short Lvl %d level indicator if needed 2012-02-08 22:30:19 +01:00
bubbles.c Sansa Clip Zip: enable all plugins 2011-12-02 20:28:20 +00:00
BUILD_OVERLAY Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
calculator.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
calendar.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
CATEGORIES rocklife is much more a demo than a game. 2012-02-06 09:29:39 +01:00
chessbox.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
chessclock.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
chip8.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
chopper.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
clix.c clix: Remove redundant touchscreen mode setting. Remove blocks on touch release (to avoid accidental moves). 2012-01-30 01:03:22 +01:00
codebuster.c plugins: use lcd_putsf/lcd_putsxyf 2010-08-28 21:46:45 +00:00
credits.c * Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does. 2011-01-24 12:29:16 +00:00
credits.pl
crypt_firmware.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
cube.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
demystify.c plugins: another round of making local functions static 2011-10-15 20:38:08 +00:00
dice.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
dict.c plugins: make local functions static for a subset of plugins 2011-09-17 17:20:27 +00:00
disktidy.c disktidy: don't use "abort" for variable name as it might conflict 2011-12-14 04:42:03 +00:00
disktidy.config Revert r31239 and r31250. Selecting ALL in disktidy used to be generally safe for most people, and these changes change that, making it easy to delete most or all of a user's music. This is a *very* bad idea. 2011-12-26 00:03:28 +00:00
elfdep.pl
euroconverter.c Remove build conditions inside .c plugin files 2010-08-25 19:00:58 +00:00
fire.c Fix warnings 2011-10-15 20:51:12 +00:00
fireworks.c Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
firmware_flash.c fix r27926 : lcd_puts() not changed to lcd_putsf() 2010-08-28 21:54:24 +00:00
flipit.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
goban.c Fix yellows/reds. Red where caused by preprocessor condition mismatch. 2010-08-24 15:01:33 +00:00
greyscale.c * Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does. 2011-01-24 12:29:16 +00:00
helloworld.c Update comments in the helloword plugin. 2010-08-30 20:58:38 +00:00
helloworld.lua
invadrox.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
iriver_flash.c Fix warning about using static vars in non static inline functions with gcc 4.5. 2010-12-27 10:46:29 +00:00
iriverify.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
jackpot.c plugins: another round of making local things static and adding missing #includes 2011-12-28 11:32:13 +00:00
jewels.c fuzeplus: update plugins keymaps (FS#12405) 2012-01-15 02:29:30 +01:00
keybox.c Fix further 'variable set but not used' warnings reported from GCC 4.6.0. 2011-05-01 13:48:28 +00:00
lamp.c Fix reds. No need for #ifdef to save buttons anymore. 2012-02-08 19:01:10 +01:00
logo.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
lrcplayer.c Update lyrics player plugin for FONT_UI deprecation in r30932 (fix for FS#12374) 2011-11-10 02:50:30 +00:00
matrix.c Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
maze.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
mazezam.c * Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does. 2011-01-24 12:29:16 +00:00
md5sum.c Ged rid of uisimulator/common/io.c for android builds. 2010-09-01 21:29:34 +00:00
metronome.c plugins: another round of making local things static and adding missing #includes 2011-12-28 11:32:13 +00:00
minesweeper.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
mosaique.c Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
mp3_encoder.c Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
nim.c plugins: use lcd_putsf/lcd_putsxyf 2010-08-28 21:46:45 +00:00
oscilloscope.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
pegbox.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
pictureflow.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
pitch_detector.c AS3525v1/v2: 2011-12-08 19:20:00 +00:00
plasma.c Fix warnings 2011-10-15 20:51:12 +00:00
plugin.lds Sandisk Sansa Connect port (FS #12363) 2011-11-16 14:08:01 +00:00
plugin_crt0.c Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
plugins.make libarm_support references code in libplugin, so put libarm_support first of the two when linking. There may be better solutions, but this fixes linking problems for me (on Cygwin). 2012-02-18 16:51:50 +01:00
pong.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
properties.c file properties: display correctly file/folder sizes > 2GB 2011-12-26 23:39:43 +00:00
random_folder_advance_config.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
remote_control.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
resistor.c Fix FS#11675 : LED resistor calculator does not wait for keypress. Thanks to Michael Chicoine for reporting the bug. 2011-12-02 01:58:07 +00:00
robotfindskitten.c Declaration of 'pause' from robotfindskitten has conflicting types for 'pause' from android-ndk-r5 2011-01-22 18:27:05 +00:00
rockblox.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
rockblox1d.c rockblox1d's plugin PLA integration (main code + manual) 2012-02-18 23:57:22 +01:00
rockbox-fonts.config
rockbox_flash.c Improve rockbox_flash messages 2012-02-05 16:26:09 +01:00
rockboy.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
rocklife.c plugins: another round of making local functions static 2011-10-15 20:38:08 +00:00
rockpaint.c Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
search.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
settings_dumper.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
shopper.c plugins: make local functions static for a subset of plugins 2011-09-17 17:20:27 +00:00
sliding_puzzle.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
snake.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
snake2.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
snake2.levels
snow.c Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
sokoban.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
sokoban.levels
solitaire.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
sort.c plugins: make local functions static for a subset of plugins 2011-09-17 17:20:27 +00:00
SOURCES Rework powermgmt to enable code re-use on appliation and sims. 2012-01-03 23:44:38 +00:00
SOURCES.app_build clix: Add cells for 320x480. Enable for touchscreen RaaA. 2012-01-30 00:51:43 +01:00
spacerocks.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
splitedit.c plugins: another round of making local functions static 2011-10-15 20:38:08 +00:00
star.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
starfield.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
stats.c stats's plugin PLA integration (main code + manual) 2012-02-22 09:15:50 +01:00
stopwatch.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
stopwatch.lua stopwatch.lua: Improve button layout. Enable on touchscreen RaaA. 2012-01-29 22:35:49 +01:00
SUBDIRS Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
SUBDIRS.app_build reversi: Fix viewport initialization. Improve button layout for portrait. Enable for toucschreen RaaA. 2012-01-30 00:17:47 +01:00
superdom.c Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
test_boost.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
test_codec.c Fix building test plugins on non-touch targets, for real. 2012-01-29 22:35:49 +01:00
test_core_jpeg.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
test_disk.c rbpaths: Add new special dir HOME_DIR for RaaA. 2011-12-25 20:11:18 +00:00
test_fps.c Fix building test plugins on non-touch targets, for real. 2012-01-29 22:35:49 +01:00
test_gfx.c rbpaths: Add new special dir HOME_DIR for RaaA. 2011-12-25 20:11:18 +00:00
test_grey.c rbpaths: Add new special dir HOME_DIR for RaaA. 2011-12-25 20:11:18 +00:00
test_greylib_bitmap_scale.c HD300 - plugins keymaps 2010-11-30 10:52:14 +00:00
test_mem.c Higher precision for test_mem plugin. 2011-01-01 19:54:01 +00:00
test_mem_jpeg.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
test_resize.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
test_sampr.c Plugins: modify IRAM copying code 2010-08-30 20:47:53 +00:00
test_scanrate.c HD300 - plugins keymaps 2010-11-30 10:52:14 +00:00
test_touchscreen.c test_touchscreen.rock: Add keymap for sdl and android. 2012-01-27 09:15:05 +01:00
test_viewports.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
test_viewports.lua
text_editor.c text editor: decrease size of extension to reduce stack usage. 2010-10-01 14:40:28 +00:00
theme_remove.c Ged rid of uisimulator/common/io.c for android builds. 2010-09-01 21:29:34 +00:00
vbrfix.c GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. 2011-08-14 15:13:00 +00:00
video.c Fix warnings 2011-10-15 20:51:12 +00:00
viewers.config rocklife is much more a demo than a game. 2012-02-06 09:29:39 +01:00
vu_meter.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
wav2wv.c fix leak-file-handles. 2010-10-23 12:40:07 +00:00
wavplay.c Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead. 2011-02-02 17:43:32 +00:00
wavrecord.c Fix r29171 red. Forgot to replace a few. 2011-01-30 01:15:23 +00:00
wavview.c plugins: make local functions static for metronome, rockblox1d, wavview 2011-10-04 19:33:52 +00:00
wormlet.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
xobox.c MPIOs: keymap tweaks 2012-02-02 14:55:51 +01:00
zxbox.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00