Commit Graph

6957 Commits

Author SHA1 Message Date
ts-korhonen
09cfd79c60 qt: disable automatic mnemonics
Fixes alt entering menu
2022-01-13 00:48:52 +02:00
ts-korhonen
4c04837574 Fix discord.h filename change on include 2022-01-12 20:38:27 +02:00
ts-korhonen
58f50f5b6a Merge branch 'master' of https://github.com/86Box/86Box into qt 2022-01-12 20:30:34 +02:00
ts-korhonen
9e0b945c70 qt: Fix full screen strecth modes, implement -F switch
Patches from Cacodemon345
2022-01-12 20:12:47 +02:00
Miran Grča
843f28d884 Merge pull request #1988 from ts-korhonen/master
Exit full screen mode if changing window (with alt-tab)
2022-01-12 18:55:05 +01:00
ts-korhonen
b13c14b039 Exit full screen mode if changing window
with alt-tab etc. unintended way.
2022-01-12 19:39:17 +02:00
Miran Grča
c359c3caef Merge pull request #1986 from altiereslima/master
Update pt-BR.rc
2022-01-11 14:03:28 +01:00
Miran Grča
72df4876d4 Merge pull request #1987 from ts-korhonen/master
Fix opengl core renderer message pump
2022-01-11 14:03:07 +01:00
ts-korhonen
3be3acf78f Fix opengl core renderer message pump 2022-01-11 08:04:56 +02:00
altiereslima
be76456921 Update pt-BR.rc 2022-01-10 21:05:09 -03:00
altiereslima
3198a844b0 Update pt-BR.rc 2022-01-10 20:55:12 -03:00
OBattler
bf8227dd6c And another. 2022-01-10 20:41:43 +01:00
OBattler
e0578fbf5b And another fix. 2022-01-10 20:26:36 +01:00
OBattler
6b7e674877 And another fix. 2022-01-10 20:12:26 +01:00
OBattler
28b772b1f7 More READ CD fixes. 2022-01-10 19:53:07 +01:00
OBattler
273d5af048 READ CD, READ CD OLD, and READ CD MSF with all flag bits cleared, are now treated as a non-data command. 2022-01-10 14:36:53 +01:00
ts-korhonen
621ab60907 Merge branch 'winqt' of https://github.com/Cacodemon345/86Box into qt 2022-01-09 21:56:05 +02:00
David Hrdlička
50679f8faa Fix link to WinBox in readme 2022-01-09 20:37:47 +01:00
David Hrdlička
3323f26a1f Fix missing terminator of DLL import array 2022-01-09 20:37:47 +01:00
Cacodemon345
c5a69dea45 Fix free ID return value for MFM/RLL/XTA 2022-01-10 01:15:49 +06:00
Cacodemon345
df3a11b11b Complete the bus tracking implementation with fixes 2022-01-10 01:12:23 +06:00
ts-korhonen
7555282d30 qt: add hide_tool_bar setting variable 2022-01-09 16:54:37 +02:00
ts-korhonen
d52b749128 Merge branch 'master' of https://github.com/86Box/86Box into qt 2022-01-09 16:52:30 +02:00
Miran Grča
d790ed5894 Merge pull request #1984 from ts-korhonen/master
Add hide_tool_bar config file setting
2022-01-09 15:51:40 +01:00
ts-korhonen
9a566a501c Add hide_tool_bar config file setting
In preparation for toolbar implementation
2022-01-09 16:46:44 +02:00
Cacodemon345
42b3b5623a Default to 8x for CD-ROM speeds 2022-01-09 16:48:41 +06:00
Cacodemon345
78f96ee6ba Disable add/existing buttons if hard disk is full 2022-01-09 16:48:23 +06:00
Cacodemon345
dabed16bbf Add OBattler's hard disk tracking code and make use of it for HDD settings 2022-01-09 16:44:43 +06:00
David Hrdlička
65310e0141 Delay load SetCurrentProcessExplicitAppUserModelID
Appears to be the only thing preventing 86Box from running on Vista.
Note that this doesn't mean a change in the official system requirements.
2022-01-08 21:43:04 +01:00
Cacodemon345
62a4a025b1 Port Win32 Discord integration to Linux and macOS 2022-01-09 01:04:59 +06:00
Cacodemon345
c5e3d9a75f Fix Czech selection not appearing 2022-01-08 23:44:30 +06:00
Cacodemon345
84ab1f33da Merge remote-tracking branch 'winqt/qt' into winqt 2022-01-08 23:29:05 +06:00
Cacodemon345
62fd64730a Add icon set fallback feature 2022-01-08 23:17:20 +06:00
ts-korhonen
021ec8e50d qt: Make QT default off to prepare merging to upstream 2022-01-08 15:36:52 +02:00
ts-korhonen
b5adb66a00 Merge branch 'master' of https://github.com/86Box/86Box into qt 2022-01-08 13:49:24 +02:00
ts-korhonen
34de2d15cf qt: Fix type error 2022-01-08 13:40:45 +02:00
Cacodemon345
f2f06aa958 Add runtime language switching 2022-01-08 17:14:03 +06:00
Miran Grča
750f00d0dc Merge pull request #1983 from ts-korhonen/midi-fix
Fix UART-mode detection on input sysex messages
2022-01-07 22:53:56 +01:00
ts-korhonen
edc8c88062 Properly UART-mode detection on input sysex messages 2022-01-07 23:36:25 +02:00
Cacodemon345
2e06e6cc0c Finish new floppy dialog translation as well 2022-01-08 01:16:58 +06:00
Cacodemon345
daedb9024e Replace hard disk progress dialog title with 86Box since it isn't translated anywhere yet 2022-01-08 01:05:01 +06:00
Cacodemon345
c07ef406e8 Fix Menu text bugs on macOS
Fix cutoff bugs on Sound Gain dialog
2022-01-08 00:53:45 +06:00
Miran Grča
519d379d10 Merge pull request #1982 from dob205/master
Various translation fixes
2022-01-07 19:01:34 +01:00
Cacodemon345
66d3724206 Merge remote-tracking branch 'upstream/master' into winqt 2022-01-07 23:01:34 +06:00
David Hrdlička
7576393c6e Merge pull request #1981 from ts-korhonen/midi-fix
Pass sysex messages in mpu-401 uart mode
2022-01-07 17:33:27 +01:00
dob205
6122aff602 Updates to hr-HR.rc
Translates previously untranslated renderer messages and fixes small glitches
2022-01-07 17:22:59 +01:00
dob205
c4448492e8 Adjustments to the German translation
Aligns the German translation to the CHS used in the disk overview table and fixes smaller mishaps
2022-01-07 17:16:18 +01:00
ts-korhonen
a4081be22c Pass sysex messages in mpu-401 uart mode 2022-01-07 18:09:16 +02:00
Cacodemon345
4ea797397f Add hard reset prompt, translate the rest of the message dialogs 2022-01-07 16:41:57 +06:00
Cacodemon345
69325aff02 1. Media menu strings are translated now.
2. Save/Quit dialogs are also translated now.
3. Fix Sound Gain text cutoff.
2022-01-07 16:21:40 +06:00