Commit Graph

10230 Commits (eeb15559052d8f26eff538fc0d77b57cc2c5f52f)
 

Author SHA1 Message Date
Connor McLaughlin eeb1555905
Qt: Fix tooltip typo 1 month ago
Stenzek 9a1a8c226a
Qt: Allow transparent padding for covers
Need to use a custom paint delegate instead...
1 month ago
Stenzek bb50fc9056
CDROM: Improve subchannel file detection
Look in the subchannels directory for serial, file title, game title and
save title.
1 month ago
Stenzek 8a431b7d22
GameDB: Disable PGXP on 2D polygons in Wipeout games
Fixes misaligned text.
1 month ago
Stenzek ff23462113
dep/rcheevos: Bump to fae1e23 1 month ago
Ariel Nogueira Kovaljski 0088bb0abb
Qt: Make titlebar match current UI theme (Light/Dark) (#3568) 1 month ago
Stenzek 66bef3e3ed
Achievements: Allow background reads 1 month ago
Stenzek 9e3dda675c
Qt: Remove unused variables 1 month 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.
1 month ago
Stenzek 339f4252ec
Qt: Remove named slot declarations
Knocks 70KB or so off the release binary, ~0.8%.
2 months ago
Stenzek 577863077e
Qt: Replace named slot usage with functors 2 months ago
Stenzek 328c93b786
FullscreenUI: Fix OOB on start+load state 2 months ago
Stenzek 2346f67c8c
dep/fmt: Update to v11.2.0 2 months ago
Stenzek ae77a82ba3
Common: Add helper for thread-safe localtime()
And use it with fmt instead of fmt::localtime.
2 months ago
Stenzek aa929370ba
Host: Pack locals in struct 2 months ago
Stenzek 640769c2b2
System: Remove unnecessary c_str() 2 months ago
Stenzek cb7c33cf27
Qt: Synchronize horizontal header with sort actions 2 months ago
Stenzek 7807a6847b
Misc: Fix a couple of code analysis warnings 2 months ago
Stenzek ae570b0aca
Qt: Remove multiple source of truth for column titles 2 months ago
Stenzek 08d54487e0
Qt: Disable capture frame option if not running 2 months ago
Stenzek 3554467988
Qt: Set status tip for actions to tooltips 2 months ago
Stenzek f39a067260
Qt: Add tooltips to menu actions
Sorry translators.
2 months ago
Stenzek 9877cc0c2c
Qt: Move list background config logic to GameListWidget 2 months ago
Stenzek 4d5b0473cf
Qt: Don't show fractional sizes in game list
Arguably not very useful.
2 months ago
Stenzek e038a1d355
Qt: Fix some size values truncated in game list 2 months ago
Stenzek a790f521a0
Qt: Don't try to replace AppImage when running as Flatpak 2 months ago
Daniel Nylander cdcfbea6d0
Updated Swedish translation (#3566) 2 months ago
ANK-dev a9c36f39ad Use `statusTip` instead of `toolTip` for menus 2 months ago
ANK-dev 17a1b231af Keep Game List/Grid view options enabled if rendering to separate window 2 months ago
ANK-dev df49eba478 Added icons and mnemonics in View menu
- Icons for Zoom In and Zoom Out
- Adjusted and added missing mnemonics
2 months ago
ANK-dev 1f07bfc9c7 Added "View > Sort By" menu
- Allows sorting by any column even when hidden
- Allows sorting in grid view
2 months ago
ANK-dev 456d341ec2 Enable/Disable View menu items according to state
- Disable all Game List/Grid related options while System Display is active.
  Reenable when switching back to List/Grid.
- Disable Game List/Grid exclusive options when switching to the opposite view;
- Disable "Clear List Background" when a background is not set;
- Enable tooltips for menu items;
2 months ago
Stenzek ee9f32185e
dep/rcheevos: Remove files deleted upstream 2 months ago
Stenzek 6126209a25
CMake: Remove Flatpak specific commands
Also no longer needed.
2 months ago
Stenzek 84c6be74d3
Deps: Simplify Linux build scripts
Optional system libs no longer needed since Flatpak specific build is
gone.
2 months ago
Stenzek e0a51e117d
CI/Flatpak: Replace with a wrapped AppImage
One less thing to maintain, fewer things to go wrong.

Especially since the number of users can apparently be counted
on one hand.

It's this or I remove it completely.
2 months ago
Stenzek 78bc53ff43
Qt: Stop slider tooltip showing on keyboard shortcut 2 months ago
Stenzek 8f247c909a
Qt: Move zoom logic entirely to game list widget 2 months ago
Stenzek 56665d64af
Achievements: Simplify hash-to-string routine 2 months ago
Stenzek fe09b5d16f
ISOReader: Allow zero-length root directory entries
BIOS can read them, so should we.
2 months ago
Stenzek d8912cb3c3
System: Allow RVO in GetExecutableNameForImage() 2 months ago
Stenzek edeaae613a
dep/rcheevos: Bump to 4570cb7 2 months ago
Ariel Nogueira Kovaljski c6666a388f
Qt: Show tooltip when adjusting icon/cover scale (#3563)
* Qt: Show tooltip when adjusting icon/cover scale

* Qt: removed tooltip on hover, handle zoom via View menu and more

- Tooltip only shows when changing the scale;
- "View > Zoom In/Out" also works for the list view;
- Grid View scale percentage display value adjusted (10%-200%);
- Added translation support for the scale tooltip;
2 months ago
Anderson Cardoso b95f2b16f2
Atualização Português do Brasil (#3564)
Atualizado para a última versão
2 months ago
Davide Pesavento 66d6e2827d GameDB: PGXP CPU mode for Tony Hawk's Pro Skater
And add a sort title for the PAL version of the first game so that
it gets sorted before the sequels.
2 months ago
Davide Pesavento d694bc201b GameDB: Various fixes for Mega Man games 2 months ago
Davide Pesavento 9ae09a7693 GameDB: Disable widescreen and enable PGXPPreserveProjFP for Evil Dead 2 months ago
Davide Pesavento 65f6209010 GameDB: Various fixes for Einhänder 2 months ago
Stenzek f0ff520a9d
GameList: Improve custom title cover handling
Prefer the custom title path over the serial if one is present.

Also use sanitized names.
2 months ago
Stenzek f45350898b
GameList: Don't balk on cover titles that end in dot 2 months ago