Re: Plasmate IRC Meeting

2009-06-10 Thread Aaron J. Seigo
On Wednesday 10 June 2009, Artur Souza(MoRpHeUz) wrote: > To sync() everybody regarding Plasmate's progress and also to talk about > next steps I would like to call everybody working on Plasmate for a IRC > meeting on #plasma, Monday (15th June) at 14:30 UTC. i'm in my car until ~14:50 dropping pe

Re: Plasmate IRC Meeting

2009-06-10 Thread Yuen Hoe Lim
I'll be there :) On 6/11/09, Shantanu Tushar Jha wrote: > On Thu, Jun 11, 2009 at 12:15 AM, Artur Souza(MoRpHeUz) < > morph...@openbossa.org> wrote: > >> Hello everybody :) >> >> To sync() everybody regarding Plasmate's progress and also to talk about >> next >> steps I would like to call everybo

revised bug target ;)

2009-06-10 Thread Aaron J. Seigo
hi all .. i think i'm going to have to revise the bug count target for the 4.3.0 release. there is just no way with the current manpower working on it that it's going to get down to 300. i'm continuing to work on some of the more annoying crashers and sniping the detail level items as they app

Re: Plasmate IRC Meeting

2009-06-10 Thread Shantanu Tushar Jha
On Thu, Jun 11, 2009 at 12:15 AM, Artur Souza(MoRpHeUz) < morph...@openbossa.org> wrote: > Hello everybody :) > > To sync() everybody regarding Plasmate's progress and also to talk about > next > steps I would like to call everybody working on Plasmate for a IRC meeting > on > #plasma, Monday (15t

Plasmate IRC Meeting

2009-06-10 Thread Artur Souza(MoRpHeUz)
Hello everybody :) To sync() everybody regarding Plasmate's progress and also to talk about next steps I would like to call everybody working on Plasmate for a IRC meeting on #plasma, Monday (15th June) at 14:30 UTC. Ok for everybody ? or we should pick another time ? Cheers,

Re: Fwd: Some explanations/suggestion on plasmate

2009-06-10 Thread Shantanu Tushar Jha
I had recently added a kpart loading code to plasmate which, right now, enables loading an appropriate kpart when you select something on the edit tree view. I'm trying to figure out the things, finding out what to do next. So, just wanted kind of a status report on whats happening at your side, Di

Re: Cannot remove scripted plasmoid

2009-06-10 Thread Aaron J. Seigo
On Wednesday 10 June 2009, Aaron J. Seigo wrote: > we should still catch such mistakes gracefully, however. does the attached > patch help? that patch could be hazardous to your health. try the attached one instead as it actually works. i'm not sure i like adding that sort of overhead on every p

Re: Cannot remove scripted plasmoid

2009-06-10 Thread Aaron J. Seigo
On Wednesday 10 June 2009, Petri Damstén wrote: > Seems that this is because mainConfig is created without containment: > plasma-desktop(1574)/libplasma Plasma::AppletPrivate::mainConfigGroup: > requesting config for "Now Rocking" without a containment! which probably means that config() is being

Re: Initial size of scripted plasmoids

2009-06-10 Thread Aaron J. Seigo
On Wednesday 10 June 2009, Petri Damstén wrote: > But isn't this too late because plasma sets size before init and it resets > the user set size? Is there a proper way to set initial size for scripted > applets or should applet just accept the initial size plasma sets. put X-Plasma-DefaultSize= in

Initial size of scripted plasmoids

2009-06-10 Thread Petri Damstén
Hi, C++ applets do resize on constructor which work ok. Scripted plasmoids cannot do that and examples do that in init: def init(self): self.resize(200, 200) But isn't this too late because plasma sets size before init and it resets the user set size? Is there a proper wa

Re: Cannot remove scripted plasmoid

2009-06-10 Thread Petri Damstén
On Friday 05 June 2009 09:05:58 Petri Damstén wrote: > On Thursday 04 June 2009 22:17:54 Aaron J. Seigo wrote: > > define "removing": removing from plasma by click on the "x" in the handle > > (or "Remove this..." in the context menu)? removing from disk with > > plasmapkg? removing via the add wid