Re: Detecting plasmoid in use

2011-07-13 Thread Martin Klapetek
On Wed, Jul 6, 2011 at 10:34, Aaron J. Seigo wrote: > > > > So I'd like to know - is there any way that we can detect if the plasmoid > is > > in use from any KApp and not depend on Plasma libs? And related question > - > > is the dataengine in use only when the plasmoid is active? If so, is it >

Re: Detecting plasmoid in use

2011-07-06 Thread Aaron J. Seigo
On Monday, July 4, 2011 20:07:49 Martin Klapetek wrote: > I'm trying to solve the following problem in KDE-Telepathy - since the > connection to IM networks is held by the system itself and not by any > Telepathy component, we need to detect if any presence handlers are active > (in other words - c

Re: Detecting plasmoid in use

2011-07-05 Thread Martin Klapetek
On Tue, Jul 5, 2011 at 00:52, Shaun Reich wrote: > On Mon, Jul 4, 2011 at 2:07 PM, Martin Klapetek > wrote: > >The plasmoid is pure QML, therefore we can't do any dbus > > magic directly with it (or can we?). > > Well, remember, JS == QML, basically. So I don't see why not... > Is there any pur

Re: Detecting plasmoid in use

2011-07-04 Thread Shaun Reich
On Mon, Jul 4, 2011 at 2:07 PM, Martin Klapetek wrote: >The plasmoid is pure QML, therefore we can't do any dbus > magic directly with it (or can we?). Well, remember, JS == QML, basically. So I don't see why not... > So I'd like to know - is there any way that we can detect if the plasmoid is >

Detecting plasmoid in use

2011-07-04 Thread Martin Klapetek
Hi all, I'm trying to solve the following problem in KDE-Telepathy - since the connection to IM networks is held by the system itself and not by any Telepathy component, we need to detect if any presence handlers are active (in other words - components, that tells you you're online). We currently