Commit Graph

450 Commits

Author SHA1 Message Date
RichardG867
94be8cdfc6 GDB Stub: Initial commit 2022-03-12 20:20:25 -03:00
Cacodemon345
7dc84e0f67 qt: Fix HDD path relativization on Windows 2022-03-04 01:25:34 +06:00
ts-korhonen
055a0b307c Merge branch 'master' of https://github.com/86Box/86Box into qt-opengl-renderer 2022-03-02 17:32:32 +02:00
Cacodemon345
9da55289ed qt: Fix building on AArch32 2022-03-02 15:22:14 +06:00
Cacodemon345
445ebb905f qt: More Settings UI inconsistency-with-Win32 fixes 2022-03-02 15:08:41 +06:00
Cacodemon345
ed954e4b2f qt: Fix HiDPI scaling on OpenGL 3.0 renderer 2022-03-02 15:08:14 +06:00
Cacodemon345
c1c0f68f81 qt: Make central widget expanding 2022-03-02 14:48:33 +06:00
Cacodemon345
c213f287b1 qt: Fix loading of shaders using GL_ARB_shading_language_420pack extension 2022-03-02 14:45:28 +06:00
ts-korhonen
f78a3f2c10 qt: try again to fix linux arm32 build error 2022-03-01 22:22:58 +02:00
ts-korhonen
109683300a qt: Add fallback to default shader on load 2022-03-01 22:22:58 +02:00
ts-korhonen
61239efa39 qt: fix linux arm32 build error 2022-03-01 19:15:12 +02:00
Cacodemon345
ee69b022fc qt: OpenGL ES 3.0 support 2022-03-01 13:31:19 +06:00
Miran Grča
7bbb3bc4c6 Merge pull request #2175 from ts-korhonen/qt-opengl-renderer
Qt: OpenGL 3.0 renderer
2022-02-28 23:31:37 +01:00
ts-korhonen
16e98249c1 qt: fix build error 2022-02-28 22:29:06 +02:00
ts-korhonen
7af0069693 qt: QOpenGLFunctions_3_0 -> QOpenGLExtraFunctions 2022-02-28 22:13:11 +02:00
ts-korhonen
911c300123 qt: add missing call to glBufferSubData 2022-02-28 21:55:58 +02:00
ts-korhonen
b1bd408aeb Revert "qt: Change include for opengl extensions."
This reverts commit 08014dc5b5.
2022-02-28 19:55:51 +02:00
Cacodemon345
08e1993808 qt: Fix building with Qt 5 2022-02-28 12:43:24 +06:00
ts-korhonen
9af1d0cc5f Revert "qt: Disable OpenGL 3.0 renderer for macOS."
This reverts commit d3b00ff27b.
2022-02-28 08:43:14 +02:00
Cacodemon345
ed22399f4b qt: Actually make client-side Unix manager functional 2022-02-28 12:16:43 +06:00
ts-korhonen
d3b00ff27b qt: Disable OpenGL 3.0 renderer for macOS.
Until it's figured out, macOS has dummy implementation to keep it
building.
2022-02-27 21:57:14 +02:00
ts-korhonen
4ec8e80042 qt: Fix shader path copying to config.
memcpy corrupted the path, use strcpy instead.
2022-02-27 20:56:47 +02:00
ts-korhonen
08014dc5b5 qt: Change include for opengl extensions.
Trying to fix macOS builds.
2022-02-27 20:55:59 +02:00
ts-korhonen
c9714c9bfc qt: Try to fix linux gcc 11 build 2022-02-27 20:22:28 +02:00
ts-korhonen
1dcb712ef7 qt: Remove QFlags from OpenGLOptions.
Didn't work in ubuntu and was a bad design attempt to mimic win32
options change detection.
2022-02-27 16:45:57 +02:00
ts-korhonen
d2a9389ce7 qt: Initial OpenGL 3.0 renderer implementation 2022-02-27 14:56:51 +02:00
Cacodemon345
06fc26ccab qt: Add Unix manager support (client-side interface) 2022-02-27 15:30:40 +06:00
Cacodemon345
f966909500 qt: Fix compile error 2022-02-26 14:28:16 +06:00
Cacodemon345
62333560dc qt: Include plat.h 2022-02-26 14:09:58 +06:00
Cacodemon345
6f672fb3ba qt: Include necessary files 2022-02-26 14:02:13 +06:00
Cacodemon345
81819727ad qt: Port Win32 86F creation code to Qt 2022-02-26 13:56:50 +06:00
Cacodemon345
0644636afb qt: Fix CD-ROM speed in settings for real 2022-02-24 00:55:56 +06:00
Jasmine Iwanek
8597e4e4d7 Merge branch 'master' into more-updates 2022-02-20 16:28:50 -05:00
Jasmine Iwanek
4674756664 More newline and whitespace cleanups 2022-02-20 16:26:40 -05:00
Cacodemon345
be900f1d32 qt: Fix high CPU usage when paused 2022-02-20 15:04:24 +06:00
Jasmine Iwanek
a66e392b26 A few missed bits 2022-02-20 00:58:08 -05:00
Jasmine Iwanek
78c7573705 use defines for LPT and Serial port count
Also fixes LPT4 device setting.
2022-02-20 00:33:47 -05:00
Jasmine Iwanek
2836c7f05b CONFIG_MIDI -> CONFIG_MIDI_OUT 2022-02-20 00:33:05 -05:00
Jasmine Iwanek
25e9087f3f clean up spaces and tabs at the end of lines 2022-02-20 00:33:04 -05:00
Jasmine Iwanek
1362ade967 Merge branch 'master' into more-updates 2022-02-19 23:39:55 -05:00
David Hrdlička
e03a0c446e Fix Mac bundles (hopefully finally) 2022-02-19 16:28:57 +01:00
Jasmine Iwanek
4287e44824 newlines at end of file 2022-02-18 21:38:51 -05:00
David Hrdlička
76fbaa4b8c Revert "Merge branch 'master' of https://github.com/86Box/86Box"
This reverts commit efb79217f2, reversing
changes made to 351db812e0.
2022-02-18 21:42:05 +01:00
Cacodemon345
0ea4508ce3 qt: Fix media menu not appearing for non-HDD storage devices with certain IDE controllers 2022-02-17 14:45:52 +06:00
Cacodemon345
d87d0be2f8 qt: Uncapture mouse before exit 2022-02-17 11:51:24 +06:00
Cacodemon345
be3501cfe1 qt: Avoid crashes on X11 at exit 2022-02-17 11:45:42 +06:00
Cacodemon345
4f9af2eb77 Xi2: Warp mouse cursor only on Xi2 thread 2022-02-17 10:25:37 +06:00
RichardG867
b9ecb212e2 Hide ACPI shutdown button for release 2022-02-15 21:00:55 -03:00
RichardG867
3323844e74 Fix URL hardcoding in the Qt UI 2022-02-15 20:44:13 -03:00
Cacodemon345
775fd2b192 Merge remote-tracking branch 'upstream/master' into newqt 2022-02-16 00:16:01 +06:00