嗨,
我创建了一个Netlog个人主页,其中包括我的图片、视频、博客和活动。非常希望邀请你成为我的朋友,一起共享我们的天地。这需要你先在Netlog上注册哦!在登录后,你也可以创建属于自己的个人主页了。
看一看:
http://zh.netlog.com/go/mailurl/-bT0xMTI0MTM1MzImbD0xJmdtPTM3JnU9JTJGZ28lMkZyZWdpc3RlciUyRmlkJTNEOTU2NTg3MTI4JTI2aSUzRHQ5MQ__
祝好,
Wilbur Woo
---
On May 4, 2010, Antony Loebs wrote:
> Ok, that's good to know. I guess that raises the question, however, as to
> how the wallpaper is set in the first place (currently). Is it tucked away
> in the code somewhere?
btw, something that i think would be Really, Really Cool(tm):
* iterate over all th
On May 4, 2010, Antony Loebs wrote:
> Ok, that's good to know. I guess that raises the question, however, as to
> how the wallpaper is set in the first place (currently). Is it tucked away
> in the code somewhere?
yes :)
Containment::setWallpaper(const QString &plugin, const QString &mode)
--
A
On Tue, May 4, 2010 at 12:38 PM, Aaron J. Seigo wrote:
> the wallpaper doesn't get notified of the change; in fact, i only added any
> sort of real wallpaper support in 4.5 with the wallpaperPlugin and
> wallpaperMode properties for Activity objects.
>
> still ... what is probably needed is a way
On May 4, 2010, Antony Loebs wrote:
> So I've continued to play around with scripting the default Plasma desktop
> (with JavaScript) and have a quick question: how can I set the wallpaper? I
> tried the following
> ---
> var activity = new Activity("desktop");
> activity.currentConfigGroup = new Ar
> On 2010-05-03 14:36:29, Alessandro Diaferia wrote:
> >
Applied all the suggestions. Thanks for the QFlags idea.
For the next patch I'll review all my functions and variables for "const" and
"virtual" and pure virtual. It'll also include all the stuff that I showed in
my blog post.
- Christ
So I've continued to play around with scripting the default Plasma desktop
(with JavaScript) and have a quick question: how can I set the wallpaper? I
tried the following
---
var activity = new Activity("desktop");
activity.currentConfigGroup = new Array("Wallpaper");
activity.writeConfig("wallpape