Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#2931 - Custom statusbar

Attached to Project: Rockbox
Opened by Ben Basha (paprica) - Thursday, 19 January 2006, 22:21 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 01 August 2007, 15:23 GMT+2
Task Type Patches
Category Applications
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

hi

this patch is a costume status bar.
you can change the x postion off the icons,
add a title to the status bar (menu titles, folder names)
and change the height off the status bar

enjoy
   statusbar.patch (45.7 KiB)
 rockbox-bleed/apps/bookmark.c           |    2 
 rockbox-bleed/apps/filetree.c           |   20 +++
 rockbox-bleed/apps/gui/gwps.c           |   11 +
 rockbox-bleed/apps/gui/quickscreen.c    |   11 +
 rockbox-bleed/apps/gui/statusbar.c      |  185 +++++++++++++-------------------
 rockbox-bleed/apps/gui/statusbar.h      |   21 +++
 rockbox-bleed/apps/lang/english.lang    |   17 ++
 rockbox-bleed/apps/main_menu.c          |    2 
 rockbox-bleed/apps/menu.c               |    2 
 rockbox-bleed/apps/onplay.c             |   12 +-
 rockbox-bleed/apps/playlist.c           |    2 
 rockbox-bleed/apps/playlist_viewer.c    |    4 
 rockbox-bleed/apps/recorder/icons.c     |   32 ++++-
 rockbox-bleed/apps/recorder/icons.h     |   25 ----
 rockbox-bleed/apps/recorder/keyboard.c  |   14 +-
 rockbox-bleed/apps/recorder/peakmeter.c |    9 -
 rockbox-bleed/apps/recorder/peakmeter.h |    2 
 rockbox-bleed/apps/recorder/radio.c     |    4 
 rockbox-bleed/apps/screens.c            |    2 
 rockbox-bleed/apps/settings.c           |   23 +++
 rockbox-bleed/apps/settings.h           |   21 +++
 rockbox-bleed/apps/settings_menu.c      |  144 ++++++++++++++++++++++++
 rockbox-bleed/apps/status.c             |   21 +++
 rockbox-bleed/apps/status.h             |    7 +
 rockbox-bleed/apps/tree.c               |    9 +
 25 files changed, 437 insertions(+), 165 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Wednesday, 01 August 2007, 15:23 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  + rejected. If this is updated without the status bar title it will get looked at again.

Loading...