Review Request 126459: Add a hint to skip notifications grouping
Kai Uwe Broulik
kde at privat.broulik.de
Tue Dec 29 21:51:01 UTC 2015
> On Dez. 29, 2015, 9:50 nachm., Kai Uwe Broulik wrote:
> > src/knotification.h, line 251
> > <https://git.reviewboard.kde.org/r/126459/diff/1/?file=425181#file425181line251>
> >
> > This must be 0x10!
> >
> > 0x10 = 0b10000 (one bit set)
> >
> > 0x22 = 0b10110 (multiple bits)
> >
> > You unintentionally set a bunch of other flags with it, you probably didn't notice that you set the PersistentFlag as the Plasma delete notification sets it anyway. :)
Err, 0x16 = 0b10110
You probably meant 16 in decimal, which is 10 in hex. You get the idea.
- Kai Uwe
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/126459/#review90310
-----------------------------------------------------------
On Dez. 29, 2015, 8:07 nachm., Martin Klapetek wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/126459/
> -----------------------------------------------------------
>
> (Updated Dez. 29, 2015, 8:07 nachm.)
>
>
> Review request for KDE Frameworks.
>
>
> Repository: knotifications
>
>
> Description
> -------
>
> Plasma currently groups notifications that have the same
> notification title or if they are on a "blacklist" (like
> media player apps that popup a notification for each song
> change), but sometimes the grouping needs to be skipped.
> This is for example when user removes two widgets from his
> desktop and the "Undo" notification appears, these cannot
> be grouped.
>
> This is currently handled rather by a hack in the notifications
> server, so introducing this new flag should allow for a clean
> and proper solution.
>
>
> Diffs
> -----
>
> src/knotification.h 3a4acd5
> src/notifybypopup.cpp e824d39
>
> Diff: https://git.reviewboard.kde.org/r/126459/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Martin Klapetek
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20151229/b715acb8/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list