Bartłomiej Dach
|
c479d0efa4
|
Simplify show/hide logic
|
2020-02-02 17:41:42 +01:00 |
|
Bartłomiej Dach
|
72107c27c9
|
Only add newline if necessary
|
2020-02-02 17:39:58 +01:00 |
|
TheWildTree
|
3cc1b811ef
|
Make dates non-italic to match osu-web
|
2020-02-02 17:22:48 +01:00 |
|
TheWildTree
|
d15942d127
|
Revert containers merge and rework bottomLinkContainer visibility logic
|
2020-02-02 17:21:22 +01:00 |
|
TheWildTree
|
1f53778d62
|
Add explanation to comment
|
2020-02-02 16:59:17 +01:00 |
|
Dean Herbert
|
30a5835bdb
|
Combine link flows and simplify new line addition
|
2020-02-02 23:07:53 +09:00 |
|
Tree
|
b03e7f12ff
|
Remove unused directive
|
2020-01-30 22:51:35 +01:00 |
|
TheWildTree
|
c050eed79b
|
Recolour RankGraphTooltip
|
2020-01-30 22:05:06 +01:00 |
|
TheWildTree
|
caf76511a7
|
Remove double negation
|
2020-01-30 21:45:42 +01:00 |
|
TheWildTree
|
c38dc81535
|
Remove unnecessary using
|
2020-01-30 21:39:06 +01:00 |
|
TheWildTree
|
a3877cc29e
|
Recolour RankGraph circle
|
2020-01-30 20:55:44 +01:00 |
|
TheWildTree
|
3970151e31
|
Improve condition check
|
2020-01-30 20:51:33 +01:00 |
|
TheWildTree
|
1751e96840
|
Recolour ProfileHeaderButton
|
2020-01-30 19:45:12 +01:00 |
|
TheWildTree
|
de9a1737a5
|
Recolour LevelProgressBar
|
2020-01-30 18:18:42 +01:00 |
|
TheWildTree
|
754200d843
|
Fix padding when user has no additional info
|
2020-01-30 18:10:40 +01:00 |
|
TheWildTree
|
682d0e6e71
|
Fix typo in variable
|
2020-01-30 17:46:59 +01:00 |
|
Andrei Zavatski
|
ea2f66da1d
|
Simplify OverlayRulesetTabItem.AccentColour
|
2020-01-30 10:34:22 +03:00 |
|
Andrei Zavatski
|
10e8361e7c
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into overlay-ruleset-selector
|
2020-01-30 10:08:39 +03:00 |
|
smoogipoo
|
d7d7ab48d3
|
Cleanup
|
2020-01-30 12:36:38 +09:00 |
|
TheWildTree
|
87521f35ed
|
Recolor buttons
|
2020-01-29 22:25:28 +01:00 |
|
TheWildTree
|
06eded16e2
|
Recolor DetailHeaderContainer
|
2020-01-29 22:10:58 +01:00 |
|
TheWildTree
|
85990cdcdb
|
Recolor MedalHeaderContainer
|
2020-01-29 22:10:48 +01:00 |
|
TheWildTree
|
0f9ab7c980
|
Recolor BottomHeaderContainer
|
2020-01-29 22:10:19 +01:00 |
|
TheWildTree
|
fa0a96c3f5
|
Match web margins
|
2020-01-29 22:05:40 +01:00 |
|
TheWildTree
|
83d5691ba3
|
Match web border height
|
2020-01-29 22:00:37 +01:00 |
|
TheWildTree
|
799a86544f
|
Recolor play time border
|
2020-01-29 21:57:43 +01:00 |
|
TheWildTree
|
088064523b
|
Recolor CentreHeaderContainer
|
2020-01-29 21:55:41 +01:00 |
|
TheWildTree
|
12a49b74bb
|
Recolor TopHeaderContainer
|
2020-01-29 21:48:02 +01:00 |
|
Andrei Zavatski
|
7cd60e3193
|
Make OverlayRulesetSelector use colour provider
|
2020-01-26 17:07:17 +03:00 |
|
Andrei Zavatski
|
11e7c8be3f
|
Use colour schemes for OverlayRulesetSelector
|
2020-01-20 08:34:46 +03:00 |
|
Andrei Zavatski
|
6552097866
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into overlay-ruleset-selector
|
2020-01-20 08:22:30 +03:00 |
|
Revel
|
a86fb2113e
|
fix tooltip capitalization
|
2020-01-14 14:26:54 -05:00 |
|
Andrei Zavatski
|
79a6655e1f
|
Use bindables for colour updates
|
2020-01-03 21:02:56 +03:00 |
|
Andrei Zavatski
|
904b068a15
|
Simplify colour setting for additional elements in OverlayRulesetTabItem
|
2020-01-02 13:18:18 +03:00 |
|
Andrei Zavatski
|
b016238c16
|
Make ProfileRulesetSelector inherit from OverlayRulesetSelector
|
2020-01-01 22:55:28 +03:00 |
|
Dean Herbert
|
2663e5d756
|
Add some more missing LongRunningLoad flags
|
2019-11-29 13:52:23 +09:00 |
|
Dean Herbert
|
b85189f855
|
Merge remote-tracking branch 'upstream/master' into fix-spritetext-usage
|
2019-11-25 11:31:12 +09:00 |
|
Dean Herbert
|
45514ff660
|
Apply fixes
|
2019-11-25 11:30:55 +09:00 |
|
Berkan Diler
|
fccdbffa93
|
Use MathF instead of Math- functions when possible
MathF-functions are faster than the Math-counterpart and it looks cleaner, so use MathF when we cast to float or int anyway.
|
2019-11-25 00:45:42 +01:00 |
|
Berkan Diler
|
6cab517b2d
|
.NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK.
|
2019-11-20 13:37:47 +01:00 |
|
iiSaLMaN
|
a155814bc4
|
Implement instant movement properly
|
2019-09-01 06:07:25 +03:00 |
|
iiSaLMaN
|
7d955839be
|
Instantly move rank graph tooltip
|
2019-09-01 04:22:24 +03:00 |
|
Dean Herbert
|
48716f8f2b
|
Update framework
|
2019-08-21 13:29:50 +09:00 |
|
Dean Herbert
|
132d51a2cc
|
Update tooltip implementation
|
2019-08-16 19:47:35 +09:00 |
|
Dean Herbert
|
8f63887972
|
Make use of existing null check
|
2019-08-15 14:38:49 +09:00 |
|
Dean Herbert
|
9e13a6aeae
|
Fix newlines being considered in user profile content
|
2019-08-15 14:38:04 +09:00 |
|
Dan Balasescu
|
9c43021c28
|
Merge branch 'master' into previous-usernames
|
2019-08-13 14:21:44 +09:00 |
|
smoogipoo
|
8d3f2f7645
|
Drop container from name
|
2019-08-13 14:09:10 +09:00 |
|
smoogipoo
|
5681d1097c
|
Move into components namespace
|
2019-08-13 14:07:40 +09:00 |
|
Andrei Zavatski
|
749a00cc2f
|
Force bindable change
|
2019-08-05 12:49:54 +03:00 |
|
Andrei Zavatski
|
c591cb83eb
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into move-graph-data-to-statistics
|
2019-08-05 12:45:29 +03:00 |
|
Dan Balasescu
|
b9c406f3b2
|
Merge branch 'master' into profile-ruleset-selector-improvements
|
2019-08-05 13:31:23 +09:00 |
|
smoogipoo
|
d839717131
|
Remove unnecessary intermediate method
|
2019-08-05 13:18:29 +09:00 |
|
Andrei Zavatski
|
d693a54c84
|
Move RankHistoryData to User Statistics
|
2019-08-04 14:35:26 +03:00 |
|
Andrei Zavatski
|
3ae5428dad
|
ProfileRulesetSelector improvements
|
2019-08-04 14:15:16 +03:00 |
|
Andrei Zavatski
|
c8acbdb1d9
|
Update the colour
|
2019-08-04 06:15:15 +03:00 |
|
Andrei Zavatski
|
416f9d89db
|
CI fixes
|
2019-08-03 05:49:01 +03:00 |
|
Andrei Zavatski
|
37be4fbf16
|
Use GridContainer for layout
|
2019-08-03 05:34:14 +03:00 |
|
Andrei Zavatski
|
de96e5dfc6
|
Apply suggested changes
|
2019-08-02 07:41:11 +03:00 |
|
Andrei Zavatski
|
5547592768
|
CI fixes
|
2019-08-01 23:04:18 +03:00 |
|
Andrei Zavatski
|
e66a3494b9
|
make the container hidden by default
|
2019-08-01 22:50:01 +03:00 |
|
Andrei Zavatski
|
13fe1732d8
|
adjust height values to avoid random jumps
|
2019-08-01 21:32:04 +03:00 |
|
Andrei Zavatski
|
90c59ab39d
|
implement PreviousUsernamesContainer
|
2019-08-01 21:26:59 +03:00 |
|
Dean Herbert
|
f175f597e7
|
Update follower count API source
|
2019-07-18 14:05:57 +09:00 |
|
Dean Herbert
|
19e8198bff
|
Merge branch 'master' into flow_container_insert
|
2019-07-11 22:53:57 +09:00 |
|
Joehu
|
a1fb41ea66
|
Use FillFlowContainer on flag and country
|
2019-07-02 10:53:52 -07:00 |
|
Joehu
|
d387629e53
|
Fix layout of profile top header to match web
|
2019-07-02 10:52:24 -07:00 |
|
Roman Kapustin
|
0c95dff3d6
|
Make FlowContainer insertion cleaner
|
2019-07-01 18:41:08 +03:00 |
|
Dean Herbert
|
d6c28dc6d7
|
Simplify and fix state management
|
2019-06-27 15:31:47 +09:00 |
|
Dean Herbert
|
25499f74a7
|
Remove redundant font set
|
2019-06-27 15:31:36 +09:00 |
|
smoogipoo
|
b397652af4
|
Remove ability to set arbitrary accent colours
|
2019-06-27 15:02:26 +09:00 |
|
smoogipoo
|
7f5587d894
|
RulesetTabItem -> ProfileRulesetTabItem
|
2019-06-27 14:54:31 +09:00 |
|
smoogipoo
|
803198ff20
|
Gamemode -> Ruleset
|
2019-06-27 14:53:18 +09:00 |
|
Andrei Zavatski
|
2e49b4ffcd
|
Update the component with an abstract RulesetSelector class
|
2019-06-26 18:56:40 +03:00 |
|
Dean Herbert
|
6a541d9a10
|
Merge branch 'master' into user_profile_modes
|
2019-06-25 00:59:51 +09:00 |
|
Dean Herbert
|
540b61da0a
|
Add some spacing between user profile ranks
|
2019-06-21 15:27:19 +09:00 |
|
Dan Balasescu
|
c79c4641f3
|
Merge branch 'master' into use-modelbackeddrawable
|
2019-06-21 14:26:07 +09:00 |
|
KingLuigi4932
|
5f5441c692
|
Add ShowPlaceholderOnNull in updateable flag + do not show placeholders in some overlays
|
2019-06-19 20:17:02 +03:00 |
|
Andrei Zavatski
|
2fb1052a1e
|
Add missing space
|
2019-06-18 21:04:36 +03:00 |
|
Andrei Zavatski
|
03d560ed41
|
Initial implementation
|
2019-06-18 19:13:21 +03:00 |
|
KingLuigi4932
|
d665f1fe4b
|
Seperate drawable and updateable flag from Country + Use UpdateableFlag
|
2019-06-17 20:57:57 +03:00 |
|
KingLuigi4932
|
794ba17a2f
|
Seperate UpdateableRank from DrawableRank and use it
|
2019-06-17 20:04:09 +03:00 |
|
EVAST9919
|
923f9fb6cd
|
Naming adjustments
|
2019-06-07 01:43:26 +03:00 |
|
EVAST9919
|
e9403bf2f7
|
Move GamemodeControl to UserProfileOverlay
|
2019-06-04 19:33:55 +03:00 |
|
EVAST9919
|
8260b61db5
|
Fix CI issues
|
2019-06-04 19:02:09 +03:00 |
|
EVAST9919
|
0c48aec265
|
Split SetDefaultGamemode into two functions
|
2019-06-04 18:37:31 +03:00 |
|
EVAST9919
|
d0d846469a
|
Move GamemodeTabItem to a distinct class
|
2019-06-04 18:14:03 +03:00 |
|
EVAST9919
|
367fdcf519
|
Make GamemodeControl depend on rulesets
|
2019-06-04 18:07:52 +03:00 |
|
EVAST9919
|
a0f7f69f46
|
retrieve user's default playmode
|
2019-06-04 17:51:56 +03:00 |
|
EVAST9919
|
0abb48882c
|
Implement GamemodeControl
|
2019-06-04 16:22:54 +03:00 |
|
EVAST9919
|
69ada11f41
|
use constant value
|
2019-05-24 20:01:47 +03:00 |
|
EVAST9919
|
cda97a61fa
|
Add a bit of smoothness to the rank graph
|
2019-05-24 19:43:53 +03:00 |
|
Dean Herbert
|
7169eb67d2
|
Merge branch 'master' into abstract-profile-header
|
2019-05-21 15:33:47 +09:00 |
|
Dan Balasescu
|
67ac76aae7
|
Merge branch 'master' into move-tooltip-text
|
2019-05-21 15:00:09 +09:00 |
|
Dean Herbert
|
aba945934d
|
Move OverlayHeaderTabControl to correct namespace
|
2019-05-21 13:58:12 +09:00 |
|
Dean Herbert
|
5a9c3ab9fa
|
Move UserProfileOverlay's header into an abstract implementation
|
2019-05-21 13:58:03 +09:00 |
|
Dean Herbert
|
247dad7e86
|
Use OsuColour for profile overlay
|
2019-05-21 13:54:19 +09:00 |
|
Dean Herbert
|
bc962bf8f0
|
Move TooltipText to OsuClickableContainer
|
2019-05-21 13:51:38 +09:00 |
|
Joehu
|
f14690e3b8
|
Swap profile play styles and last visit positions
|
2019-05-12 09:04:11 -07:00 |
|
smoogipoo
|
5128dc32e4
|
Remove unnecessary fillmode
|
2019-05-08 23:13:21 +09:00 |
|
smoogipoo
|
17a9f191cd
|
Fix incorrect texture name usage for some rank icons
|
2019-05-08 23:08:08 +09:00 |
|
smoogipoo
|
13b9b04bb8
|
Apply more cases/fix some existing ones
|
2019-05-07 13:23:09 +09:00 |
|
Dean Herbert
|
0fa0271878
|
Add animation when collapsing or expanding the profile details section
|
2019-05-04 11:03:18 +09:00 |
|
Joehu
|
ac31a9640a
|
Add number sign to centre info rankings
|
2019-05-02 03:47:20 -07:00 |
|
Joehu
|
c6992bd6f9
|
Switch hidden/expanded centre profile header information
|
2019-05-02 03:37:15 -07:00 |
|
jorolf
|
b61807da40
|
Add number sign inside ToString
Co-Authored-By: Joehuu <madamba.joehu@outlook.com>
|
2019-05-01 17:55:30 -07:00 |
|
Joehu
|
6b7397b9cf
|
Check for null instead of not null
|
2019-04-30 22:07:06 -07:00 |
|
Joehu
|
9b2d5727cd
|
Fix wrong check
|
2019-04-30 21:54:25 -07:00 |
|
Joehu
|
1408513ebd
|
Use similar check used on tooltip
|
2019-04-30 21:51:56 -07:00 |
|
Joehu
|
3cd6ccfc3d
|
Add number sign in front of profile rankings
|
2019-04-30 20:47:44 -07:00 |
|
Dean Herbert
|
f9f6e1f04a
|
Clamp values to avoid potentially weird element
|
2019-04-28 20:13:36 +09:00 |
|
Dean Herbert
|
8ab5149336
|
SupporterLevel -> SupportLevel
|
2019-04-28 20:11:36 +09:00 |
|
smoogipoo
|
50a775145c
|
Separate variables
|
2019-04-26 13:56:26 +09:00 |
|
smoogipoo
|
2f4bf423a4
|
Renamespace
|
2019-04-26 13:51:39 +09:00 |
|
smoogipoo
|
7047303b0f
|
Add tooltips to all buttons
|
2019-04-26 13:29:58 +09:00 |
|
smoogipoo
|
4adf590036
|
Combine hover/active state handling in tab control
|
2019-04-26 12:41:00 +09:00 |
|
smoogipoo
|
d5b91c6455
|
Cleanup top header container + user handling
|
2019-04-26 12:32:15 +09:00 |
|
smoogipoo
|
838325fed4
|
Remove HasTooltipContainer, use separate composites
|
2019-04-26 11:58:45 +09:00 |
|
smoogipoo
|
f8c5ee457b
|
Reduce tabcontrol spacing
|
2019-04-25 20:09:42 +09:00 |
|
smoogipoo
|
2caea38f8c
|
Cleanup centre header container
|
2019-04-25 20:05:59 +09:00 |
|
smoogipoo
|
9d5b81165e
|
Adjust button stylings
|
2019-04-25 19:51:05 +09:00 |
|
smoogipoo
|
0eca9b9683
|
Center -> centre
|
2019-04-25 18:43:29 +09:00 |
|
smoogipoo
|
b33c0e9a93
|
Cleanup bottom header container
|
2019-04-25 18:42:19 +09:00 |
|
smoogipoo
|
1766ed8f9e
|
Fix warnings/remove obsolete usages
|
2019-04-25 18:05:46 +09:00 |
|
jorolf
|
ccc804a9b2
|
get everything working again
|
2019-04-04 00:24:42 +02:00 |
|
jorolf
|
5bc6042309
|
Merge branch 'master' of git://github.com/ppy/osu into profile-header-update
|
2019-04-03 22:59:27 +02:00 |
|
Dean Herbert
|
f1952c0816
|
Update font awesome usage
|
2019-04-02 19:55:24 +09:00 |
|
Dean Herbert
|
de80fc0eac
|
Update icon usage to match framework changes
|
2019-03-27 19:29:27 +09:00 |
|
jorolf
|
2525f5bcb7
|
Apply most suggestions
|
2019-03-09 23:58:14 +01:00 |
|
smoogipoo
|
e3d463a141
|
Formatting fixes
|
2019-03-06 19:26:48 +09:00 |
|
smoogipoo
|
3c999d64d4
|
Fix post-merge errors
|
2019-03-06 16:09:21 +09:00 |
|
smoogipoo
|
ee1f9d4981
|
Merge remote-tracking branch 'origin/master' into profile-header-update
# Conflicts:
# osu-resources
# osu.Game/Overlays/Profile/Components/GradeBadge.cs
# osu.Game/Overlays/Profile/Header/BadgeContainer.cs
# osu.Game/Overlays/Profile/Header/RankGraph.cs
# osu.Game/Overlays/Profile/Header/SupporterIcon.cs
# osu.Game/Overlays/Profile/ProfileHeader.cs
|
2019-03-06 15:53:30 +09:00 |
|
Dean Herbert
|
26d53d06a9
|
Fix remaining issues
|
2019-02-28 13:31:40 +09:00 |
|
Dean Herbert
|
3015d40f8f
|
Merge branch 'master' into osu-fontusage
|
2019-02-22 18:09:23 +09:00 |
|
smoogipoo
|
d8c55bc729
|
Adjust namespaces
|
2019-02-21 19:05:52 +09:00 |
|
smoogipoo
|
bca347427f
|
Update with framework bindable changes
|
2019-02-21 18:56:34 +09:00 |
|
smoogipoo
|
dbfa95b9e7
|
Made medium the default font weight
|
2019-02-20 16:52:36 +09:00 |
|
smoogipoo
|
a2aa3ec5cb
|
Adjust sprite texts in-line with framework changes
|
2019-02-20 15:03:20 +09:00 |
|
jorolf
|
648ed0e467
|
update license headers
|
2019-01-27 23:45:00 +01:00 |
|
jorolf
|
54d8e4043f
|
Merge branch 'master' of git://github.com/ppy/osu into profile-header-update
|
2019-01-27 23:32:48 +01:00 |
|
Dean Herbert
|
8617aaa2a7
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
|
jorolf
|
14d2ed7085
|
fix codefactor issue that I didn't notice and has been there for 12 days
|
2019-01-22 19:50:42 +01:00 |
|
jorolf
|
6ba7e2b670
|
split the profile header into several components
|
2019-01-11 01:12:19 +01:00 |
|
jorolf
|
e05fbd4136
|
address some comments and improve ui
|
2018-12-25 01:09:49 +01:00 |
|
jorolf
|
360c17e2c7
|
appease CodeFactor and AppVeyor
|
2018-12-22 22:50:19 +01:00 |
|
jorolf
|
da99161736
|
add some missing stuff
|
2018-12-22 22:34:39 +01:00 |
|
jorolf
|
2fe80d5568
|
Update ProfileHeader to the new design
|
2018-12-22 21:50:25 +01:00 |
|
jorolf
|
b4fa2d9049
|
WIP
|
2018-12-22 16:51:24 +01:00 |
|
smoogipoo
|
f27bd3ef3e
|
OpenTK -> osuTK
|
2018-11-20 17:14:59 +09:00 |
|
Paul Teng
|
7720fa10eb
|
Reduce height of RankChartLineGraph
|
2018-10-17 20:19:01 -04:00 |
|