Commit Graph

7845 Commits

Author SHA1 Message Date
ts-korhonen
3c3e42fb84 qt: Destroy the widgets when changing joystick device.
Just removing them from layout will not destroy them.
2022-03-15 18:24:38 +02:00
Miran Grča
83000338aa Merge pull request #2229 from lemondrops/master
Add handling for several missing strings to plat_get_string on Qt and legacy Unix UIs
2022-03-15 00:36:03 +01:00
Alexander Babikov
4b8b7c3950 Add handling for several missing strings to plat_get_string on Qt and legacy Unix UIs 2022-03-15 04:19:10 +05:00
Miran Grča
e962b80dd2 Merge pull request #2226 from ts-korhonen/fix-joystick-dialog
Fix Qt joystick dialog
2022-03-14 22:40:23 +01:00
ts-korhonen
d12a92141b qt: Fix joystick dialog title 2022-03-14 19:50:20 +02:00
ts-korhonen
25ac5e0edf qt: Fix joystick dialog size.
Set fixed size as a constraint to allow the dialog conform to selections
instead of staying the initial minimum size.
2022-03-14 19:45:47 +02:00
Jasmine Iwanek
f7e91c4e2c Fix header screwup in lpt.c 2022-03-13 17:42:18 -04:00
Jasmine Iwanek
fdd1070b2c Fix missing return 2022-03-13 17:37:11 -04:00
Jasmine Iwanek
3b38042409 Fix the fix 2022-03-13 17:25:17 -04:00
Jasmine Iwanek
4064e6ed67 Merge pull request #2225 from jriwanek-forks/anotherfix
Fix yet another null dereference in lpt.c
2022-03-13 17:23:41 -04:00
Jasmine Iwanek
8cbbf151b7 yet another null dereference in lpt.c 2022-03-13 17:22:57 -04:00
Jasmine Iwanek
041148b090 Merge pull request #2224 from jriwanek-forks/ni-fixes
Fixes
2022-03-13 17:19:12 -04:00
Jasmine Iwanek
27a2631069 correct function calls in openal.c 2022-03-13 17:16:28 -04:00
Jasmine Iwanek
591ff2c2c5 Fix null dereference in lpt.c 2022-03-13 17:16:11 -04:00
Jasmine Iwanek
fc51359579 Fix warnings in gameport.c 2022-03-13 17:15:54 -04:00
Miran Grča
a2136fa706 Merge pull request #2222 from jriwanek-forks/named-initializers
Named initializers
2022-03-13 17:49:19 +01:00
Jasmine Iwanek
e54d136e3b Add WD1004 series of XT HDD controllers 2022-03-13 10:29:05 -04:00
Jasmine Iwanek
c195b348a7 src/sound 2022-03-13 10:03:39 -04:00
Jasmine Iwanek
0d9161016d Some escaped hardcoding of max devices in fdd.c 2022-03-13 09:59:11 -04:00
Jasmine Iwanek
a61379eaee src/sio 2022-03-13 09:57:57 -04:00
Jasmine Iwanek
98be04c955 src/scsi 2022-03-13 09:54:10 -04:00
Jasmine Iwanek
e188137b96 src/printer 2022-03-13 09:51:07 -04:00
Jasmine Iwanek
d1dc795659 src/network 2022-03-13 09:50:25 -04:00
Jasmine Iwanek
438e05d100 src/mem 2022-03-13 09:47:11 -04:00
Jasmine Iwanek
698b16a603 src/machine 2022-03-13 09:46:07 -04:00
Jasmine Iwanek
1a7c27286a src/game 2022-03-13 09:40:04 -04:00
Jasmine Iwanek
288e2ce1d2 src/floppy 2022-03-13 09:38:53 -04:00
Jasmine Iwanek
369f6774f9 src/disk 2022-03-13 09:37:19 -04:00
Jasmine Iwanek
a7edaf0608 src/device 2022-03-13 09:28:28 -04:00
Jasmine Iwanek
a52f0cca79 src/chipset 2022-03-13 09:21:08 -04:00
Jasmine Iwanek
66a687d68d src/ 2022-03-13 09:15:11 -04:00
Jasmine Iwanek
c5d1a7b456 small bit of cleanup in gameport.c 2022-03-13 09:00:26 -04:00
Jasmine Iwanek
297909a884 midi out device named correctly to aid code readability 2022-03-13 09:00:03 -04:00
Jasmine Iwanek
51532f7aaa lpt_device_t.internal_name added 2022-03-13 08:58:31 -04:00
Miran Grča
f39f239c05 Merge pull request #2219 from jriwanek-forks/macros
Macros and hardcoding
2022-03-13 03:01:08 +01:00
Jasmine Iwanek
b2a3cbf7a9 Reusable IO Port definitions for IDE HDC's 2022-03-12 19:18:49 -05:00
Jasmine Iwanek
b24008f075 Floppy 2022-03-12 19:18:49 -05:00
Jasmine Iwanek
41f1c2facd More hardcoding fixes 2022-03-12 19:18:48 -05:00
Miran Grča
607c499f96 Merge pull request #2217 from ts-korhonen/qt-opengl
qt: Fix shaders on HD4000/4400
2022-03-13 01:01:43 +01:00
Miran Grča
910b59d4bb Merge pull request #2218 from jriwanek-forks/tmacm
Thrustmaster ACM
2022-03-13 01:01:27 +01:00
Jasmine Iwanek
c8574c55cc Thrustmaster ACM 2022-03-12 18:47:12 -05:00
ts-korhonen
b1eeef7527 qt: Remove pragma parameters from shaders.
Fixes Intel HD4000 crashing on windows when selecting shaders, probably
also fixes Intel HD4400 shader errors.
2022-03-12 15:39:39 +02:00
ts-korhonen
105fe47bf3 qt: GL core; use safe version of strcpy 2022-03-12 15:38:44 +02:00
David Hrdlička
ec7c2643e0 Make sure to enable the RtMidi support on Win32 too 2022-03-11 21:20:03 +01:00
David Hrdlička
7c20d7c5bb Fix RtMidi on Makefile builds 2022-03-11 21:19:59 +01:00
David Hrdlička
ae6cb77ac8 Actions: FIx the macOS build 2022-03-11 20:51:45 +01:00
David Hrdlička
b5f18af541 Clean up the RtMidi optionality 2022-03-11 20:41:00 +01:00
Miran Grča
c1ccee6abd Merge pull request #2214 from Cacodemon345/c345/haiku
qt: Add support for Haiku
2022-03-11 20:11:50 +01:00
richardg867
08604bebee Jenkins: Attempt to fix git clone 2022-03-11 14:57:04 -03:00
Cacodemon345
1ed5bd37a4 Fix typo 2022-03-11 18:35:31 +06:00