1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/gui
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
..
bitmap Fix tree scrolling not showing end of text 2022-10-30 14:11:20 -04:00
skin_engine skin: Fix minor compile warning caused by printf with size_t 2023-06-22 15:59:53 -04:00
backdrop.c
backdrop.h
color_picker.c remove some sprintf putsxy calls in favor of putsxyf 2022-11-21 00:25:12 -05:00
color_picker.h
folder_select.c replace strlcpy with strmemccpy 2022-11-14 23:56:16 -05:00
folder_select.h
icon.c consolidate bmp_read function between icons and skin_parser 2022-12-20 19:07:46 -05:00
icon.h
line.c remove some sprintf putsxy calls in favor of putsxyf 2022-11-21 00:25:12 -05:00
line.h
list.c Add perceptual volume adjustment 2023-01-22 21:19:57 +00:00
list.h Setttings: Eliminate gui_synclist_init_display_settings callbacks 2022-12-11 11:50:33 +01:00
mask_select.c
mask_select.h
option_select.c option_select HASFLAG guard macro expansion with parens 2023-09-18 00:17:06 -04:00
option_select.h skin engine: Settings ID to pointer conversions 2022-12-04 11:19:57 -05:00
pitchscreen.c
pitchscreen.h
quickscreen.c [Bugfix] shuffle shenanigans from g5288 Fix #13369 shuffle & repeat callbacks 2023-08-29 01:29:38 -04:00
quickscreen.h quickscreen: Settings ID to pointer conversion 2022-12-17 13:36:38 +00:00
scrollbar.c
scrollbar.h
splash.c fix strptokspn, add strcspn, fix splash.c 2022-11-13 01:14:49 -05:00
splash.h splash_progress add delay function 2022-10-13 00:10:25 -04:00
statusbar-skinned.c skin engine: Reduce scope of internal wps_data struct 2022-11-15 14:20:31 +00:00
statusbar-skinned.h skin engine: Reduce scope of internal wps_data struct 2022-11-15 14:20:31 +00:00
statusbar.c Remove dead code/documentation/comments 2021-12-24 10:37:28 -05:00
statusbar.h Remove dead code/documentation/comments 2021-12-24 10:37:28 -05:00
usb_screen.c usb screen: honor HAVE_LCD_SPLIT 2023-02-15 22:43:33 -05:00
usb_screen.h
viewport.c viewportmanager: Fix missing void in function definition 2022-11-17 16:12:19 +00:00
viewport.h Remove get_viewport_default_colour() 2022-11-17 16:12:19 +00:00
wps.c Track Info: Show number of tracks being inspected 2023-04-13 03:55:21 +02:00
wps.h Move skin global state to the WPS 2022-10-18 12:56:28 +01:00
yesno.c [Feature] add a prompt to database commit on start-up 2023-10-01 11:51:38 -04:00
yesno.h [Feature] add a prompt to database commit on start-up 2023-10-01 11:51:38 -04:00