访问我的Netlog个人主页

2010-05-04 Thread Wilbur Woo
嗨, 我创建了一个Netlog个人主页,其中包括我的图片、视频、博客和活动。非常希望邀请你成为我的朋友,一起共享我们的天地。这需要你先在Netlog上注册哦!在登录后,你也可以创建属于自己的个人主页了。 看一看: http://zh.netlog.com/go/mailurl/-bT0xMTI0MTM1MzImbD0xJmdtPTM3JnU9JTJGZ28lMkZyZWdpc3RlciUyRmlkJTNEOTU2NTg3MTI4JTI2aSUzRHQ5MQ__ 祝好, Wilbur Woo ---

Re: Setting default wallpaper with a script

2010-05-04 Thread Aaron J. Seigo
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

Re: Setting default wallpaper with a script

2010-05-04 Thread Aaron J. Seigo
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

Re: Setting default wallpaper with a script

2010-05-04 Thread Antony Loebs
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

Re: Setting default wallpaper with a script

2010-05-04 Thread Aaron J. Seigo
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

Re: Review Request: Return 80% functionality to PMC, further evolving of state architecture

2010-05-04 Thread Christophe Olinger
> 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

Setting default wallpaper with a script

2010-05-04 Thread Antony Loebs
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