Commit Graph

291 Commits

Author SHA1 Message Date
bcaf12e3d9 Rename Criteria -> CreateCriteria and make into method. 2017-03-18 02:11:14 +09:00
3e3cde01ef Fix missing permitNulls. 2017-03-17 21:21:16 +09:00
0a03bdc428 Add missing license header. 2017-03-17 20:44:02 +09:00
c7fa79b027 Fix nullref. 2017-03-17 20:09:23 +09:00
907236e475 Move filtering to BeatmapCarousel (but actual logic is now in FilterCriteria. 2017-03-17 19:54:51 +09:00
4b97304603 CarouselContainer -> BeatmapCarousel. 2017-03-17 19:12:54 +09:00
dc28f8c79e Remove all external access to BeatmapGroup. 2017-03-17 19:12:15 +09:00
9c664e5b05 Reorganise song select methods to allow for more flexibility. 2017-03-17 11:52:54 +09:00
e78bcf8739 Update TabControl in line with framework changes. 2017-03-17 00:39:40 +09:00
60fc782e93 Merge branch 'master' into beatmap_timinginfo 2017-03-16 23:08:24 +09:00
110bdbd0c1 Make everything share DropDown implementations again. Remove unnecessary files. 2017-03-16 21:17:14 +09:00
ab8a5afdb9 AlwaysReceiveInput and InternalContains. 2017-03-16 17:38:36 +09:00
5137338c7c Replace List<ControlPoint> with TimingInfo in Beatmap. 2017-03-16 17:11:24 +09:00
e17f728282 Fix CI. 2017-03-16 17:04:03 +09:00
1a7c2eda5e Size FilterControl relatively now that we can. 2017-03-16 17:01:02 +09:00
bd5493fb25 Add back correct defaults. 2017-03-16 16:44:14 +09:00
334e389518 Tidy up OsuTabControl and FilterControl. 2017-03-16 16:35:44 +09:00
4bedd4d2d7 Block input behind FilterControl. 2017-03-16 14:33:31 +09:00
da6b98db10 fixup! Filter doesn't need to be public, nor have a property. 2017-03-16 14:23:48 +09:00
269c1a5e5c Reword some comments. 2017-03-16 14:08:37 +09:00
352de22590 Filter doesn't need to be public, nor have a property. 2017-03-16 14:08:29 +09:00
4d84bf7350 Change difficulty sort to be based on MaxStarDifficulty. 2017-03-16 13:59:23 +09:00
01cca1a4d2 Refactor color handling
colour*
2017-03-15 20:52:31 -04:00
db5a1e241a Don't crash on unimplemented sorts 2017-03-15 20:18:20 -04:00
3aecbf5739 Rearrange things somewhat 2017-03-15 20:15:40 -04:00
cac6c42aac Merge remote-tracking branch 'upstream/master' into tab-control 2017-03-15 20:15:28 -04:00
a3906820ec Merge branch 'master' into beatmap_parsing 2017-03-15 19:29:45 +09:00
4353c9dc3d Fixed Warnings 2017-03-14 20:42:02 -07:00
18afd8eabe Fixed license headers 2017-03-14 20:30:42 -07:00
20e2e7a8c8 Sort on SortTabs ValueChanged 2017-03-14 20:19:41 -07:00
755fb260db Updated TabControl Usage 2017-03-14 19:52:21 -07:00
ee3d3b682f Updated usage for DropDownHeader of FilterTabControl 2017-03-14 19:49:40 -07:00
40bcc63a90 Added and styled FilterTabControls 2017-03-14 19:49:40 -07:00
2629f78afc Add FilterControl and FilterTabControl 2017-03-14 19:49:40 -07:00
37ff1f3971 Control footer by virtual property. 2017-03-15 10:10:59 +08:00
8c991eae01 Fix CI issues. 2017-03-14 22:27:24 +08:00
a8d15e616b Remove parameter of OnSelected. 2017-03-14 22:22:23 +08:00
b2dd9afcf3 Update editor workflow and make edit button works. 2017-03-14 22:18:40 +08:00
f068f7c4bd No footer in EditSongSelect. 2017-03-14 21:51:26 +08:00
f97e8ae97f Fix typo and warnings. 2017-03-14 21:20:38 +08:00
c939897a8a Revert "Auto assign hotkeys for BeatmapOptionsButton."
This reverts commit beb0a8ff03.
2017-03-14 21:13:57 +08:00
beb0a8ff03 Auto assign hotkeys for BeatmapOptionsButton. 2017-03-14 20:50:43 +08:00
35a60a8f7d Use depth to arrange buttons. 2017-03-14 20:19:05 +08:00
618e8e822b Implement EditSongSelect and MatchSongSelect. 2017-03-14 19:53:20 +08:00
3871a350f8 Move BeatmapOptions buttons to derived class and simplify. 2017-03-14 19:38:21 +08:00
72e1612f32 Null-safety in the case where there are no HitObjects. 2017-03-14 19:44:14 +09:00
c4e5eac35b Move footer stuff to derived. 2017-03-14 18:38:06 +08:00
9a4247f67e Make Footer handles hotkey. 2017-03-14 18:16:04 +08:00
c3a0549cdd Move player specific stuff to derived PlaySongSelect. 2017-03-14 16:58:34 +08:00
fae6afa9e3 Create basic SongSelect class. 2017-03-14 16:44:35 +08:00