Commit Graph

10116 Commits (master)
 

Author SHA1 Message Date
Stenzek 2d3ebc867c
System: Fix safe mode details not showing 11 hours ago
zkdpower d2a2a78237
Update the Simple-Chinese Translation to latest. (#3547) 11 hours ago
Anderson Cardoso fd9c3cd2fd
Update duckstation-qt_pt-BR.ts (#3548) 11 hours ago
Davide Pesavento 6d2f3dc6c2
Qt: Fix zooming with mouse wheel in game list (#3549) 11 hours ago
Davide Pesavento 2514814bbb GameDB: A few more sort names 11 hours ago
Davide Pesavento 2215f413e0 GameDB: Restore "(Soviet)" suffix on disc 2 of some C&C games
Accidentally dropped in 6e421b9d4a.
11 hours ago
Stenzek fc29fbab50
Qt: Don't try to load directory as background image 12 hours ago
Stenzek 4b472dd51b
GameList: Improve grid size calculations
Can't seem to get the width to compute incorrectly on my machine
anymore.
12 hours ago
Stenzek ddaac7eb4c
GameList: Use save title for cover image lookup 1 day ago
Stenzek 0867decc87
Qt: Use widget-local device pixel ratio for game list
Fixes blurry icons in mixed DPI environments.

At least on Windows.
1 day ago
Stenzek 019636b71f
Qt: Use DevicePixelRatioChange for DisplayWidget 1 day ago
Stenzek 126171f5de
Qt: Fix memory card icons drawing on themselves
Also disable column title highlighting, and fix the width of the icon
column.
1 day ago
Stenzek 6dd78b1593
MediaCapture: Fix default video codec on MacOS 1 day ago
AM_Erizur 91f25b602e
Controller: Add Start/Select bindings for the Pop'n Controller (#3546)
The Pop'n Controller has two small white buttons on the top which represent the normal PS Digital Start/Select buttons. These are needed for disc swaps inside Pop'n Music 2/5/6 as the game requests that you press the Start button (not the Red button) to startup the new disc inserted.
1 day ago
Davide Pesavento 6a0249b039
Qt: Hide game list vertical header (#3545)
Got lost in the refactoring in 5f8716a9f0.

Also remove two no-op function calls.
1 day ago
Davide Pesavento e933716d21
GameDB: Add sort name to several more game series (#3544) 1 day ago
Stenzek 44908fe7f4
Qt: Respond to DPR change in memory card editor 2 days ago
Stenzek e89590be4f
Qt: Avoid QPixmap -> QIcon conversion in getIconForGame() 2 days ago
Stenzek d69935eef0
Qt: Fix warning 2 days ago
Stenzek e32e64420e
StringUtil: Fix logical errors 2 days ago
Stenzek faa75991a0
Tests: Add more unit tests for common classes 2 days ago
Stenzek db2f563db6
dep/googletest: Update to v1.17.0 2 days ago
Stenzek b8952dafac
Qt: Don't use memcard icon cache for window icon when scaled
It'll get scaled up and down again otherwise.
2 days ago
Davide Pesavento 3cb275d878
Qt: Use grid layout in cheat code editor (#3543) 2 days ago
Stenzek e1c0753d3d
Qt: Use path as tie breaker when sort titles equal 2 days ago
Stenzek f2f06a746b
FullscreenUI: Fix game properties title 2 days ago
Stenzek 5f8716a9f0
Qt: Simplify icon scaling
- Merge the two sliders into one.
- Scale the type icons as well as the game icons.
- Remove redundant slots.
2 days ago
Stenzek 48ac353210
Qt: Disable game list toolbar when no games found 2 days ago
Stenzek abde6e4316
Qt: Move scaling helper to cpp file 2 days ago
Davide Pesavento d499d8e2d8 Qt: Avoid a full reset when toggling show cover titles / localized titles 2 days ago
Davide Pesavento 6765b2feb0 Qt: Delete some redundant code in GameListModel
The settings are already modified by the caller.
The cover cache is cleared by refreshCovers().
2 days ago
Ariel Nogueira Kovaljski b0dd909cf8
Qt: Resizable game list icons (#3539)
* Qt: Sharp Bilinear scaling for gamelist icons

* Single function for Sharp Bilinear scaling of icons

* Qt: Resizable game list icons [PoC]

* Fixed dynamic row scaling and size slider

* fix some duplicate lines

* made scaleMemoryCardIconWithSharpBilinear inline and added constant for icon padding

* removed resizeEvent from GameListListView
2 days ago
Stenzek 56e1713e27
GameList: Support scanning and caching relative paths 2 days ago
Stenzek 0a271cd7d5
StringUtil: Fix CompareNoCase for prefixes 2 days ago
Stenzek 7cd0d412eb
Settings: Fix portable mode for AppImages 2 days ago
Stenzek c1bb183caa
FullscreenUI: Fix selecting disc set entries in list/grid 3 days ago
zkdpower 92c056107c
Update the Simple-Chinese translation to latest. (#3540) 3 days ago
Stenzek d77c92de33
FullscreenUI: Fix incorrect disc set window title 3 days ago
Stenzek 86333e9977
System: Fix crash on starting non-database game 3 days ago
Stenzek dec06fa67d
GameDatabase: Use once_flag for thread-safe initialization 3 days ago
Stenzek 2b519b1a94
GameDatabase: Check timestamp of discsets.yaml 3 days ago
Stenzek e35b49d6e5
GameDB: More instances of sort titles 3 days ago
Stenzek 17872fec89
Qt: Fix compile warning 3 days ago
Stenzek 970f2ed9d6
GameDB: Fix lint errors 3 days ago
Stenzek 39fcbf7a19
GameDB: Add sort name to Crash/Final Fantasy games
Now they're shown in chronological order.
3 days ago
Stenzek 2ed8c024a3
Qt: Show English and localized names in tooltip 3 days ago
Stenzek 29327b3e22
GameDB: Add localized names
Sourced from a combination of manual lookups, the Redump database
and the Retool clone list metadata.
3 days ago
Stenzek 8bfc31a59c
GameDatabase: Refactor disc sets
Store the sets in a separate file, and use pointers to reference instead
of string matching. This allows us to use the unsuffixed display names.
3 days ago
Stenzek d00b897257
GameDB: Add sortName for games starting with 'The' 3 days ago
Stenzek 6e421b9d4a
GameDB: Add unsuffixed display names
No more '(USA)' and '(Europe)' suffixes.
3 days ago