Stenzek
738ede0c39
Qt: Raise settings window if already open
2023-11-05 20:35:42 +10:00
Stenzek
1f8dda5ffa
Qt: Fix UI duplicating on language switch
2023-10-08 13:04:37 +10:00
Stenzek
4ad777f54f
Qt: Add log window
2023-09-30 15:09:07 +10:00
Stenzek
a115b40ef7
Common: Split some routines into CocoaTools
2023-09-24 12:21:19 +10:00
Stenzek
7e07d2feb8
GunCon: Add relative pointer binding
2023-09-20 17:11:29 +10:00
Stenzek
846f74c86d
Achievements: Backports from PCSX2
2023-09-18 22:38:11 +10:00
Stenzek
68b59ee748
CMake: Swap USE_ and WITH_ for ENABLE_
...
Consistency.
2023-09-17 12:36:52 +10:00
Stenzek
dd1a00674d
Qt: PCSX2 UI fix backports
2023-09-17 00:22:39 +10:00
Stenzek
546f73e36a
Qt: Fix returning from fullscreen on MacOS
2023-09-16 22:30:20 +10:00
Stenzek
c773c763ef
Achievements: Switch to rc_client
2023-09-16 19:00:29 +10:00
Stenzek
7d178c04d3
Qt: Fix popup messages when fullscreen (again)
2023-09-16 19:00:29 +10:00
Stenzek
d366697141
Qt: Fix theme selection
2023-09-05 20:20:46 +10:00
Stenzek
6a53929e31
Qt: Add option to exit Big Picture UI
2023-09-05 20:12:54 +10:00
Stenzek
80e3d29ab8
Misc: clang-cl warning clean-up
2023-09-03 14:30:26 +10:00
Stenzek
4fc984e082
Qt: Add setup wizard
2023-09-02 21:44:15 +10:00
Stenzek
dc9c99438b
Misc: Post-refactor cleanups
2023-08-24 18:01:32 +10:00
Stenzek
7d914a9384
Qt: Use disc sets for changing discs
2023-08-23 18:41:14 +10:00
Stenzek
e3d9ba4c99
Rewrite host GPU abstraction
...
- Don't have to repeat the same thing for 4 renderers.
- Add native Metal renderer.
2023-08-20 21:55:38 +10:00
Stenzek
d09e5051ca
Settings: Translate display names in core
...
Enables the values to show in the Big Picture UI.
2023-08-20 13:25:45 +10:00
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
2023-08-20 12:40:47 +10:00
Stenzek
bb60170d9a
Move frontend-common to util/core
2023-08-16 01:13:00 +10:00
Stenzek
827446b27f
Build: Switch to Qt 6.5.0 on Windows
2023-08-16 01:12:59 +10:00
Stenzek
72f7225ec2
Qt: Fix ClearBindStateFromSource() executing on wrong thread
2023-07-24 18:37:31 +10:00
Stenzek
1b29212d6c
Qt: Fix geometry not saving on shutdown
2023-05-15 23:39:08 +10:00
Stenzek
9aa6c24620
System: Store game hash as well as serial
2023-05-15 23:39:07 +10:00
Stenzek
d7372d2442
Qt: Clear all keyboard bind states when focus is lost
2023-03-16 21:25:47 +10:00
Connor McLaughlin
771a60c736
Merge pull request #2952 from boricj/bugfix/GDBServer
...
GDBServer: Fix emulator deadlock on client connection
2023-03-13 20:32:11 +10:00
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.
2023-02-28 19:53:31 +01:00
Jean-Baptiste Boric
d65fb0e86a
Qt: Add toggle to enable GDB server
2023-02-26 12:06:31 +01:00
Jean-Baptiste Boric
7810e68a58
Qt: Run GDB server on emulation thread
2023-02-26 12:06:31 +01:00
Stenzek
c7ae0d9b68
Qt: Make fullscreen open on same display as main window
2023-02-07 20:13:50 +10:00
Stenzek
f8d5379f8e
Qt: Default to native/dynamic theme on Mac
2023-02-05 15:12:43 +10:00
Stenzek
27a0495c0e
Qt: Fix crash when right clicking with no game selected
2023-02-05 15:12:43 +10:00
Stenzek
0ef24398f8
Qt: Ensure system is shut down before closing
...
Fixes crash on shutdown on Mac.
2023-02-05 13:43:15 +10:00
Connor McLaughlin
a56ce290d4
Qt: Work around theme switching issue in 6.4.0
2023-01-11 20:23:21 +10:00
Connor McLaughlin
7c6071dfe1
Qt: Add option to reset played time
2023-01-11 20:21:27 +10:00
Connor McLaughlin
f08f124eaa
Qt: Move RAIntegration menu to Tools
...
That way it's not hidden by default.
2022-12-31 16:14:23 +10:00
Connor McLaughlin
b530b08bc4
Qt: Fix exiting game in big picture returning to list
2022-12-20 21:45:01 +10:00
Connor McLaughlin
81823562fa
Qt: Fix a possible crash on shutdown
...
If the game list is being refreshed due to play time update.
2022-12-20 20:45:23 +10:00
Connor McLaughlin
8c7a192128
Misc: Add copyright/license statement to applicable files
...
Should've did this in the beginning.
2022-12-04 21:03:49 +10:00
Connor McLaughlin
7d3ac98cc6
HostDisplay: Manually throttle fullscreen UI presentation
...
Fixes flickering screen in fullscreen with Vulkan.
2022-12-04 14:06:56 +10:00
Connor McLaughlin
eafa4fb1a3
HostDisplay: Simplify method naming
...
Match PCSX2.
2022-12-04 13:22:13 +10:00
Connor McLaughlin
2610bb11cd
Qt: Work around popups opened behind window in Wayland
2022-11-23 20:14:31 +10:00
Connor McLaughlin
373297f35b
Qt: Work around game-list-disappear issue in Wayland
2022-11-23 20:04:26 +10:00
Connor McLaughlin
add2b5fbae
Qt: Fix initial/default value of fullscreen cursor hide
2022-11-23 19:13:13 +10:00
Connor McLaughlin
8d7aea5e19
Host: Add GetTopLevelWindowInfo()
...
And use it for screensaver inhibiting on Linux.
2022-11-18 18:44:00 +10:00
Connor McLaughlin
4b1e54d74f
Qt: Hide toolbar by default
2022-11-18 17:16:21 +10:00
Connor McLaughlin
4c17868f91
Qt: Fix crash on language change if system running
2022-11-18 17:16:21 +10:00
Spencer Alves
ffa120d4e2
Achievements: Fix building Qt frontend with achievements disabled
2022-11-15 18:32:40 +10:00
Connor McLaughlin
99e64e6593
Merge pull request #2918 from xujibbs/patch-1
...
Update mainwindow.cpp
2022-10-31 18:11:19 +10:00
xujibbs
90573986dd
Update mainwindow.cpp
2022-10-29 18:50:33 +08:00
Connor McLaughlin
72dfbaf6cc
Misc: Backports from PCSX2 UI
2022-10-23 14:49:44 +10:00
Connor McLaughlin
ca571f8a78
GameList: Add played time tracker
2022-10-21 21:20:21 +10:00
Connor McLaughlin
11ba87059e
HostDisplay: Remove parameters which get pulled from config
...
No point duplicating them.
2022-10-14 00:14:34 +10:00
Connor McLaughlin
10f98106dd
Misc: Normalize code vs serial usage
2022-10-05 18:29:44 +10:00
Connor McLaughlin
106addf5a8
Qt: Fix shutdown and save state in fullscreen UI
2022-10-04 00:00:56 +10:00
Connor McLaughlin
ef3ad91ad0
FullscreenUI: Various improvements
2022-09-17 15:56:05 +10:00
Connor McLaughlin
016eb7c548
Qt: Fix switching CPU execution mode in debug menu
2022-09-17 15:56:05 +10:00
Connor McLaughlin
389143db64
Qt: Add cover downloader
2022-09-13 20:44:45 +10:00
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>
2022-09-03 13:56:30 +10:00
Connor McLaughlin
837495d90f
Qt: Fix window close in nogui mode
2022-08-29 20:31:29 +10:00
Connor McLaughlin
c320e8cf57
Achievements: Misc fixes
2022-08-22 20:01:04 +10:00
Connor McLaughlin
9bb73dea04
Qt: Move translation-related functions to their own file
2022-08-18 23:20:03 +10:00
Connor McLaughlin
795ddee79c
Qt: Fix relative mode for PSMouse
2022-08-10 17:08:59 +10:00
Connor McLaughlin
477bb3d554
Misc: Clean up a few warnings
2022-08-10 13:41:13 +10:00
Connor McLaughlin
560df7e06d
Qt: Fix hide mouse cursor in fullscreen
2022-07-26 22:02:16 +10:00
Connor McLaughlin
5510f66a12
Qt: Support changing theme without reopening window
2022-07-24 23:29:20 +10:00
Connor McLaughlin
bc49e2f627
Qt: Don't reset theme when changing language
2022-07-24 23:17:22 +10:00
Connor McLaughlin
cac9c3fe04
CommonHost: Default escape to opening pause menu
2022-07-23 13:55:09 +10:00
Connor McLaughlin
0ba623b392
Qt: Fix crash opening game settings
2022-07-23 01:49:53 +10:00
Connor McLaughlin
6e5b9c8f33
Qt: Simplify toolbar save/restore
2022-07-22 23:38:23 +10:00
Connor McLaughlin
91fcb56148
Qt: Fix crash on scanning empty directory
2022-07-22 23:33:59 +10:00
Connor McLaughlin
701780e2ef
Qt: Regression fixes
2022-07-22 22:53:06 +10:00
Connor McLaughlin
853e9a8a6a
Qt: Fix updater
2022-07-22 21:51:00 +10:00
Connor McLaughlin
b42b5501f6
UI: Massive revamp, new features and improvements
2022-07-22 21:19:54 +10:00
Connor McLaughlin
b7fbde31a7
Move utility classes from common to own static lib
2022-07-21 17:29:58 +10:00
wheremyfoodat
d959899022
Allow .ps-exe suffix for executables.
2022-07-16 19:05:17 +03:00
Connor McLaughlin
9a5ef2d0a2
Cheevos: Add RAIntergration support
2022-04-18 19:13:33 +10:00
Connor McLaughlin
1d9075fa1c
Qt: Add es-es locale
2022-04-04 23:31:07 +10:00
Connor McLaughlin
15b1420246
Qt: Recreate main window/children when changing themes
2021-08-16 14:10:10 +10:00
Connor McLaughlin
35bb20e586
Qt: Enable switching of languages without restarting app
2021-08-16 14:10:10 +10:00
Connor McLaughlin
47f85dc453
Qt: Add function to recreate the main window
2021-08-16 14:10:10 +10:00
Connor McLaughlin
971af2cb5c
Qt: Set style after creating game list
...
Fixes incorrect sizes on Linux.
2021-08-16 14:10:10 +10:00
Connor McLaughlin
f2909b447b
Qt: Split icon theme and style init
2021-08-15 14:28:48 +10:00
Connor McLaughlin
e87761b9e6
Qt: Add icons by @andercard0
2021-08-15 14:23:20 +10:00
Connor McLaughlin
6cba6986d3
Qt: Add debug/debugfast build tag to title bar
2021-08-07 11:55:30 +10:00
Connor McLaughlin
96fb81733d
Qt: Add option to switch/change discs from physical device
2021-07-27 18:24:54 +10:00
Connor McLaughlin
0af334bba5
Qt: Fix game properties being inaccessible in batch mode
2021-07-27 18:24:54 +10:00
Connor McLaughlin
4d262e8072
CDImage: Add CD-ROM device implementation
2021-07-26 01:30:53 +10:00
Connor McLaughlin
d519ba3d59
Qt: Fix race condition when switching to fullscreen
...
Stops the window opening in the corner of the screen occasionally in Wayland.
2021-07-17 23:03:46 +10:00
Connor McLaughlin
d6c4c2dda9
Qt: Add a container widget for render-outside-main
...
Fixes missing decorations on Wayland.
2021-07-17 23:03:46 +10:00
Connor McLaughlin
efaf3d6ce5
Qt: Display warning before allowing cheats
2021-07-17 15:13:35 +10:00
Connor McLaughlin
7caa5c09dd
Qt: Add option to reset to defaults
2021-07-09 13:07:41 +10:00
Connor McLaughlin
3e7501c5c8
Qt: Create load/save state menus on demand
2021-07-04 14:46:51 +10:00
Connor McLaughlin
409c2b36ff
Qt: Add game list exclude path UI
2021-07-02 12:49:32 +10:00
Connor McLaughlin
911e9a37f1
WIN32 macro -> _WIN32
2021-06-30 14:38:07 +10:00
Connor McLaughlin
b2e8aa2d30
Qt: Add option to create non-existant memory cards on edit
2021-06-21 17:34:38 +10:00
Silent
e21f2644d0
Refactor SystemBootParameters ownership
2021-06-08 18:38:12 +02:00
Connor McLaughlin
205e18a0c7
Qt: Add icons by @andercard0
2021-05-26 13:42:35 +10:00
Connor McLaughlin
6c20bac7dd
Qt: Support Qt 6
2021-05-20 14:14:26 +10:00