rockbox/apps/plugins
Nils Wallménius 01729e7a18 FS#9281 Rename of splash functions.
* Remove gui_splash()
* Rename gui_syncsplash() to splashf() and remove its voice 
capabilities.
* Rename the internal splash() to splash_internal() and introduce an 
externally visible splash() that handles simple splashing  without 
printf functionality e.g. splash(HZ, ID2P(LANG_FOO)); or splash(HZ, 
"foo"); if a LANG_* id is passed it will be voiced.
* Adjust all places that called gui_syncsplash() to use the correct 
variant from above.
* Export both new functions to plugins and adjust places calling 
rb->splash() to use the correct variant so that we now have naming 
consistency between the core and plugins.
* Fix one latent bug that would cause my sim to crash with the above 
changes and correct P2STR and P2ID macros, thanks to pondlife.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18282 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 08:27:39 +00:00
..
beatbox Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
bitmaps Quick fix for the failing m:robe 500 build. Proper rockblox graphics are needed to make it work correctly. 2008-05-25 21:31:36 +00:00
chessbox Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
clock Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. 2008-06-28 20:45:21 +00:00
doom Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
lib FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
midi Oops, revert unrelated changes 2008-07-27 20:40:20 +00:00
mpegplayer FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
pacbox FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
reversi Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
rockboy Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
searchengine Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
shortcuts FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
sudoku Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
zxbox FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
alpine_cdc.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
battery_bench.c Apply FS#9155 (Simplified battery bench). This is a simplification/rework of the current battery bench code. Battery measurements are now done simply once a minute (no more dependency on HDD specific timeouts) and are flushed to disk by using the ata_idle callback instead of polling ata_disk_is_active (this call is removed from the plugin API now) to make the plugin as unobtrusive as possible. This battery bench plugin also works for flash-based targets like sansa e200. 2008-08-14 22:35:00 +00:00
blackjack.c correct overlooked POWER<->A swaps for gigabeat plugins (thanks to Firestorm ZERO for reporting) and button fix for blackjack on mr100 2008-07-20 10:16:35 +00:00
bounce.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
brickmania.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
bubbles.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
calculator.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
calendar.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
CATEGORIES Keybox, encrypted password storage. Manual page comming soon 2008-07-07 14:04:18 +00:00
chessbox.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
chessclock.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
chip8.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
chopper.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
credits.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
credits.pl
cube.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
demystify.c Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. 2008-06-28 20:45:21 +00:00
dice.c Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. 2008-06-28 20:45:21 +00:00
dict.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
disktidy.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
disktidy.config FS#8637 - new UI for disktidy. 2008-05-18 07:27:10 +00:00
elfdep.pl
euroconverter.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
fire.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
fireworks.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
firmware_flash.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
flipit.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
greyscale.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
helloworld.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
invadrox.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
iriver_flash.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
iriverify.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
jackpot.c Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. 2008-06-28 20:45:21 +00:00
jewels.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
jpeg.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
keybox.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
lamp.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
logo.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
Makefile
mandelbrot.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
matrix.c correct overlooked POWER<->A swaps for gigabeat plugins (thanks to Firestorm ZERO for reporting) and button fix for blackjack on mr100 2008-07-20 10:16:35 +00:00
maze.c Accept FS#9191 - lots of code reworking for maze.rock, should also fix FS#9184 2008-07-15 13:49:07 +00:00
mazezam.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
md5sum.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
metronome.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
metronome.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
midi2wav.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
minesweeper.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
mosaique.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mp3_encoder.c Some quality improvements in the mp3 encoder engine. For more details 2008-06-02 19:28:08 +00:00
nim.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
oscilloscope.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pegbox.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pictureflow.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
plasma.c correct overlooked POWER<->A swaps for gigabeat plugins (thanks to Firestorm ZERO for reporting) and button fix for blackjack on mr100 2008-07-20 10:16:35 +00:00
plugin.lds D2: Editing config.h wasn't enough to fully disable IRAM - also disable it in *.lds for a crash fix and further 100% increase in codec performance. 2008-06-24 07:38:35 +00:00
pong.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
ppmviewer.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
properties.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
random_folder_advance_config.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
robotfindskitten.c Plugin parameters should be const. 2008-05-13 09:57:56 +00:00
robotfindskitten_messages.h Reduce memory usage so that we can include all messages on all platforms 2007-10-05 21:28:43 +00:00
rockblox.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
rockblox1d.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
rockbox_flash.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
rockboy.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
rocklife.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
rockpaint.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
search.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
sliding_puzzle.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
snake.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
snake2.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
snake2.levels
snow.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
sokoban.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
sokoban.levels Some more sokoban changes from Sean Morrisey's FS #6702. (includes moving the default level file back to the previous filename) 2007-06-29 19:52:13 +00:00
solitaire.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
sort.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
SOURCES Too much on the last commit. 2008-07-17 18:36:47 +00:00
spacerocks.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
splitedit.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
star.c Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. 2008-06-28 20:45:21 +00:00
starfield.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
stats.c Accept FS#9111 - only exit te stats plugin if the exit button is pressed 2008-06-29 06:48:07 +00:00
stopwatch.c FS#9085 - Stopwatch: Retain stopwatch times after exit 2008-06-28 21:01:08 +00:00
SUBDIRS Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed. 2008-07-28 22:43:41 +00:00
superdom.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
test_codec.c commit asap codec. plays .sap files. At the moment it only plays the default song. So subSongs are ignored. 2008-07-26 15:16:10 +00:00
test_disk.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
test_fps.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
test_grey.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
test_resize.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
test_sampr.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
test_scanrate.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
test_touchpad.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
test_viewports.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
text_editor.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
vbrfix.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
video.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
viewer.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
viewers.config Add ppm and rppm viewer by Alexander Papst 2008-06-28 15:50:05 +00:00
vu_meter.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
wav2wv.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
wavplay.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
wavrecord.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
wavview.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
wormlet.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
xobox.c FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
zxbox.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00