Commit Graph

2252 Commits

Author SHA1 Message Date
Thraka
3d9f31e85f Move to C var; handle keyboard/mouse fullscreen conditions 2025-11-16 12:02:27 -08:00
Thraka
e80dc4a541 Automatically release mouse; recapture mouse 2025-11-15 23:18:11 -08:00
Thraka
316e14d5de Add option to show UI while in fullscreen 2025-11-15 23:18:11 -08:00
OBattler
02fac15d31 Render stack: Add checks adjusted width and height in addition to unadjusted, mitigates crashes. 2025-11-11 16:48:41 +01:00
Alexander Babikov
1cf363f1c0 Add new strings to other files 2025-11-09 00:41:42 +05:00
Alexander Babikov
caa0880d59 PC-500(+)/TO16: Move RTC IRQ number indication to the "Enabled" option 2025-11-09 00:41:39 +05:00
Alexander Babikov
db71903db6 86box.pot: fix two incorrect source strings 2025-11-09 00:41:36 +05:00
Jasmine Iwanek
ca424aed32 clang-format in src/qt 2025-11-07 20:25:29 -05:00
usergithub64
364a19aaaf Update 86box.pot 2025-11-06 15:44:31 +02:00
usergithub64
8baae269cd Update ru-RU.po 2025-11-06 15:43:35 +02:00
usergithub64
40123bb7fd Update ru-RU.po 2025-11-06 15:26:18 +02:00
usergithub64
494f7cbb02 Update 86box.pot
Update 86box.pot
2025-11-06 14:50:58 +02:00
Cacodemon345
c5deff3bd3 Try to fix OpenGL screenshot crashes 2025-10-27 22:10:40 +06:00
kees-z
da7149e75c Update nl-NL.po
Fixed typo.
2025-10-27 16:46:11 +01:00
David Hrdlička
41f2c0ac0b Remove merge conflict in Czech translation 2025-10-26 02:07:16 +02:00
David Hrdlička
1063ac86fd Update Czech translation 2025-10-26 01:59:50 +02:00
OBattler
0a80ae2deb T1/T2 with/without adpator name fixes and translations (also for the paddle controller). 2025-10-26 01:56:53 +02:00
mw308
44be8c2940 Allow finer control of shader parameters 2025-10-23 23:35:52 +01:00
Alexander Babikov
b6d2501886 Update the Russian translation 2025-10-23 07:28:26 +05:00
Alexander Babikov
f3b5b6103a Remove unneeded capital letters from paddle and steering wheel's names 2025-10-23 07:28:24 +05:00
Alexander Babikov
69662ac3c8 Qt; Layout and size policy tweaks for settings dialog
Fixes comboboxes not always filling the intended space,
as well as oversized Configure buttons and uneven joystick
confugration buttons
2025-10-23 07:27:35 +05:00
Alexander Babikov
ff54ead1ec Qt: Fix up the TAP bridge device option
Also add its string to translation files
2025-10-23 07:27:33 +05:00
Lili Kurek
bb37f1d2a9 Update pl-PL.po 2025-10-22 11:42:57 +02:00
OBattler
e78d078d62 Temporarily disable the touch events commit. 2025-10-22 04:59:02 +02:00
Alexander Babikov
adc5680073 es-ES.po: Fix a duplicate message warning 2025-10-21 21:08:44 +05:00
Miran Grča
5765f744bf Merge pull request #6379 from lemondrops/patch-12
Qt: Clean up the .ui files for v5.2
2025-10-21 16:33:44 +02:00
Miran Grča
a0496a016b Merge pull request #6378 from lemondrops/browse
Qt: Change the file picker button label to "Browse..."
2025-10-21 16:30:47 +02:00
Miran Grča
113c4d0cf2 Merge pull request #6377 from lemondrops/patch-11
Qt: Move the CPU frame size option next to time sync
2025-10-21 16:30:32 +02:00
Miran Grča
1bd393e56e Merge pull request #6376 from lemondrops/opengl-fix
Properly fix the workaround for OpenGL 3.0-3.1
2025-10-21 16:30:19 +02:00
Alexander Babikov
da70e8ab50 Qt: Change the file picker button label to "Browse..." 2025-10-21 17:14:30 +05:00
Alexander Babikov
ad64553992 Properly fix the workaround for OpenGL 3.0-3.1
It was incorrectly comparing the OpenGL version and the GLSL
version, plus the pointer arithmetic broke with debug builds

Also rename the misleadingly-named array and fix logging
2025-10-21 17:13:38 +05:00
Alexander Babikov
591517d85c Qt: Clean up the .ui files for v5.2
- properly order the elements in QGridLayouts
- add non-generic names to text labels and some layouts
- fix enums for Qt 5 Designer compatibility
- fix tab order on some settings dialog pages
2025-10-21 17:13:16 +05:00
Alexander Babikov
7f9720d746 Qt: Move the CPU frame size option next to time sync 2025-10-21 17:12:54 +05:00
Jasmine Iwanek
c5c93ab90b Fix duplicate messages warning for QT builds 2025-10-20 23:43:58 -04:00
Jasmine Iwanek
0bf8d75834 Fix POV hat config code 2025-10-20 21:40:48 -04:00
Jasmine Iwanek
817bfa5aec Additional Joystick options 2025-10-20 21:32:34 -04:00
kees-z
3485dd4676 Fix typos and translation improvements (#6345) 2025-10-14 17:41:46 +02:00
OBattler
5c3f0a4ecc OpenGL Renderer: Remove leftover debug code. 2025-10-12 18:21:08 +02:00
Miran Grča
93cb9e9c9d UI: Never move the window to top left on resize, fixes #6329. 2025-10-12 16:16:01 +02:00
Lili Kurek
3f61475d9a Fix building with Qt 6.10 (#6327)
Fixes #6326.
2025-10-12 15:49:29 +02:00
Cacodemon345
f97dea2be6 Try to reduce hacks (#6313) 2025-10-10 11:32:32 +02:00
Miran Grča
02b59c4626 Update qt_openglrenderer.cpp: Update more BGRA's to BGR. 2025-10-10 03:13:00 +02:00
Miran Grča
c0af46af35 Update qt_openglrenderer.cpp: Make the renderer RGB and not RGBA. 2025-10-10 02:58:02 +02:00
Miran Grča
1fe3b18fe3 Update qt_openglrenderer.cpp: Fix the previous fix. 2025-10-10 00:51:33 +02:00
Cacodemon345
1a90e66711 Remove some flags (#6308) 2025-10-10 00:47:42 +02:00
Miran Grča
c56254178c Update qt_rendererstack.cpp: Fix a colon that should have been a semicolon. 2025-10-10 00:33:31 +02:00
Cacodemon345
9da9d8e975 Attempt to fix black screen on NVIDIA (#6307) 2025-10-10 00:24:11 +02:00
Miran Grča
ef23521a77 Update qt_openglrenderer.cpp: Port the version workaround from PCem. 2025-10-10 00:23:19 +02:00
Cacodemon345
40ed311895 Resize renderer view back on Windows on language selection changes (#6302) 2025-10-08 17:19:23 +02:00
Sasamiya
79e5f9426b Update Language Module: Simp-Chinese and Trad-Chinese (#6280) 2025-10-05 06:38:41 +02:00