RichardG867
4338882df4
Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30
2022-04-07 15:46:00 -03:00
Miran Grča
facbad9dd1
Merge pull request #2261 from Cacodemon345/newqt
...
Multiple ROM paths implementation
2022-04-07 17:26:08 +02:00
Cacodemon345
c700f93b4b
qt: Fix warnings
2022-04-07 01:27:16 +06:00
Cacodemon345
84b1a8a7d3
qt: Fix mistyped LCID value of en-US
2022-04-07 01:23:23 +06:00
Cacodemon345
027179ab95
qt/languages/pt-PT.po: Fix "No ROMs Found" message
2022-04-07 01:14:36 +06:00
Cacodemon345
0f54376224
Merge branch 'newqt' of ssh://github.com/Cacodemon345/86box into newqt
2022-04-07 01:00:09 +06:00
Cacodemon345
0fd3042e0c
qt: Add support for loading ROMs from ~/Documents/86Box/roms on macOS
2022-04-07 00:57:16 +06:00
Cacodemon345
f8c53dec3a
qt: Fix compilation on Linux
2022-04-06 19:56:30 +06:00
Cacodemon345
1a3a7bec0e
Move platform-specific ROM path adding code into plat modules
2022-04-06 16:16:25 +06:00
Cacodemon345
6f0ac4eace
qt: Fix creation of differencing VHDs
2022-04-03 01:24:09 +06:00
Miran Grča
f52b898add
Merge pull request #2245 from Cacodemon345/newqt
...
qt: Get rid of resize rounding
2022-03-31 15:30:23 +02:00
RichardG867
e11b211af8
Virtual ISO: Add Qt and Win32 user interfaces
2022-03-26 23:38:38 -03:00
Cacodemon345
e7566d6974
qt: Get rid of resize rounding
2022-03-23 16:00:36 +06:00
Miran Grča
d1898177ef
Merge pull request #2243 from Cacodemon345/newqt
...
qt: Keyboard input now works properly when mouse is uncaptured
2022-03-21 13:25:58 +01:00
Cacodemon345
f2df8a4cce
qt: Keyboard input now works properly when mouse is uncaptured
2022-03-21 15:28:43 +06:00
Miran Grča
4c1e9e33eb
Merge pull request #2235 from Cacodemon345/newqt
...
wl_mouse: Don't uncapture mouse if is already uncaptured
2022-03-17 21:39:52 +01:00
RichardG867
1650b0692d
CMI8x38: Fix for logging status bar segfault
2022-03-17 16:31:14 -03:00
Cacodemon345
81dfba16f3
wl_mouse: Don't uncapture mouse if is already uncaptured
2022-03-18 00:56:59 +06:00
ts-korhonen
f2ec3c6201
qt: uncapture mouse when deactivated or dialog.
...
Uncapture mouse when application is deactivated or window is blocked
(dialog shown). Re-capture after full screen dialog.
2022-03-16 18:19:44 +02:00
RichardG867
71ba610366
Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30
...
# Conflicts:
# .ci/build.sh
# .ci/dependencies_msys.txt
# src/sound/snd_audiopci.c
2022-03-16 00:39:53 -03:00
RichardG867
f57cbe36b1
GDB Stub: More progress
2022-03-16 00:33:01 -03:00
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
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
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
297909a884
midi out device named correctly to aid code readability
2022-03-13 09:00:03 -04:00
RichardG867
94be8cdfc6
GDB Stub: Initial commit
2022-03-12 20:20:25 -03: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
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
Cacodemon345
c1f9d35de8
qt: Add support for Haiku
...
* OpenAL backend is enabled by default on Haiku
* bswap include now makes use of builtins if they exist
* Use a local fgetws method for Haiku to avoid crashes
* OpenGL renderers are completely disabled on Haiku (they do not work)
* Software renderer is a widget, not a window on Haiku (fixes blank screen)
* Add option to disable System MIDI at compile time
2022-03-11 12:13:08 +06:00
Miran Grča
f725c3fb56
Merge pull request #2210 from ts-korhonen/improve-create-hdd
...
qt: Improve hard disk create file selection
2022-03-10 22:24:29 +01:00
ts-korhonen
989926cb7f
qt: Disable processing of alt-f4 in windows.
...
Prevents the alt-f4 from quiting 86Box.
2022-03-10 23:14:13 +02:00
ts-korhonen
13ec3d2286
qt: Add all format selections to file dialog when creating hdd.
...
Set format combobox to match the selection.
2022-03-09 23:05:02 +02:00
David Hrdlička
576f8b8d60
More Qt6 fixes
2022-03-09 13:55:48 +01:00
ts-korhonen
35d6c68488
qt: fix Qt6 windows build
2022-03-09 08:16:47 +02:00
Miran Grča
247d5a7a94
Merge pull request #2198 from ziplantil/fi-translation
...
improve Finnish translation
2022-03-08 22:45:35 +01:00
Miran Grča
28bfff47c7
Merge pull request #2205 from ts-korhonen/fix-warnings
...
qt: fix multiple compiler warnings
2022-03-08 22:34:45 +01:00
ts-korhonen
9b306751c4
qt: fix mouse getting captured even if VM has no mouse
2022-03-08 23:25:35 +02:00
ts-korhonen
e0a23adbb4
qt: remove unused variables
2022-03-07 22:25:15 +02:00
ts-korhonen
c6b347000e
qt: only ignore -Wstringop-overflow on gcc 11
2022-03-07 22:10:03 +02:00
ts-korhonen
87546d2ce6
qt: fix multiple compiler warnings
2022-03-07 21:47:48 +02:00
Miran Grča
fbd29271bc
Merge pull request #2203 from insanemal/insanemal_qtsocket2
...
Fix client socket code to match generated messages
2022-03-07 18:29:29 +01:00
ts-korhonen
d821f6395f
qt: opengl core; fix filter method defaulting to nearest when applying options
2022-03-07 19:22:02 +02:00
Insanemal
71c217efe9
Change the truncate to -1 from -2 and remove the other part dealing with null terminators
2022-03-07 22:24:44 +10:00
Miran Grča
eb8cd146b0
Merge pull request #2199 from ts-korhonen/qt-opengl
...
Fix OpenGL Core renderer on macOS
2022-03-06 17:47:53 +01:00
ts-korhonen
bc86fdd0b5
qt: Fix a typo connecting to resetVM signal on unix manager socket
2022-03-06 18:00:23 +02:00
ziplantil
8374324ee1
revert some of the translation changes per feedback
2022-03-06 16:21:42 +02:00
ts-korhonen
652d7e6699
qt: gl-core; Use 4.1 core macOS & get glsl version from context
...
MacOS will use OpenGL 2.1 unless requested 4.1 core. Shader language
version is now set to what is reported by the driver.
2022-03-06 01:06:47 +02:00