1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/menus
Christian Soffke e8816552f6 Offer choice of default browsers
The database or playlist catalogue can now be set
as the browser that is launched when pressing
ACTION_WPS_BROWSE on the WPS, unless another browser
has more recently been opened.

Previously you'd always have to exit the File Browser
first, after the player had been restarted, which is
annoying for users who prefer the database.

The playlist catalogue has become part of the MRU
browser list, so pressing ACTION_WPS_BROWSE after
selecting a track from a playlist in the playlist
catalogue will now take you back there.

Settings menus have been slightly restructured.

- Eliminated "Set WPS Context Plugin" and "Hotkey" menus
  from the General menu

- Added "What's Playing Screen" menu in Settings-General
  with option for setting default browser. The "WPS Hotkey"
  and "WPS Context Plugin" menu options have been moved to
  this menu.

- "File Browser Hotkey" is now part of the File View menu,
  which means it is accessible from the browser's context
  menu as well.

Overview of resulting menu structure in Settings->General:

What's Playing Screen
    Default Browser
    WPS Hotkey
    Set WPS Context Plugin

File View
    (...)
    File Browser Hotkey

Change-Id: Iaa3619a791c20ce3562a1efd2cf90c72933b729a
2024-04-24 05:05:42 +02:00
..
audiohw_eq_menu.c menus move functions with parameters to their own type 2022-12-17 02:51:43 -05:00
display_menu.c settings: Fix up the remaining stragglers from 8cc3266b 2023-09-22 10:31:00 -04:00
eq_menu.c menus remove reserved 'param' parameter 2022-12-17 04:24:37 -05:00
eq_menu.h quickscreen: fix EQ enable not working in quickscreen 2021-08-26 19:34:18 +00:00
exported_menus.h [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
main_menu.c [Feature] Add root_realpath to Rockbox Info 2024-04-01 08:39:55 -05:00
menu_common.c [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
menu_common.h [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
playback_menu.c setting_list.c playback frequency cleanup 2023-09-01 19:32:27 -04:00
playlist_menu.c Replace "Reload After Saving" with option to remove queued tracks 2024-04-21 18:28:16 +02:00
plugin_menu.c Remove browse_context_init() 2022-12-17 13:36:38 +00:00
radio_menu.c menus remove reserved 'param' parameter 2022-12-17 04:24:37 -05:00
recording_menu.c use path_append for setting directories is several settings 2024-04-01 07:35:53 -04:00
settings_menu.c Offer choice of default browsers 2024-04-24 05:05:42 +02:00
sound_menu.c make int_setting step & unit int16_t 2022-11-20 13:57:09 -05:00
theme_menu.c Remove browse_context_init() 2022-12-17 13:36:38 +00:00
time_menu.c Settings: Rename INT/BOOL setting type enum to RB_INT/RB_BOOL 2023-09-22 10:00:46 -04:00