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
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
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
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
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
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
0a0ad3f9e2
Qt: Improve clarity of unknown dump hashes
2025-05-31 03:00:59 +10:00
Stenzek
6b811df6d0
CDROM: Add "Switch to Next Disc on Stop" option.
...
NOTE: THIS WILL NOT WORK FOR ALL GAMES.
Plenty of games don't stop the CD-ROM drive when they're expecting a
disc change, leaving us with no way of knowing when it's needed.
2025-05-27 17:10:11 +10:00
Stenzek
1c54047cd1
Qt: Remove redundant vertical layout in console settings
2025-05-27 17:03:39 +10:00
Davide Pesavento
8fa6336a90
Qt: Further polish the layout of some widgets ( #3427 )
2025-05-27 17:02:46 +10:00
Anderson Cardoso
09a1bfdde3
Atualização Português do Brasil ( #3426 )
...
- Novas linhas adicionadas/movidas traduzidas.
- Confirmação de novas linhas de texto.
2025-05-25 13:00:16 +10:00
Víctor "IlDucci
492ff51f40
Spanish (Spain) translation update 2025/05/24 ( #3425 )
...
- Translated all the new strings.
- Minor edits on existing ones.
2025-05-25 12:59:58 +10:00
Davide Pesavento
80c9a8d399
Qt: Remove unused ui file
2025-05-24 15:57:05 +10:00
Davide Pesavento
e30c1b53ad
Qt: Use grid layout for audio stretch settings dialog
2025-05-24 15:57:05 +10:00
Stenzek
f6aa3eb5b0
Qt: Update glyph ranges
2025-05-24 12:55:59 +10:00
Stenzek
64dfe003b2
Qt: Update status bar visibility on shutdown
...
Fixes empty widgets being displayed.
2025-05-24 12:55:44 +10:00
zkdpower
7e37849378
update the Simple-Chinese translation to latest. ( #3422 )
2025-05-24 12:54:37 +10:00
Davide Pesavento
c12e7fcc0b
Qt: Fix minor typos in graphics settings help text ( #3421 )
2025-05-23 17:08:53 +10:00
Stenzek
cdadda85b5
Qt: Fix application exiting on fullscreen+lang change
2025-05-23 15:21:49 +10:00
Stenzek
461c51ff6a
Qt: Fix updater crash while game running
...
Or while fullscreen.
2025-05-20 00:00:41 +10:00
Stenzek
1667179f78
Qt: Updater shouldn't confirm shutdown
...
Otherwise if it's cancelled we end up in a funky state.
2025-05-20 00:00:38 +10:00
Stenzek
b27e5ac26a
Qt: Fix incorrect lock parent
2025-05-19 23:52:11 +10:00
Stenzek
c7ed3239b7
Qt: Use grid layout for second audio settings panel
2025-05-18 13:33:38 +10:00
Stenzek
54444475f5
Qt: Fix sizing of patch detail widgets
2025-05-18 13:33:21 +10:00
Stenzek
0ee3f235b6
Qt: Fix swapped parameter order in patch info
2025-05-18 12:47:03 +10:00
Anderson Cardoso
4748a93b8a
Atualização Português do Brasil ( #3420 )
...
Atualizaod para a última versão.
2025-05-18 12:14:47 +10:00
Stenzek
21aaec99f1
Qt: Note when patches are not allowed for achievements
2025-05-17 01:07:55 +10:00
Daniel Nylander
4ec372cd4e
Updated Swedish translation ( #3417 )
2025-05-16 23:51:22 +10:00
Stenzek
93e4913f11
Qt: Fix additional padding in patch list
2025-05-16 19:21:37 +10:00
Stenzek
cfb24f930d
Qt: Fix revision-specific patches showing in list
...
It was already filtered in Big Picture Mode.
2025-05-16 19:20:26 +10:00
Stenzek
44729000af
Qt: Update Korean translation by Hack茶ん
2025-05-14 23:18:23 +10:00
Stenzek
4bacbc8958
Qt: Eliminate heap allocations in GameListSortModel
...
More of an issue since the filter is now checking multiple fields.
2025-05-13 21:43:32 +10:00
Stenzek
b91d219524
Qt: Clarify that XInput should only be used for wrappers
2025-05-13 21:31:00 +10:00
Stenzek
2b280bddd0
GPU/TextureCache: Display replacement info on game start
2025-05-13 21:21:16 +10:00
zkdpower
2c67c7d287
Update the Simple-Chinese translation to latest. ( #3413 )
2025-05-12 20:58:43 +10:00
KamFretoZ
085ef31ee8
Qt: Search more things! ( #3414 )
...
Co-authored-by: KrossX <2485237+krossx@users.noreply.github.com>
2025-05-12 20:58:36 +10:00
Stenzek
18c5608f7d
Qt: Work around MacOS disc change menu bug
...
QActionGroup usage here was incorrect.
2025-05-07 21:29:39 +10:00
Anderson Cardoso
ea58cd1d57
Atualização Português do Brasil ( #3411 )
...
Atualizado para a última versão.
2025-05-05 02:22:40 +10:00
Víctor "IlDucci
af5fb6961c
Spanish (Spain) translation update 2025/04/26 ( #3410 )
...
- Translated latest strings.
- Minor tweaks related to the Game Settings.
2025-05-03 00:44:51 +10:00
Stenzek
f8cd1d3d92
Qt: Warn on cheat enable if gamesettings disabled
2025-04-25 15:54:34 +10:00
Anderson Cardoso
b0172a0afc
Atualização Português do Brasil ( #3408 )
...
Atualizado para a última versão.
2025-04-23 22:16:09 +10:00
Stenzek
4c1aba62fc
System: Remove unused function
...
And rename instances of "filename" to "path".
2025-04-14 22:20:29 +10:00
Anderson Cardoso
7583425c56
Atualização Português do Brasil ( #3407 )
...
Atualizado para a última versão
2025-04-14 22:18:57 +10:00