introduce PassiveNotification type

Authored by mart on Mar 17 2020, 4:00 PM.

Description

introduce PassiveNotification type

Summary:
PassiveNotification is a type for small, passive and inline
notifications in the app.
used to show messages of limited importance that make sense only when
the user is using the application and wouldn't be suited as a global
system-wide notification.
This is not a full-fledged notification system. the applciation should
use this with care and only one notification should be visible at once
per app.

Test Plan:
it looks and behaves the same as ApplicationWindow.showPassiveNotification
(which now uses it) as well standalone notification items work.

Reviewers: Kirigami

Subscribers: plasma-devel

Tags: Kirigami

Differential Revision: https://phabricator.kde.org/D28103

Details

Committed
martMar 17 2020, 4:03 PM
Differential Revision
D28103: Support multiple stacked Passive Notifications
Parents
R169:d545a7155e71: Fix enabling border for ShadowedRectangle on item creation
Branches
Unknown
Tags
Unknown