Dean Herbert
|
7b006f1f22
|
Add flash when a new notification is displayed to draw attention
|
2022-08-30 20:34:27 +09:00 |
|
Dean Herbert
|
60413e3e7b
|
Enable masking for main content to avoid underlap with close button on word wrap failure.
|
2022-08-30 19:17:41 +09:00 |
|
Dean Herbert
|
6b71b4656d
|
Remove ProgressNotification vertical movement and delay
|
2022-08-30 19:16:59 +09:00 |
|
Dean Herbert
|
c846bf20a7
|
Add background hover and adjust remaining metrics
|
2022-08-30 18:06:48 +09:00 |
|
Dean Herbert
|
bea12ab3c2
|
Rename NotificationContent to MainContent
|
2022-08-30 18:06:48 +09:00 |
|
Dean Herbert
|
09aa3e065d
|
Move colouring to full icon content rather than background
|
2022-08-30 18:06:48 +09:00 |
|
Dean Herbert
|
0f203531d9
|
Allow customising the "close" button icon
|
2022-08-30 18:06:48 +09:00 |
|
Dean Herbert
|
1484ae19f0
|
Initial design update pass
|
2022-08-30 18:06:48 +09:00 |
|
Dean Herbert
|
b8fda1a16f
|
Apply NRT to notification classes
and tidy things up a bit.
|
2022-08-30 15:57:10 +09:00 |
|
Dean Herbert
|
31a447fda0
|
Update parameter discards
|
2022-06-24 21:26:19 +09:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Joseph Madamba
|
5e5c8e78a6
|
Use existing web localisation for most hardcoded strings
|
2022-04-20 16:31:11 -07:00 |
|
Dean Herbert
|
cdef67ccd0
|
Log posted notifications
To help with test failures and the likes.
|
2022-01-25 23:38:48 +09:00 |
|
Joseph Madamba
|
98524d60a4
|
Fix clear identifier typos
|
2021-12-27 20:26:28 -08:00 |
|
Bartłomiej Dach
|
a1b55d6490
|
Add failing test case
|
2021-11-09 13:34:36 +01:00 |
|
Bartłomiej Dach
|
11de924704
|
Use LocalisableString s where possible to leverage localisable text flow
|
2021-11-02 21:42:02 +01:00 |
|
Dean Herbert
|
1e1f8c472a
|
Add icons to various progress notification states
|
2021-10-28 16:34:12 +09:00 |
|
Dean Herbert
|
06249c4ab2
|
Fix incorrect usages of Scheduler.AddOnce
|
2021-10-14 17:52:19 +09:00 |
|
Dean Herbert
|
473e15e8f3
|
Add debounce to notification sample playback logic
|
2021-09-05 13:22:37 +09:00 |
|
Dean Herbert
|
3e65dfb9e7
|
Reduce allocation overhead when notification overlay has visible notifications
|
2021-02-26 17:11:47 +09:00 |
|
Dean Herbert
|
1fd76ea3fb
|
Apply changes to UI components overriding functions with changing signatures
|
2021-02-22 19:01:42 +09:00 |
|
smoogipoo
|
d3f0c0730d
|
Merge branch 'master' into non-concurrent-sample-playback
|
2021-02-12 17:22:15 +09:00 |
|
Dean Herbert
|
896f318b56
|
Rename variable for clarity
|
2021-02-11 14:18:40 +09:00 |
|
Dean Herbert
|
72562070bc
|
Remove second overload of Close (makes the call structure hard to follow / invoke correctly)
|
2021-02-11 14:18:00 +09:00 |
|
Jamie Taylor
|
2ee634d173
|
Create subclass for "Error" notifications to allow them to have a unique pop-in sound
|
2021-02-11 13:55:43 +09:00 |
|
Jamie Taylor
|
a1ae739a62
|
Add support for Notification sounds
|
2021-02-11 13:51:54 +09:00 |
|
alex
|
0e2ccac33b
|
Add spaces to comments
|
2020-05-04 18:36:24 -07:00 |
|
Joehu
|
f7ea20a926
|
Limit font weight to bold
|
2020-03-16 16:32:25 -07:00 |
|
Roman Kapustin
|
7bdf737956
|
Make notification insertion cleaner
|
2019-07-01 18:41:40 +03:00 |
|
Dean Herbert
|
abd0c2bb1a
|
Move NotificationSection strings to constructor (#5078)
Move NotificationSection strings to constructor
|
2019-06-21 20:47:31 +09:00 |
|
Dean Herbert
|
9a663715cd
|
Make get methods of ProgressNotification return correct values immediately
Previously they were only updated after the resultant schedule ran. This would not bode well when the overlay containing them is not present.
|
2019-06-20 19:05:33 +09:00 |
|
Dean Herbert
|
6bc2cf85d1
|
Move NotificationSection strings to constructor
|
2019-06-20 17:41:12 +09:00 |
|
smoogipoo
|
f090e292c9
|
Move ArchiveModelManager import process to async flow
|
2019-06-10 13:42:22 +09:00 |
|
smoogipoo
|
d7c09e7dbd
|
Merge remote-tracking branch 'origin/master' into fix-new-inspections
# Conflicts:
# osu.Game.Rulesets.Catch/Judgements/CatchDropletJudgement.cs
# osu.Game.Rulesets.Catch/Judgements/CatchJudgement.cs
# osu.Game.Rulesets.Mania/Scoring/ManiaScoreProcessor.cs
# osu.Game.Rulesets.Osu/Replays/OsuAutoGenerator.cs
# osu.Game.Rulesets.Osu/UI/Cursor/CursorTrail.cs
# osu.Game.Tests/Visual/SongSelect/TestCaseBeatmapScoresContainer.cs
# osu.Game/Graphics/OsuFont.cs
# osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs
# osu.Game/Overlays/Profile/Header/BadgeContainer.cs
# osu.Game/Overlays/Profile/ProfileHeader.cs
# osu.Game/Screens/Select/PlaySongSelect.cs
# osu.Game/Skinning/LegacySkinDecoder.cs
|
2019-05-07 13:20:17 +09:00 |
|
smoogipoo
|
772bef91fa
|
Merge remote-tracking branch 'Joehuu/master' into drawnode-composability
# Conflicts:
# osu.Game.Rulesets.Osu/UI/Cursor/OsuCursorContainer.cs
|
2019-04-08 23:01:12 +09:00 |
|
Dean Herbert
|
f1952c0816
|
Update font awesome usage
|
2019-04-02 19:55:24 +09:00 |
|
smoogipoo
|
a56e29347f
|
Adjust namespaces
|
2019-04-02 14:51:28 +09:00 |
|
Dean Herbert
|
c39c37a18d
|
Apply more missed cases
|
2019-04-01 12:44:46 +09:00 |
|
Dean Herbert
|
de80fc0eac
|
Update icon usage to match framework changes
|
2019-03-27 19:29:27 +09:00 |
|
Dean Herbert
|
0788a7e9f1
|
Merge branch 'master' into more-inspections
|
2019-02-28 14:32:57 +09:00 |
|
Dean Herbert
|
42be7857d1
|
Use expression body for property get/set where possible
|
2019-02-28 13:58:19 +09:00 |
|
Dean Herbert
|
26d53d06a9
|
Fix remaining issues
|
2019-02-28 13:31:40 +09:00 |
|
smoogipoo
|
062196c7da
|
Cleanup
|
2019-02-20 20:52:56 +09:00 |
|
smoogipoo
|
4db5531e4b
|
Replace copy-constructor/method with extension method
|
2019-02-20 19:32:30 +09:00 |
|
smoogipoo
|
a2aa3ec5cb
|
Adjust sprite texts in-line with framework changes
|
2019-02-20 15:03:20 +09:00 |
|
Dean Herbert
|
8617aaa2a7
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
|
smoogipoo
|
f27bd3ef3e
|
OpenTK -> osuTK
|
2018-11-20 17:14:59 +09:00 |
|
ekrctb
|
99fc04c8af
|
Change signature to new event handler
|
2018-10-02 12:02:47 +09:00 |
|
Dean Herbert
|
2c0ba401d5
|
Add ability to click on imported complete notification to present last import
|
2018-09-07 16:30:11 +09:00 |
|
Dean Herbert
|
5364a6148a
|
Use ToUpperInvariant
|
2018-07-24 14:42:06 +02:00 |
|