Dean Herbert
|
5aee8f80bb
|
Fix incorrect test assumption (affected by random select above)
|
2017-12-16 17:33:50 +09:00 |
|
Dean Herbert
|
bd9056c709
|
Better choose new selection when multiple items are removed including current
|
2017-12-16 17:32:21 +09:00 |
|
Dean Herbert
|
59dbca2612
|
Fix ScrollToSelected being called in too many cases
|
2017-12-16 16:44:42 +09:00 |
|
Dean Herbert
|
df7e795aa3
|
Simplify and rename filter methods
|
2017-12-16 16:27:39 +09:00 |
|
Dean Herbert
|
3c406662ed
|
Ensure correct selection after deletion of currently selected
Also fixes a lot of bad interactions and simplifies further.
|
2017-12-16 16:18:44 +09:00 |
|
Dean Herbert
|
49ce42d90c
|
Add ToString() overrides on many classes to make debugging easier
|
2017-12-16 16:14:01 +09:00 |
|
Aergwyn
|
2e196661bb
|
Merge branch 'master' into add-confirmation-dialog
|
2017-12-15 18:11:13 +01:00 |
|
Dean Herbert
|
a8a2c233a0
|
Add tests for (and fix) removal of last item in carousel
|
2017-12-16 00:33:09 +09:00 |
|
Dean Herbert
|
fd9d900ae0
|
Simplify StarCounter and SpriteIcon
|
2017-12-15 18:40:03 +09:00 |
|
Dean Herbert
|
acfdd32783
|
Move DrawableCarouselBeatmap initialisation to BDL
oops
|
2017-12-15 18:38:09 +09:00 |
|
smoogipoo
|
66b19b6c97
|
Expose selected objects from SelectionLayer
|
2017-12-15 14:48:24 +09:00 |
|
Dean Herbert
|
e6cac4a675
|
Allow tests to work with a variable number of beatmap sets loaded
|
2017-12-15 14:44:14 +09:00 |
|
Dean Herbert
|
59d512762e
|
SongSelect tidying
|
2017-12-15 14:44:14 +09:00 |
|
Dean Herbert
|
ed5b6cc16f
|
Add back ctrl-enter autoplay shortcut
|
2017-12-15 14:44:13 +09:00 |
|
Dean Herbert
|
192ceb5465
|
Avoid multiple access to selectedBeatmap during y position computation
|
2017-12-15 14:44:12 +09:00 |
|
Dean Herbert
|
2e3332e3fe
|
Shortcut non-visible panels to avoid adding as drawables
|
2017-12-15 14:44:12 +09:00 |
|
Dean Herbert
|
48e53a76b0
|
Fix incorrect line endings
|
2017-12-15 14:44:11 +09:00 |
|
Dean Herbert
|
2817ed0d46
|
Fix typo
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
67f05977ea
|
Add sorting support
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
b4b2f12116
|
Add support for adding/removing items
Tests accompany of course
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
7814b2df14
|
More renaming
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
5cbb9b9b18
|
Fix random and add tests
Also exposes SelectedBeatmapSet.
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
8646d5d1e0
|
Add testing and fix filtering only some difficulties
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
48f30d2bb5
|
Get ready for more tests
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
ec4f99c92e
|
Clean up tests some more
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
1b85952441
|
Cleanup and basic TestCase
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
b9298325a3
|
Rename weird config setting
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
1146ba02d7
|
Make GetWorkingBeatmap return a sane default rather than exception on lookup failure
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
99b00143eb
|
More clean-ups and event bindings
|
2017-12-15 14:36:51 +09:00 |
|
Dean Herbert
|
78dd975a35
|
Initial carousel infrastructue changes
|
2017-12-15 14:36:51 +09:00 |
|
smoogipoo
|
eeb3440ffa
|
Update framework
|
2017-12-15 13:37:32 +09:00 |
|
smoogipoo
|
2c1a83f82e
|
Merge branch 'master' into editor-selection-tool
|
2017-12-15 13:36:47 +09:00 |
|
Dan Balasescu
|
94894bf49b
|
Merge pull request #1698 from Aergwyn/expand-beatmapinfowedge
Expand content of BeatmapInfoWedge
|
2017-12-15 13:12:00 +09:00 |
|
smoogipoo
|
5caafd215f
|
Update framework
|
2017-12-15 13:02:49 +09:00 |
|
smoogipoo
|
33654ee5b4
|
Remove explicit padding on icon
|
2017-12-15 13:01:06 +09:00 |
|
Aergwyn
|
f329b1ed72
|
add Spinner Count to BeatmapInfoWedge
- added Tooltips to the respective InfoLabels
- made the TestCase internal like all others
|
2017-12-14 19:55:15 +01:00 |
|
Aergwyn
|
59e8536ff7
|
moved action to construction arguments
|
2017-12-14 17:33:56 +01:00 |
|
smoogipoo
|
b28b86dea9
|
Use Lazy for threadsafety on playfield
|
2017-12-14 20:27:51 +09:00 |
|
smoogipoo
|
6a690908cf
|
Fix up possible nullref due to early access of Parent
|
2017-12-14 20:24:24 +09:00 |
|
smoogipoo
|
15c9e4a446
|
Update framework
|
2017-12-14 15:10:39 +09:00 |
|
smoogipoo
|
9c59db4be3
|
Merge remote-tracking branch 'origin/master' into editor-selection-tool
|
2017-12-14 14:20:49 +09:00 |
|
Dan Balasescu
|
7b4bbc6dc5
|
Merge pull request #1692 from Aergwyn/no-select-on-adding
No longer select Beatmapsets on import/download
|
2017-12-14 13:58:00 +09:00 |
|
Dan Balasescu
|
2b9898a835
|
Merge branch 'master' into no-select-on-adding
|
2017-12-14 13:46:16 +09:00 |
|
Dan Balasescu
|
3bdfe3d60e
|
Merge pull request #1693 from Aergwyn/fix-beatmap-object-count
Fix BeatmapInfoWedge not counting Circles/Sliders correctly
|
2017-12-14 12:55:23 +09:00 |
|
smoogipoo
|
65a6946a9a
|
Update framework
|
2017-12-14 12:47:47 +09:00 |
|
smoogipoo
|
345b67ac85
|
Remove unnecessary .Except
|
2017-12-14 12:46:02 +09:00 |
|
Aergwyn
|
d4cd835419
|
correctly count HitObjects for their type
also legacy classes are internal again
|
2017-12-13 16:32:32 +01:00 |
|
Aergwyn
|
1d206f7ec6
|
add visual tests for BeatmapInfoWedge
|
2017-12-12 14:44:12 +01:00 |
|
Aergwyn
|
c6eaaf658e
|
fix BeatmapInfoWedge not counting Circles/Sliders correctly
|
2017-12-12 13:24:18 +01:00 |
|
Aergwyn
|
9fed972678
|
removed unnecessary using
|
2017-12-12 11:15:34 +01:00 |
|