80d2c2c3f2
Merge pull request #7645 from LeNitrous/slider-tooltip
...
Allow OsuSliderBar tooltip to show as percentage as needed
2020-01-29 13:36:08 +09:00
aa597c1934
Copy documentation across to SettingsSlider
2020-01-29 12:55:07 +09:00
f21142ae50
Merge remote-tracking branch 'upstream/master' into slider-tooltip
2020-01-29 12:50:44 +09:00
cfc4eaff59
Fix display being incorrect when MaxValue is not 1
2020-01-29 12:50:21 +09:00
2498709d06
Fix navigation test crashing when raw input is disabled
2020-01-28 19:47:40 +09:00
0e0c730095
Add a method to recycle test storage between runs
2020-01-28 19:44:32 +09:00
894642d588
add xmldoc and formatting
2020-01-28 18:04:00 +08:00
12ff51f686
Fix key count being incorrectly adjusted by hard/easy mods
2020-01-28 17:21:50 +09:00
99d5398262
Merge pull request #7650 from peppy/change-default-method-style
...
Change default method style for better IDE autocompletion
2020-01-28 17:08:14 +09:00
979070703e
Merge pull request #7636 from EVAST9919/comments-recolour
...
Make CommentsContainer use OverlayColourProvider
2020-01-28 16:38:18 +09:00
2b1588ee47
Merge branch 'master' into change-default-method-style
2020-01-28 16:26:51 +09:00
5a2fd18bdd
Allow better async support for CommentsContainer
2020-01-28 10:21:27 +03:00
4e884fc6f4
Merge remote-tracking branch 'refs/remotes/ppy/master' into comments-recolour
2020-01-28 10:15:10 +03:00
41f55dba91
Merge pull request #7637 from EVAST9919/overlay-header-background
...
Refactor background creation in OverlayHeader
2020-01-28 16:06:31 +09:00
40379a5e22
Use foreach
2020-01-28 16:04:13 +09:00
dbb89cfde7
Merge remote-tracking branch 'upstream/master' into timline-beat-lines
2020-01-28 16:03:50 +09:00
f48c7db827
Use Drawable.Empty instead of container
2020-01-28 15:41:09 +09:00
a6cac072ee
Change default method style for better IDE autocompletion
2020-01-28 15:32:48 +09:00
8e2159e4eb
Ensure selection tool correctly matches selection state
...
- When a selection is made (via the timeline) the selection tool should become the select tool.
- When the selection tool is changed to anything *but* the select tool, the selection should be cleared.
2020-01-28 15:13:12 +09:00
7e0c45de6d
Allow selecting composition tools using 1-4 keys
2020-01-28 15:09:03 +09:00
e81d3c51ed
Move select tool to an actual tool implementation
...
Also tidies up radio button action firing so calling Select actually fires the associated action in all cases.
2020-01-28 15:05:29 +09:00
596a01661c
Remove 1ms offset and update tests
2020-01-28 13:42:22 +09:00
a3cfeb08d4
remove unused assignment
2020-01-28 12:34:17 +08:00
aa264cd2a8
allow tooltip to show as percentage as needed
2020-01-28 12:32:30 +08:00
4bb33046ca
Standardise editor timeline zoom across maps of all lengths
2020-01-28 13:03:06 +09:00
58654f28b6
Fix beat snap implementation being incorrect
2020-01-28 12:48:24 +09:00
29daabb40a
Fix distance snap grid showing incorrect colouring
...
Now matches timeline colours (based on timing point).
2020-01-28 11:59:21 +09:00
ce95b4a106
TotalCommentsCounter improvements
2020-01-28 05:57:45 +03:00
ac904194d3
Merge remote-tracking branch 'refs/remotes/ppy/master' into comments-recolour
2020-01-28 05:52:32 +03:00
d9e21a572f
remove unecessary comment
2020-01-28 07:13:28 +08:00
01cf417569
Merge pull request #7638 from huoyaoyuan/type-switch
...
Use type switch in SerializationWriter
2020-01-27 23:18:30 +09:00
b14c7bd171
Use type switch in SearializationWriter.
2020-01-27 21:49:34 +08:00
55d78dbc57
CI fix
2020-01-27 16:45:10 +03:00
97fb7a5593
Add test scene
2020-01-27 15:42:46 +03:00
e6fa793d56
Refactor background creation in OverlayHeader
2020-01-27 15:36:19 +03:00
100532845b
Recolour CommentsContainer
2020-01-27 15:07:24 +03:00
68503bf771
Recolour CommentsShowMoreButton
2020-01-27 15:00:56 +03:00
12ca28ea6d
Recolour CommentsHeader
2020-01-27 14:58:27 +03:00
ed2737e027
Recolour TotalCommentCounter
2020-01-27 14:47:47 +03:00
d0715700eb
Merge pull request #7623 from peppy/fix-ss-click-crash
...
Fix crash due to misordered selection events
2020-01-27 20:12:40 +09:00
a5a0eaba0d
Merge branch 'master' into fix-ss-click-crash
2020-01-27 19:35:31 +09:00
b54b0b1f20
Implement ability to create OverlayHeader with no TabControl ( #7432 )
...
Implement ability to create OverlayHeader with no TabControl
2020-01-27 19:34:34 +09:00
79cdfc6dc2
Use OverlayColourProvider
2020-01-27 12:55:19 +03:00
20268ba45b
Merge remote-tracking branch 'refs/remotes/ppy/master' into profile-scores-update-new
2020-01-27 12:37:44 +03:00
e37ae589ad
Merge branch 'master' into no-control-overlay-headers
2020-01-27 18:35:33 +09:00
bd6301b7c8
Merge remote-tracking branch 'upstream/master' into fix-ss-click-crash
2020-01-27 18:27:25 +09:00
fd7f07433d
Ensure selection has occurred before storing value
2020-01-27 18:26:44 +09:00
9a2867d3d9
Rename test class
2020-01-27 18:10:42 +09:00
d5fda053f4
Use centre origin/anchors
2020-01-27 18:09:54 +09:00
493390b750
Rename class to TimelineTickDisplay
2020-01-27 18:08:01 +09:00