Commit Graph

10259 Commits (c4069eed02cf6191ca2a70cc78e9d9a718ecfa3b)
 

Author SHA1 Message Date
Stenzek c4069eed02
CMake: Avoid search path conflicts 11 months ago
Stenzek 81f5b7440f
Qt: Add icon for multi-disc games 11 months ago
Stenzek 41a4f07cc5
CI: Remove Flatpak verification steps
Tired of flathub breaking my build.
11 months ago
Stenzek e6c49f0b33
Qt: Fix uncentered toggle widget thumb 11 months ago
Stenzek bb63bf92f0
Qt: Remove multiple sources of truth for dark theme 11 months ago
Stenzek 0d3c7751f1
Qt: Fix Cheats menu shortcut 11 months ago
Stenzek 95bcff8c06
Qt: Darker Fusion tweaks 11 months ago
Stenzek fb318ca4b0
Qt: Fix toggle button not updating 11 months ago
Stenzek a90184a658
CDROM: Tidy up warnings 11 months ago
Stenzek 5e253d0c2a
Qt: Add toggle button class
And use it for patches
11 months ago
Stenzek f1fe00c1cb
Data: Update SDL game controller database 11 months ago
Stenzek e3c4f77a05
Qt: Fix tab order in settings pages 11 months ago
Stenzek 1a4ca3be11
Qt: Add 'Darker Fusion' theme 11 months ago
Stenzek 749ce48b65
Qt: Theme colours can be constexpr 11 months ago
Stenzek 83d518c707
Qt: Fix about dialog link colour 11 months ago
Stenzek 1ac7fc258a
SaveStateSelectorUI: Scale save state selector to LayoutScale
And some minor visual polish.
11 months ago
Stenzek 073335c09b
Qt: Don't break size of larger game icons 11 months ago
jorge-607 a13aa8f292 Adicionada uma atualização da tradução para português europeu 11 months ago
Davide Pesavento 4c81a98213
Qt: Fix detection of system language (#3573) 11 months ago
Stenzek 6caf2d567b
Qt: Resize fixed columns on theme change
Fixes columns being too small after change on MacOS.
11 months ago
Stenzek 3724a38d38
Qt: Remove MainWindow::updateTheme()
Instead pipe it through themeChanged().
11 months ago
Stenzek ea3c8a3654
Qt: Add a theme changed event and use it for hotkey rows
Fixes black text when window inactive on MacOS.
11 months ago
Stenzek 05af0c1288
FullscreenUI: Fix title display in game properties 11 months ago
Stenzek 2369b329eb
Qt: Partially revert "Remove Q_OBJECT where unnecessary"
This reverts commit 31c75a2b5a.

tr()'s context is defined by Q_OBJECT, so removing Q_OBJECT here
sadly breaks translations.
11 months ago
Stenzek a39d370c51
Qt: Don't show main window when changing setup wizard options 11 months ago
Stenzek ceb6757524
Qt: Work around broken dialogs in MacOS 26 11 months ago
Anderson Cardoso 1e41408753
Atualização Português do Brasil (#3571)
Atualizado para a última versão.
11 months ago
zkdpower 4bf2aa5620
Update the Simple-Chinese translation. (#3570) 11 months ago
Daniel Nylander e138030f8f
Updated Swedish translation (#3569) 11 months ago
Connor McLaughlin eeb1555905
Qt: Fix tooltip typo 11 months ago
Stenzek 9a1a8c226a
Qt: Allow transparent padding for covers
Need to use a custom paint delegate instead...
11 months ago
Stenzek bb50fc9056
CDROM: Improve subchannel file detection
Look in the subchannels directory for serial, file title, game title and
save title.
11 months ago
Stenzek 8a431b7d22
GameDB: Disable PGXP on 2D polygons in Wipeout games
Fixes misaligned text.
11 months ago
Stenzek ff23462113
dep/rcheevos: Bump to fae1e23 11 months ago
Ariel Nogueira Kovaljski 0088bb0abb
Qt: Make titlebar match current UI theme (Light/Dark) (#3568) 11 months ago
Stenzek 66bef3e3ed
Achievements: Allow background reads 11 months ago
Stenzek 9e3dda675c
Qt: Remove unused variables 11 months ago
Stenzek 31c75a2b5a
Qt: Remove Q_OBJECT where unnecessary
Shaves another 20KB off the binary, and more importantly improves
compile time since moc doesn't need to run for as many files.
11 months ago
Stenzek 339f4252ec
Qt: Remove named slot declarations
Knocks 70KB or so off the release binary, ~0.8%.
11 months ago
Stenzek 577863077e
Qt: Replace named slot usage with functors 11 months ago
Stenzek 328c93b786
FullscreenUI: Fix OOB on start+load state 11 months ago
Stenzek 2346f67c8c
dep/fmt: Update to v11.2.0 11 months ago
Stenzek ae77a82ba3
Common: Add helper for thread-safe localtime()
And use it with fmt instead of fmt::localtime.
11 months ago
Stenzek aa929370ba
Host: Pack locals in struct 11 months ago
Stenzek 640769c2b2
System: Remove unnecessary c_str() 11 months ago
Stenzek cb7c33cf27
Qt: Synchronize horizontal header with sort actions 11 months ago
Stenzek 7807a6847b
Misc: Fix a couple of code analysis warnings 11 months ago
Stenzek ae570b0aca
Qt: Remove multiple source of truth for column titles 11 months ago
Stenzek 08d54487e0
Qt: Disable capture frame option if not running 11 months ago
Stenzek 3554467988
Qt: Set status tip for actions to tooltips 11 months ago