Dean Herbert
|
e3251b40b3
|
Fix progress notifications queueing up infinite text changes when not visible
|
2023-12-18 19:00:44 +09:00 |
|
Bartłomiej Dach
|
e2aaef6663
|
Merge branch 'master' into no-dismiss-all-progress-notifications
|
2023-07-08 14:19:57 +02:00 |
|
Bartłomiej Dach
|
cdaf8e4b0f
|
Flip and rename CompletedOrCancelled to Ongoing
|
2023-07-08 14:11:58 +02:00 |
|
Dean Herbert
|
d93548f4ea
|
Add back "clear all" button for progress notifications but only clear cancelled
|
2023-07-07 13:18:23 +09:00 |
|
Jamie Taylor
|
a55ba963a9
|
Don't play 'popout' sample when ProgressNotification completes
|
2023-07-07 01:51:58 +09:00 |
|
Jamie Taylor
|
6e2b7f433b
|
Add a sound for 'cancelling' ProgessNotification
|
2023-07-07 01:51:57 +09:00 |
|
cdwcgt
|
dbb366e279
|
CompletionText can be a LocalisableString
I can't find a reason for not doing this, probably this was forgotten in https://github.com/ppy/osu/pull/15440
|
2023-02-17 22:32:03 +09:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Dan Balasescu
|
db34f238c0
|
Fix inverted condition
|
2022-11-02 15:47:30 +09:00 |
|
Dan Balasescu
|
e5f53b1ad8
|
Use Interlocked.Exhange() instead
Increment isn't correct since it returns the post-incremented value. It
also always increments.
|
2022-11-02 15:18:48 +09:00 |
|
Dean Herbert
|
e761c0395d
|
Fix multiple notifications arriving for imports in edge cases
|
2022-11-02 14:47:56 +09:00 |
|
Dean Herbert
|
b6dd8168d2
|
Fix progress notifications being able to be flung
|
2022-09-26 14:33:12 +09:00 |
|
Dean Herbert
|
38d8d457d9
|
Add back second completion post attempt for case when notification overlay isn't loaded yet
|
2022-09-16 17:54:44 +09:00 |
|
Dean Herbert
|
0d24fda4b9
|
Fire Notification.Closed immediately to ensure off-screen notifications are closed
|
2022-09-16 16:36:56 +09:00 |
|
Dean Herbert
|
4ee3e8f087
|
Don't play fling animation when activating a notification
|
2022-09-12 18:57:18 +09:00 |
|
Dean Herbert
|
d561fcb126
|
Don't trigger fling animation when Close is triggered by non-user action
|
2022-09-12 16:54:25 +09:00 |
|
Dean Herbert
|
60b0b909a5
|
Move update icon to background to avoid colour collission with progress spinner
|
2022-09-12 14:58:46 +09:00 |
|
Dean Herbert
|
9e3228aa65
|
Fix completion notification not being posted if completion occurs during NotificationOverlay load
|
2022-09-06 04:07:49 +09:00 |
|
Dean Herbert
|
f754686521
|
Remove necessity of AlwaysPresent for ProgressUpdate completion posting
|
2022-09-05 19:13:58 +09:00 |
|
Dean Herbert
|
4fa6707bf0
|
Set all progress notifications to non-important
|
2022-09-05 18:29:35 +09:00 |
|
Dean Herbert
|
8b9ccc66b7
|
Update ProgressNotification font spec to match other notifications
|
2022-08-31 12:49:28 +09:00 |
|
Dean Herbert
|
6b71b4656d
|
Remove ProgressNotification vertical movement and delay
|
2022-08-30 19:16:59 +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 |
|
Dean Herbert
|
cdef67ccd0
|
Log posted notifications
To help with test failures and the likes.
|
2022-01-25 23:38:48 +09: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
|
72562070bc
|
Remove second overload of Close (makes the call structure hard to follow / invoke correctly)
|
2021-02-11 14:18:00 +09:00 |
|
alex
|
0e2ccac33b
|
Add spaces to comments
|
2020-05-04 18:36:24 -07: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 |
|
smoogipoo
|
f090e292c9
|
Move ArchiveModelManager import process to async flow
|
2019-06-10 13:42:22 +09:00 |
|
Dean Herbert
|
c39c37a18d
|
Apply more missed cases
|
2019-04-01 12:44:46 +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
|
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 |
|
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
|
32a74f95a5
|
Normalize all the line endings
|
2018-04-13 18:26:38 +09:00 |
|
Aergwyn
|
ae1adfd2f2
|
remove unnecessary empty lines
codefactor.io \(o.o)/
also one unnecessary semicolon
|
2018-01-12 19:30:34 +01:00 |
|