FS#9281 Rename of splash functions.
commita83c9354aa08df5195d8720f2c442c461ed9b255
authornls <nls@a1c6a512-1295-4272-9138-f99709370657>
Fri, 15 Aug 2008 08:27:39 +0000 (15 08:27 +0000)
committernls <nls@a1c6a512-1295-4272-9138-f99709370657>
Fri, 15 Aug 2008 08:27:39 +0000 (15 08:27 +0000)
tree5490fd9eccdcaef39bbbb91e8a44d1caad9b2ef7
parentdfc6ca39e9983994eb40696229186650e30cfcf3
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
65 files changed:
apps/action.c
apps/alarm_menu.c
apps/bookmark.c
apps/codecs.c
apps/debug_menu.c
apps/enc_config.c
apps/filetree.c
apps/filetypes.c
apps/gui/color_picker.c
apps/gui/gwps-common.c
apps/gui/option_select.c
apps/gui/pitchscreen.c
apps/gui/splash.c
apps/gui/splash.h
apps/main.c
apps/menus/main_menu.c
apps/menus/playback_menu.c
apps/menus/recording_menu.c
apps/menus/settings_menu.c
apps/misc.c
apps/onplay.c
apps/playback.c
apps/playlist.c
apps/playlist_catalog.c
apps/playlist_viewer.c
apps/plugin.c
apps/plugin.h
apps/plugins/bubbles.c
apps/plugins/iriverify.c
apps/plugins/jewels.c
apps/plugins/jpeg.c
apps/plugins/keybox.c
apps/plugins/lib/overlay.c
apps/plugins/mazezam.c
apps/plugins/md5sum.c
apps/plugins/minesweeper.c
apps/plugins/mpegplayer/disk_buf.c
apps/plugins/mpegplayer/mpegplayer.c
apps/plugins/pacbox/pacbox.c
apps/plugins/ppmviewer.c
apps/plugins/properties.c
apps/plugins/random_folder_advance_config.c
apps/plugins/rockpaint.c
apps/plugins/shortcuts/shortcuts_append.c
apps/plugins/shortcuts/shortcuts_common.c
apps/plugins/shortcuts/shortcuts_view.c
apps/plugins/sokoban.c
apps/plugins/sort.c
apps/plugins/splitedit.c
apps/plugins/text_editor.c
apps/plugins/vbrfix.c
apps/plugins/wavplay.c
apps/plugins/wavrecord.c
apps/plugins/wavview.c
apps/plugins/xobox.c
apps/plugins/zxbox/snapshot.c
apps/plugins/zxbox/spmain.c
apps/recorder/radio.c
apps/recorder/recording.c
apps/root_menu.c
apps/screens.c
apps/settings.c
apps/settings.h
apps/tagtree.c
apps/tree.c