e82eaffaed
Flip order back to original for romanisable strings
2021-02-25 14:14:07 +09:00
8a97e2e28d
Update LocalisedString usages to RomanisedString
2021-02-22 19:01:42 +09:00
1fd4b04767
Just set music shortcut text locally
2020-11-23 20:43:46 -08:00
52f5473cc0
Set global action as a parameter in toast
2020-11-23 15:13:58 -08:00
2071cba944
Add music bindings to on screen display
2020-11-13 13:16:36 -08:00
61e62929ee
Apply changes in line with framework event logic update
2020-10-01 13:06:01 +09:00
b047fbb8ee
Use bindable value for search text
2020-09-11 17:46:07 +09:00
6327f12fe4
Disable manage collections item in now playing overlay
2020-09-11 16:58:18 +09:00
fcc8683629
Hook up now playing overlay to collections
2020-09-11 16:46:11 +09:00
186507a88e
Merge branch 'fix-music-controller-regressed' into fix-toggle-pause-state
2020-09-08 18:37:52 +09:00
ad5d6117c7
Remove unnecessary RunTask calls
2020-09-08 18:26:13 +09:00
14bf2ab936
Fix grammar in xmldoc
2020-09-08 18:21:26 +09:00
a46be45a71
Fix OSD occasionally display incorrect play/pause state
2020-09-08 18:12:03 +09:00
b1110e5e3a
Rename class to match derived class
2020-09-08 18:10:14 +09:00
33b76015d8
Fix MusicActionHandler unnecessarily depending on OnScreenDisplay's existance
2020-09-06 01:54:32 +03:00
001509df55
Move music global action handling to an own component
...
Due to requiring components that are added at an OsuGame-level
2020-09-04 10:24:54 +03:00
f65991f31f
Revert some usages based on review feedback
2020-08-26 23:28:58 +09:00
5002d69f69
Update inspections
2020-08-07 20:51:56 +09:00
0f7fde5d2c
Revert unnecessary change
2020-08-06 16:24:14 +09:00
6e42b8219c
Move track to MusicController, compiles
2020-08-06 16:24:14 +09:00
0e2ccac33b
Add spaces to comments
2020-05-04 18:36:24 -07:00
eb1fbdacde
Remove unintentional edge effect
2020-04-11 15:29:52 +09:00
3457d341b2
Merge branch 'master' into fix-async-playlist-enumeration
2020-02-19 23:38:39 +09:00
2f4c252fc0
Fix playlist items potentially not updating to the correct selected state
2020-02-18 19:19:04 +09:00
5ca93758dc
Fix music playlist being enumerated asynchronously
2020-02-17 16:59:35 +09:00
7c9569c9a3
Merge branch 'master' into remove-duplicated-load
2020-02-15 12:10:34 +07:00
c753cb46c5
Use [Resolved] wherever possible
2020-02-14 20:14:00 +07:00
eb75d26c8f
Extract common rearrangeable list design
2020-02-14 15:36:16 +09:00
48350638a2
Hide drag handles of all playlist items not currently being dragged
2020-02-06 18:38:00 +09:00
b6cfb987f3
Make drag handles not pop into existence
2020-02-04 17:00:36 +09:00
0c4540b551
Rename PlaylistItem
2020-01-30 19:23:53 +09:00
00a7adcdca
Further refactorings
2020-01-30 19:21:24 +09:00
f6ba98eec0
Apply refactorings for framework-side changes
2020-01-30 19:00:59 +09:00
ebf15c6a1c
General work towards completion + framework updates
2020-01-29 12:17:03 +09:00
2b2cfd91a6
Initial re-implementation using rearrangeable list
2020-01-28 17:59:14 +09:00
bfb056c612
Apply input method signature refactorings
2020-01-20 18:17:21 +09:00
ecfc6dfa3d
CA1825: use Array.Empty.
2019-12-17 12:59:48 +08:00
6cab517b2d
.NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK.
2019-11-20 13:37:47 +01:00
efc201ec85
Make PlaylistOverlay a VisibilityContainer
2019-10-14 16:40:53 -07:00
7e4f0c01b8
Avoid excess background updates in playlist overlay ( #6424 )
...
Avoid excess background updates in playlist overlay
2019-10-08 14:11:02 +09:00
3ec78388e8
Avoid excess background updates in playlist overlay
2019-10-08 11:03:23 +09:00
e00992dfd8
Remove FollowPlayback setting
2019-10-07 19:44:22 +03:00
bdea75b995
Autoscroll playlist on song change
2019-10-05 23:53:05 +03:00
5f700f2ae9
Simplify exit logic of screens with textboxes using back button receptor
2019-10-01 08:26:34 -07:00
4b97327b37
Cleanup draggedItem usages and make them more safe
2019-09-19 13:53:52 +09:00
0644443979
Use resolved attribute for music controller
2019-09-19 13:51:50 +09:00
91bdece9af
Localise OrderChanged handling and fix callbacks
...
The dragged item's position now only updates after the drag finishes. Local handling changes were required to ignore the bindable remove/add events that are fired as a result.
2019-09-18 13:15:39 +09:00
3ab352ffe5
Randomise beatmap playback order on startup
...
Closes #6135 .
2019-09-17 23:15:03 +09:00
6ca17bdfd5
Center icon and text using anchor and origin instead of margin
2019-09-02 10:42:21 -07:00
0c95dff3d6
Make FlowContainer insertion cleaner
2019-07-01 18:41:08 +03:00