Davide Pesavento
5dc55bb4a1
Qt: Avoid showing "0 minutes" of played time ( #3447 )
2025-06-14 13:00:19 +10:00
Stenzek
9c4e15ef1c
Host: Remove now-unused ReadCompressedResourceFile()
2025-06-14 02:30:11 +10:00
Stenzek
9ff3edd317
Qt: Disable unmaintained translations
...
These haven't been touched in 4+ years, and there are very few strings
still valid.
They'll still be built, so you can use them via the ini, but they will
not appear in the dropdown list.
2025-06-14 02:30:11 +10:00
Stenzek
0cf5618a05
FullscreenUI: Fix crash in JogCon controller settings
2025-06-14 02:30:11 +10:00
Stenzek
65ed9b51ab
Data: Fix glyph conflict with vibration icon
2025-06-14 02:30:11 +10:00
Stenzek
0026615eb9
Data: Remove unused base fonts
2025-06-14 02:30:10 +10:00
Stenzek
c06da318d6
FullscreenUI: Fix trophy placement on non-square covers
2025-06-14 02:30:10 +10:00
Stenzek
06da45b3f2
FullscreenUI: Polish dialogs
2025-06-14 02:30:10 +10:00
Stenzek
77457a3b1d
ImGuiManager: Switch to dynamic fonts
2025-06-14 02:30:10 +10:00
Stenzek
5945153e67
Data: Add variable weight fonts
2025-06-13 22:37:11 +10:00
Stenzek
9c4aaca7c8
FullscreenUI: Avoid losing game list selection inbetween mouse move and popups
2025-06-13 21:42:40 +10:00
Stenzek
a2d351ca90
FullscreenUI: Improve title truncation in game grid
...
Use the computed text length, rather than an arbitrary size.
2025-06-13 21:26:54 +10:00
Stenzek
39a5bd6e54
FullscreenUI: Remove padding from CD icon
...
It wasn't even.
2025-06-13 21:26:34 +10:00
Stenzek
94b88fad23
GPU/HW: Avoid texture filter dual-source output when unnecessary
...
Because we all know how much mobile drivers crapping themselves
whenever anyone mutters dual-source blending.
2025-06-13 21:02:07 +10:00
Stenzek
d37048e4e4
FullscreenUI: Fix animation glitch on choice select
2025-06-13 20:54:50 +10:00
Stenzek
a8db46a6b8
GPU/HW: Use signed difference in luma_distance()
...
Fixes the warning, and also underflowing, since both were unsigned
it would overflow if the second was greater the first.
2025-06-13 20:54:48 +10:00
Stenzek
ac0c4544e1
GPU/HW: Work around fxc uninitialized variable false positive
2025-06-13 20:54:48 +10:00
Stenzek
824b91a1f8
GPU/HW: Split MMPX to MMPX and MMPX Enhanced
2025-06-13 16:42:32 +10:00
crashGG
98798fec66
mmpx enhance ( #3443 )
...
enhance MMPX algorithm, fix some minor graphics defects.
Update gpu_hw_shadergen.cpp
2025-06-13 16:34:54 +10:00
Stenzek
9112e38f4e
GPUDevice: Fix incorrect close call during symbol lookup
...
Not actually hit since all symbols should be present, but just in
case...
v0.1-9114
2025-06-13 16:29:06 +10:00
Davide Pesavento
36b869003a
Qt: Use standard key sequences for main window shortcuts
...
Notably, this enables command+R to refresh on macOS, where F5
is not commonly used.
2025-06-11 19:51:12 +10:00
Davide Pesavento
e45c04e0dd
Qt: Simplify grid layout in game summary widget
2025-06-11 19:51:12 +10:00
Davide Pesavento
5ea64810dc
Qt: Consistently use QToolButton for "restore default" action
2025-06-11 19:51:12 +10:00
Davide Pesavento
7752b2bd2d
Qt: Remove redundant nested layouts
2025-06-09 22:18:13 +10:00
Davide Pesavento
c7052a1903
Qt: Use restart-line icon for "restore defaults" buttons
2025-06-09 22:18:13 +10:00
Davide Pesavento
a4977f986c
Qt: Add icons to buttons in patch settings widget
...
Similar to the cheat settings page
2025-06-09 22:18:13 +10:00
Davide Pesavento
ba78714d4f
Qt: More consistent icon handling
2025-06-09 22:18:13 +10:00
Stenzek
5eb8578edc
System: Save undo state on reset
2025-06-08 17:08:52 +10:00
Stenzek
cb2dfabeeb
Qt: Backport undo load state timestamps
2025-06-08 17:08:50 +10:00
Stenzek
29e55a2e5b
FullscreenUI: Use system scroll rate and layout scale
...
Makes scrolling feel much more responsive, and doesn't vary
depending on the size of the window.
2025-06-08 16:50:51 +10:00
Stenzek
38aebd0a3e
dep/imgui: Add overridable scroll rate
2025-06-08 16:47:34 +10:00
Stenzek
bd9e206165
FullscreenUI: Fix layout calculations in game grid
2025-06-08 12:04:06 +10:00
Daniel Nylander
8d2dec4632
Updated Swedish translation ( #3439 )
2025-06-08 12:03:56 +10:00
Anderson Cardoso
595f8d0624
Atualização Português do Brasil ( #3438 )
...
Atualizado para a última versão.
2025-06-08 12:03:43 +10:00
Davide Pesavento
2326fc20d1
README: Fix typo ( #3437 )
2025-06-08 12:03:25 +10:00
Stenzek
6bea16b6eb
INISettingsInterface: Only set changed if the value actually changes
2025-06-05 20:39:07 +10:00
Stenzek
5f2355510b
Qt: Only write settings ini if it is changed
...
Save some disk writes.
2025-06-05 20:37:57 +10:00
Stenzek
d0b7d9d027
Host: Get rid of base settings interface indirection
2025-06-05 20:37:14 +10:00
Stenzek
9cd371d5ff
SettingsInterface: Drop some unused virtual methods
2025-06-05 20:37:14 +10:00
Stenzek
59f7d0b2ff
Cheats: Fix compiler warnings
2025-06-05 19:58:45 +10:00
Stenzek
d54077e345
Achievements: Add 'Refresh Progress' option
...
Manually refreshes the all progress database if you have completed
unlocks on other devices/machines.
2025-06-05 19:58:45 +10:00
Stenzek
0a0379f31f
Qt: Make game list scrollbar only visible as-needed
2025-06-05 19:17:07 +10:00
Stenzek
95e085584c
Qt: Move list/grid setup to subclasses
2025-06-05 19:16:46 +10:00
Stenzek
808c51b3ce
CMake: Bump version requirements
...
Can't do it for Qt because of course flatpak....
2025-06-05 18:23:36 +10:00
Stenzek
f518b8492c
Deps: Version updates
...
- HarfBuzz 11.2.0
- SDL3 3.2.16
- libpng 1.6.48
- Qt 6.9.1
2025-06-05 17:42:00 +10:00
Stenzek
22089e9b75
Qt: Improve game grid layout calculations
...
Use grid size instead of icon size/spacing.
Fixes the number of columns changing when different items are visible.
Also restores the old behaviour of dynamic scroll bar visibility.
2025-06-05 17:23:16 +10:00
Stenzek
cb751b0990
Data: Update SDL controller database
2025-06-05 13:35:04 +10:00
Stenzek
0205f9fa04
Achievements: Update progress database unconditionally on unlock
...
Doesn't make sense to preserve the greater count, since it can be
reset through the RA webpage, and SC/HC seems to work fine here.
2025-06-05 13:35:04 +10:00
BlueInterlude
2f2dcb43cc
GameDB: Fix incorrect controller information + Add PlayStation Mouse for Jingle Cats ( #3436 )
2025-06-04 03:13:10 +10:00
BlueInterlude
52cf394bb2
GameDB: Add PlayStation Mouse Support for Jingle Cats ( #3435 )
2025-06-04 02:04:23 +10:00