mart created this revision. mart added a reviewer: Kirigami. Herald added a project: Kirigami. Herald added a subscriber: plasma-devel. mart requested review of this revision.
REVISION 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. REPOSITORY R169 Kirigami BRANCH mart/passivenotification REVISION DETAIL https://phabricator.kde.org/D28103 AFFECTED FILES src/controls/AbstractApplicationItem.qml src/controls/AbstractApplicationWindow.qml src/controls/PassiveNotification.qml src/controls/templates/PassiveNotification.qml src/controls/templates/private/PassiveNotification.qml src/controls/templates/qmldir To: mart, #kirigami Cc: plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, ahiemstra, davidedmundson, mart