rockbox/apps/menus
William Wilgus 1c47722226 [Feature] add a prompt to database commit on start-up
adds a new function:
gui_syncyesno_run_w_tmo(ticks, tmo_default_res, main_msg,yes_msg, no_msg)

when a database needs committed on start-up
a yes no prompt will appear if not answered within 5 seconds
it defaults to Yes

if instead you choose No next start-up you will be asked again

you could rebuild the db still and waste time but it wouldn't hurt
anything so I don't think that path needs blocked

Change-Id: I58411f6e6bfebb6f142d99f33a1e8885ae7785c1
2023-10-01 11:51:38 -04: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 a prompt to database commit on start-up 2023-10-01 11:51:38 -04: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 Fix suggested file name when saving dirplay playlist 2023-09-21 05:09:39 +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 settings: Fix up the remaining stragglers from 8cc3266b 2023-09-22 10:31:00 -04:00
settings_menu.c Add perceptual volume adjustment 2023-01-22 21:19:57 +00: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