TellowKrinkle
5c1f280988
Mac: Add microphone permissions string
...
Allows us to ask permission to use the microphone
2023-11-21 20:45:55 +10:00
Stenzek
7ec57692b1
Qt: Remove QtNetwork dependency
2023-11-21 20:40:13 +10:00
Stenzek
d096fed8db
Qt: Use HTTPDownloader instead of QtNetwork for updates
2023-11-21 20:40:13 +10:00
Stenzek
15091cea54
Qt: Fix progress dialog cancelling
2023-11-21 20:40:13 +10:00
Stenzek
f18964ad44
Qt: Use main window geometry for temporary window
...
When displaying the confirm popup when fullscreen.
2023-11-21 15:37:10 +10:00
Stenzek
67c5509524
Qt: Fix confirm dialog parenting to wrong window
2023-11-21 13:35:46 +10:00
Stenzek
0770249da1
Qt: Make ALT+F4 while fullscreen exit PCSX2
2023-11-21 13:35:46 +10:00
Dan McCarthy
90e9b60287
Debugger: Implement subsequent/next scan for Mem Search ( #10260 )
...
Co-authored-by: Ty <AmFobes@gmail.com>
2023-11-19 14:41:27 +00:00
Dan McCarthy
84e24a0142
Fix Failing to reload cheats on button press
...
The Cheats Settings menu was failing to reload cheats when pressing the button. This meant if you enabled a cheat, made changes, and clicked reload, there would be no updates in behavior.
This was due to the reload button getting wired to the function that refreshes the list of cheats, rather than the function that refreshes the list AND reloads the actual enabled cheats.
This now calls the right function and when reloading, any changes thart were saved to the cheat will now be present.
2023-11-17 13:33:20 +10:00
PCSX2 Bot
d235c2d899
Qt: Update Base Translation
2023-11-17 01:53:17 +01:00
TellowKrinkle
fecee19e1a
Qt: Check both English and non-English name for cover paths
2023-11-06 22:51:36 -06:00
PCSX2 Bot
f04efead96
Qt: Update Base Translation
2023-11-06 23:19:07 +01:00
Stenzek
66b779a77d
Qt: Fix Big Picture UI locking up after game list switch
2023-11-05 13:40:45 +10:00
Stenzek
c62bd4ce97
Qt: Fix prefer-English-title when changing languages
2023-11-05 13:40:45 +10:00
TellowKrinkle
4fcbee9594
Updater:Mac: Show tar stderr if it fails
2023-11-04 02:24:51 -05:00
PCSX2 Bot
9b9e70e7e8
Qt: Update Base Translation
2023-11-03 14:56:51 +01:00
kamfretoz
c3a632e612
Qt: Show currently active savestate slot on status bar
2023-11-01 13:17:47 +00:00
Ty Lamontagne
692ca763a1
Debugger: Use the proper data role for sorting threads
2023-10-31 15:42:56 +00:00
Ty Lamontagne
9eb1731516
Debugger: Flip the `Enabled` breakpoint column
2023-10-31 15:42:56 +00:00
Ty Lamontagne
93776707a9
Debugger: Stub the current opcode if no function is selected
2023-10-31 15:42:56 +00:00
Ty Lamontagne
ebe6d3cbee
Debugger: Prevent crashing opportunities when there is an empty function list
2023-10-31 15:42:56 +00:00
Ty Lamontagne
46a0c2d5b6
Debugger: IOP Function Tree
...
Co-authored-by: Ziemas <ziemas@ziemas.se>
2023-10-31 15:42:56 +00:00
Ty Lamontagne
85539c7bb9
DebugTools: Simplify the symbol map
2023-10-31 15:42:56 +00:00
PCSX2 Bot
ae490125e9
Qt: Update Base Translation
2023-10-30 12:10:42 +00:00
refractionpcsx2
06e80f0c31
GS: Disable interlace skipping on FMVs on SW FMV switch
2023-10-29 22:19:32 +00:00
PCSX2 Bot
6ac8ac6ae6
Qt: Update Base Translation
2023-10-28 15:18:28 +02:00
Ty Lamontagne
be405eb705
Debugger: Visually show what CPU triggered a breakpoint
2023-10-26 19:26:43 +01:00
Ty Lamontagne
95d1dcc521
Debugger: Fallback to unmangled symbol when it cannot be demangled
2023-10-26 19:26:43 +01:00
Ty Lamontagne
96895a80c1
Debugger: Try to rationally size bp,tl and sf columns
2023-10-26 19:26:43 +01:00
Ty Lamontagne
132726bc45
Debugger: Provide visual feedback of a breakpoints enable setting
2023-10-26 19:26:43 +01:00
Ty Lamontagne
593f977621
Debugger: Add spacebar as a breakpoint toggle hotkey
2023-10-26 19:26:43 +01:00
Ty Lamontagne
582c23bae8
Debugger: Humanise CSV exporting
...
An oversight of the old system was that all integers were converted to hexadecimal
2023-10-26 19:26:43 +01:00
Stenzek
3878e94253
Qt: Fix QFileDialog usage in NewInputRecordingDlg
2023-10-25 23:43:35 +10:00
Silent
af07ee9abb
Achievements: Don't prompt for system reset if enabling Hardcore Mode on a game without achievements/leaderboards
...
Also improves behaviour parity between Qt and Fullscreen UI,
since the latter used to prompt for system reset even if the game had
no RetroAchievements entry.
2023-10-25 19:01:47 +10:00
PCSX2 Bot
b14145f3dc
Qt: Update Base Translation
2023-10-18 21:31:24 +02:00
kamfretoz
93becd5629
Qt: Small icon changes to profile buttons
2023-10-17 23:57:02 +01:00
kamfretoz
b13b398204
Qt: Revamped controller preview icon
2023-10-17 23:57:02 +01:00
Stenzek
9ad85288a9
Qt: Fix re-showing Controller Settings
2023-10-17 15:56:35 +10:00
PCSX2 Bot
54858dffdb
Qt: Update Base Translation
2023-10-17 13:12:02 +10:00
kamfretoz
86597ab2da
Qt/Updater: Move download size indicator to better placement
2023-10-17 13:10:34 +10:00
TellowKrinkle
51f9ab8498
Qt: Fix typo
2023-10-15 01:11:35 -05:00
TellowKrinkle
592e356932
Qt: Move game list display settings below scanning settings
2023-10-15 01:11:35 -05:00
TellowKrinkle
e6f1f6eeb1
Qt: Put game scanning config in groupbox
2023-10-15 01:11:35 -05:00
TellowKrinkle
86782e7f3e
Qt: Show EN and Sorting titles in game summary
2023-10-15 01:11:35 -05:00
TellowKrinkle
4136545b6b
Qt: Add option to prefer English titles in Game List
2023-10-15 01:11:35 -05:00
TellowKrinkle
485f8a6d3a
Qt: Use locale-sensitive compare for game list sort
2023-10-15 01:11:35 -05:00
TellowKrinkle
37aa481dd0
GameDB: Add name-sort and name-en fields
2023-10-15 01:11:35 -05:00
Stenzek
2ef5490297
Qt: Change settings windows from QDialog to QWidget
2023-10-14 21:00:33 +10:00
Stenzek
19b3bd151e
Qt: Enable RTTI in Debug builds for MSVC
...
Qt 6.6 chokes otherwise.
2023-10-14 21:00:33 +10:00
Ty Lamontagne
6e5fbe8991
Debugger: Fix an issue where the debugger is always on top of the main window
...
Add an optional "always on top" toolbar button as well
2023-10-13 13:53:12 +01:00