Commit Graph

32477 Commits

Author SHA1 Message Date
51cc644b7b Fix set access to SelectionHandler
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2020-09-25 17:42:49 +09:00
7b09f73fe5 Merge branch 'master' into new-combo-toggle 2020-09-25 17:33:12 +09:00
ab03be5336 Merge pull request #10244 from peppy/editor-dont-block-keys-unnecessarily
Avoid consuming keystrokes in editor when a modifier key is held down
2020-09-25 17:31:53 +09:00
e1fc8d76fb Merge branch 'master' into editor-dont-block-keys-unnecessarily 2020-09-25 17:31:41 +09:00
54557ac6a7 Merge pull request #10241 from peppy/editor-ternary-states
Rework ternary states to fix context menus not updating after already displayed
2020-09-25 17:31:30 +09:00
b8e9f19b92 Move common HitSampleInfo lookup to static method 2020-09-25 17:30:31 +09:00
98c6027352 Remove unused using 2020-09-25 17:07:58 +09:00
9b29c9e185 Merge branch 'master' into editor-ternary-states 2020-09-25 16:58:15 +09:00
b70a20e7f1 Avoid consuming keystrokes in editor when a modifier key is held down 2020-09-25 16:56:39 +09:00
da820c815e Add shortcut keys to toolbox gorup titles 2020-09-25 16:46:06 +09:00
a6298c60eb Fix button spacing 2020-09-25 16:44:37 +09:00
ae68dcd962 Add ternary toggle buttons to editor toolbox selection 2020-09-25 16:38:12 +09:00
039e1b2032 Merge pull request #10217 from peppy/fix-taiko-editor-type-stats
Fix changing rim/strong types in taiko editor not applying correctly
2020-09-25 15:43:43 +09:00
0f8551e9ea Merge branch 'editor-ternary-states' into new-combo-toggle 2020-09-25 15:36:33 +09:00
bac6515d09 Merge branch 'master' into editor-ternary-states 2020-09-25 15:35:52 +09:00
727ab98d22 Update taiko selection handler with new logic 2020-09-25 15:32:45 +09:00
a859fe78ee Expose update ternary state method and use better state determination function 2020-09-25 15:32:36 +09:00
50290f3cb4 Rework ternary states to fix context menus not updating after already displayed 2020-09-25 15:10:13 +09:00
f1efc0ba42 Merge pull request #10240 from peppy/fix-setup-textbox-commit
Ensure setup screen text boxes commit on losing focus
2020-09-25 14:58:26 +09:00
69d057a8b3 Merge branch 'master' into fix-taiko-editor-type-stats 2020-09-25 14:53:47 +09:00
e828cf1607 Merge branch 'master' into editor-load-audio 2020-09-25 14:49:54 +09:00
440adc305d Merge pull request #10233 from peppy/file-selector
Add a basic file selector with extension filtering support
2020-09-25 14:44:32 +09:00
d9fee594ea Merge pull request #10238 from peppy/fix-hoc-keyboard-shortcut-hard-crash
Fix hard crash on hitting an out of range key (Q~P)
2020-09-25 14:44:14 +09:00
7f9a5f5f0d Ensure setup screen text boxes commit on losing focus 2020-09-25 14:25:24 +09:00
a6adf8334e Use existing method to update combo state of selection 2020-09-25 14:19:35 +09:00
e009264f10 Add new combo toggle to main composer interface 2020-09-25 14:10:30 +09:00
bca774a0d4 Allow BlueprintContainer to specify toggles 2020-09-25 14:09:31 +09:00
3c191cfe25 Add basic xmldoc to HitObjectComposer 2020-09-25 14:08:47 +09:00
c273b9dcb3 Merge pull request #10231 from peppy/editor-object-object-snapping
Add editor object to object snapping
2020-09-25 13:52:33 +09:00
325bfdbf71 Fix hard crash on hitting an out of range key (Q~P) 2020-09-25 13:25:42 +09:00
26ba7d3100 Remove unused method (was moved to a more local location) 2020-09-25 13:20:19 +09:00
73ea527ec7 Merge pull request #10237 from peppy/fix-missing-headless-test
Fix missing HeadlessTest specification in new test
2020-09-25 13:19:38 +09:00
892d440ed0 Add fallback path for potential null ParentGameplayClock 2020-09-25 13:19:07 +09:00
952e84396a Merge branch 'master' into editor-object-object-snapping 2020-09-25 13:17:30 +09:00
7df8b5bce7 Merge branch 'master' into fix-spinner-rpm-user-rate-adjust 2020-09-25 13:17:03 +09:00
ea971ecb90 Remove local file handling from SetupScreen 2020-09-25 13:16:30 +09:00
50ba320a51 Expand available file operations in ArchiveModelManager 2020-09-25 13:16:30 +09:00
ac0b47dae6 Merge pull request #10232 from peppy/fix-editor-screen-settings-remembering
Avoid destroying editor screens when changing between modes
2020-09-25 12:54:12 +09:00
eff6af3111 Add "bindables" to dictionary 2020-09-25 12:45:13 +09:00
71e1f981fe Merge branch 'file-selector' into editor-load-audio 2020-09-25 12:44:00 +09:00
c21745eb07 Fix missing HeadlessTest specification in new test 2020-09-25 12:43:41 +09:00
a8c85ed882 Add test for filtered mode 2020-09-25 12:42:37 +09:00
a890e5830d Add more file icons 2020-09-25 12:42:28 +09:00
1b8b417b85 Merge branch 'master' into file-selector 2020-09-25 12:33:18 +09:00
f047ff10bf Remove local specification for file selector search path 2020-09-25 12:30:05 +09:00
b1e72c311e Add null check because we can 2020-09-25 12:28:41 +09:00
a17eac3692 Rename reload method to not mention beatmap unnecessarily 2020-09-25 12:27:08 +09:00
9846d87eb0 Fix misleading step name (and add comment as to its purpose) 2020-09-25 12:25:50 +09:00
d602072ee3 Use SingleOrDefault where feasible 2020-09-25 12:24:41 +09:00
981585930d Merge branch 'master' into editor-load-audio 2020-09-25 12:24:16 +09:00