|
9e3228aa65
|
Fix completion notification not being posted if completion occurs during NotificationOverlay load
|
2022-09-06 04:07:49 +09:00 |
|
|
f754686521
|
Remove necessity of AlwaysPresent for ProgressUpdate completion posting
|
2022-09-05 19:13:58 +09:00 |
|
|
4fa6707bf0
|
Set all progress notifications to non-important
|
2022-09-05 18:29:35 +09:00 |
|
|
afe2862df4
|
Merge branch 'master' into toast-notification-tray
|
2022-08-31 16:07:11 +09:00 |
|
|
8b9ccc66b7
|
Update ProgressNotification font spec to match other notifications
|
2022-08-31 12:49:28 +09:00 |
|
|
85442fe032
|
Adjust dismiss button background colour to avoid conflict with background
|
2022-08-31 12:48:30 +09:00 |
|
|
7b006f1f22
|
Add flash when a new notification is displayed to draw attention
|
2022-08-30 20:34:27 +09:00 |
|
|
60413e3e7b
|
Enable masking for main content to avoid underlap with close button on word wrap failure.
|
2022-08-30 19:17:41 +09:00 |
|
|
6b71b4656d
|
Remove ProgressNotification vertical movement and delay
|
2022-08-30 19:16:59 +09:00 |
|
|
c846bf20a7
|
Add background hover and adjust remaining metrics
|
2022-08-30 18:06:48 +09:00 |
|
|
bea12ab3c2
|
Rename NotificationContent to MainContent
|
2022-08-30 18:06:48 +09:00 |
|
|
09aa3e065d
|
Move colouring to full icon content rather than background
|
2022-08-30 18:06:48 +09:00 |
|
|
0f203531d9
|
Allow customising the "close" button icon
|
2022-08-30 18:06:48 +09:00 |
|
|
1484ae19f0
|
Initial design update pass
|
2022-08-30 18:06:48 +09:00 |
|
|
b8fda1a16f
|
Apply NRT to notification classes
and tidy things up a bit.
|
2022-08-30 15:57:10 +09:00 |
|
|
31a447fda0
|
Update parameter discards
|
2022-06-24 21:26:19 +09:00 |
|
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
|
5e5c8e78a6
|
Use existing web localisation for most hardcoded strings
|
2022-04-20 16:31:11 -07:00 |
|
|
cdef67ccd0
|
Log posted notifications
To help with test failures and the likes.
|
2022-01-25 23:38:48 +09:00 |
|
|
98524d60a4
|
Fix clear identifier typos
|
2021-12-27 20:26:28 -08:00 |
|
|
a1b55d6490
|
Add failing test case
|
2021-11-09 13:34:36 +01:00 |
|
|
11de924704
|
Use LocalisableString s where possible to leverage localisable text flow
|
2021-11-02 21:42:02 +01:00 |
|
|
1e1f8c472a
|
Add icons to various progress notification states
|
2021-10-28 16:34:12 +09:00 |
|
|
06249c4ab2
|
Fix incorrect usages of Scheduler.AddOnce
|
2021-10-14 17:52:19 +09:00 |
|
|
473e15e8f3
|
Add debounce to notification sample playback logic
|
2021-09-05 13:22:37 +09:00 |
|
|
3e65dfb9e7
|
Reduce allocation overhead when notification overlay has visible notifications
|
2021-02-26 17:11:47 +09:00 |
|
|
1fd76ea3fb
|
Apply changes to UI components overriding functions with changing signatures
|
2021-02-22 19:01:42 +09:00 |
|
|
d3f0c0730d
|
Merge branch 'master' into non-concurrent-sample-playback
|
2021-02-12 17:22:15 +09:00 |
|
|
896f318b56
|
Rename variable for clarity
|
2021-02-11 14:18:40 +09:00 |
|
|
72562070bc
|
Remove second overload of Close (makes the call structure hard to follow / invoke correctly)
|
2021-02-11 14:18:00 +09:00 |
|
|
2ee634d173
|
Create subclass for "Error" notifications to allow them to have a unique pop-in sound
|
2021-02-11 13:55:43 +09:00 |
|
|
a1ae739a62
|
Add support for Notification sounds
|
2021-02-11 13:51:54 +09:00 |
|
|
0e2ccac33b
|
Add spaces to comments
|
2020-05-04 18:36:24 -07:00 |
|
|
f7ea20a926
|
Limit font weight to bold
|
2020-03-16 16:32:25 -07:00 |
|
|
7bdf737956
|
Make notification insertion cleaner
|
2019-07-01 18:41:40 +03:00 |
|
|
abd0c2bb1a
|
Move NotificationSection strings to constructor (#5078)
Move NotificationSection strings to constructor
|
2019-06-21 20:47:31 +09:00 |
|
|
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 |
|
|
6bc2cf85d1
|
Move NotificationSection strings to constructor
|
2019-06-20 17:41:12 +09:00 |
|
|
f090e292c9
|
Move ArchiveModelManager import process to async flow
|
2019-06-10 13:42:22 +09:00 |
|
|
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 |
|
|
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 |
|
|
f1952c0816
|
Update font awesome usage
|
2019-04-02 19:55:24 +09:00 |
|
|
a56e29347f
|
Adjust namespaces
|
2019-04-02 14:51:28 +09:00 |
|
|
c39c37a18d
|
Apply more missed cases
|
2019-04-01 12:44:46 +09:00 |
|
|
de80fc0eac
|
Update icon usage to match framework changes
|
2019-03-27 19:29:27 +09:00 |
|
|
0788a7e9f1
|
Merge branch 'master' into more-inspections
|
2019-02-28 14:32:57 +09:00 |
|
|
42be7857d1
|
Use expression body for property get/set where possible
|
2019-02-28 13:58:19 +09:00 |
|
|
26d53d06a9
|
Fix remaining issues
|
2019-02-28 13:31:40 +09:00 |
|
|
062196c7da
|
Cleanup
|
2019-02-20 20:52:56 +09:00 |
|
|
4db5531e4b
|
Replace copy-constructor/method with extension method
|
2019-02-20 19:32:30 +09:00 |
|