Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11614 - skin manager

Attached to Project: Rockbox
Opened by Jonathan Gordon (jdgordon) - Tuesday, 07 September 2010, 15:28 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Tuesday, 14 September 2010, 14:22 GMT+2
Task Type Patches
Category Themes
Status Closed
Assigned To Jonathan Gordon (jdgordon)
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.6
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

skin manager
   skinmanager.diff (66.9 KiB)
 b/apps/SOURCES                          |    2 
 b/apps/gui/skin_engine/skin_backdrops.c |   16 +
 b/apps/gui/skin_engine/skin_display.c   |   31 ++-
 b/apps/gui/skin_engine/skin_engine.c    |  245 +++++++++++++++++++++++++++++
 b/apps/gui/skin_engine/skin_engine.h    |   17 +-
 b/apps/gui/skin_engine/skin_parser.c    |    3 
 b/apps/gui/skin_engine/skin_render.c    |    3 
 b/apps/gui/skin_engine/skin_tokens.c    |   16 -
 b/apps/gui/skin_engine/wps_internals.h  |   15 -
 b/apps/gui/statusbar-skinned.c          |  105 ++++--------
 b/apps/gui/statusbar-skinned.h          |    2 
 a/apps/gui/theme_settings.c             |  117 -------------
 b/apps/gui/wps.c                        |  269 +++++++++++++-------------------
 b/apps/main.c                           |    4 
 b/apps/radio/radio.c                    |    6 
 b/apps/radio/radio.h                    |    4 
 b/apps/radio/radio_skin.c               |   71 ++------
 b/tools/buildzip.pl                     |   43 ++++-
 b/wps/WPSLIST                           |   17 --
 19 files changed, 527 insertions(+), 459 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Tuesday, 14 September 2010, 14:22 GMT+2
Reason for closing:  Accepted
Comment by federico pelupessy (fip) - Wednesday, 08 September 2010, 19:23 GMT+2
it works in the sim, fixes  FS#11562 

there is a printf in skin_backdrops.c and skin_parser.c though

other than that, works on x5l

what exactly does it do? (anything other than bugfix?)

Loading...