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
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
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
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'
Στις 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
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
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 ?