On Tuesday, December 21, 2010, Aaron J. Seigo wrote:
> you are probably the third person to ask about this. evidently we need to
> add an example for wallpaper setting
done:
http://websvn.kde.org/*checkout*/trunk/KDE/kdeexamples/plasma/javascript/plasma-
shell-scripting/setWallpaper.js
(i also
On Sunday, December 19, 2010, Ryan Rix wrote:
> Basically, I'm trying to answer a simple question: "what would cause a user
> to change what they are doing (their activity),
i think the answers you provide below are pretty good for a start: location,
calendar events .. i'd add network connection
On Monday, December 20, 2010, Stefan Zimmer wrote:
> I am writing my first plasmoid, in JavaScript. My plasmoid has a config
> dialog defined in ui/config.ui. I want to connect a button defined in this
> config.ui file to a signal. How do i realize this? How can I access
> components defined inside
On Tuesday, December 21, 2010, Jamie Birse wrote:
> HI KDE devs,
> I have posted this problem on formum.kde.org and it was suggested I
> contact this email for help
> My post:
> http://forum.kde.org/viewtopic.php?f=67&t=92001
>
> So the short story is I can not get the plasma-destop/init/ script t
On Monday, December 20, 2010 21:09:07 Sebastian Kügler wrote:
> As to the original topic, it's probably not the emboss that makes it
> visually inconsistent, but the slight translucency on the time that does.
> That translucency will be applied to the date again, and the issue should
> be gone.
>
HI KDE devs,
I have posted this problem on formum.kde.org and it was suggested I
contact this email for help
My post:
http://forum.kde.org/viewtopic.php?f=67&t=92001
So the short story is I can not get the plasma-destop/init/ script to
set the wallpaper or apply icon changes.
The icons appear on s
On Tuesday, December 21, 2010, Marco Martin wrote:
> On Tuesday 21 December 2010, Aaron Lewis wrote:
> > > * use the timeout feature; so you could put your fortune app to time
> > > out the notification in, say, 5 minutes. or 30 minutes, if you prefer.
> > > :) that should fix your immediate issue
Hi.
I want to integrade a LCDNumber into my JavaScript plasmoid. But the following
code causes an error
var lcdNumber = new LCDNumber();
Of course i also tested various variants including QLCDNumber, LcdNumber,
QLcdNumber, ...
Crating an configuration dialog (config.ui) using the qtcreat