Commit Graph

7057 Commits

Author SHA1 Message Date
ts-korhonen
067b49c848 qt: fix .po line endings 2022-01-23 18:38:43 +02:00
ts-korhonen
d890cd2ebb qt: Update pause action status when paused without using action 2022-01-22 22:02:57 +02:00
ts-korhonen
dd6b368e0e qt: Read font name and size from translation
Updated .po files to include FONT_NAME and FONT_SIZE to allow using them
as font in qt.
2022-01-22 22:00:44 +02:00
ts-korhonen
6ba6cf3bdd qt: update en-US.po 2022-01-22 17:16:04 +02:00
ts-korhonen
5f8fc15afb qt: Add missing address-of operators 2022-01-22 12:40:15 +02:00
ts-korhonen
3d0b100199 qt: Send dialog status to VM-manager & fix pause
- Manager is notified of modal dialogs blocking the main window.
- Pause command from manager uses action to prevent desyncing pause status
in the menus and toolbar.
2022-01-22 02:41:02 +02:00
ts-korhonen
7995be4adb qt: Add VM-manager message handling on windows 2022-01-22 01:10:11 +02:00
ts-korhonen
7fdeff1851 qt: macos patches from dob205 2022-01-21 19:08:58 +02:00
ts-korhonen
06d9a15f97 Merge branch 'master' of https://github.com/86Box/86Box into qt 2022-01-21 19:02:55 +02:00
ts-korhonen
48b7f652fb qt: Update translations from rc 2022-01-21 19:02:05 +02:00
Miran Grča
15db0e5031 Merge pull request #2003 from 86Box/tc1995
AdLib Gold changes:
2022-01-21 17:15:10 +01:00
TC1995
e6e37d780b Damn git... 2022-01-21 16:48:44 +01:00
TC1995
142d48cfa9 Merge branch 'tc1995' of github.com:86Box/86Box into tc1995 2022-01-21 16:44:50 +01:00
ts-korhonen
28e5e3b3fd Merge branch 'master' of https://github.com/86Box/86Box into qt 2022-01-21 17:29:50 +02:00
Miran Grča
428254c221 Hooked up the Polish translation 2022-01-21 16:26:13 +01:00
Miran Grča
6d38de4e88 Merge pull request #2006 from Fanta-Shokata/patch-1
Polish translation
2022-01-21 16:22:39 +01:00
Fanta Shokata
013b42777b Polish translation 2022-01-21 15:57:42 +01:00
TC1995
52ab6b400d Merge branch 'master' into tc1995 2022-01-21 15:51:33 +01:00
Miran Grča
613b04ef94 Merge pull request #2002 from Ompronce/master
Fixed incorrect control chip ID of AdLib Gold and added auxillary registers to mixer
2022-01-21 15:45:06 +01:00
OBattler
f590272df7 Merge branch 'master' of https://github.com/86Box/86Box 2022-01-21 15:44:36 +01:00
OBattler
23a754443e ES1371 MIDI UART fixes. 2022-01-21 15:44:24 +01:00
Ompronce
89c8212267 Corrected spacing 2022-01-20 17:46:36 -04:00
Ompronce
5218fa0b19 Refined and optimized CD audio filter on AdLib Gold sound card 2022-01-20 17:43:31 -04:00
ts-korhonen
017b80dad7 Merge branch 'master' of https://github.com/86Box/86Box into qt 2022-01-20 20:20:12 +02:00
ts-korhonen
f250e5eea4 qt: Unify toolbar and title on mac (from dob205) 2022-01-20 20:19:18 +02:00
TC1995
04f40f0199 AdLib Gold changes:
Properly implemented MIDI Out/In.
Changed the ID from 0x50/0x70 to 0x51/0x71 to identify as AdLib Gold 1000.
Added CD Audio volume and filter.
2022-01-20 18:36:37 +01:00
Ompronce
415a98fa15 Added auxillary registers (used for line in and CD audio) to AdLib Gold mixer 2022-01-20 13:12:28 -04:00
Ompronce
0a8b93d58f Fixed incorrect control chip ID of AdLib Gold 2022-01-20 04:49:06 -04:00
Miran Grča
0b78a3941b Merge pull request #2001 from Ompronce/master
Added gameport at port 201h to AdLib Gold sound card
2022-01-20 01:42:38 +01:00
Ompronce
e462f03a89 Corrected spacing again 2022-01-19 20:12:11 -04:00
Ompronce
80dda2e18c Corrected spacing 2022-01-19 20:10:39 -04:00
Ompronce
1b74b12cee Added gameport at port 201h to AdLib Gold sound card 2022-01-19 20:07:52 -04:00
Miran Grča
ed5aadb4b3 Merge pull request #2000 from 86Box/tc1995
Added MIDI In/Out to the AdLib Gold as well as a fix to wave out.
2022-01-19 13:46:31 +01:00
TC1995
fe90200eee Added MIDI In/Out to the AdLib Gold as well as a fix to wave out. 2022-01-19 13:38:07 +01:00
Miran Grča
813a7b3086 Merge pull request #1999 from 86Box/tc1995
Implemented ES1371 midi input
2022-01-19 13:34:41 +01:00
TC1995
cbdc3d9688 Implemented ES1371 MIDI input. 2022-01-19 12:43:29 +01:00
TC1995
89243c8496 Merge branch 'master' of github.com:86Box/86Box into tc1995 2022-01-19 12:40:58 +01:00
OBattler
f87010c484 Applied the fix to the OpenGL Core renderer as well. 2022-01-18 13:13:22 +01:00
OBattler
69f572395b Improved the performance of sdl_blit_ex(), closes #1995. 2022-01-18 01:55:05 +01:00
TC1995
c46c22cee6 Merge branch 'master' of github.com:86Box/86Box into tc1995 2022-01-15 20:56:24 +01:00
ts-korhonen
8c8e2219d8 qt: Refactor renderers buffer ownership
Invert the way buffers are created; make renderer create buffers for
renderer stack.
Use QImage bits as the buffer for software renderer.
2022-01-15 21:45:34 +02:00
ts-korhonen
07446719a4 qt: fix non-win32 status message when no mouse 2022-01-15 01:39:22 +02:00
ts-korhonen
188f1a1b7e qt: fix plat_fopen() encoding 2022-01-15 00:07:01 +02:00
ts-korhonen
d4ca5e093d qt: tweak program settings layout 2022-01-14 21:32:19 +02:00
ts-korhonen
5742ae4747 qt: split the ui window title string on non-win32 2022-01-14 20:25:17 +02:00
ts-korhonen
45f44a13b7 Merge branch 'master' of https://github.com/86Box/86Box into qt 2022-01-14 17:02:45 +02:00
ts-korhonen
7093e92596 qt: fix title formating 2022-01-14 17:02:03 +02:00
ts-korhonen
a3cd2e9191 Merge branch 'qt' of https://github.com/ts-korhonen/86Box into qt-toolbar 2022-01-14 16:46:51 +02:00
Cacodemon345
31d3d6309b Copy lines from buffer32 one by one
(cherry picked from commit 00a75d4e602ec3ba6d214eeae4500c90dc77fc5f)
2022-01-14 16:44:54 +02:00
Miran Grča
939a701836 Merge pull request #1989 from EmpyreusX/master
Updated Simp. Chinese and Japanese translations
2022-01-13 23:01:45 +01:00