Re: playground plasmoid redux

2008-10-03 Thread Petri Damstén
On Thursday 02 October 2008 23:51:59 Aaron J. Seigo wrote: there are geometry problems; if i enable the disk watcher, it works rather nicely. however ... if i don't disable the disk stats module, and enable any other one the geometry isn't correct (you can see this because the background svg

slideshow: picture frame + desktop

2008-10-03 Thread Alan BRASLAU
Hello plasma developers, I am pleased to report how I am currently using the slideshow feature of the picture frame applet (also desktop background) to display updated graphical information. Here, I continuously monitor the traffic congestion in the Paris region, (such a MacOS dashboard widget

Re: playground plasmoid redux

2008-10-03 Thread Benoit Jacob
2008/10/3, Aaron J. Seigo [EMAIL PROTECTED]: hrm; not to my knowledge but i could be wrong. what's the crash you get? Attached is the backtrace. It occurs only on plasma startup i.e. if you select Mandelbrot it works fine for the duration of your session but on next login it crashes. I assume

Re: playground plasmoid redux

2008-10-03 Thread Benoit Jacob
Another possibility: is it illegal to wait for a QThread that was just constructed but not yet started? I.e. thread = new MyThreadClass(); wait(thread); OK, i don't distract this thread (no pun intended) more with offtopic questions. Cheers, Benoit 2008/10/3, Benoit Jacob [EMAIL PROTECTED]:

Re: playground plasmoid redux

2008-10-03 Thread Riccardo Iaconelli
On Thursday 02 October 2008 22:08:41 Aaron J. Seigo wrote: here's my curent playground standings ... i'll start moving things into kdereview next week after things in kdereview that should be moved out are moved (doing so myself if necessary) == coming == * raptor * marble ah, no, not the

Re: playground plasmoid redux

2008-10-03 Thread Jason Stubbs
Benoit Jacob wrote: Another possibility: is it illegal to wait for a QThread that was just constructed but not yet started? I.e. thread = new MyThreadClass(); wait(thread); wait(thread)? wait()'s parameter is an integer timeout... If you mean thread-wait(), the documentation says it

Re: calendar widget in kdereview

2008-10-03 Thread Davide Bettio
Ciao, Il Friday 03 October 2008 04:41:12 Aaron J. Seigo ha scritto: * Calendar needs to follow the API pattern for widgets[1] * the hover painting is wicked inneficient right now +OK * we need a glow radius hint for the hover painting; though perhaps in this case i wonder if we should be

Re: playground plasmoid redux

2008-10-03 Thread Benoit Jacob
Yes sure that's what I mean :) OK, I forget about this documentation bit, thank you. Cheers, Benoit 2008/10/3, Jason Stubbs [EMAIL PROTECTED]: wait(thread)? wait()'s parameter is an integer timeout... If you mean thread-wait(), the documentation says it returns true if the thread has not

Re: playground plasmoid redux

2008-10-03 Thread Marco Martin
On Friday 03 October 2008, Petri Damstén wrote: On Thursday 02 October 2008 23:51:59 Aaron J. Seigo wrote: there are geometry problems; if i enable the disk watcher, it works rather nicely. however ... if i don't disable the disk stats module, and enable any other one the geometry isn't

Re: playground plasmoid redux

2008-10-03 Thread Rob Scheepmaker
On Thursday 02 October 2008 22:08:41 Aaron J. Seigo wrote: systray-refactor - needs the plasmoid protocol finished out, but generally there. (notifications?) kuiserver - should be added to the systemtray? Or maybe just keep as a seperate plasmoid which can of course be used through the

Re: playground plasmoid redux

2008-10-03 Thread Sebastian Kügler
On Friday 03 October 2008 17:45:38 Rob Scheepmaker wrote: On Thursday 02 October 2008 22:08:41 Aaron J. Seigo wrote: systray-refactor - needs the plasmoid protocol finished out, but generally there. (notifications?)   kuiserver - should be added to the systemtray? Or maybe just keep

Re: playground plasmoid redux

2008-10-03 Thread Tim Beaulen
2008/10/2 Aaron J. Seigo [EMAIL PROTECTED] broken debugapplet - really cool idea; needs kdelibs patches commited, lots of problems in the applet itself Sorry about that. I don't have enough time to keep it working. And I think using dbus is not ideal. The idea behind it was that I