6ff1fb6b1a
Adjust sizing to allow for timing point information now being longer than before
2023-03-02 18:57:54 +09:00
2a3b24d058
Avoid need for implicit null casting
2022-11-30 14:21:04 +09:00
0659c84341
Rename method to be more in line with project naming
2022-11-30 14:17:49 +09:00
7dbf379351
Don't use verbatim string literals
2022-11-29 18:22:07 +00:00
218c04c174
Code quality
2022-11-27 03:23:08 +00:00
3c56b9c93a
Add OnRowSelected
event to EditorTable
2022-11-27 02:47:54 +00:00
792334a190
Move Control Group timing data into it's own component
2022-11-27 02:47:02 +00:00
b6d7bec240
Remove #nullable disabled
from EditorTable
and it's derived classes
2022-11-27 02:45:56 +00:00
7bc8908ca9
Partial everything
2022-11-27 00:00:27 +09:00
31a447fda0
Update parameter discards
2022-06-24 21:26:19 +09:00
046b848bcd
Split group selection to separate method
2022-06-21 12:53:06 +09:00
9763a58392
Change to use ReferenceEquals
2022-06-21 12:05:52 +09:00
e0c82d11ab
Convert == usages to ReferenceEquals
2022-06-20 16:56:19 +09:00
ca287d0936
Fix group deselected when table is recreated
2022-06-20 16:56:19 +09:00
f8830c6850
Automated #nullable processing
2022-06-17 16:37:17 +09:00
ebb83a5e49
Add TODO about scroll behaviour which is missing
2022-05-31 15:10:55 +09:00
c6a65ccfed
Remove unused parameter from createContent()
...
No longer used since 513e470b52
.
2022-02-01 21:35:40 +01:00
1eed2436e6
Clean up unused resolved properties
2021-12-03 18:49:49 +09:00
38bf04d7ff
Give more space for time values to allow for negative offsets
2021-06-11 13:25:09 +09:00
a40dcd4b8d
Add a touch more space in the timing column
2021-04-19 18:53:06 +09:00
097a347533
Adjust Add different background colour for timing area
2021-04-19 18:25:30 +09:00
f8b20ca8aa
Add new display for effect row attribute
2021-04-19 16:35:36 +09:00
ec249a0edb
Add new display for sample row attribute
2021-04-19 16:23:28 +09:00
3aad0a8b9c
Add new display for difficulty row attribute
2021-04-19 16:23:06 +09:00
a10a8680d0
Add new display for timing row attributes
2021-04-19 16:23:06 +09:00
513e470b52
Adjust grid spacing to allow attributes to use more width
2021-04-19 13:24:53 +09:00
21e8e5fbca
Move common table layout logic into EditorTable
abstract class
2021-04-13 23:26:19 +09:00
0edc1a850d
Split out common EditorTable base class
2021-04-13 23:05:58 +09:00
3ce605b5e5
Small refactoring to use .Trim() instead
2021-02-09 12:00:03 +09:00
414e05affd
Fix editor effect attribute tooltip having unnecessary whitespace when only one is enabled
2021-02-08 10:16:16 -08:00
5e7823b289
Fix attributes content being zero size and disappearing after being half off-screen
2021-02-08 01:37:34 -08:00
6b26a18a23
Fix attributes header not being aligned with content in editor timing mode
2021-02-08 01:34:32 -08:00
04fa32bc34
Rename and add xmldoc for smooth seeking method
2021-01-15 16:14:21 +09:00
487a5ecdba
Replace all usage of IBindableList.GetBoundCopy
2020-11-04 15:29:14 +09:00
e1f578c590
Change editor timing screen seek behaviour to only occur on clicking table rows
...
Previously it would react to any selection changed event, which could in
lude time changes (which is done by removing then adding the
ControlPointGroup).
Closes #10590 .
2020-10-27 12:28:12 +09:00
b1029a124c
Move event subscription to LoadComplete
...
Prevents attempting to read from the `colours` field before it is
actually injected.
2020-10-07 22:57:20 +02:00
e96e30a19d
Move control point colour specifications to common location and use for formatting timing screen table
2020-10-01 19:29:34 +09:00
1386c9fe66
Standardise time display formats across the editor
2020-09-30 12:45:43 +09:00
d45a1521a1
Update BindableList usages
2020-09-01 11:56:23 +09:00
f7ea20a926
Limit font weight to bold
2020-03-16 16:32:25 -07:00
9c3e54909c
Ensure tooltips of RowAttributes are up-to-date
2019-10-28 16:20:54 +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
da6769f0fc
Remove necessity of AutoGenerated flag
2019-10-25 19:43:38 +09:00
c06f142433
Fix some spacing and references
2019-10-23 11:22:55 +09:00
80bf68c108
Add control sections and hook up bindable control groups
2019-10-21 00:06:38 +09:00
ffec960b77
Split out classes
2019-10-18 17:59:54 +09:00