Commit Graph

12077 Commits (e7f2f101c2489e68446deff6dae9083e7a2114ea)
 

Author SHA1 Message Date
Stenzek b429993e08
Qt: Move most recent migration to updater
Saves checking on every startup.
4 months ago
Arif Ahmadov 61b31b3e28
Update Azerbaijani Translation (#3745)
* Change Azerbaijani translation entry to 'Azərbaycanca'

* Translation Update (AZ)

* Add Azerbaijani contributor bilginGamer

* Fix Translation (AZ)

* Add files via upload

Update Azerbaijani Translation
4 months ago
Stenzek 5a21a6c8df
Host: Add icon to ConfirmMessageAsync()
And use it for achievements.
4 months ago
Stenzek ef7637413b
SPU: Use display fractional volume for voices as well 4 months ago
Nagtan a3f4a086e7
SPU: increase volume display precision in debug window 4 months ago
Nagtan 70ec9c4915
SPU: show friendly reverb mode names in debug window 4 months ago
Stenzek 5ad980b322
Qt: Fix incorrect icon path
Regression from 49f5f38c48.
4 months ago
Stenzek de69bc496e
FullscreenUI: Add images to controller settings 4 months ago
Stenzek 8fe9077ca0
Qt: Store controller images in main data instead of qrc
Allows FullscreenUI to access it.

Also use SVGWidget for rendering for 1:1 DPR and avoiding scaling.
4 months ago
Stenzek ad676f7e3a
FullscreenUI: Preserve aspect ratio of SVG images 4 months ago
Stenzek dddc091221
FullscreenUI: Fix double scaling of some UI elements 4 months ago
Stenzek 099f8bdd22
Qt: Rename ThemeSVGIconEngine to SVGIconEngine
More consistent.
4 months ago
Stenzek 51457c22e3
Qt: Add SVGWidget 4 months ago
Stenzek f352619a93
Qt: Move ReadFileToByteArray() to QtUtils 4 months ago
Stenzek e4147da58b
Qt: Optimize checkbox SVGs that were previously missed 4 months ago
Stenzek f0ee834894
FullscreenUI: Optimize SVGs 4 months ago
Stenzek 9e39295f01
Qt: Add icon to empty game list page 4 months ago
Stenzek 891ae3d9e7
ImGuiOverlays: Don't draw outline on status indicators 4 months ago
Stenzek 538a82ad41
Qt: Set isMask property on menu bar action icons on MacOS
Fixes mismatched icon colours between the application and system menu
bar on MacOS.
4 months ago
Stenzek 49f5f38c48
Qt: Don't use QIcon::fromTheme()
One fewer level of indirection.
4 months ago
Stenzek 65394a2b94
Qt: Remove unused PNG icons 4 months ago
Stenzek 6fccb181db
Qt: Remove separate colour icon SVGs 4 months ago
Stenzek d58bfaacff
Qt: Add more monochrome icons 4 months ago
Stenzek 4cf5f38a8c
Qt: Add ThemeSVGIconEngine to replace use of Qt SVG
Uses plutosvg to render icons with a different colour scheme dependent
on the text colour. No more duplicating all the icons.
4 months ago
Stenzek 68da2ea9f5
Qt: Add monochrome icon theme
Use currentColor instead of duplicating the icons for dark/light themes.
4 months ago
Stenzek d7c2e77855
Qt: Minimize controller SVGs
Make them compatible with plutosvg.
4 months ago
Stenzek 2f4aafd0d6
Qt: Expose debugger and exit in toolbar 4 months ago
Stenzek 83a1b0c450
Deps: Update to 20260526 4 months ago
Stenzek fab306cc76
FullscreenUI: Fix adapter list not updating on renderer change
Also disable the option when using GL.
4 months ago
Stenzek 8347d1de98
Bus: Add option for enabling PCSX expansion region
Breakpoints/exit.
4 months ago
Stenzek 2467a7b1b5
Timers: Correctly handle sync mode 0/3 for timer 2 4 months ago
Víctor "IlDucci d7464e2951
Spanish (Spain) translation update (#3744)
Updating Spanish translation with latest changes.
4 months ago
Stenzek 29ba624f28
HTTPDownloader: Convert to namespace
No virtual calls, and we can notify the host when the state changes to
reduce request latency.
4 months ago
Stenzek fc8446de62
Qt: Use main HTTP downloader for updater 4 months ago
Stenzek 8ae5c854e5
Qt: Add AsyncHTTPRequest class 4 months ago
Stenzek de8f42733d
Qt: Avoid double cancellation in updater 4 months ago
Stenzek 6e58776342
Achievements: Use request owner for waiting for server calls
Less book-keeping.
4 months ago
Stenzek 2091cb101c
HTTPDownloader: Don't poll requests when cancelling
Confusing to the caller...
4 months ago
Stenzek 5b446d702a
HTTPDownloader: Add owner tracking to requests
Allow finer-grained cancellation.
4 months ago
Stenzek cf62df552b
HTTPCache: Notify host when downloader is active
Allows a faster polling interval.
4 months ago
Stenzek e903ff7169
HTTPCache: Remove downloader mutex
The downloader itself has a mutex, so we can rely on that if we're
careful.
4 months ago
Stenzek 590605b8d4
FullscreenUI: Don't override existing window in PauseAndOpenMenuFromCoreThread() 4 months ago
Stenzek cdb26ee7b5
ImGuiManager: Return wants_keyboard for all generic inputs
Prevents hotkeys from firing, but those without generic mapping will
still run...
4 months ago
Stenzek f2e629f7e1
Achievements: Fix game not loading after token-expired late login 4 months ago
Stenzek e6b938af3a
CDROM: Fix incorrect date in comment 4 months ago
Stenzek d89476ad26
GPU: Fix incorrect bitmask for command primitives 4 months ago
Stenzek 3dd7497f6a
GPU: Use InlineFIFOQueue
Avoid the indirection.
4 months ago
Stenzek 4e0374ef82
GPU: Slightly faster path for DMA writes 4 months ago
Stenzek b123c8e2bf
GPU: Convert frontend to namespace 4 months ago
Stenzek f484af5f4d
GPU: Merge gpu.cpp and gpu_commands.cpp 4 months ago