Commit Graph

228 Commits (27a0495c0eda792975d3354785918ed55af9b952)

Author SHA1 Message Date
Stenzek 27a0495c0e Qt: Fix crash when right clicking with no game selected 3 years ago
Stenzek 0ef24398f8 Qt: Ensure system is shut down before closing
Fixes crash on shutdown on Mac.
3 years ago
Connor McLaughlin a56ce290d4 Qt: Work around theme switching issue in 6.4.0 3 years ago
Connor McLaughlin 7c6071dfe1 Qt: Add option to reset played time 3 years ago
Connor McLaughlin f08f124eaa Qt: Move RAIntegration menu to Tools
That way it's not hidden by default.
3 years ago
Connor McLaughlin b530b08bc4 Qt: Fix exiting game in big picture returning to list 3 years ago
Connor McLaughlin 81823562fa Qt: Fix a possible crash on shutdown
If the game list is being refreshed due to play time update.
3 years ago
Connor McLaughlin 8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
3 years ago
Connor McLaughlin 7d3ac98cc6 HostDisplay: Manually throttle fullscreen UI presentation
Fixes flickering screen in fullscreen with Vulkan.
3 years ago
Connor McLaughlin eafa4fb1a3 HostDisplay: Simplify method naming
Match PCSX2.
3 years ago
Connor McLaughlin 2610bb11cd Qt: Work around popups opened behind window in Wayland 3 years ago
Connor McLaughlin 373297f35b Qt: Work around game-list-disappear issue in Wayland 3 years ago
Connor McLaughlin add2b5fbae Qt: Fix initial/default value of fullscreen cursor hide 3 years ago
Connor McLaughlin 8d7aea5e19 Host: Add GetTopLevelWindowInfo()
And use it for screensaver inhibiting on Linux.
3 years ago
Connor McLaughlin 4b1e54d74f Qt: Hide toolbar by default 3 years ago
Connor McLaughlin 4c17868f91 Qt: Fix crash on language change if system running 3 years ago
Spencer Alves ffa120d4e2 Achievements: Fix building Qt frontend with achievements disabled 3 years ago
Connor McLaughlin 99e64e6593 Merge pull request #2918 from xujibbs/patch-1
Update mainwindow.cpp
3 years ago
xujibbs 90573986dd
Update mainwindow.cpp 3 years ago
Connor McLaughlin 72dfbaf6cc Misc: Backports from PCSX2 UI 3 years ago
Connor McLaughlin ca571f8a78 GameList: Add played time tracker 3 years ago
Connor McLaughlin 11ba87059e HostDisplay: Remove parameters which get pulled from config
No point duplicating them.
3 years ago
Connor McLaughlin 10f98106dd Misc: Normalize code vs serial usage 3 years ago
Connor McLaughlin 106addf5a8 Qt: Fix shutdown and save state in fullscreen UI 3 years ago
Connor McLaughlin ef3ad91ad0 FullscreenUI: Various improvements 3 years ago
Connor McLaughlin 016eb7c548 Qt: Fix switching CPU execution mode in debug menu 3 years ago
Connor McLaughlin 389143db64 Qt: Add cover downloader 3 years ago
Ronnie Sahlberg 81cf59bc21 PBP: The PBP extension needs to be upper-case.
EBOOT.PBP is an archive format used for PS1 Classics games on PSP and PS3
(and PS4 and probably also PS5)
On PSP case does not matter since the file will be stored in a FAT
filesystem but on PS3 it does matter as it will be stored in a UFS2
filesystem which is case sensitive.

EBOOT.PBP files from the official PS Store comes wrapped in a PKG container
and installes as EBOOT.PBP uppercase. Thus other tools that create
EBOOT.PBP files also create them in uppercase such as POP-FE and PSX2PSP.

Change the *.pbp file selector filter to *.PBP so that the file selector
will find these files on platforms with case-sensitive filesystems.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3 years ago
Connor McLaughlin 837495d90f Qt: Fix window close in nogui mode 3 years ago
Connor McLaughlin c320e8cf57 Achievements: Misc fixes 3 years ago
Connor McLaughlin 9bb73dea04 Qt: Move translation-related functions to their own file 3 years ago
Connor McLaughlin 795ddee79c Qt: Fix relative mode for PSMouse 3 years ago
Connor McLaughlin 477bb3d554 Misc: Clean up a few warnings 3 years ago
Connor McLaughlin 560df7e06d Qt: Fix hide mouse cursor in fullscreen 3 years ago
Connor McLaughlin 5510f66a12 Qt: Support changing theme without reopening window 3 years ago
Connor McLaughlin bc49e2f627 Qt: Don't reset theme when changing language 3 years ago
Connor McLaughlin cac9c3fe04 CommonHost: Default escape to opening pause menu 3 years ago
Connor McLaughlin 0ba623b392 Qt: Fix crash opening game settings 3 years ago
Connor McLaughlin 6e5b9c8f33 Qt: Simplify toolbar save/restore 3 years ago
Connor McLaughlin 91fcb56148 Qt: Fix crash on scanning empty directory 3 years ago
Connor McLaughlin 701780e2ef Qt: Regression fixes 3 years ago
Connor McLaughlin 853e9a8a6a Qt: Fix updater 3 years ago
Connor McLaughlin b42b5501f6 UI: Massive revamp, new features and improvements 3 years ago
Connor McLaughlin b7fbde31a7 Move utility classes from common to own static lib 3 years ago
wheremyfoodat d959899022 Allow .ps-exe suffix for executables. 3 years ago
Connor McLaughlin 9a5ef2d0a2 Cheevos: Add RAIntergration support 4 years ago
Connor McLaughlin 1d9075fa1c Qt: Add es-es locale 4 years ago
Connor McLaughlin 15b1420246 Qt: Recreate main window/children when changing themes 4 years ago
Connor McLaughlin 35bb20e586 Qt: Enable switching of languages without restarting app 4 years ago
Connor McLaughlin 47f85dc453 Qt: Add function to recreate the main window 4 years ago