Commit Graph

287 Commits

Author SHA1 Message Date
c42485cea9 Fix test button references 2022-06-02 17:29:45 +09:00
d12f6ea221 Add basics of tap button 2022-06-02 11:57:06 +09:00
6b297bc6ed Merge pull request #18502 from peppy/editor-timing-follow-current-time
Add automatic control point tracking to the timing screen
2022-06-02 07:37:03 +09:00
a940676fc2 Add adjustment buttons 2022-05-31 21:31:20 +09:00
9746cbb161 Ensure rows have loaded before attempting to click them 2022-05-31 15:54:07 +09:00
cf5da44492 Add automatic control point tracking to the timing screen 2022-05-31 15:00:30 +09:00
18f75d8c58 Remove redundant initialiser 2022-05-29 16:06:01 +02:00
12d5b355e4 Add failing test coverage 2022-05-29 15:23:32 +03:00
fb586fe0b2 Merge branch 'master' into editor-bottom-bar-new-design 2022-05-26 18:32:28 +09:00
93c94b8ea0 Fix test caching woes 2022-05-26 18:30:37 +09:00
acd554d918 Update time info and add bpm 2022-05-25 23:54:59 +09:00
91834f0319 Fix missing colour dependency in menu bar test scene 2022-05-25 22:56:47 +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
f468d1eb16 Merge branch 'master' into editor-tidy-up 2022-05-25 11:58:34 +09:00
c33aee17b0 Cache some more OverlayColourProviders to fix tests 2022-05-24 23:14:28 +02:00
0bcf8c846c Change editor colour scheme to aquamarine 2022-05-24 18:43:22 +09:00
bb82abe48d Update test to use new triangle type resolution 2022-05-24 18:38:08 +09:00
3c2e57bf00 Update BeatDivisorControl to better match new designs and metrics 2022-05-24 18:26:01 +09:00
4bcf15f632 Refactor test to allow waveform testing 2022-05-24 14:36:44 +09:00
2e21d75b10 Move metronome into own class and rename to avoid conflict with mod sounds 2022-05-20 17:30:04 +09:00
42179568f3 Initial animation pass on metronome 2022-05-20 17:30:04 +09:00
ce7be940e2 Setup basics for control and test 2022-05-20 17:30:04 +09:00
64a371638e Merge pull request #18236 from peppy/snap-unification
Add `enum` to snap method as alternative to multiple nested invocations
2022-05-20 11:35:05 +09:00
a346456daf Add test coverage of new traversal keys 2022-05-14 03:01:42 +09:00
c0abce918f Add enum to snap method as alternative to mutliple nested invocations 2022-05-12 16:19:07 +09:00
d51689e9ae Unfocus textbox when dismissing popover in test scene 2022-05-11 11:25:41 +03:00
f797514bce Add failing test cases 2022-05-11 09:51:59 +03:00
e43ce28ada Remove references of "difficulty point" in sample point test scene
Fat-fingered.
2022-05-11 09:51:09 +03:00
daed42513e Fix outdated test asserts 2022-05-06 18:44:25 +09:00
32b40bdabf Rename DistanceBetweenTick to be plural 2022-05-06 15:45:36 +09:00
269e15c167 Add test coverage of distance spacing multiplier working with distance snap grid 2022-05-05 18:49:12 +09:00
de9b3d33eb Rename misleading DistanceSpacing variable 2022-05-05 17:08:09 +09:00
19cf9dc20b Merge branch 'snapping-tidy-distance' 2022-05-05 16:51:32 +09:00
977e6d8a80 Add xmldoc for IDistanceSnapProvider and related properties 2022-05-05 16:25:45 +09:00
f6fc926f1a Add xmldoc and rename methods in IPositionSnapProvider for legibility 2022-05-05 15:58:21 +09:00
6380216263 Nudge click location to avoid placement failures 2022-05-04 11:56:44 +02:00
a759e641eb Enforce composer aspect ratio to avoid depending on ambient window size 2022-05-04 11:56:29 +02:00
f899c3e68f Add test coverage of circle placement around editor toolboxes 2022-05-04 17:56:53 +09:00
fef94d49f4 Revert "Convert data type of DistanceSpacing to float"
This reverts commit 7aaa88cac2.
2022-04-29 08:02:07 +03:00
7aaa88cac2 Convert data type of DistanceSpacing to float 2022-04-28 10:24:36 +03:00
2e8372fe90 Minor cleanup
Just from reading diff.
2022-04-28 07:14:43 +03:00
66c730c382 Change distance spacing keybind to Ctrl+Alt 2022-04-27 17:11:23 +03:00
70a93c0e7e Move DistanceSpacingMultiplier bindable to its own IDistanceSnapProvider interface 2022-04-24 08:33:00 +03:00
4f8f27a58b Merge branch 'master' into osu-distance-spacing 2022-04-24 05:23:30 +03:00
80cce7c3cb Add failing test case 2022-04-18 06:59:58 +03:00
61ddf1e6cf Disallow exiting the editor without saving (unless explicitly confirming) 2022-03-22 15:42:56 +09:00
ed66f86ac6 Update editor exit-without-safe tests to account for hold behaviour 2022-03-21 17:52:54 +09:00
f15b8781bb Move editor mode selector out of EditorMenuBar to allow for better reuse 2022-03-02 20:05:01 +09:00
3634e12e66 Automatically focus divisor textbox and hide popover after successful change 2022-02-28 15:23:01 +09:00
a5600516f0 Fix test failures 2022-02-27 20:13:44 +01:00