Commit Graph

11940 Commits (v0.1-11443)
 

Author SHA1 Message Date
Davide Pesavento a901824455 Qt: Improve icon consistency 4 months ago
Davide Pesavento 2b1a6cf2b5 Qt: More appropriate icon for "Search on Redump" button 4 months ago
Stenzek e8938f0634
Qt: Remove more unused icons 4 months ago
Stenzek 86b3c0e7d2
Qt: Fix missing monochrome in controller settings 4 months ago
Stenzek 872d6092b9
Qt: Use SVGWidget for icon in debugging settings
Makes it respond to colour changes.
4 months ago
Stenzek 11216ccd5e
Qt: Tint non-coloured disabled icons in SVGIconEngine 4 months ago
Stenzek f93965b841
Qt: Handle icon state in SVGIconEngine 4 months ago
Stenzek e401050207
Qt: Preserve aspect ratio in SVGIconEngine 4 months ago
Stenzek bbde5c661a
CueParser: Switch to fmt for errors
And when the format is invalid, display the format/file.
4 months ago
Stenzek 00733714c1
CDImageCue: Remove unused variable 4 months ago
Stenzek c1165ab037
MediaCapture: Fix Media Foundation refusing to load 4 months ago
Stenzek 15bfa50cee
Qt: Make SVGWidget respond to palette changes 4 months ago
Stenzek 21c6ab5822
Qt: Use SVGWidget for empty game list icon 4 months ago
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