Unknown W. Brackets
450b59809b
Qt: Allow opening game folder.
2021-10-19 10:01:27 -07:00
Unknown W. Brackets
eb81d5b30b
UI: Support a second texture for just fonts.
...
Will still allow using fonts between both.
2021-10-19 10:01:17 -07:00
Unknown W. Brackets
25da99a16d
Io: Remove setting to disable I/O on thread.
2021-10-12 20:40:26 -07:00
Unknown W. Brackets
9730251132
UI: Remove I/O on thread setting.
...
Still configurable in the ini if really needed, for now.
2021-10-12 20:40:24 -07:00
Unknown W. Brackets
b1e31d89e1
Audio: Correct protection against time skew.
2021-10-10 15:05:51 -07:00
Henrik Rydgård
e6857388c7
Add input device debug info to touchscreen test screen
...
(yeah maybe there's a better place but it's fine).
Also make a slight tweak to the detection order which I don't think
matters much.
2021-10-10 11:50:20 +02:00
Unknown W. Brackets
b77695c760
Audio: Protect against time skew.
...
It might be possible a clock is adjusting backwards slightly after a time
update, and this could've caused sz to become negative.
Based on crash reports.
2021-10-09 08:24:54 -07:00
Henrik Rydgård
89a452c168
Merge pull request #14993 from unknownbrackets/ui-chat-key
...
UI: Disable focus movement on game start
2021-10-08 18:39:29 +02:00
Unknown W. Brackets
5884a2201d
UI: Disable focus movement on game start.
...
Otherwise, dev tools or chat remain usable while trying to play the game.
This was an unintentional bug from chat UI refactoring.
2021-10-08 09:23:22 -07:00
Unknown W. Brackets
9c92af2b77
UI: Delay between successive mapping in controls.
2021-10-07 18:45:15 -07:00
Henrik Rydgård
efc1293b6c
Merge pull request #14974 from unknownbrackets/ui-savedata
...
Make savedata description scrollable
2021-10-06 17:08:16 +02:00
Unknown W. Brackets
0f83901838
UI: Keep buttons at bottom for savedata.
...
Also make them wider, looks like a layout mistake.
2021-10-05 23:55:51 -07:00
Unknown W. Brackets
e8a83269bb
UI: Add scroll to savedata viewer for long descs.
2021-10-05 23:50:21 -07:00
Henrik Rydgård
887f6101d5
Remove the "Auto" texture scale factor. It's a performance trap and not really useful.
2021-10-05 20:41:40 +02:00
Henrik Rydgård
16c1713a87
Hide "What's This"? button on Android TV - no browser anyway
2021-10-05 11:38:34 +02:00
Henrik Rydgård
64b8ac603a
Fix bug in deleting of directories in memory stick move. Also improve progress reporting.
2021-10-04 23:49:08 +02:00
Henrik Rydgård
08b7d646e8
Show text on the Browse button
2021-10-04 22:46:40 +02:00
Henrik Rydgård
992ad801e7
Add a crude way to blacklist post/texture shaders from certain vendors.
...
Use it to work around #14530 for now.
2021-09-28 23:39:52 +02:00
Henrik Rydgård
cc43ce0404
Merge pull request #14944 from unknownbrackets/ui-touch-controls
...
Cleanup UI touch controls button handling
2021-09-28 19:37:29 +02:00
iota97
003a34ccf5
Increase few column width for long translation, make control binding a bit taller
2021-09-28 18:02:37 +02:00
Henrik Rydgård
e384ad90fc
Merge pull request #14945 from unknownbrackets/ui-scroll-memory
...
UI: Keep scroll position on async load
2021-09-28 16:55:06 +02:00
Unknown W. Brackets
aedb4f7ed8
UI: Fix Game ID with insets on left side.
...
In the game list.
2021-09-28 07:28:59 -07:00
Unknown W. Brackets
931ba43216
UI: Remove scroll to top on size change.
...
It wasn't actually used anywhere, and I don't see a reason for it now.
2021-09-27 23:39:33 -07:00
Unknown W. Brackets
fc78b408b2
UI: Have scroll views directly remember their pos.
...
Kinda like checkboxes, cleaner this way.
2021-09-27 23:25:41 -07:00
Unknown W. Brackets
d5a9525fff
UI: Cleanup another header misuse.
2021-09-27 17:47:15 -07:00
Unknown W. Brackets
8f1cca8b83
UI: Use a proper view for touch control borders.
2021-09-27 17:42:47 -07:00
Unknown W. Brackets
db48e6bd1e
UI: Allow touch control editor buttons to grow.
...
If the buttons need to be taller for various reasons, allow them to grow
and push other buttons up. Add a scroll in case this requires a lot of
space.
2021-09-27 17:05:55 -07:00
Unknown W. Brackets
fd58172417
UI: Allow cancel mapped to a letter in chat.
2021-09-27 10:42:24 -07:00
Unknown W. Brackets
f5ee1af309
Android: Create default folders in custom path.
...
If scoped storage is off and the memstick directory was customized, load
it before pre-creating default folders.
2021-09-25 20:40:34 -07:00
Unknown W. Brackets
2a4f8c57bc
UI: Grow chat button based on text width.
2021-09-24 08:21:33 -07:00
Henrik Rydgård
ff7e13a3cd
Merge pull request #14923 from unknownbrackets/ui-savedata
...
Reduce IO in savedata screen sorting, move to async
2021-09-24 09:09:07 +02:00
Unknown W. Brackets
09ca16361c
UI: Asynchronously update size and dates on sort.
...
This means items shift and jump into place, but it also means we don't
hang even for large savedata collections.
2021-09-23 22:31:43 -07:00
Unknown W. Brackets
8c937f45f7
UI: Cache save size on save buttons.
...
It was calculating the size and date for each permutation, which became
monstrously slow on Android with scoped storage.
2021-09-23 22:14:25 -07:00
Unknown W. Brackets
7513d92862
UI: Reduce IO in savedata manager sorting.
2021-09-23 22:00:16 -07:00
iota97
0b5eabcd23
Remove unused string and update en_US translation
2021-09-22 23:14:35 +02:00
iota97
e8ad59371d
Use icon rather than string for combo key setup
2021-09-22 23:05:33 +02:00
Henrik Rydgård
0c52b077e6
And another one
2021-09-22 09:16:49 +02:00
Henrik Rydgård
528b4d2f32
Fix another couple of translation mistakes from the big fixup
2021-09-22 09:15:43 +02:00
iota97
fc7033318f
Fix dpad analog overlap interaction
2021-09-21 10:35:39 +02:00
Henrik Rydgård
fbf56766f5
Merge pull request #14889 from hrydgard/translation-updates-2
...
Move the What's this? translation to the Memstick section
2021-09-20 16:59:12 +02:00
Henrik Rydgård
33b1f59cee
Move the What's this? translation to the Memstick section
2021-09-20 16:40:33 +02:00
Unknown W. Brackets
4aa0c41a90
UI: Add a bit of reporting in failure cases.
2021-09-20 07:20:58 -07:00
Unknown W. Brackets
76dcfa9386
UI: Use OK instead of Confirm.
...
Other dialogs use OK.
2021-09-20 07:13:37 -07:00
Henrik Rydgård
c9cac67bfb
Preparations for translating MemStickScreen and related strings.
2021-09-20 08:36:05 +02:00
Henrik Rydgård
50e008e385
Browse -> OK. Align buttons.
2021-09-19 20:24:28 +02:00
Henrik Rydgård
1ff085d1c9
More tweaks (spacing)
2021-09-19 20:23:46 +02:00
Henrik Rydgård
76f7abae1f
Tweaks
2021-09-19 20:23:46 +02:00
Henrik Rydgård
80d4450e84
Show the path to access PSP data through USB in the settings screen.
2021-09-19 20:23:46 +02:00
Henrik Rydgård
adac44fd9b
Remove "Change" from "Change Memory Stick Folder". Easier to read.
2021-09-19 20:23:46 +02:00
Henrik Rydgård
367c6814b4
SEO optimization
2021-09-19 20:23:46 +02:00