Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9675 - Add "top menu" on quickscreen

Attached to Project: Rockbox
Opened by Sanggon, Lee (isanggon) - Friday, 19 December 2008, 04:14 GMT+2
Last edited by Thomas Martitz (kugel.) - Saturday, 29 August 2009, 16:44 GMT+2
Task Type Patches
Category Settings
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.0
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details


This patch will add top menu on quickscreen.

Default top menu setting is "Brightness"

   007_fs#_____quickscreen_top_menu_addon.diff (12.9 KiB)
 _000/apps/action.h                    |    2 
 _000/apps/gui/quickscreen.c           |  135 ++++++++++++++++++++++------------
 _000/apps/gui/quickscreen.h           |    1 
 _000/apps/keymaps/keymap-gigabeat-s.c |    4 -
 _000/apps/lang/english.lang           |   17 ++++
 _000/apps/menu.c                      |    6 +
 _000/apps/settings.h                  |    1 
 _000/apps/settings_list.c             |    4 +
 8 files changed, 121 insertions(+), 49 deletions(-)

This task depends upon

Closed by  Thomas Martitz (kugel.)
Saturday, 29 August 2009, 16:44 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Committed the other patch in FS #9706 which does the same in r22531.
Comment by Jonathan Gordon (jdgordon) - Friday, 19 December 2008, 04:26 GMT+2
looks OK at first glance... except you need to change ACTION_QS_DOWNINV to ACTION_QS_UP everywhere (i.e keymaps/keymap-*.c). Also from a disucssion in IRC the archos recorder needs a special case because it cannot have a top item because of how the buttons work in lcd flipped mode (iirc)
Comment by Sanggon, Lee (isanggon) - Sunday, 21 December 2008, 16:57 GMT+2
Okay, I'll add other key map and try to make bypass for archos :)

Loading...