Summary: | File transfer notifications includes all previous transfers | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Antonio Rojas <arojas> |
Component: | Notifications | Assignee: | Martin Klapetek <mklapetek> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, plasma-bugs |
Priority: | NOR | ||
Version First Reported In: | 5.5.95 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-workspace/46229c9e47409f5d82d3d7644b949944086dcec2 | Version Fixed In: | 5.7.0 |
Sentry Crash Report: |
Description
Antonio Rojas
2016-03-06 10:55:29 UTC
They are removed after 10 minutes. Sorry, I wan't very clear in my description. I don't mean that they are not removed from the notification list. I mean that when a new transfer finishes, the notification text shows a long list of old transfers. And this includes transfers from >12 hours ago. Ok, thanks, so perhaps it's not clearing them properly. Ah, now I know what you meant; the notifications are grouped into a single popup and then eventually it gets elided; sorry. Probably just needs to set the "skip grouping" flag. Git commit 46229c9e47409f5d82d3d7644b949944086dcec2 by Kai Uwe Broulik. Committed on 02/05/2016 at 17:07. Pushed by broulik into branch 'master'. [Notifications] Don't group job finished notifications Otherwise we end up with a huge notification containing all previously finished jobs. FIXED-IN: 5.7.0 Differential Revision: https://phabricator.kde.org/D1478 M +1 -0 applets/notifications/package/contents/ui/Jobs.qml M +7 -3 dataengines/notifications/notificationaction.cpp M +3 -0 dataengines/notifications/notifications.operations M +1 -3 dataengines/notifications/notificationsengine.cpp M +1 -1 dataengines/notifications/notificationsengine.h http://commits.kde.org/plasma-workspace/46229c9e47409f5d82d3d7644b949944086dcec2 |