Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5661 - Add remote settings & H3x0 LCD Remote support

Attached to Project: Rockbox
Opened by takka (tfact) - Friday, 14 July 2006, 05:27 GMT+2
Task Type Patches
Category Remote
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Add Remote Settings
remote statusbar off/on
remote scrollbar off/on
remote volume display graphic/numeric
remote battery display graphic/numeric
remote invert cursor off/on
remote_show icons off/on
remote bidir limit 0...200

& H3x0 LCD Remote support
   remote_v2.30.patch (61.5 KiB)
 rockbox/apps/bookmark.c            |   47 +++++++++-
 rockbox/apps/bookmark.h            |    7 +
 rockbox/apps/debug_menu.c          |  171 +++++++++++++++++++++++++++++++++++++
 rockbox/apps/eq_menu.c             |   27 +++++
 rockbox/apps/gui/gwps-common.c     |    9 +
 rockbox/apps/gui/gwps.c            |   63 +++++++++++--
 rockbox/apps/gui/gwps.h            |   30 ++++--
 rockbox/apps/gui/list.c            |   42 ++++++++-
 rockbox/apps/gui/list.h            |    4 
 rockbox/apps/gui/quickscreen.c     |   18 +++
 rockbox/apps/gui/quickscreen.h     |    4 
 rockbox/apps/gui/select.c          |   15 +++
 rockbox/apps/gui/select.h          |    6 +
 rockbox/apps/gui/statusbar.c       |   35 +++++--
 rockbox/apps/gui/textarea.c        |   22 ++++
 rockbox/apps/gui/textarea.h        |    3 
 rockbox/apps/lang/english.lang     |  127 +++++++++++++++++++++++++++
 rockbox/apps/menu.c                |   36 +++++++
 rockbox/apps/menu.h                |   14 ++-
 rockbox/apps/playlist_viewer.c     |   13 +-
 rockbox/apps/recorder/radio.c      |    9 +
 rockbox/apps/recorder/radio.c.orig |only
 rockbox/apps/settings.c            |   17 +++
 rockbox/apps/settings.h            |   37 ++++++--
 rockbox/apps/settings_menu.c       |   73 ++++++++++++++-
 rockbox/apps/settings_menu.c.orig  |only
 rockbox/apps/settings_menu.c.rej   |only
 rockbox/apps/tree.c                |   92 ++++++++++++++++---
 rockbox/apps/tree.c.orig           |only
 rockbox/apps/tree.h                |   15 +++
 rockbox/firmware/drivers/button.c  |   24 ++---
 rockbox/firmware/export/button.h   |   14 ++-
 32 files changed, 885 insertions(+), 89 deletions(-)

This task depends upon

Closed by  Nils Wallménius (nls)
Friday, 03 November 2006, 09:22 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  The iriver h300 lcd remote is supported in cvs
Comment by Martin Scarratt (mmmm-) - Wednesday, 19 July 2006, 16:52 GMT+2
Could you split this patch into two? One for H3xx remote support and the other for remote settings.
Comment by takka (takka) - Wednesday, 19 July 2006, 20:13 GMT+2
Yes.
I split patch now.

Loading...