Commit Graph

25701 Commits

Author SHA1 Message Date
1553444001 Fix channel tab keyboard shortcut
Filter out the selector tab item at the point of enumerating tabs to fix
the regression of the Alt+number key shortcut.
2020-01-30 21:44:53 +01:00
fcd05b5a3c Add failing test 2020-01-30 21:31:25 +01:00
40a4435792 Fix chat test intermittently failing
Was throwing exception instead of returning false due to LINQ Single() call.
2020-01-31 00:33:24 +09:00
8193991445 Merge pull request #7675 from smoogipoo/fix-possible-chat-crash
Fix possible crash when searching with no channel topic
2020-01-30 18:22:23 +09:00
947ee7a055 Merge pull request #7676 from peppy/fix-replay-initial-frames
Fix negative replay frames being played back incorrectly
2020-01-30 17:18:36 +09:00
3fe84e0ddf Merge branch 'master' into fix-replay-initial-frames 2020-01-30 16:56:37 +09:00
d03723303d Fix typo in comment 2020-01-30 16:29:15 +09:00
dfd0b1b88c Merge pull request #7663 from peppy/fix-import-different-ruleset
Fix presenting a beatmap from a different ruleset not working
2020-01-30 15:36:25 +09:00
7b403fd57a Merge pull request #7673 from peppy/catch-relax-input-allowance
Fix osu!catch not handling all vertical space
2020-01-30 15:35:49 +09:00
3604730027 Merge branch 'master' into fix-replay-initial-frames 2020-01-30 15:16:24 +09:00
b57421247f Merge branch 'master' into catch-relax-input-allowance 2020-01-30 15:16:16 +09:00
09f6c57b0f Merge branch 'master' into fix-import-different-ruleset 2020-01-30 15:08:25 +09:00
2fb640f57f Change to until step + fix CI error 2020-01-30 15:00:39 +09:00
7b4a658264 Fix negative replay frames being played back incorrectly 2020-01-30 14:54:57 +09:00
fb51ffc169 Merge pull request #7667 from peppy/editor-match-accessibility
Fix editor being accessible for multiplayer song select
2020-01-30 14:38:30 +09:00
ce36e5458f Fix possible crash with no channel topic 2020-01-30 14:35:03 +09:00
33d964994c Merge pull request #7671 from peppy/rename-deleted-count
Rename and tidy up DeletedCommentsCounter
2020-01-30 14:20:38 +09:00
c18b1b302c Merge branch 'master' into editor-match-accessibility 2020-01-30 13:49:56 +09:00
3d814e7714 Merge branch 'master' into rename-deleted-count 2020-01-30 13:49:54 +09:00
2beb10b860 Merge pull request #7670 from TheWildTree/recolor-profile-sections
Bring UserProfileOverlay colour scheme in line with web
2020-01-30 13:48:33 +09:00
1239dd93dc Merge branch 'master' into recolor-profile-sections 2020-01-30 13:30:35 +09:00
d8ce1fd86c Fix osu!catch not handling all vertical space 2020-01-30 13:23:39 +09:00
4ca3f216b8 Fix test scene 2020-01-30 13:11:35 +09:00
17978035ea Fix uncaught inconsistent naming 2020-01-30 12:50:15 +09:00
da2c245083 Change to pink colour scheme 2020-01-30 12:36:47 +09:00
d7d7ab48d3 Cleanup 2020-01-30 12:36:38 +09:00
c158570249 Fix typo in comment
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-01-30 11:31:34 +09:00
b107026d50 Merge pull request #7389 from vruss/mod_content_centering
Fix footer button content not correctly being centered
2020-01-30 11:17:45 +09:00
ebdb425c50 Rename and tidy up DeletedCommentsCounter 2020-01-30 11:17:26 +09:00
f72de235cc Remove unnecessary length specifications 2020-01-30 11:00:14 +09:00
37ecf8a060 Remove commented line 2020-01-30 10:50:48 +09:00
bea20efb64 Merge branch 'master' into mod_content_centering 2020-01-30 10:34:46 +09:00
ef92c26c17 Recolor ProfileSection 2020-01-29 22:26:21 +01:00
f7c38da030 Match web border height 2020-01-29 22:25:56 +01:00
87521f35ed Recolor buttons 2020-01-29 22:25:28 +01:00
06eded16e2 Recolor DetailHeaderContainer 2020-01-29 22:10:58 +01:00
85990cdcdb Recolor MedalHeaderContainer 2020-01-29 22:10:48 +01:00
0f9ab7c980 Recolor BottomHeaderContainer 2020-01-29 22:10:19 +01:00
fa0a96c3f5 Match web margins 2020-01-29 22:05:40 +01:00
83d5691ba3 Match web border height 2020-01-29 22:00:37 +01:00
799a86544f Recolor play time border 2020-01-29 21:57:43 +01:00
088064523b Recolor CentreHeaderContainer 2020-01-29 21:55:41 +01:00
12a49b74bb Recolor TopHeaderContainer 2020-01-29 21:48:02 +01:00
c091b31fe8 Recolor basic background boxes 2020-01-29 21:37:51 +01:00
0ce18256e0 Recolor ProfileTabControl 2020-01-29 21:35:17 +01:00
65f71b8c12 Make colourProvider accessable from derived classes 2020-01-29 21:23:19 +01:00
f130e48c9e Remove leftover negative margin 2020-01-29 19:17:07 +01:00
c9dda78ded Refactor drawable hierarchy to center properly
* Use FillFlowContainer.Spacing instead of manually applying margins.
* Use Update() for calculating button padding to preserve it after
  mod button expansion and adjust FooterButtonRandom to use this method
  while avoiding flickering.
* Expose mod display margin to clear it in the footer button.
2020-01-29 18:59:51 +01:00
da6952407e Allow null DI 2020-01-29 23:01:57 +09:00
13eb32fea2 Fix editor being accessible for multiplayer song select 2020-01-29 22:20:34 +09:00