This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10094 - Replace oldmenuapi menu/customed menu in plugins by standard menu
Attached to Project:
Rockbox
Opened by Teruaki Kawashima (teru) - Saturday, 04 April 2009, 09:14 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Friday, 03 July 2009, 06:44 GMT+2
Opened by Teruaki Kawashima (teru) - Saturday, 04 April 2009, 09:14 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Friday, 03 July 2009, 06:44 GMT+2
|
Detailsthis patch replaces menu of the following plugins by standard menu.
plugins using oldmenuapi: doom pacbox reversi solitaire sudoku random_folder_advance_config fireworks jpeg mpegplayer rockboy viewer zxbox test_sampr test_disk plugins using its own menu: jewels chessclock plugins whose menu is NOT replaced: rockpaint - this plugin has file browser and it needs some work to turn to standard menu. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Friday, 03 July 2009, 06:44 GMT+2
Reason for closing: Accepted
Additional comments about closing: this has been open for long enough... if any bugs come up new tasks can be opened
Friday, 03 July 2009, 06:44 GMT+2
Reason for closing: Accepted
Additional comments about closing: this has been open for long enough... if any bugs come up new tasks can be opened
removed unrelated changes and fixed wrong changes.
i'm not sure if i'm doing things correctly for browser, but it seems to work.
not done for font selection.
*standard_menu_for_plugins.3.patch
this patch replaces oldmenuapi by standard menu simply and won't have any issue.
*standard_menu_for_plugins_with_tweak.3.patch
this patch replaces oldmenuapi by standard menu with smoll change.
-jpeg,viewer
move "Quit" from top to button item of menu just like other plugins.
-rockboy
use simplelist_info for loading/saving game.
-solitaire
use differt menu wheter being in game.
make "Draw Three Cards"/"Draw One Card" to option "Draw Cards Option".
*standard_menu_for_doom.3.patch
this patch replaces oldmenuapi by standard menu for doom.
this contains large change for creating item and selecting item for "Addons","Demos" witch may contain problem.
*standard_menu_for_mpegplayer.3.patch
i'm not sure if changes relating to mpeg_menu_sysevent_callback is correct.
*standard_menu_for_custom.3.diff
this is patch for replacing customed menu by standard menu.
I cant see oldmenu.c being removed there.. does that mean not all plugins are converted after these? I'll look into commiting this before he weekend (hopefully)
more strictly, independent against each plugin.
i converted all plugins using oldmenuapi unless i missed something.
the reason why removal of apps/plugins/lib/oldmenuapi.c is not included is that I thought that it's not late to remove oldmenuapi.c after these patches are commited and problems are not reported.
it dousen't do what i said for viewer.
> move "Quit" from top to button item of menu just like other plugins.
this is the correct one.
I'm going to leave this open for a while in the hope that any problems that come up will get posted here.
I'm wondering why there isn't key assigned to quit jpegviewer directly.
About "Return", maybe it can be dropped because user can return by pressing left?