Re: playground plasmoid redux

2008-10-10 Thread Aaron J. Seigo
On Friday 10 October 2008, Sebastian Kügler wrote: On Friday 10 October 2008 03:22:35 Aaron J. Seigo wrote: On Thursday 09 October 2008, Jason Stubbs wrote: think it'll destroy half the benefit that was gained from refactoring if rushed. ;) which half would that be? we have 5

Re: playground plasmoid redux

2008-10-09 Thread Rob Scheepmaker
On Sunday 05 October 2008 04:40:47 Jason Stubbs wrote: This is definitely a possibility, but I'm not sure it's really possible to accomplish by October 19th. Assuming that the icon would show/hide the extender, there are issues such as the interaction between the kuiserver hide/show and

Re: playground plasmoid redux

2008-10-09 Thread Marco Martin
On Thursday 02 October 2008, 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) just to be sure: playground applets and dataengine that are

Re: playground plasmoid redux

2008-10-09 Thread Sebastian Kügler
On Thursday 09 October 2008 15:33:33 Marco Martin wrote: On Thursday 02 October 2008, 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)

Re: playground plasmoid redux

2008-10-09 Thread Aaron J. Seigo
On Thursday 09 October 2008, Marco Martin wrote: On Thursday 02 October 2008, 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) just

Re: playground plasmoid redux

2008-10-09 Thread Sebastian Kügler
On Thursday 09 October 2008 17:59:38 Aaron J. Seigo wrote: On Thursday 09 October 2008, Marco Martin wrote: On Thursday 02 October 2008, 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

Re: playground plasmoid redux

2008-10-09 Thread Aaron J. Seigo
On Thursday 09 October 2008, Sebastian Kügler wrote: On Thursday 09 October 2008 17:59:38 Aaron J. Seigo wrote: On Thursday 09 October 2008, Marco Martin wrote: On Thursday 02 October 2008, Aaron J. Seigo wrote: here's my curent playground standings ... i'll start moving things into

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

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: 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

playground plasmoid redux

2008-10-02 Thread Aaron J. Seigo
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) candidates for base 4.2 = life activitybar - neat concept; has layout issue on planar

Re: playground plasmoid redux

2008-10-02 Thread Marco Martin
On Thursday 02 October 2008, 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) systemcommand system-monitor - i'd like to see this in

Re: playground plasmoid redux

2008-10-02 Thread Aaron J. Seigo
On Thursday 02 October 2008, Marco Martin wrote: On Thursday 02 October 2008, 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)

Re: playground plasmoid redux

2008-10-02 Thread Aaron J. Seigo
On Thursday 02 October 2008, Benoit Jacob wrote: Let me preemptively speak for wallpapers/mandelbrot : it needs more work! I still hope to finish it in time for the feature freeze, otherwise it'll have to wait for 4.3. One question while i'm here. It crashes when one of its QThreads calls