Joseph Madamba
|
5fb6f220e6
|
Fix playlist items not animating when rearranging
|
2023-01-03 11:10:02 -08:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
notmyname
|
fa3b9ee32f
|
remove unneded guard
|
2022-07-31 23:42:20 +02:00 |
|
notmyname
|
57b43e0065
|
Stop capturing arrow keys on Playlist
|
2022-07-31 19:12:29 +02:00 |
|
Dean Herbert
|
31a447fda0
|
Update parameter discards
|
2022-06-24 21:26:19 +09:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Salman Ahmed
|
ac6342ff8d
|
Add workaround for item scrolling issue
|
2022-05-05 10:16:16 +03:00 |
|
Salman Ahmed
|
f28978b856
|
Handle against playlists which disallow selection
`SelectedItem.Disabled` is also not checked against in the select-via-click flow inside `DrawableRoomPlaylistItem` (only `AllowSelection` is checked).
|
2022-05-05 05:48:35 +03:00 |
|
Salman Ahmed
|
464b3af5f3
|
Rename local correctly
|
2022-05-05 05:42:20 +03:00 |
|
Bartłomiej Dach
|
e6fdef2d7a
|
Fix test failures due to selection/item collection desyncs
|
2022-05-04 13:51:47 +02:00 |
|
Bartłomiej Dach
|
0405c1c34a
|
Ensure selected playlist item is always scrolled into view
|
2022-05-04 13:15:26 +02:00 |
|
Dean Herbert
|
df1f4aecdc
|
Add support for traversing playlist items using next/previous bindings
Addresses https://github.com/ppy/osu/discussions/18061.
|
2022-05-04 19:09:44 +09:00 |
|
Dan Balasescu
|
048a495115
|
Add edit button to DrawableRoomPlaylistItem
|
2021-12-10 01:08:54 +09:00 |
|
Dan Balasescu
|
17d676200b
|
Xmldoc fixes from code review
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2021-12-09 17:33:36 +09:00 |
|
Dan Balasescu
|
23332995d1
|
Invert naming of exposed actions
|
2021-12-09 01:52:59 +09:00 |
|
Dan Balasescu
|
273042aa16
|
Add virtual method for creating different DrawablePlaylistItem types
|
2021-12-09 01:49:34 +09:00 |
|
Dan Balasescu
|
3b4833ca8e
|
A bit of cleanup + xmldocs on classes/members
|
2021-12-09 01:40:16 +09:00 |
|
Dan Balasescu
|
be2dbf42c3
|
Flatten DrawableRoomPlaylistWithResults into base class
|
2021-12-09 01:40:16 +09:00 |
|
Dan Balasescu
|
26f6c5e5a5
|
Remove ctor params from PlaylistsRoomPlaylist
|
2021-12-09 01:16:37 +09:00 |
|
Dan Balasescu
|
3be4d8b68d
|
Remove ctor params from DrawableRoomPlaylist/DrawablePlaylistItem
|
2021-12-09 01:04:56 +09:00 |
|
Dan Balasescu
|
beb5d61a42
|
Separate playlist item deletion to Playlists-specific class
|
2021-12-08 20:50:25 +09:00 |
|
Dan Balasescu
|
e5e2ae8ab4
|
Fix dangling line post-rebase
|
2021-12-01 21:36:25 +09:00 |
|
Dan Balasescu
|
93a7726f4a
|
Remove now-unused parameter
|
2021-12-01 21:35:23 +09:00 |
|
Dan Balasescu
|
17bc0b51aa
|
Merge branch 'playlist-item-add-owner' into new-multiplayer-playlist
|
2021-12-01 21:33:48 +09:00 |
|
Dan Balasescu
|
c38537a51a
|
Initial implementation of MultiplayerPlaylist
|
2021-12-01 21:32:56 +09:00 |
|
Dan Balasescu
|
e1445dcb05
|
Only show owner in match subscreen
|
2021-11-26 17:40:45 +09:00 |
|
Dan Balasescu
|
b9e38269e3
|
Prevent playlist mangling selection if not allowed
|
2021-11-16 00:31:46 +09:00 |
|
Dan Balasescu
|
8e014ca17a
|
Reverse in-match playlist
|
2021-11-16 00:31:46 +09:00 |
|
Bartłomiej Dach
|
83fb7c7a1a
|
Re-namespace all files in OnlinePlay directory
|
2020-12-25 16:50:09 +01:00 |
|
Bartłomiej Dach
|
e797e5ce7a
|
Rename Multi directory to OnlinePlay
|
2020-12-25 16:50:02 +01:00 |
|