Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#4929 - add playback_control() to plugins

Attached to Project: Rockbox
Opened by Jonathan Gordon (jdgordon) - Monday, 27 March 2006, 07:29 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 20 May 2007, 11:02 GMT+2
Task Type Patches
Category Plugins
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 0%
Private No

Details

ok, this patch adds the enw playback control menu to chessbox (iriver only), bubbles (iriver only) and jeweled.
the reason why the 1st 2 are iriv only is coz i need button definitions to add it to other targets...
chessbox is accessable from long-press of NAVI, and bubles is REC from the main screen.

there is a problem with jeweled tho, not sure what it is... (i assume its the menu drawing code.. but ...), for some reason it doesnt show the menu items correclty on the main menu (quit isnt shown, instead "MEnu" which shouldnt be shown is.. i cant c the mistake), and if u go into the playback control menu, then the jeweled menu isnt drawn correctly.. the item borders are overlapping other items.. all wierd...

plugin.patch has the first 2.. jeweled.patch is only bejewled
(application/octet-stream)    plugins.patch (3.4 KiB)
 apps/plugins/bubbles.c           |   17 ++++++++++++-----
 apps/plugins/chessbox/chessbox.c |   14 ++++++++++++--
 2 files changed, 24 insertions(+), 7 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Sunday, 20 May 2007, 11:02 GMT+2
Reason for closing:  Out of Date
Comment by Jonathan Gordon (jdgordon) - Monday, 27 March 2006, 07:29 GMT+2
do.. pushed the wrong button.. here is jeweld.patch
(application/octet-stream)    jeweled.patch (1.9 KiB)
 apps/plugins/jewels.c |   20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

Comment by Christian Gmeiner (ChristianGmeiner) - Friday, 07 April 2006, 10:23 GMT+2
Upps I dont saw you patch for jeweled :( But at the moment i am working to get the playback menu to all plugins if possible.

Loading...