Changelog:
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".
------------------------------------------------------------------------
r44602 | pottendo | 2023-10-20 12:54:28 +0000 (Fri, 20 Oct 2023) | 2 lines
replaced my full name.
------------------------------------------------------------------------
r44601 | pottendo | 2023-10-20 12:02:28 +0000 (Fri, 20 Oct 2023) | 2 lines
removed LOG_DEFAULTs, added wic64 log.
------------------------------------------------------------------------
r44600 | compyx | 2023-10-20 09:48:34 +0000 (Fri, 20 Oct 2023) | 6 lines
Gtk3: VSID: Look up STIL info for file passed on command line
When passing a file to VSID on the command line, try to look up STIL info for
that file and update the UI accordingly. Doesn't work for files outside
`HVSC_BASE` since we look up STIL info by path, not MD5 sum.
------------------------------------------------------------------------
r44599 | pottendo | 2023-10-19 18:45:30 +0000 (Thu, 19 Oct 2023) | 2 lines
Minor cleanup, new cmdline option '-wic64trace', updated docs.
------------------------------------------------------------------------