<div dir="ltr">Hello,<br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 22, 2015 at 1:18 PM, Aleix Pol <span dir="ltr"><<a href="mailto:aleixpol@kde.org" target="_blank">aleixpol@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have no idea, adding Martin Klapetek as CC, KNotifications<br>
maintainer. He might have some answers.<br>
<br>
Aleix<br>
<br>
On Wed, Apr 22, 2015 at 8:58 AM, Albert Vaca <<a href="mailto:albertvaka@gmail.com">albertvaka@gmail.com</a>> wrote:<br>
> Some of the things that KDE Connect needs to do with the notifications are:<br>
><br>
> - We need to get notified when they are dismissed (to dismiss them from the<br>
> phone)<br></blockquote><div><br></div><div>KNotification::closed();</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> - We need to be able to dismiss them programatically (when they are<br>
> dismissed from the phone)<br></blockquote><div><br></div><div>KNotification::close();</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> - Some notifications should not be dimissable (in case they are not<br>
> dismissable on the phone).<br></blockquote><div><br></div><div>That is currently not possible; the desktop spec assumes all of them are dismissable.</div><div>What you could do however is to re-emit the notification again when closed</div><div>and/or use StatusNotifierItem for it.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> - There should be a buton to dismiss all the dismissable notifications.<br></blockquote><div><br></div><div>That's currently not there either, but it's easy to do. They also go away in</div><div>10 minutes of user activity (yes, activity).</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
><br>
> Is it possible to implement this within the Plasma notification system?<br></blockquote><div><br></div><div>Yes. Except the not dismissable part, but if you use KSNI for it,</div><div>should be fine :)</div></div><div><br></div><div>Cheers</div>-- <br><div class="gmail_signature"><span style="color:rgb(102,102,102)">Martin Klapetek | KDE Developer</span></div>
</div></div>