Commit Graph

7587 Commits

Author SHA1 Message Date
Miran Grča
dde6bfdce7 Merge pull request #2062 from Cacodemon345/newqt
Disable LCD messages on Roland CM-32L emulation
2022-02-08 15:43:56 +01:00
Miran Grča
697663a25a Merge pull request #2068 from dob205/master
Potential fixes for GitHub Actions on macOS
2022-02-08 14:17:42 +01:00
dob205
4c37234ce0 Potential fixes for GitHub Actions on macOS 2022-02-08 13:56:36 +01:00
Miran Grča
d58c07b94f Merge pull request #2063 from Cacodemon345/patch-42
Qt is now on by default for non-Windows
2022-02-08 13:31:34 +01:00
Miran Grča
062b123019 Merge pull request #2064 from dob205/master
Translation updates for Win32 and Qt (German and Croatian)
2022-02-08 13:31:26 +01:00
Miran Grča
6535516f56 Merge pull request #2065 from Cacodemon345/patch-43
qt: Fix theming bugs under KDE
2022-02-08 13:31:16 +01:00
Miran Grča
a7aac2bc1f Merge pull request #2066 from Cacodemon345/patch-44
Fix untranslated hide toolbar string
2022-02-08 13:31:07 +01:00
Miran Grča
e99f9e8a12 Merge pull request #2067 from Cacodemon345/patch-45
Fix window title after changing UI language
2022-02-08 13:30:59 +01:00
Cacodemon345
b61ae8eaa1 Fix window title after changing UI language 2022-02-08 16:40:46 +06:00
Cacodemon345
1df33b4946 Specify directory for Qt Linguist Tools in CMake 2022-02-08 16:26:41 +06:00
Cacodemon345
97a2efb5e8 2nd attempt 2022-02-08 15:58:00 +06:00
Cacodemon345
b8fe36edd4 Fix untranslated hide toolbar string 2022-02-08 15:56:31 +06:00
Cacodemon345
6a425916eb Fix wrong Qt5_DIR variable 2022-02-08 15:54:17 +06:00
Cacodemon345
022f5dbdea qt: Fix theming bugs under KDE 2022-02-08 15:50:56 +06:00
Cacodemon345
f6a68e933a Revert with fixes 2022-02-08 15:43:17 +06:00
dob205
27ae38abf9 Updates to the Croatian Qt translation 2022-02-08 10:39:40 +01:00
dob205
50daf6227d Missed a string in Croatian here 2022-02-08 10:37:50 +01:00
dob205
350554b89f Updates to the German Qt translation 2022-02-08 10:36:34 +01:00
dob205
7f2aea621b Updates to the Croatian Win32 translation 2022-02-08 10:30:55 +01:00
dob205
8d947bdce5 Updates to the German Win32 translation 2022-02-08 10:28:48 +01:00
Cacodemon345
a343609bca macOS GH builds use Qt6 2022-02-08 15:13:21 +06:00
Cacodemon345
6b4b438195 Fix macOS GH build 2022-02-08 14:46:01 +06:00
Cacodemon345
2899185c05 Fix Linux GH builds 2022-02-08 14:44:36 +06:00
Cacodemon345
0b3a6d8e84 Qt is now on by default for non-Windows 2022-02-08 14:22:48 +06:00
Cacodemon345
2bc56c775d Disable LCD messages on Roland CM-32L emulation 2022-02-08 12:14:10 +06:00
David Hrdlička
58aca9ebd4 Add libmt32emu and libslirp as optional dependencies to vcpkg manifest 2022-02-08 01:55:25 +01:00
David Hrdlička
0f4931cdcc Fix macOS bundles 2022-02-07 23:05:59 +01:00
David Hrdlička
4b3aabc4ba Fix non-Qt Unix build 2022-02-07 22:58:08 +01:00
David Hrdlička
bf3bdb7367 Work around MinGW's weird OpenAL config 2022-02-07 22:50:49 +01:00
RichardG867
d76394a72f Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30 2022-02-07 17:40:08 -03:00
RichardG867
2654642090 Jenkins: Turn down Windows zip compression 2022-02-07 17:39:59 -03:00
Miran Grča
55557cafe6 Merge pull request #2060 from Cacodemon345/newqt
Add MT-32 LCD message display support in the status bar
2022-02-07 21:12:54 +01:00
David Hrdlička
ee998a71a4 Fix Qt on Mac bundle generation 2022-02-07 21:08:28 +01:00
Cacodemon345
b21d5b5a43 Add MT-32 LCD message display support in the status bar 2022-02-08 01:52:02 +06:00
David Hrdlička
5061d6c275 Futureproof the QT static path 2022-02-07 20:37:10 +01:00
David Hrdlička
d879628553 Use fixup_bundle on Windows as well 2022-02-07 20:35:55 +01:00
David Hrdlička
7d758ea9cd Prefer config mode for finding OpenAL 2022-02-07 20:32:43 +01:00
David Hrdlička
3305063f55 Add options to discover munt and slirp locally 2022-02-07 20:30:33 +01:00
David Hrdlička
7d7826d7a5 Set static build properly on non-Windows vcpkg targets 2022-02-07 20:30:33 +01:00
David Hrdlička
bb25829dbc Try to build a static build on MSYS2 2022-02-07 20:26:00 +01:00
Miran Grča
1fa9db221b Merge pull request #2059 from 86Box/tc1995
Fixed the ISA bus detection of the Mach64GX.
2022-02-07 20:12:01 +01:00
TC1995
8d28e3623c Fixed the ISA bus detection of the Mach64GX.
Removed the threaded FIFO on the ViRGE cards due to bugs, instead, relying on a non-threaded FIFO again.
Fixed some 8MB parts of the blitter for the ViRGE/VX-based STB Velocity 3D card so that 8MB RAM detection doesn't glitch everything else, including the blitter.
2022-02-07 20:08:25 +01:00
Miran Grča
8bbcfd126f Merge pull request #2057 from 86Box/tc1995
Ported the latest fixes of the SCAMP EMS implementation from PCem.
2022-02-07 20:05:11 +01:00
Miran Grča
81148be7e3 Merge pull request #2058 from Cacodemon345/newqt
qt: Preferences on macOS now brings up program settings instead
2022-02-07 20:05:01 +01:00
Cacodemon345
b53fb07810 Preferences on macOS now brings up program settings instead 2022-02-08 00:40:34 +06:00
TC1995
b50e153400 Ported the latest fixes of the SCAMP EMS implementation from PCem. 2022-02-07 19:14:54 +01:00
RichardG867
d3717b6df0 Jenkins: Make Discord commit browser URL a variable 2022-02-07 14:31:02 -03:00
Teemu Korhonen
b73d8f4c2f fix statusbar message (#2056) 2022-02-07 14:19:00 -03:00
RichardG867
cbd0415d78 Jenkins: Build with Qt now 2022-02-07 14:13:05 -03:00
RichardG867
250c82a250 Jenkins: Clean output directory after archiving artifacts 2022-02-07 12:00:21 -03:00