Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10406 - allow the statusbar to be at the top or bottom of displays, and enableable on each display seperatly

Attached to Project: Rockbox
Opened by Jonathan Gordon (jdgordon) - Friday, 03 July 2009, 09:15 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 05 July 2009, 20:04 GMT+2
Task Type Patches
Category User Interface
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Version 3.3
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This lets you choose if you want the statusbar at the top or bottom of the display (or off), and targets with remotes can now disable the bar on one screen and show it on the other.

this works except the buttonbar will get in the way (meh, who cares...) and the rec screen needs a bit of work to handle this...
   statusbar_config.patch (8.2 KiB)
 apps/settings.c           |    1 +
 apps/lang/english.lang    |   45 +++++++++++++++++++++++++++++++++++++++++++++
 apps/gui/statusbar.c      |   14 ++++++++++++--
 apps/gui/statusbar.h      |    2 +-
 apps/gui/viewport.c       |   34 +++++++++++++++++++++++++++++-----
 apps/settings.h           |    8 +++++++-
 apps/menus/display_menu.c |    6 ++++++
 apps/settings_list.c      |   12 ++++++++++--
 8 files changed, 111 insertions(+), 11 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Sunday, 05 July 2009, 20:04 GMT+2
Reason for closing:  Accepted
Comment by Jonathan Gordon (jdgordon) - Sunday, 05 July 2009, 11:06 GMT+2
update, ill commit this tomorow probblay
   statusbar_config.patch (9.7 KiB)
 apps/recorder/recording.c |   10 ++++++++++
 apps/settings.c           |    1 +
 apps/lang/english.lang    |   45 +++++++++++++++++++++++++++++++++++++++++++++
 apps/gui/statusbar.c      |   14 ++++++++++++--
 apps/gui/statusbar.h      |    2 +-
 apps/gui/viewport.c       |   34 +++++++++++++++++++++++++++++-----
 apps/gui/gwps.c           |    9 ++++++++-
 apps/settings.h           |    8 +++++++-
 apps/menus/display_menu.c |    6 ++++++
 apps/settings_list.c      |   12 ++++++++++--
 10 files changed, 129 insertions(+), 12 deletions(-)

Loading...