Notifications in Plasma2 / QML

2014-01-06 Thread Bhushan Shah
Hello! In Plasma2 how can I send notification? In Plasma1 C++ applets used KNotification class to send notification but in pure QML applet do not have any way to send notifications. How is this possible? Maybe we can create KNotification wrapper as import? Thanks! -- Bhushan Shah http://bhush9

Re: Notifications in Plasma2 / QML

2014-01-06 Thread David Edmundson
>Maybe we can create KNotification wrapper as import? Makes sense. Will be an interesting API to wrap neatly. David ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Notifications in Plasma2 / QML

2014-01-07 Thread Sebastian Kügler
On Monday, January 06, 2014 14:22:43 David Edmundson wrote: > >Maybe we can create KNotification wrapper as import? > > Makes sense. > Will be an interesting API to wrap neatly. In this case, we shouldn't limit ourselves to wrapping the KNotification API. The API has been designed with staticall