FS#10824 - viewport/statusbar API rework.
commit6d2bebd54b02b757446453b9142a03784c4e409b
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 9 Dec 2009 07:25:46 +0000 (9 07:25 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 9 Dec 2009 07:25:46 +0000 (9 07:25 +0000)
treeff3c0e14e9a53c08749ee1f233a5b1e887d3561a
parent37aa87284711ed6f7f2bd717bc5aeaf019dee847
FS#10824 - viewport/statusbar API rework.
Hopefully the only user visible changes are:
- fm and recording screens go by the statusbar setting (sbs or inbuilt)
- plugins go back to using the theme as they should for menus and lists
- splash screens might get cut a bit... entirely theme and splash dependant.. if there is a problematic one we can look at it later.
- hopefully nothing more than very minor screen flickerings... let me know exactly where they are so they can be fixed

New GUI screen rules:
* Screens assume that the theme (sbs+ui viewport+ maybe background image) are always enabled. They may be disabled on a per display basis, but MUST be re-enabled on exit
* Screens must not be coded in a way that requires a statusbar of any type.. the inbuilt bar will be removed shortly.
ALWAYS RESPECT THE USERS SETTINGS unless the screen requires the full display to fit.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23904 a1c6a512-1295-4272-9138-f99709370657
24 files changed:
apps/appevents.h
apps/debug_menu.c
apps/filetree.c
apps/gui/list.c
apps/gui/skin_engine/skin_display.c
apps/gui/splash.c
apps/gui/statusbar-skinned.c
apps/gui/statusbar-skinned.h
apps/gui/usb_screen.c
apps/gui/viewport.c
apps/gui/viewport.h
apps/gui/wps.c
apps/main.c
apps/menu.c
apps/menus/eq_menu.c
apps/menus/theme_menu.c
apps/plugin.c
apps/plugin.h
apps/recorder/keyboard.c
apps/recorder/radio.c
apps/recorder/recording.c
apps/root_menu.c
apps/screens.c
apps/tree.c