Commit Graph

2184 Commits

Author SHA1 Message Date
c55c3325a4 Remove unused using statements 2022-06-01 17:43:40 +09:00
f3fd5bbfc1 Increase flash delay and ensure text is always shown immediately on lock 2022-06-01 16:05:29 +09:00
58ba92772c Reword comment to read better
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-06-01 16:01:34 +09:00
eac014738f Merge branch 'master' into editor-bottom-bar-shadow 2022-06-01 14:55:50 +09:00
6042cf1a3b Add metronome sound
Placeholder pending follow-up from @nekodex (which as discussed should
probably have a second sound for the metronome locking into "stopped"
position).
2022-06-01 14:43:39 +09:00
25941f6187 Use DeepClone instead of reflection call
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-06-01 10:47:45 +09:00
bc22079fdc Fix row selected colour flicker when changing offset rapidly 2022-05-31 22:02:30 +09:00
8240b645b4 Copy attribute types from currently selected control point to new placements 2022-05-31 21:50:12 +09:00
f99bcb23a0 Automatically make first control point added to beatmap have timing data 2022-05-31 21:50:08 +09:00
a940676fc2 Add adjustment buttons 2022-05-31 21:31:20 +09:00
475cc8174f Fix off-by-one display issue when adjusting offset 2022-05-31 18:41:44 +09:00
94194a04f2 Animate adjustments 2022-05-31 18:41:44 +09:00
51014b8748 Ensure offset changes are correctly tracked by the display, even when locked 2022-05-31 18:41:44 +09:00
c8f21ee8b2 Change WaveformComparisonDisplay to centre around a time offset rather than beat 2022-05-31 18:41:44 +09:00
6bc68ada43 Add ability to lock the WaveformComparison display to a current location 2022-05-31 18:41:44 +09:00
c0804803fd Add background to main waveform row 2022-05-31 18:35:52 +09:00
655780fd98 Fix regression in bpm textbox binding logic 2022-05-31 18:27:18 +09:00
ebb83a5e49 Add TODO about scroll behaviour which is missing 2022-05-31 15:10:55 +09:00
cf5da44492 Add automatic control point tracking to the timing screen 2022-05-31 15:00:30 +09:00
27efeb7d4e Fix TimingSection performing a beatmap save when switching bound timing points 2022-05-31 14:58:49 +09:00
be998cdb0a Merge pull request #18477 from frenzibyte/fix-timeline-context-menu
Fix context menu no longer opening for hitobjects in timeline
2022-05-30 11:49:06 +09:00
c892ec83ef Fix wrong sizing of editor timeline ticks 2022-05-29 20:15:17 +02:00
9cc5df9b13 Fix context menu no longer open on hitobjects in timeline 2022-05-29 15:23:32 +03:00
02baf9a97a Fix timeline objects disappearing prematurely on wide-screens 2022-05-28 17:45:38 +03:00
62266c72ea Merge pull request #18448 from frenzibyte/editor-metronome-rate
Fix metronome speed not adjusted on different playback rates
2022-05-28 10:58:51 +09:00
4f2910cdb1 Merge pull request #18445 from frenzibyte/editor-background-colour
Darken background colour in "setup" and "verify" screens
2022-05-28 10:56:22 +09:00
68684f5fe7 Merge pull request #18446 from frenzibyte/editor-row-attribute-background
Update row attribute background colour to fit screen
2022-05-28 10:53:50 +09:00
93a8092da6 Increase usable width slightly further 2022-05-28 10:51:39 +09:00
e12d188dad Fix metronome speed not adjusted on different playback rates 2022-05-28 04:10:39 +03:00
d12e4928e6 Increase editor verify settings width to give more breathing space 2022-05-28 03:09:04 +03:00
e71d907164 Update row attribute background colour to fit screen 2022-05-28 02:20:04 +03:00
eec9248cde Darken background colour in "setup" and "verify" screens 2022-05-28 02:10:18 +03:00
aee3e2a4ed Add shadow effect to editor's bottom bar 2022-05-28 01:58:55 +03:00
e511c1dfff Merge branch 'master' into use-normalised-precise-scrolling 2022-05-27 16:55:13 +02:00
e551a53601 Fix checkmarks not showing on editor stateful menu items 2022-05-26 21:45:30 -07:00
fb586fe0b2 Merge branch 'master' into editor-bottom-bar-new-design 2022-05-26 18:32:28 +09:00
7f4ea5d522 Use left alignment and remove hacky text positioning code 2022-05-26 18:12:28 +09:00
acd554d918 Update time info and add bpm 2022-05-25 23:54:59 +09:00
2c61a9d3d1 Update bottom bar components to new design language (mostly) 2022-05-25 23:54:59 +09:00
8791e3b9ef Split BottomBar out of Editor 2022-05-25 23:54:59 +09:00
463b8130c8 Update editor screen switcher to match new design language 2022-05-25 22:31:27 +09:00
206f2ca208 Rename screen switcher control to be in line with naming expectations 2022-05-25 22:20:33 +09:00
c4cae7f677 Update EditorMenuBar to match new design language 2022-05-25 22:19:24 +09:00
fb22801afb Merge pull request #18388 from peppy/editor-timing-waveforms
Add waveform comparison view to editor timing screen
2022-05-25 20:15:25 +09:00
f1d4902be5 Remove unnecessary bindable cast 2022-05-25 19:25:23 +09:00
f468d1eb16 Merge branch 'master' into editor-tidy-up 2022-05-25 11:58:34 +09:00
5f6baaca13 Merge branch 'master' into editor-beat-divisor-size-static 2022-05-24 23:17:02 +02:00
25f35b3408 Merge pull request #18394 from peppy/editor-beat-divisor-on-mouse-down
Handle beat divisor input on mouse down, rather than mouse up
2022-05-24 19:06:14 +09:00
46b2f1ecc2 Merge pull request #18392 from peppy/editor-remove-triangle-button-usage
Remove `TriangleButton` usage in editor
2022-05-24 18:51:02 +09:00
0bcf8c846c Change editor colour scheme to aquamarine 2022-05-24 18:43:22 +09:00