Commit Graph

4898 Commits

Author SHA1 Message Date
f7ea20a926 Limit font weight to bold 2020-03-16 16:32:25 -07:00
0245bab7c6 Merge branch 'master' into user-cards-update 2020-03-16 14:27:21 +09:00
12293bea1d Merge branch 'master' into fix-chat-tabs 2020-03-16 09:57:01 +09:00
acd280c855 Add System channel type and use it for the ChannelSelectorTab 2020-03-15 22:13:26 +01:00
62ce503126 Fix changelog alignment and italics usage 2020-03-15 00:36:21 +09:00
8991e88039 Fix active tab closing behaviour 2020-03-13 18:34:51 +01:00
097bd37e37 Fix SelectorTab crashing tests after a reload
For some reason, the default channel type (Public) caused the channel manager to attempt to connect to an API, which was null at that time, after hot reloading the test environment (via dynamic compilation). Changing the channel type seems to fix that.
2020-03-13 18:34:51 +01:00
288470c313 Remove exo specification completely 2020-03-13 13:43:48 +09:00
fd21e87670 Disable adjusting volume via "select next" and "select previous" as fallbacks 2020-03-12 11:28:45 +09:00
d3c0deb381 Merge branch 'master' into friends-update-streams 2020-03-11 14:09:27 +09:00
ed837d3115 Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
53e083f329 Merge branch 'master' into show-loved-pp 2020-03-11 01:08:13 +09:00
c1ac800473 Merge pull request #8186 from Joehuu/fix-textbox-backspace-animation
Fix textbox characters not animating when typing/backspacing
2020-03-09 14:03:33 +09:00
3903423a37 Fix textbox characters not animating when typing/backspacing 2020-03-08 19:43:53 -07:00
66f40f7f6e Merge remote-tracking branch 'refs/remotes/ppy/master' into user-cards-update 2020-03-07 04:01:36 +03:00
5b0846cb69 Handle hover explicitly 2020-03-05 23:15:53 +01:00
bd1dbea6f4 Centralise background colour updates 2020-03-05 23:10:14 +01:00
f5e6f92ac6 Merge branch 'master' into adjust-most-played 2020-03-05 22:37:09 +01:00
e78c238ecd Merge pull request #8131 from recapitalverb/fix-searchable-list-padding
Fix searchable list padding
2020-03-05 12:23:33 +09:00
997be65be2 Improve colouring logic 2020-03-04 21:19:26 +01:00
bd03dd9b70 Adjust class naming 2020-03-04 23:08:58 +03:00
63219a2357 Adjust properties naming 2020-03-04 23:06:16 +03:00
55a0586b13 Move exception handling below all the cases 2020-03-04 23:03:02 +03:00
8849f25069 Merge remote-tracking branch 'refs/remotes/ppy/master' into friends-update-streams 2020-03-04 22:59:56 +03:00
5628c5102d Remove old scores before adding new ones 2020-03-04 20:01:15 +01:00
9aacc3f5ae Replace Scores property with DisplayScores method
Also adds null checks to prevent crashes in tests.
2020-03-04 19:24:52 +01:00
6631b07442 Refactor to replace existing panels 2020-03-04 14:58:15 +03:00
a1dc595006 Change scroll container padding 2020-03-04 15:46:35 +07:00
184d10a75a Revert "Reduce social overlay/direct overlay paddings"
This reverts commit cb11292181.
2020-03-04 15:45:22 +07:00
eaa77bce14 Use ToString().ToLowerInvariant()
* https://github.com/ppy/osu/pull/8128#issuecomment-594360083
2020-03-04 16:43:35 +08:00
fbd0dfd71b add blank lines 2020-03-04 14:55:51 +08:00
416b9e4e6f fix beatmap status display 2020-03-04 14:28:18 +08:00
e2ed13b392 Trim whitespace 2020-03-04 00:40:10 +03:00
6fca3e5a46 Remove functions with get-only properties 2020-03-04 00:39:12 +03:00
17f2baf600 Remove GetWidth function 2020-03-04 00:35:32 +03:00
4d5445b5dc Rename Amount to Count 2020-03-04 00:31:06 +03:00
c22f61b2b1 Move colour selection to the FriendsOnlineStatusItem 2020-03-04 00:28:47 +03:00
83dad93b6d Make Populate() accept list of users 2020-03-03 18:08:51 +03:00
160d64eecf FriendsOnlineStatusControl basic implementation 2020-03-03 17:37:01 +03:00
c0f7a83f6f Fix featured stream item width 2020-03-03 17:10:25 +03:00
937d9da43b Implement OverlayUpdateStreamControl component 2020-03-03 17:01:58 +03:00
8dcdd6db6f Rename UpdateStream components to ChangelogUpdateStream 2020-03-03 16:20:36 +03:00
740eb9ff53 Merge pull request #8090 from peppy/fix-volume-bninding-handling
Add SelectPrevious and SelectNext bindings / Change volume bindings to be truly global
2020-03-03 18:58:49 +09:00
e77cefeabe Merge branch 'master' into fix-volume-bninding-handling 2020-03-03 16:32:18 +09:00
cb11292181 Reduce social overlay/direct overlay paddings 2020-03-03 16:06:31 +09:00
69b4713731 Refactor everything so I can read the code 2020-03-02 20:16:58 +09:00
23068034b1 Rename bool and make property for legibility 2020-03-02 19:51:06 +09:00
81191a3d20 Handle SelectPrevious/SelectNext locally to volume meter when hovered 2020-03-02 18:59:55 +09:00
e608d807f4 Handle SelectPrevious / SelectNext as volume change operations if nothing else handled game-wide 2020-03-02 18:59:38 +09:00
4d19278df4 Remove using directive 2020-02-29 15:43:48 +01:00