Changelog:
r44607 | gpz | 2023-10-24 10:09:12 +0000 (Tue, 24 Oct 2023) | 1 line
don't show warning messages when the ui is not ready yet
------------------------------------------------------------------------
r44606 | gpz | 2023-10-24 10:08:34 +0000 (Tue, 24 Oct 2023) | 1 line
add init_main_is_done(), which indicates that all init is done and the ui is ready.
------------------------------------------------------------------------
r44605 | gpz | 2023-10-23 14:36:57 +0000 (Mon, 23 Oct 2023) | 1 line
get rid of pointless ui_init_finish(), which is empty in all UIs
------------------------------------------------------------------------
r44604 | gpz | 2023-10-22 18:50:42 +0000 (Sun, 22 Oct 2023) | 1 line
added some magic to insert/remove the parallel cable from userport when it is changed in the drive settings
------------------------------------------------------------------------
r44603 | compyx | 2023-10-20 17:50:50 +0000 (Fri, 20 Oct 2023) | 7 lines
Rename machine reset menu items and actions
Rename "Soft reset" to "Trigger reset button" and "Hard reset" to "Power cycle
machine". Rename `ACTION_RESET_SOFT` to `ACTION_MACHINE_RESET_BUTTON` and
`ACTION_RESET_HARD` to `ACTION_MACHINE_POWER_CYCLE`. Rename UI action strings:
"reset-soft" to "machine-reset-button", "reset-hard" to "machine-power-cycle".
------------------------------------------------------------------------