6593aac3f2
Merge pull request #7762 from EVAST9919/history-graph
2020-11-11 11:35:34 +09:00
53c968e137
Fix user profile best performance weighting being out of order
2020-11-11 10:19:59 +09:00
6c428d8b11
Merge master with conflicts resolved
2020-11-11 01:37:01 +03:00
dd873dbd85
Merge branch 'master' into fix-profile-graph-crash
2020-11-10 12:17:12 +01:00
833c0b223e
Clamp index to valid bounds
2020-11-10 18:08:12 +09:00
2e3dc6fc46
Merge branch 'master' into fix-profile-graph-crash
2020-11-10 18:06:51 +09:00
28daff1716
Stop mod select overlay hotkeys handling input when control is pressed
...
Closes https://github.com/ppy/osu/issues/10766 in about the best way we
can for now.
2020-11-10 17:57:59 +09:00
5221a34929
Only handle keys which create characters
2020-11-10 16:32:58 +09:00
a2ef3aa21a
Force beatmap listing overlay's textbox back on screen when a key is pressed
...
Not the cleanest solution, but works for now. Will eventually be
replaced after the header is updated to reflect the latest designs
(which keeps it on screen in all cases).
Closes https://github.com/ppy/osu/issues/10703 .
2020-11-10 16:26:30 +09:00
e464e719ef
Merge remote-tracking branch 'refs/remotes/ppy/master' into history-graph
2020-11-10 10:22:57 +03:00
4af390a168
Move hierarchy init to load and remove unnecessary field storage
2020-11-10 12:33:07 +09:00
670d6d8719
Make button field readonly
2020-11-09 18:59:54 -08:00
c671d97e6f
Disable watch button on the local user
2020-11-09 18:39:35 -08:00
37feedae7a
Fix potential crash due to stale index
2020-11-10 07:27:38 +09:00
1548c0dc25
Ensure graph hover state is updated after data changes
2020-11-10 07:27:27 +09:00
690e69bcc6
Reforamt for legibility
2020-11-09 12:22:54 +09:00
90ce1bd5f0
Add missing async suffix
2020-11-09 10:40:16 +09:00
f94ac1cbc7
Merge branch 'master' into efficient-user-retrieval
2020-11-07 00:07:29 +09:00
c3c288145a
Ignore null results for now
2020-11-06 17:55:29 +09:00
1ca8b03aa5
Never disable pause button on now playing overlay
2020-11-06 17:26:23 +09:00
c97c6bbf52
Add and consume user cache class
2020-11-06 17:00:29 +09:00
2457083d8b
Add padding to currently playing view
2020-11-06 17:00:29 +09:00
db039da668
Add and consume multi-lookup API endpoint
2020-11-06 17:00:29 +09:00
07166ec819
Fix a couple of remaining unnecessary casts
2020-11-06 13:29:47 +09:00
1e1569eb53
Use int instead of long for user_id fields for now
2020-11-06 12:59:46 +09:00
487a5ecdba
Replace all usage of IBindableList.GetBoundCopy
2020-11-04 15:29:14 +09:00
211510fe9a
Fix undesirable vertical spacing in currently playing display
2020-11-03 19:12:03 +01:00
86d283ebf4
Adjust layout slightly to avoid specifying width twice
2020-11-03 19:03:48 +01:00
a3c67aabe2
Merge branch 'master' into spectator-listing
2020-11-03 19:56:25 +09:00
c1d9a0c92c
Move click action out of user panel
2020-11-02 21:09:47 +09:00
ed30756c19
Add test coverage for new display (and remove live version for now)
2020-11-02 20:41:14 +09:00
c6de0544d2
Disable display for not
2020-11-02 20:21:23 +09:00
5cbfaf3589
Revert "Add (temporary) local user cache to avoid re-querying API each display"
...
This reverts commit 4e17634ee2
.
2020-11-02 20:19:38 +09:00
4e17634ee2
Add (temporary) local user cache to avoid re-querying API each display
2020-11-02 17:31:04 +09:00
6f623d8cca
Rename IsUserPaused -> UserPauseRequested
2020-11-02 16:08:59 +09:00
8f2cd0e8c5
Add matching requestedByUser parameter to Play method
2020-11-02 15:01:30 +09:00
d2f6303988
Change default value of requestedByUser to false
2020-11-02 14:56:50 +09:00
941e8525af
Add flag parameter to allow non-user-pause via music controller
2020-10-31 16:07:54 +01:00
f0b80d245e
Merge branch 'master' into spectator-listing
2020-10-31 16:22:49 +09:00
a088151e58
Merge branch 'spectator-replay-watcher' into spectator-listing
2020-10-31 16:22:10 +09:00
4e3fb615d2
Rename "SeasonalBackgrounds" to "SeasonalBackgroundMode"
2020-10-30 15:54:10 +01:00
1db8dfd03e
Merge branch 'master' into seasonal-backgrounds
2020-10-30 22:53:51 +09:00
76c0a790b4
Add separate Seasonal Backgrounds setting (Always, Sometimes, Never)
2020-10-29 17:28:04 +01:00
1313ab89e7
Add xmldoc to multiple selection row
2020-10-28 23:37:21 +01:00
016e920aa9
Move filter tab item hierarchy construction to BDL
2020-10-28 23:14:52 +01:00
a8cefb0d4c
Rename method
2020-10-28 23:12:28 +01:00
f5aedc96c4
Rework multiple selection filter
2020-10-28 23:07:54 +01:00
e77049eae3
Use discard-like lambda parameter names
2020-10-28 22:58:51 +01:00
5c2c5f2000
Use existing ScoreRank for rank filter
2020-10-28 23:35:08 +03:00
4f6081c7f3
Use BindableList<T>
2020-10-28 19:44:13 +03:00