Commit Graph

7057 Commits

Author SHA1 Message Date
David Hrdlička
529889d21e Show full version string in the title bar 2022-01-10 01:25:35 +01:00
David Hrdlička
a284ddd45b Reduce the status message to speed and mouse capture 2022-01-10 01:20:21 +01:00
ts-korhonen
0b6ba2d09c qt: Add margin for status bar icons 2022-01-09 22:27:07 +02:00
ts-korhonen
f2d50125aa Merge branch 'qt' of https://github.com/ts-korhonen/86Box into qt-toolbar 2022-01-09 21:58:03 +02: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
70883fd2e5 Merge branch 'master' into feature/toolbar 2022-01-09 20:56:05 +01: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
David Hrdlička
9abdb1e048 Add the toolbar code to the MinGW makefile 2022-01-09 19:58:06 +01:00
David Hrdlička
b1664a258d Fix blank space between toolbar and render area 2022-01-09 19:56:53 +01:00
David Hrdlička
e5b56e8820 Move machine information to the toolbar 2022-01-09 19:12:08 +01:00
David Hrdlička
929ee51234 Add a toolbar to the Windows GUI 2022-01-09 18:38:18 +01:00
ts-korhonen
541c8e9f51 qt: Add placeholder icons for toolbar 2022-01-09 17:38:11 +02:00
ts-korhonen
06002ed322 qt: Add toolbar 2022-01-09 17:00:16 +02: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
TC1995
978bdf686a Merge branch 'master' of github.com:86Box/86Box into tc1995 2022-01-07 12:42:01 +01: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
Cacodemon345
3e4b2583e3 Merge remote-tracking branch 'winqt/qt' into winqt 2022-01-07 15:17:18 +06:00
Cacodemon345
6b0b6a4e2e Merge remote-tracking branch 'upstream/master' into winqt 2022-01-07 15:17:01 +06:00
ts-korhonen
e9332cf670 Fixes for midi input
- Fix buffer overflow in midi input messages
- Detect sysex messages by starting byte instead of length
2022-01-07 10:01:57 +01:00
Cacodemon345
51cb0d48aa Backport 2da187c0bd to Qt backend 2022-01-07 15:00:00 +06:00