Commit Graph

317 Commits

Author SHA1 Message Date
d9c91fb943 Merge branch 'master' of https://github.com/ppy/osu into no-video-option
 Conflicts:
	osu.Game/Overlays/Direct/PanelDownloadButton.cs
2020-04-13 17:40:28 +03:00
13812fef4c Replace BindTo with setting the bindable 2020-04-13 17:28:02 +03:00
142cddfb10 Rename CurrentBeatmap to SelectedBeatmap 2020-04-13 15:13:35 +09:00
633b969017 Apply review suggestions 2020-04-12 21:57:35 +03:00
3b9e0fa67d Use readonly IBindable 2020-04-12 19:42:28 +03:00
ecd25e567d Present selected difficulty 2020-04-12 16:00:05 +03:00
df76636ffc Implement "prefer no video" option 2020-04-11 14:08:16 +03:00
ed837d3115 Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
92f6f0207c Rename LoadingAnimation to LoadingSpinner 2020-02-21 15:33:31 +09:00
1442f5e0db Use DirectSortCriteria for BeatmapListingSortTabControl 2020-02-19 17:30:26 +03:00
7c9569c9a3 Merge branch 'master' into remove-duplicated-load 2020-02-15 12:10:34 +07:00
c753cb46c5 Use [Resolved] wherever possible 2020-02-14 20:14:00 +07:00
3a0b2508d4 Fix possible nullrefs 2020-02-14 15:01:34 +09:00
045d1f9c5b Disallow seeking on osu!direct download progress bars 2020-02-13 13:36:53 +09:00
a86fb2113e fix tooltip capitalization 2020-01-14 14:26:54 -05:00
0eccfc79cc Remove unused field 2019-12-30 11:51:33 +09:00
bcf7156882 Add context menu on direct panels 2019-12-29 11:19:46 -08:00
ccc8aa6fa4 Apply brace style. 2019-11-11 20:13:13 +08:00
312e12e3b4 Add spacing to difficulty icons on direct panels (#5957)
Add spacing to difficulty icons on direct panels
2019-09-03 18:44:58 +09:00
ce446826e8 Match web's max diff icon number 2019-09-02 11:00:12 -07:00
5d3f3b7cc2 Add spacing to diff icons on direct panels 2019-09-02 10:59:43 -07:00
6ca17bdfd5 Center icon and text using anchor and origin instead of margin 2019-09-02 10:42:21 -07:00
841da7d691 Fix potential null reference on DirectPanel unbind 2019-09-02 17:12:32 +09:00
2e21fbcf6a Fix incorrect colour usage 2019-08-25 11:44:56 +09:00
008e39b738 Remove redundant using directive 2019-08-24 01:40:40 +03:00
8ccbe84f67 Loop on distinct rulesets of beatmap instead of all 2019-08-24 01:30:33 +03:00
63e6aca61b Add logic to create grouped difficulty icons in direct panel 2019-08-23 23:40:41 +03:00
0082695cd8 Choose default category sorting instead of being always first 2019-08-02 13:22:58 -07:00
883c090248 Fix disabled state potentially not being set 2019-07-17 20:02:20 +09:00
cca472d412 Fix direct ruleset selector binding in ctor 2019-07-17 19:19:45 +09:00
cfac90b228 Use ConstrainedIconContainer instead of SpriteIcon 2019-07-03 14:34:24 +03:00
d6740d9688 Merge remote-tracking branch 'refs/remotes/ppy/master' into direct-ruleset-selector 2019-07-03 14:19:41 +03:00
d22a1229cb Remove unnecessary disposal 2019-07-03 12:06:20 +09:00
23acddcb56 Rename download buttons to avoid ambiguity 2019-07-03 12:02:35 +09:00
1ff6a9d085 Remove unused using 2019-07-02 16:25:40 +05:30
eaa19d5a49 Remove unused/unnecessary fields 2019-07-02 16:13:47 +05:30
082fa0d808 simplify updateState logic 2019-07-02 13:35:02 +03:00
ee516d2515 Make direct panel download and replay buttons share UI 2019-07-02 15:55:30 +05:30
2971bd8cbc Add disable trigger to a testcase 2019-07-02 13:22:38 +03:00
08dfe413c1 Refactor Ruleset Selector in Direct 2019-07-02 13:07:36 +03:00
9e2e393ab7 DownloadAllowed -> DownloadEnabled 2019-06-27 13:38:21 +09:00
c1277b5db2 Test the download button directly for safety 2019-06-27 13:35:14 +09:00
cd6f452bfa Remove weird download button exposure 2019-06-27 12:22:38 +09:00
d6da21b0f0 Tidy up fetch methods
Anonymise some test data further
2019-06-27 12:00:31 +09:00
375a6f406d Merge remote-tracking branch 'upstream/master' into not-available-to-download 2019-06-27 11:44:41 +09:00
9ada4d68b1 Make fields protected and expose them in tests 2019-06-26 22:42:34 +03:00
768d6c2fb3 ModelInfo -> Model 2019-06-27 00:29:09 +09:00
bd842f2a8c Update tooltip text 2019-06-21 16:38:16 +03:00
a069a3029e Make DownloadButton accessible by DirectPanel 2019-06-12 18:07:57 +03:00
ba6546038c Make ModelInfo and abstract class constructor protected
- Implementing classes would be better off exposing it if necessary under a different name
2019-06-12 00:55:43 +05:30