part two of the grand overall wps/skinning engine cleanup work:
commit53da44b302ea609f219ffdc8da53d708476979d6
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Mon, 3 Aug 2009 04:43:34 +0000 (3 04:43 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Mon, 3 Aug 2009 04:43:34 +0000 (3 04:43 +0000)
tree2cc650b7726639b51eee53d75a51515a255614a2
parentb8c8ae1bc54a9951233c46ad0fc2d9e228765af0
part two of the grand overall wps/skinning engine cleanup work:
* rename wps_engine to skin_engine as that was agreed on
* rename music_screen back to wps
* clean up the skin display/update functions a bit
* make skin_data_load setup the hardcoded default if a skin cant be loaded for whatever reason instead of doing it when it is first displayed

ignore any gui_wps or wps_ or gwps_ nameing in skin_engine/ ... these will be renamed as this work gets finished

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22135 a1c6a512-1295-4272-9138-f99709370657
16 files changed:
apps/SOURCES
apps/filetree.c
apps/gui/skin_engine/wps_debug.c [moved from apps/gui/wps_engine/wps_debug.c with 100% similarity]
apps/gui/skin_engine/wps_display.c [moved from apps/gui/wps_engine/wps_display.c with 93% similarity]
apps/gui/skin_engine/wps_internals.h [moved from apps/gui/wps_engine/wps_internals.h with 97% similarity]
apps/gui/skin_engine/wps_parser.c [moved from apps/gui/wps_engine/wps_parser.c with 96% similarity]
apps/gui/skin_engine/wps_tokens.c [moved from apps/gui/wps_engine/wps_tokens.c with 99% similarity]
apps/gui/wps_engine/wps_engine.h [deleted file]
apps/iap.c
apps/main.c
apps/menus/main_menu.c
apps/misc.c
apps/recorder/albumart.h
apps/root_menu.c
apps/settings.c
apps/tree.c