Re: Plasmoid object class for QML...

2013-01-16 Thread Michail Vourlakos
That's very interesting news beacuse the transmission for my plasmoid is going to be easy when these apis are released . I would like to discuss a bit more about: 2) Showing widgets for specific activity. hm... this is a bit problematic, as exposing this allows applets to see what else the user

Re: Plasmoid object class for QML...

2013-01-16 Thread Aaron J. Seigo
On Wednesday, January 16, 2013 12:52:01 Marco Martin wrote: > maybe even in the activity dataengine? this depends on the security model we place around DataEngines and the like in PW2. the activity thumbnails and other shell-specific info is something that we do not need nor want random bits ge

Re: Plasmoid object class for QML...

2013-01-16 Thread Marco Martin
On Wednesday 16 January 2013, Aaron J. Seigo wrote: > On Tuesday, January 15, 2013 18:43:18 Michail Vourlakos wrote: > > 1) Find the single image wallpaper for every activity. (For all the > > we have a solution for this in Plasma Active: a DataEngine built into the > shell called org.kde.mobileac

Re: Plasmoid object class for QML...

2013-01-16 Thread Aaron J. Seigo
On Tuesday, January 15, 2013 18:43:18 Michail Vourlakos wrote: > 1) Find the single image wallpaper for every activity. (For all the we have a solution for this in Plasma Active: a DataEngine built into the shell called org.kde.mobileactivitythumbnails. this is rather better because then we don'

Re: Plasmoid object class for QML...

2013-01-15 Thread Michail Vourlakos
Στις 15/01/2013 02:01 μμ, ο/η Aaron J. Seigo έγραψε: On Tuesday, January 15, 2013 10:51:55 Michail Vourlakos wrote: Hello, I am trying to access containment() and corona() from a clean qml plasmoid. what are you needing access to these for? i ask because the goal for QML plasmoids is that they

Re: Plasmoid object class for QML...

2013-01-15 Thread Aaron J. Seigo
On Tuesday, January 15, 2013 10:51:55 Michail Vourlakos wrote: > Hello, I am trying to access containment() and corona() from > a clean qml plasmoid. what are you needing access to these for? i ask because the goal for QML plasmoids is that they should never need this (simplifies a large number

Plasmoid object class for QML...

2013-01-15 Thread Michail Vourlakos
Hello, I am trying to access containment() and corona() from a clean qml plasmoid. I thought that I could pass the plasmoid object to a qml plugin but I cant find what class is the plasmoid object in order to static_cast it. Is it an Plasma::AppletScript ?