Commit Graph

9918 Commits (preview)
 

Author SHA1 Message Date
Víctor "IlDucci 866b77e229
Spanish (Spain) 2025-06-27 translation update (#3465)
- Translated all new strings.
1 month ago
Stenzek 1b740efc10
FullscreenUI: Avoid ID clash in controller settings 1 month ago
Stenzek 889df1d8be
VulkanDevice: Only reset descriptor pool if used
Save a tiny fraction of overhead.
1 month ago
Stenzek 2bff2098a1
FullscreenUI: Fix returning to wrong window after back 1 month ago
Stenzek ebf97c26b8
dep/imgui: Sync to 5ee9c2a
And fix a bunch of local bugs, including random large-font-size glyphs.
1 month ago
Davide Pesavento 280c0036eb
FullscreenUI: Change a few icons for improved consistency (#3463) 1 month ago
Stenzek 281119b812
Qt: Always perform update check on startup 1 month ago
Daniel Nylander a7d0a8a485
Updated Swedish translation (#3461) 1 month ago
Anderson Cardoso c679ffbac0
Atualização Português do Brasil (#3462)
Atualizado para a última versão.
1 month ago
Stenzek 5b18455536
Qt: Eliminate unnecessary includes in settingwidgetbinder.h 1 month ago
zkdpower 96d0851365
Update the Simple-Chinese translation to latest. (#3460) 1 month ago
Davide Pesavento 9347c00d95
Qt: Refine use of ellipsis in game list context menu (#3459) 1 month ago
Stenzek cdc9206b6a
Qt: Fix typo in toolbar icon action 1 month ago
Stenzek ba799f4f88
Qt: Disable toolbar related actions if hidden 1 month ago
Stenzek 6fcb1194d5
FullscreenUI: Further icon improvements 1 month ago
Davide Pesavento 29ec2fea19
Qt: Fix saving toolbar locked state (#3458) 1 month ago
Davide Pesavento 40c495cd19 Qt: Remove last use of SLOT 1 month ago
Davide Pesavento b67a8c3127 Common: Don't include deprecated (and unused) codecvt header
<codecvt> was deprecated in C++17 and removed in C++26
1 month ago
Davide Pesavento 976bf834ed Qt: Use QDialog::Accepted/Rejected in more places 1 month ago
Davide Pesavento 842f7414d9 Qt: Simplify connecting to QDialogButtonBox signals 1 month ago
Davide Pesavento 175ed8caf3 Qt: Fix default button in ControllerLEDSettingsDialog 1 month ago
Davide Pesavento f6d10eb5d2 Qt: Fix default button in InputBindingDialog 1 month ago
Davide Pesavento 74f697eb62 Qt: Add button icons to InputBindingDialog 1 month ago
Davide Pesavento e469e33aac Qt: Fix default button in AudioStretchSettingsDialog 1 month ago
Stenzek a7f5105073
Qt: Fix toolbar context menu lock inversion 1 month ago
Stenzek 7b1c8a0407
System: Log init/boot time 1 month ago
Stenzek ee0cb6076c
Qt: Add additional toolbar properties for labels/icons 1 month ago
Stenzek bf36432432
Qt: Swap console/emulation icons
Better match I think.
1 month ago
Stenzek aafd72efba
FullscreenUI: Add cheats/patches icons 1 month ago
Stenzek f9fb591dc8
Data: Add missing file 1 month ago
Stenzek 82bb29d186
FullscreenUI: Fix extra padding in resume state popup 1 month ago
Stenzek 11bc1935c8
FullscreenUI: Skip drawing background if transparent
Save that fill rate.
1 month ago
Stenzek f775a6d066
Qt: Fix achievement login tab order 1 month ago
Stenzek 5dd64c89c0
FullscreenUI: Bump animation time for theme change 1 month ago
Stenzek 68fa33e075
FullscreenUI: Polish achievements page 1 month ago
Stenzek d18910a619
Achievements: Release lock while waiting for HTTP requests 1 month ago
Stenzek ac9be0110f
FullscreenUI: Snap CenterImage() to integer coordinates 1 month ago
Stenzek 11cb2217e0
FullscreenUI: Polish range dialogs 1 month ago
Stenzek 7b03b54539
FullscreenUI: Eliminate last of layout height constants 1 month ago
Stenzek 88a63f04be
FullscreenUI: More hardcoded size removal
In achievements and elsewhere.
1 month ago
Stenzek 5063a49f2a
FullscreenUI: Remove hardcoded sizes for menu items
Make it dynamic based on content instead.
1 month ago
Stenzek 9127198be7
ImGuiManager: Move font awesome to last priority
Too many glyph conflicts. Fixes coloured icons.
1 month ago
Davide Pesavento 3b90d18c6a
Qt: Fix return code confusion in AchievementLoginDialog
We were passing the wrong code to QDialog::done(). Qt defines 0 as Rejected
and 1 as Accepted. This had no practical impact because callers were also
using the inverted logic. The accepted()/rejected() signals were emitted
incorrectly but nothing is using them at the moment.

Still, to prevent further issues and improve code readability, flip the logic
and prefer accept()/reject() over done().
1 month ago
Stenzek 1026902389
Data: Update SDL game controller database 1 month ago
Stenzek 2ac481d2c1
Qt: Fix setup wizard achievements page title 1 month ago
Stenzek ff0add2ed0
ImGuiManager: Load PF before FA
Works around code point conflicts, for now.

Probably should just reallocate PF in the future though.
1 month ago
Stenzek 6c6cc910e6
DMA: Invalidate code pages on CD-ROM DMA write
Avoids page faulting by invalidating the pages in advance.

Might help with frame time spikes on super low-spec devices.
1 month ago
KamFretoZ fa0a926133
Deps: Bump FontAwesome to 6.7.2 (#3456) 1 month ago
Stenzek 49d5d8e9a7
Qt: Fix achievement login dialog sizing on MacOS 1 month ago
Stenzek 1653cf82a2
GPU/HW: Fix GLSL ES compile error 1 month ago