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 >

Re: Opinion on config dialog for QML plasmoids

2011-07-04 Thread Marco Martin
On Monday 04 July 2011, Viranch Mehta wrote: > Hi, > > Currently the only way QML applets can have customized config dialog is to > put the config.ui file in the main.qml directory which is loaded when > settings are > opened. > > We have reached a use case where we need a number of settings that

Opinion on config dialog for QML plasmoids

2011-07-04 Thread Viranch Mehta
Hi, Currently the only way QML applets can have customized config dialog is to put the config.ui file in the main.qml directory which is loaded when settings are opened. We have reached a use case where we need a number of settings that are categorized into tabs on left side of the config dialog

Re: Plasmoid works in plasma-windowed but not in plasma-desktop

2011-07-04 Thread Marco Martin
On Monday 04 July 2011, Sebastian Kügler wrote: > > > > Yes it’s installed, but the qml webview doesn’t load the page, while in > > plasma-windowed this works. > > Doesn't load the page means "Could not find requested component: ..." or > what exactly ... ? It's still not a 100% clear to me. Know

Re: Plasmoid works in plasma-windowed but not in plasma-desktop

2011-07-04 Thread Sebastian Kügler
On Monday, July 04, 2011 16:50:20 Jonathan Raphael Joachim Kolberg wrote: > Am Montag, 4. Juli 2011, 15:35:51 schrieben Sie: > > On Monday, June 27, 2011 19:20:04 Jonathan Raphael Joachim Kolberg wrote: > > > I’ve got an wired problem. My Plasmoid [1] works if it is displayed via > > > plasma-windo

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

Re: Plasmoid works in plasma-windowed but not in plasma-desktop

2011-07-04 Thread Jonathan Raphael Joachim Kolberg
Am Montag, 4. Juli 2011, 15:35:51 schrieben Sie: > Hi, > > On Monday, June 27, 2011 19:20:04 Jonathan Raphael Joachim Kolberg wrote: > > I’ve got an wired problem. My Plasmoid [1] works if it is displayed via > > plasma-windowed, but it won’t work if you use it in plasma-desktop. > > Since I was no

Re: Plasmoid works in plasma-windowed but not in plasma-desktop

2011-07-04 Thread Sebastian Kügler
Hi, On Monday, June 27, 2011 19:20:04 Jonathan Raphael Joachim Kolberg wrote: > I’ve got an wired problem. My Plasmoid [1] works if it is displayed via > plasma-windowed, but it won’t work if you use it in plasma-desktop. Since I > was not able to figure out what I have done wrong, I send this mai

Re: Dataengines in native runners

2011-07-04 Thread Marco Martin
On Monday 04 July 2011, Nicolas Alvarez wrote: > Hello Plasma world, > > Is there any native-code krunner that uses a dataengine to get its > information? It seems odd that, for example, we have a perfectly good > 'places' dataengine but the runner accesses KFilePlacesModel directly > instead. Sam