Re: [PATCH] Allow the program to explicitly hide a notification

2016-03-03 Thread Marco Martin
On Thursday 03 March 2016 06:19:19 Dirk Hohndel wrote: > AH, right, I forgot to post about that problem. > > So for me the magic notification attached to the action button didn't seem > to work - or more precisely, I couldn't figure out how to access it from a > page that didn't have it's own acti

Re: [PATCH] Allow the program to explicitly hide a notification

2016-03-03 Thread Dirk Hohndel
> On Mar 3, 2016, at 8:12 AM, Marco Martin wrote: > > On Thursday 03 March 2016 06:19:19 Dirk Hohndel wrote: >> AH, right, I forgot to post about that problem. >> >> So for me the magic notification attached to the action button didn't seem >> to work - or more precisely, I couldn't figure out

Re: [PATCH] Allow the program to explicitly hide a notification

2016-03-03 Thread Dirk Hohndel
On Thu, Mar 03, 2016 at 11:51:53AM +0100, Marco Martin wrote: > On Wednesday 02 March 2016 14:50:52 Dirk Hohndel wrote: > > If I want to use a PassiveNotification to give some information to the > > user that either hides after a while or gets removed when it's no longer > > valid (i.e.: accessing

Re: [PATCH] Allow the program to explicitly hide a notification

2016-03-03 Thread Marco Martin
On Wednesday 02 March 2016 14:50:52 Dirk Hohndel wrote: > If I want to use a PassiveNotification to give some information to the > user that either hides after a while or gets removed when it's no longer > valid (i.e.: accessing some web service), then I need a way to explicitly > hide the notifica

[PATCH] Allow the program to explicitly hide a notification

2016-03-02 Thread Dirk Hohndel
c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 2 Mar 2016 14:48:30 -0800 Subject: [PATCH] Allow the program to explicitly hide a notification Signed-off-by: Dirk Hohndel --- components/mobilecomponents/qml/private/PassiveNotification.qml | 5 + 1 file changed, 5 insertions(+) diff --