This makes the menu look a little more visually distinct and obvious
when a recent disk image item is set to write-protected mode. While
an icon does exist, I have found it to be small and visually
indistinguisable enough that I didn't even know it existed before I
dug into the code.
This prefixes image names with U+1F512 LOCK (🔒). My first iteration
also added U+1F513 OPEN LOCK (🔓) to read-write image names, but I
quickly found that to be too visually distracting and confusing next
to the write-protect symbols, so I have opted to only keep the first
one.
This might have a caveat that the symbol will fail to show up on
systems without the lock emoji somewhere in their font set, but these
days, I expect pretty much everyone to be on OSes that come with the
full set of emoji fonts anyhow.
* Qt: Minor rewording on the storage controllers settings page
All translations updated accordingly
(the "Hard disk" string is still used in the PC5086 config and therefore
has been moved to a suitable place)
Also fix broken translations for ter/qua IDE controllers
* Qt: Don't attempt to translate storage bus names
* Qt: Remove translations for non-generic joystick names
These weren't actually supposed to be translated
Thrustmaster Formulas were left in because of "with/out adapter"
* Qt: Tooltip and icon text fixing
* Restore unused strings that were to be used as tooltips
for Ctrl+Alt+Del/Esc buttons
* Consistently define tooltips and iconText to avoid mnemonics showing
in CJK languages
* Remove tooltips from actions that only show up in menus
* Qt: Add ACPI shutdown to menu
* Qt: Drop "SoundFont" string from translations
This is a brand name that shouldn't be translated
* Qt: Replace three-dot ellipsis with a single-character one
* Manager: workaround for font mismatch on language change
This addition was motivated by my lack of knowledge of VDE and my
familiarity with the Linux networking stack. The driver automatically
manages the creation of TAP devices and their association with bridges,
such that configurations which specify the same bridge will be connected
together. It also automatically handles the creation of bridge devices for
convenience's sake.
Fixed the Spock SCSI ID selection.
Fixed CD Audio on NCR 5380-based SCSI controllers.
Added a proprietary CD-ROM controller selection (not hooked up yet).
All on qt only.