Commit Graph

1893 Commits

Author SHA1 Message Date
322a1f0a86 Fix potential nullref 2019-11-06 12:45:35 +09:00
7cd4cb8a93 Rename selectedPoints to selectedGroup 2019-11-06 12:32:12 +09:00
9dd7f997d2 Reoder SampleSection to match others 2019-11-06 12:17:18 +09:00
f20bfe7a55 Fix extra semicolon 2019-11-06 12:16:48 +09:00
b5a8bbaa60 Merge branch 'master' into editor-timing-screen 2019-11-06 12:02:00 +09:00
52dba69a64 Implement slider control point deletion (#6679)
Implement slider control point deletion

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-11-05 19:15:15 +09:00
f4b93ec943 Add exception when holding control 2019-11-05 18:29:08 +09:00
f77de7d880 Simplify implementation 2019-11-05 18:25:38 +09:00
0db34a47f8 Fix selecting underneath selected blueprints 2019-11-05 17:28:42 +09:00
7c20a589f2 Remove unused usings 2019-11-05 13:56:21 +09:00
c8beb5296f Use PlatformAction.Delete instead of Delete key 2019-11-05 13:26:44 +09:00
7b67701e57 Merge branch 'master' into editor-timing-screen 2019-10-30 19:27:24 +09:00
7f2916454d Simplify EditorClock.Seek method 2019-10-30 19:09:46 +09:00
93076ad6a1 Merge branch 'master' into editor-timing-screen 2019-10-30 18:42:20 +09:00
45af796943 Remove usages of EF internals 2019-10-30 17:05:15 +09:00
522572eace Add ability to adjust all control point attributes 2019-10-28 16:21:31 +09:00
9c3e54909c Ensure tooltips of RowAttributes are up-to-date 2019-10-28 16:20:54 +09:00
ee5591d7d5 Add missing license headers 2019-10-28 12:42:17 +09:00
43ad4a3a3c Tidy up string output 2019-10-28 12:31:38 +09:00
1953aa64b6 Merge branch 'bindable-control-points' into editor-timing-screen 2019-10-28 12:00:51 +09:00
8069674824 Merge remote-tracking branch 'upstream/master' into bindable-control-points 2019-10-28 11:52:04 +09:00
29e20bc8d2 Add xmldoc and combine GroupAt / CreateGroup 2019-10-28 10:45:11 +09:00
81b5d7b79f Select another group after deleting selected 2019-10-27 16:30:05 +09:00
73369ae613 Add the ability to add/remove groups 2019-10-27 16:13:24 +09:00
0fba272e78 Add the ability to add new ControlPoint types to existing groups 2019-10-27 15:19:36 +09:00
de69665a46 Reduce horizontal spacing of attributes 2019-10-27 14:17:59 +09:00
93b003eb5a Add selected row state 2019-10-27 13:31:23 +09:00
b8efc59cdc Update UI components to use new grouping 2019-10-25 20:13:22 +09:00
e987db37ec Add grouping of ControlPoints 2019-10-25 19:52:02 +09:00
da6769f0fc Remove necessity of AutoGenerated flag 2019-10-25 19:43:38 +09:00
94ffe03e6e Group timing points 2019-10-25 19:36:12 +09:00
3692846367 Merge branch 'master' into snapping-refactor 2019-10-25 18:26:14 +09:00
ae011e8ee8 Fix distance snap grid test scenes 2019-10-25 17:25:46 +09:00
4ca6a5a0cc Interface the distance snap provider 2019-10-25 16:50:21 +09:00
607b4d874a Refactor flow of snapping through HitObjectComposer 2019-10-25 16:40:30 +09:00
351f8d3dd1 Merge branch 'master' into editor-timing-screen 2019-10-25 13:21:56 +09:00
0b3c7f28af Merge branch 'master' into fix-dragbox-first-frame 2019-10-24 23:01:32 +09:00
fa3350ce2d Refactor blueprint movement and selection events (#6588)
Refactor blueprint movement and selection events
2019-10-24 22:58:03 +09:00
a969914d6e Mention coordinate space 2019-10-24 18:24:22 +09:00
d83b9ef0e4 Rename grid snapping methods 2019-10-24 18:18:04 +09:00
f45f17339c Implement slider path distance snapping 2019-10-24 18:17:30 +09:00
7a71352684 Fix drag box being positioned incorrectly for 1 frame 2019-10-24 17:22:14 +09:00
fb88001c0e Reorder blueprint addition/removal + add regions 2019-10-24 16:53:34 +09:00
45bd91f63f Add special cases for click-selection 2019-10-24 16:14:29 +09:00
8e4a21bee7 Separate out mouse down/click/up handling 2019-10-24 15:58:22 +09:00
a07e5a269b Extract drag events into multiple methods 2019-10-24 15:33:08 +09:00
f128e99fb2 Remove unused methods 2019-10-24 15:07:04 +09:00
e04c77178c Move selection events to BlueprintContainer 2019-10-24 14:58:02 +09:00
714c89faa4 Move selection drag events to BlueprintContainer 2019-10-24 14:57:58 +09:00
cef2318cf5 Move drag box drag handling to BlueprintContainer 2019-10-23 18:38:06 +09:00