OBattler
c38fc46670
More language fixes and the remaining four languages (Ukrainian, Vietnamese, Simplified Chinese, and Traditional Chinese).
2024-11-19 03:46:03 +01:00
OBattler
48d4ac730c
Turkish and German fixes and added the three missing strigns to all the other previously committed languages.
2024-11-18 00:47:53 +01:00
Miran Grča
ea870c6387
Merge pull request #4973 from lemondrops/qt_translations
...
Embed Qt base translations in the executable
2024-11-18 00:27:26 +01:00
Alexander Babikov
81283ac848
Embed Qt base translations in the executable
...
Fixes standard messagebox buttons not being translated
2024-11-18 04:16:16 +05:00
Miran Grča
10e424d99e
Merge pull request #4971 from kzmidze/master
...
Update ja-JP.po
2024-11-18 00:12:33 +01:00
Sasamiya
cf2daf8fbb
Update ja-JP.po
2024-11-17 23:33:43 +08:00
Miran Grča
6694c39f85
Merge pull request #4968 from TheBombSquad/linux-mouse-fixes
...
Linux mouse fixes
2024-11-17 00:38:06 +01:00
The BombSquad
aa7d68f113
Check for mouse_capture before handling a QWheelEvent
2024-11-16 18:05:45 -05:00
The BombSquad
516945d829
Check for mouse_capture before handling XInput events
2024-11-16 16:47:07 -05:00
The BombSquad
5d03a703b3
Add .idea folder to .gitignore for CLion
2024-11-16 15:56:10 -05:00
OBattler
5abc12c776
The final batch of the Russian language fixes.
2024-11-16 16:24:54 +01:00
OBattler
69db5bec68
More Russian translation fixes.
2024-11-16 16:17:21 +01:00
OBattler
9d556f6010
And fixed them again.
2024-11-16 15:17:20 +01:00
OBattler
61b875abae
And two more.
2024-11-16 15:14:01 +01:00
OBattler
64e099085c
More Russian translation fixes.
2024-11-16 15:11:28 +01:00
OBattler
bda3206469
Fixed some typo's in the Russian translation.
2024-11-16 15:06:10 +01:00
OBattler
84a60930f0
Current Russian translation fixes per the review by lemondrops.
2024-11-16 15:03:31 +01:00
OBattler
8d6c11ba5d
German translation fixes per the comments by Darkstar.
2024-11-16 14:41:48 +01:00
OBattler
ae140b0fe1
More language fixes and Russian, Slovak, Slovenian, and Turkish.
2024-11-16 06:18:53 +01:00
OBattler
c3702dd87b
JMP 2 -> JMP2.
2024-11-16 02:53:11 +01:00
OBattler
c52a2131e6
Both variants of Portuguese and added 4 missing strings to all the previous languages.
2024-11-16 02:40:46 +01:00
OBattler
1b9949c4e2
Hungarian, Italian, Japanese, Korean, and Polish.
2024-11-16 01:07:41 +01:00
OBattler
15acb728ac
Catalan fixes and Croatian.
2024-11-14 07:31:05 +01:00
OBattler
001907f7c6
The first batch of updated translations, including German fixes by Pellzi, closes #4948 .
2024-11-14 06:04:52 +01:00
Miran Grča
2b4c7cbb85
Merge pull request #4967 from 86Box/tc1995
...
Spock changes of the day (November 13th, 2024)
2024-11-13 23:47:06 +01:00
TC1995
4c0eb39729
Spock changes of the day (November 13th, 2024)
...
1. The SCSI ID is now more correct about about the difference between physical unit number and actual SCSI ID. This should fix boot freezes on NT 1991 builds for x86 using said card, as well as keeping compatibility the same as before.
2024-11-13 23:34:31 +01:00
Miran Grča
c680fb7597
Merge pull request #4966 from 86Box/tc1995
...
Video changes of the day (November 13th, 2024)
2024-11-13 23:24:19 +01:00
TC1995
afe95cd20c
Video changes of the day (November 13th, 2024)
...
1. Finally add the ATI 8514/A Ultra add-on BIOS in both ISA and MCA variants (despite the ROM page failure on POST).
2. Fixed a mode switch bug in the Mach8 (both add-on and vga combo) when exiting the Win3.x GUI using the native drivers.
3. Corrected (best possible) the eeprom load of the Mach8 products.
4. Partial implementation of the FIFO on the 8514/A compatible products including Mach8/32 and plain IBM 8514/A.
2024-11-13 22:55:16 +01:00
Miran Grča
62e3daa718
Merge pull request #4965 from lemondrops/misc-fix
...
config.c: Don't delete the storage controllers section too early
2024-11-13 22:29:02 +01:00
Miran Grča
be6823ce84
Merge pull request #4964 from lemondrops/translatables
...
Further improvements to the translation system
2024-11-13 22:28:48 +01:00
Alexander Babikov
e11604069f
config.c: Don't delete the storage controllers section too early
...
Fixes potential segfaults
2024-11-13 19:44:03 +05:00
Alexander Babikov
83064c6e21
Further improvements to the translation system
2024-11-13 19:42:27 +05:00
OBattler
6110a60f14
Reverted the excess changes to 86box.c.
2024-11-13 13:05:38 +01:00
OBattler
988f567f3d
Bumped the version number back to 4.3.
2024-11-13 06:32:19 +01:00
OBattler
f6d89766b0
Remove the usage of the undefined vnc_enabled variable, fixes #4961 .
2024-11-13 06:31:16 +01:00
OBattler
937c507bb9
Xi8088 strings.
2024-11-12 01:48:17 +01:00
OBattler
09eb050423
More KB -> kB.
2024-11-12 01:45:58 +01:00
OBattler
efc61061a8
KB -> kB.
2024-11-12 01:38:51 +01:00
OBattler
30ee3a37ca
Improved the handling of device configuration translations.
2024-11-11 22:21:49 +01:00
OBattler
4807f63d6f
VNC: Remove the obsolete reference to vnc_mouse_poll(), fixes #4950 .
2024-11-11 22:08:46 +01:00
OBattler
fffb5fbbc7
Everything in the device configuration dialog is now translatable.
2024-11-11 09:44:29 +01:00
OBattler
d98e51b7f4
Onboard RAM -> Memory size
2024-11-10 23:49:57 +01:00
OBattler
9d3559a0ab
Memory Size -> Memory size.
2024-11-10 23:38:48 +01:00
OBattler
9beadac607
Some forgotten instances of "address" in network/net_wd8003.c.
2024-11-10 05:17:58 +01:00
OBattler
748987fa46
Onboard memory size -> Memory size.
2024-11-10 05:15:54 +01:00
OBattler
1dcd2f8305
Board Revision -> BIOS Revision.
2024-11-10 05:13:03 +01:00
OBattler
61a88eea02
Enable Boot ROM -> Enable BIOS.
2024-11-10 05:09:45 +01:00
OBattler
dc2d3f6bcd
MIDI input receive toggle strings.
2024-11-10 05:06:09 +01:00
OBattler
b8a742a108
Xi8088 UMB mapping strings.
2024-11-10 04:35:34 +01:00
OBattler
55e70fb3c3
Sound Font -> SoundFont.
2024-11-10 02:53:38 +01:00