KamFretoZ
baad1891eb
Qt: Translation Fixes
2026-05-18 07:31:15 -04:00
PCSX2 Bot
6ea9e4a5b0
[ci skip] Qt: Update Base Translation.
2026-05-18 08:42:38 +02:00
chaoticgd
58a0ced8be
Debugger: Fix parameter symbol creation dialog
2026-05-17 15:12:31 -04:00
PCSX2 Bot
e18d5b7183
[ci skip] Qt: Update Base Translation.
2026-05-16 22:52:37 -04:00
PCSX2 Bot
58facc8ab1
[ci skip] Qt: Update Base Translation.
2026-05-15 10:13:36 +02:00
PCSX2 Bot
0434aba3a8
[ci skip] Qt: Update Base Translation.
2026-05-14 14:37:43 +02:00
TJnotJT
c1cb214a03
GS/HW: Add debug blend setting.
...
Will enable SW blend and disable many optimizations.
2026-05-13 19:49:07 +02:00
chaoticgd
624acf5533
Qt: Fix crash when interacting with per-game achievement settings
2026-05-13 12:17:02 -04:00
PCSX2 Bot
81df4e5def
[ci skip] Qt: Update Base Translation.
2026-05-07 02:15:53 +02:00
PCSX2 Bot
f9885315bd
[ci skip] Qt: Update Base Translation.
2026-05-06 11:59:56 +02:00
Ty
53e3838c1d
Qt: Add MainWindowMaximized to ini for human readable maximized override
2026-05-05 16:01:35 -04:00
Ty
4509d11daf
Qt: Add MainWindowFullscreen to ini for human readable fullscreen override
2026-05-05 16:01:35 -04:00
PCSX2 Bot
bf9d38e86a
[ci skip] Qt: Update Base Translation.
2026-05-03 21:08:21 -04:00
Vishrut Sachan
7de2aad05a
Qt: Fix Big Picture Mode mnemonic shortcut lost after state change
2026-05-03 19:41:23 -04:00
PCSX2 Bot
3000e113e2
[ci skip] Qt: Update Base Translation.
2026-05-02 05:39:03 +02:00
chaoticgd
c0dfb8cfa0
Debugger: Call QWidget::update instead of QWidget::repaint
2026-05-01 20:47:40 +02:00
PCSX2 Bot
3091407e9e
[ci skip] Qt: Update Base Translation.
2026-04-29 22:53:37 +02:00
Ziemas
a1a3cd9d1b
DebugData: Remove stack getters
...
They're not used and the naming is confused, we can readd these if we
actually want to use them.
2026-04-28 19:57:48 -04:00
Ziemas
d759055231
DebugInterface: Enable stack tracing any EE thread
2026-04-28 19:57:48 -04:00
Ziemas
1b6924a033
DebugData: Rename EE sleep state to match IOP
2026-04-28 19:57:48 -04:00
chaoticgd
c186f8d366
Qt: Fix crash when closing OSD font picker dialog
2026-04-28 12:09:23 -04:00
KamFretoZ
eed53d19a0
Qt: Move Cheevos Account Box to the top
2026-04-28 03:33:16 +02:00
PCSX2 Bot
249ac51827
[ci skip] Qt: Update Base Translation.
2026-04-27 02:33:55 +02:00
jasaaved
3da22f126e
Qt: Fix Fullscreen not on the correct display
...
Replace setPosition with setGeometry. This makes sure when rendering to main window, it stays on the current display the main window is currently positioned at.
2026-04-26 16:17:09 -04:00
KamFretoZ
bd486f1729
Qt: Add -datapath launch argument
2026-04-26 16:13:04 -04:00
chaoticgd
f1d83f8c65
Qt: Automatically reflow settings check boxes
2026-04-24 13:32:24 +02:00
chaoticgd
8477679096
Qt: Make sure the game list table view cover column remains hidden
2026-04-22 15:37:01 +02:00
TJnotJT
2ae8f1f23f
GS/HW: Support HW AA1 for lines/triangles.
...
Credits: concept by TellowKrinkle.
2026-04-20 11:16:27 +02:00
jasaaved
ed796ee3db
Qt: Fix Exclusive Fullscreen Mode Saving to Config
...
Add a variable to keep track if the window was in exclusive fullscreen. This helps prevent saving geometry to config which is for windows rendered separate from main.
The variable is set back to false when render window is released.
2026-04-18 09:59:21 -04:00
jasaaved
b1962d22b0
Qt: Fix main window not being hidden when using exclusive fullscreen with rendering to main
...
Fixed an issue where enabling both render‑to‑main and exclusive fullscreen caused the main window to remain visible when switching from windowed to fullscreen. This occurred because shouldHideMainWindow() relied solely on isRenderingFullscreen() to detect fullscreen state, but exclusive fullscreen is controlled by the GS thread and never sets Qt’s WindowFullScreen flag. The fix adds an additional check for isExclusiveFullscreen().
2026-04-18 09:59:21 -04:00
SternXD
6f1f4e81d0
Qt: Add missing winwil include path
2026-04-18 02:10:53 +02:00
KamFretoZ
928bf313df
Qt/Shortcut: Use WIL instead of WRL for shortcut COM initialization
2026-04-17 23:43:11 +02:00
KamFretoZ
7b2fa803de
Qt: Add Icon Selection and Preview to the Shortcut Creator
2026-04-17 23:43:11 +02:00
refractionpcsx2
1fa3c6aa4a
GS: Move new Draw Buffering to a UI option
2026-04-17 21:13:30 +02:00
KamFretoZ
cc8292753f
Achievement: Fix default custom sound effect behavior
...
Achievements: Preview custom sounds directly instead of using/opening the system's default audio player.
2026-04-15 16:05:13 +02:00
github-actions[bot]
0fc1b66a9b
Qt: Update Base Translation ( #14297 )
...
Daily update of base translation sources.
Co-authored-by: PCSX2 Bot <PCSX2Bot@users.noreply.github.com >
2026-04-13 21:35:31 -04:00
chaoticgd
ceb53a1626
Debugger: Merge redundant memory interfaces
2026-04-13 15:48:41 -04:00
SternXD
f1891d530b
Qt: Fix achievement login hang before main window init
...
Signed-off-by: SternXD <stern@sidestore.io >
2026-04-13 17:22:03 +02:00
SternXD
285dc0070f
Qt: Add RetroAchievements to Setup Wizard
...
Signed-off-by: SternXD <stern@sidestore.io >
2026-04-13 17:22:03 +02:00
PCSX2 Bot
6d0fbed646
[ci skip] Qt: Update Base Translation.
2026-04-13 17:21:41 +02:00
TellowKrinkle
33a5c4d83e
FSUI: Switch emoji font to COLRv0 Twemoji 17.0.2
2026-04-12 19:45:32 +02:00
PCSX2 Bot
ba8804ead6
[ci skip] Qt: Update Base Translation.
2026-04-09 10:53:57 +02:00
Ty
d37550fccb
Qt: Make the SettingWidget default match the settings interface default
2026-04-08 10:42:25 -04:00
PCSX2 Bot
acb29963ba
[ci skip] Qt: Update Base Translation.
2026-04-08 05:51:07 +02:00
PCSX2 Bot
05c6a95fe5
[ci skip] Qt: Update Base Translation.
2026-04-05 02:20:15 +02:00
PCSX2 Bot
4aa72d949f
[ci skip] Qt: Update Base Translation.
2026-04-04 02:09:05 +02:00
KamFretoZ
26a86130de
Qt: Add a bunch of Open XXX Folder for Game List Entries
2026-04-03 13:00:31 -04:00
KamFretoZ
ade5762a45
Qt: Add Option for storing video captures per-games
2026-04-03 12:41:05 -04:00
PCSX2 Bot
59d00a0134
[ci skip] Qt: Update Base Translation.
2026-03-30 02:06:50 +02:00
PCSX2 Bot
1372d71fa7
[ci skip] Qt: Update Base Translation.
2026-03-29 11:28:05 -04:00