Mike Swanson
f6f518eacc
Use lock emoji to indicate write-protected recent disk images.
...
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.
2025-12-22 00:54:50 -08:00
OBattler
69a7db1af6
Corrected Catalan translation by ahernandez094 from BetaWiki (native speaker) and more fixes to the Spanish translation.
2025-12-22 00:59:02 +01:00
RichardG867
a822628111
Display proper floppy sound profile names in the drive list
2025-12-21 19:05:02 -03:00
OBattler
988056bb35
Bring back the Catalan translation (redone from scratch) and fix the Spanish translation.
2025-12-21 20:56:06 +01:00
RichardG867
bc7008c548
Use EMU_NAME macros in paths
2025-12-20 16:12:21 -03:00
Alexander Babikov
251d5e6ced
Manager: Re-enable search by machine configuration
2025-12-20 18:23:17 +05:00
RichardG867
40d79cb7e9
Fix force interpreter option flashing on startup
2025-12-19 20:02:52 -03:00
Bozo Scum
738a92571a
Update zh-TW.po
...
* adjust some translations
2025-12-18 18:45:16 +08:00
Yuuya
6b3fa522ab
Refine Japanese translations in ja-JP.po
...
Updated various Japanese translations to remove unnecessary punctuation and improve consistency.
2025-12-18 08:32:19 +09:00
Alexander Babikov
711450ce3e
Minor translation updates
...
- fix broken "floppy disk controller" in Korean
- remove spaces before ellipsis
- better translation for Settings/Preferences in German
2025-12-17 23:49:06 +05:00
Alexander Babikov
0dc8509220
More string and translation improvements ( #6570 )
...
* 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
2025-12-17 14:29:51 -03:00
Alexander Babikov
7800bcd0bd
Manager: Pass asset path to VMs if specified on command line ( #6569 )
...
* Manager: Pass asset path to VMs if specified on command line
* Manager: Merge `VMManagerSystem::launchSettings` into `VMManagerSystem::launchMainProcess`
2025-12-17 13:53:48 -03:00
Alexander Babikov
b8d3714edb
Manager: Implement defaults for manager config
...
Enable update checker by default
2025-12-17 17:46:33 +05:00
Wil Bowen
61864d5a53
VM Manager: prevent single-click activation from starting VM
...
Fix regression introduced in 75499ad :
activated() triggered VM start on single click.
Use doubleClicked() and Enter shortcut instead.
2025-12-15 09:43:27 -05:00
BlueRain-debug
b181d2d194
Update zh-TW.po
...
1. Missing translation fields have been added.
2. Some translations have been adjusted.
2025-12-11 01:49:23 +08:00
OBattler
6e9ba6ed85
Windows serial passthrough: use PIPE_UNLIMITED_INSTANCES, not 1.
2025-12-10 00:28:33 +01:00
OBattler
915e3ad16f
And 20x20.
2025-12-08 13:54:43 +01:00
OBattler
c0c52f6e03
Slightly correct the 16x16 icon.
2025-12-08 13:54:04 +01:00
OBattler
4ce1c04165
New VM icon: add the 24x24, 20x20, and 16x16 sizes.
2025-12-08 13:52:54 +01:00
Alexander Babikov
74eb21329b
Qt: Show icons in menu for actions that have them
2025-12-08 13:57:46 +05:00
Alexander Babikov
2e9dec8891
Qt: Remove the shortcutVisibleInContextMenu property from menu items
2025-12-08 13:57:45 +05:00
Alexander Babikov
d5b06c50f5
Manager: Use the new icon for the "New machine" button
2025-12-08 13:57:40 +05:00
Alexander Babikov
f3168b4187
Manager: Make the toolbar hideable
2025-12-08 13:57:04 +05:00
Alexander Babikov
d2379f1a66
Manager: Sync toolbar button state with selected VM's state
2025-12-08 13:56:09 +05:00
Alexander Babikov
26f4916c32
Manager: Unhide the toolbar
2025-12-08 13:56:08 +05:00
Alexander Babikov
c325ea0aec
Manager toolbar: Cache run/pause icons
2025-12-08 13:56:07 +05:00
Alexander Babikov
b5c6ebd589
Manager toolbar: Improve the logic for updating the toolbar button state on VM selection change
2025-12-08 13:56:06 +05:00
Alexander Babikov
517a9f2c02
Manager: Remove an unused function
2025-12-08 13:56:04 +05:00
Alexander Babikov
85b26b4aed
Manager toolbar: Re-enable the Ctrl+Alt+Del button
2025-12-08 13:56:03 +05:00
Alexander Babikov
1dd681f33a
Manager: Initial preparation for re-enabling the toolbar:
...
* Increase button size and display text under icons
* Remove the duplicate search bar
* Move the existing search bar to the top of the machine list
2025-12-08 13:56:02 +05:00
Alexander Babikov
d0926809e5
Manager: Don't add machine configuration fields to the search index
2025-12-08 13:56:01 +05:00
Alexander Babikov
fd3a79e526
Manager: Simplify the connection chain for the configuration refresh signals
...
This allows refreshing the config without redrawing the entire details pane
Also refresh the config and screenshots on VM termination
2025-12-08 13:56:00 +05:00
Alexander Babikov
11da4936fd
Manager: Increase the machine status text size in the list view
...
Should help with readability in CJK languages with 100% scale
2025-12-08 13:55:58 +05:00
Alexander Babikov
457b5c3c7a
Manager: Fix exit code's hex readout only showing if a VM is invoked in settings-only mode
2025-12-08 13:55:57 +05:00
Alexander Babikov
50023a656c
Manager: Disconnect previous signal connections from the process object before starting the VM
...
Fixes crash dialog appearing more than one time under certain circumstances
2025-12-08 13:55:55 +05:00
Alexander Babikov
c9fb23c5b1
Manager: Fix the search field placeholder not being updated on language change
2025-12-08 13:55:54 +05:00
Alexander Babikov
75499ad251
Manager: Allow starting the currently selected VM by pressing Enter
2025-12-08 13:55:53 +05:00
Alexander Babikov
b0c858b4f6
Translated using Weblate (Russian)
...
Currently translated at 100.0% (1015 of 1015 strings)
Translation: 86Box/86Box
Translate-URL: https://weblate.86box.net/projects/86box/86box/ru/
2025-12-07 18:18:46 +00:00
altiereslima
47b5b39ff3
Update pt-BR.po
2025-12-07 15:06:57 -03:00
BlueRain-debug
4b6a7ad685
Update zh-CN.po
...
Add missing translation strings.
2025-12-07 20:39:42 +08:00
OBattler
4ddd739fe8
Icon updates and the "New VM" icon.
2025-12-07 12:34:52 +01:00
Daniel Gurney
6237b3fc6e
Translated using Weblate (Finnish)
...
Currently translated at 97.2% (987 of 1015 strings)
Translation: 86Box/86Box
Translate-URL: https://weblate.86box.net/projects/86box/86box/fi/
2025-12-06 18:56:22 +00:00
Alexander Babikov
d9ea5b59b7
Translated using Weblate (Russian)
...
Currently translated at 100.0% (1015 of 1015 strings)
Translation: 86Box/86Box
Translate-URL: https://weblate.86box.net/projects/86box/86box/ru/
2025-12-06 18:56:21 +00:00
OBattler
195e80c9c1
Forgot the missing icons.
2025-12-05 14:49:31 +01:00
OBattler
3feb0f135d
Add toolbar button and Action menu item to toggle forcing the recompiler to interpret blocks, should help with some slowdowns (tested to help with Daggerfall on both recompilers and Legend of Hero III on new recompiler).
2025-12-05 14:18:17 +01:00
Alexander Babikov
3299ad8df5
Translated using Weblate (French)
...
Currently translated at 100.0% (1011 of 1011 strings)
Translation: 86Box/86Box
Translate-URL: https://weblate.86box.net/projects/86box/86box/fr/
2025-12-04 18:56:22 +00:00
David Hrdlička
390a211bb7
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1011 of 1011 strings)
Translation: 86Box/86Box
Translate-URL: https://weblate.86box.net/projects/86box/86box/cs/
2025-12-04 18:56:21 +00:00
Lili Kurek
99e4549e1d
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1011 of 1011 strings)
Translation: 86Box/86Box
Translate-URL: https://weblate.86box.net/projects/86box/86box/pl/
2025-11-30 18:56:20 +00:00
OBattler
13803724a1
Fixed a warning in the QT Settings Floppy and CD-ROM drives page code.
2025-11-29 22:45:51 +01:00
Toni Riikonen
d9fdde0683
Merge branch '86Box:master' into feature/separate_samples_for_each_fdd_track_seek
2025-11-29 18:11:27 +02:00