Review Request 123540: Don't trigger updates when no actual updates happened + never modify the KNotification object from the popup plugin
David Edmundson
david at davidedmundson.co.uk
Tue Apr 28 09:02:06 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123540/#review79619
-----------------------------------------------------------
Ship it!
Ship It!
- David Edmundson
On April 28, 2015, 8:33 a.m., Martin Klapetek wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/123540/
> -----------------------------------------------------------
>
> (Updated April 28, 2015, 8:33 a.m.)
>
>
> Review request for KDE Frameworks and Plasma.
>
>
> Bugs: 345973
> https://bugs.kde.org/show_bug.cgi?id=345973
>
>
> Repository: knotifications
>
>
> Description
> -------
>
> This patch checks if the properties being set are actually changed before emitting the update signal, which would cause a re-emit of the notification.
>
> Furthermore, NotifyByPopup now no longer changes the KNotification object when the server does not support certain capabilities but only does local checking and modifications.
>
> This fixes KNotification use with Ubuntu's NotifyOSD.
>
>
> Diffs
> -----
>
> src/knotification.cpp afac82f
> src/notifybypopup.cpp 316ff2b
>
> Diff: https://git.reviewboard.kde.org/r/123540/diff/
>
>
> Testing
> -------
>
> Before this patch there was a continous loop of setting empty actions because the server does not support them -> triggers update -> triggers setting empty actions -> triggers update -> and so on. This made the notification popup look stuck and would block all other notifications from appearing (NotifyOSD supports only one popup at a time).
>
> Now everything behaves correctly.
>
>
> Thanks,
>
> Martin Klapetek
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20150428/af2c9dbf/attachment.html>
More information about the Kde-frameworks-devel
mailing list