Commit Graph

256 Commits (7e07d2feb8cc8dd0980a97feeb6eac4d27f290dc)

Author SHA1 Message Date
Stenzek 7e07d2feb8 GunCon: Add relative pointer binding 3 years ago
Stenzek 846f74c86d Achievements: Backports from PCSX2 3 years ago
Stenzek 68b59ee748 CMake: Swap USE_ and WITH_ for ENABLE_
Consistency.
3 years ago
Stenzek dd1a00674d Qt: PCSX2 UI fix backports 3 years ago
Stenzek 546f73e36a Qt: Fix returning from fullscreen on MacOS 3 years ago
Stenzek c773c763ef Achievements: Switch to rc_client 3 years ago
Stenzek 7d178c04d3 Qt: Fix popup messages when fullscreen (again) 3 years ago
Stenzek d366697141 Qt: Fix theme selection 3 years ago
Stenzek 6a53929e31 Qt: Add option to exit Big Picture UI 3 years ago
Stenzek 80e3d29ab8 Misc: clang-cl warning clean-up 3 years ago
Stenzek 4fc984e082 Qt: Add setup wizard 3 years ago
Stenzek dc9c99438b Misc: Post-refactor cleanups 3 years ago
Stenzek 7d914a9384 Qt: Use disc sets for changing discs 3 years ago
Stenzek e3d9ba4c99 Rewrite host GPU abstraction
- Don't have to repeat the same thing for 4 renderers.
 - Add native Metal renderer.
3 years ago
Stenzek d09e5051ca Settings: Translate display names in core
Enables the values to show in the Big Picture UI.
3 years ago
Stenzek e57ad0b6aa Host: Backport translations cache
Note: You'll need a new command line for lupdate.

..\..\..\dep\msvc\qt\6.5.0\msvc2022_64\bin\lupdate.exe ../ ../../core/ ../../util/ -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATE,QT_TRANSLATE_NOOP+=TRANSLATE_SV,QT_TRANSLATE_NOOP+=TRANSLATE_STR,QT_TRANSLATE_NOOP+=TRANSLATE_FS,QT_TRANSLATE_N_NOOP3+=TRANSLATE_FMT,QT_TRANSLATE_NOOP+=TRANSLATE_NOOP -ts duckstation-qt_LANGUAGE.ts
3 years ago
Stenzek bb60170d9a Move frontend-common to util/core 3 years ago
Stenzek 827446b27f Build: Switch to Qt 6.5.0 on Windows 3 years ago
Stenzek 72f7225ec2 Qt: Fix ClearBindStateFromSource() executing on wrong thread 3 years ago
Stenzek 1b29212d6c Qt: Fix geometry not saving on shutdown 3 years ago
Stenzek 9aa6c24620 System: Store game hash as well as serial 3 years ago
Stenzek d7372d2442 Qt: Clear all keyboard bind states when focus is lost 4 years ago
Connor McLaughlin 771a60c736
Merge pull request #2952 from boricj/bugfix/GDBServer
GDBServer: Fix emulator deadlock on client connection
4 years ago
Silent 6f0280afc2
Qt: Add a context menu to the toolbar's Settings button when the game is running
A new small context menu that allows to select between global settings
and game settings.
4 years ago
Jean-Baptiste Boric d65fb0e86a Qt: Add toggle to enable GDB server 4 years ago
Jean-Baptiste Boric 7810e68a58 Qt: Run GDB server on emulation thread 4 years ago
Stenzek c7ae0d9b68 Qt: Make fullscreen open on same display as main window 4 years ago
Stenzek f8d5379f8e Qt: Default to native/dynamic theme on Mac 4 years ago
Stenzek 27a0495c0e Qt: Fix crash when right clicking with no game selected 4 years ago
Stenzek 0ef24398f8 Qt: Ensure system is shut down before closing
Fixes crash on shutdown on Mac.
4 years ago
Connor McLaughlin a56ce290d4 Qt: Work around theme switching issue in 6.4.0 4 years ago
Connor McLaughlin 7c6071dfe1 Qt: Add option to reset played time 4 years ago
Connor McLaughlin f08f124eaa Qt: Move RAIntegration menu to Tools
That way it's not hidden by default.
4 years ago
Connor McLaughlin b530b08bc4 Qt: Fix exiting game in big picture returning to list 4 years ago
Connor McLaughlin 81823562fa Qt: Fix a possible crash on shutdown
If the game list is being refreshed due to play time update.
4 years ago
Connor McLaughlin 8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
4 years ago
Connor McLaughlin 7d3ac98cc6 HostDisplay: Manually throttle fullscreen UI presentation
Fixes flickering screen in fullscreen with Vulkan.
4 years ago
Connor McLaughlin eafa4fb1a3 HostDisplay: Simplify method naming
Match PCSX2.
4 years ago
Connor McLaughlin 2610bb11cd Qt: Work around popups opened behind window in Wayland 4 years ago
Connor McLaughlin 373297f35b Qt: Work around game-list-disappear issue in Wayland 4 years ago
Connor McLaughlin add2b5fbae Qt: Fix initial/default value of fullscreen cursor hide 4 years ago
Connor McLaughlin 8d7aea5e19 Host: Add GetTopLevelWindowInfo()
And use it for screensaver inhibiting on Linux.
4 years ago
Connor McLaughlin 4b1e54d74f Qt: Hide toolbar by default 4 years ago
Connor McLaughlin 4c17868f91 Qt: Fix crash on language change if system running 4 years ago
Spencer Alves ffa120d4e2 Achievements: Fix building Qt frontend with achievements disabled 4 years ago
Connor McLaughlin 99e64e6593 Merge pull request #2918 from xujibbs/patch-1
Update mainwindow.cpp
4 years ago
xujibbs 90573986dd
Update mainwindow.cpp 4 years ago
Connor McLaughlin 72dfbaf6cc Misc: Backports from PCSX2 UI 4 years ago
Connor McLaughlin ca571f8a78 GameList: Add played time tracker 4 years ago
Connor McLaughlin 11ba87059e HostDisplay: Remove parameters which get pulled from config
No point duplicating them.
4 years ago