Re: Tokamak Meeting II

2009-01-20 Thread Nuno Pinheiro
A Tuesday 20 January 2009 22:38:40, Richard Moore escreveu: > I've got the following flights: > > 5/2/09 > Manchester -> London BA2905 > London -> Oporto TAP 0333 Arriving 15:15 > > 10/2/09 > Opoto -> Frankfurt, 4551 Lufthansa departing 11:55 > Frankfurt -> Manchester 4856 departing 16:45 > > Cheer

Re: Crash with Python scripting

2009-01-20 Thread Luca Beltrame
On Tuesday 20 January 2009 23:34:26 Simon Edwards wrote: > It looks like the label is being destroyed too early (read: bug). Assign > label to self.label as a workaround in the meantime. Actually, if I explicitly call self.setLayout(self.layout), I don't have any more crashes. It's odd because w

Re: Tokamak Meeting II

2009-01-20 Thread Richard Moore
I've got the following flights: 5/2/09 Manchester -> London BA2905 London -> Oporto TAP 0333 Arriving 15:15 10/2/09 Opoto -> Frankfurt, 4551 Lufthansa departing 11:55 Frankfurt -> Manchester 4856 departing 16:45 Cheers Rich. ___ Plasma-devel mailing l

Re: Crash with Python scripting

2009-01-20 Thread Simon Edwards
Hi, Luca Beltrame wrote: > while experimenting with the layout options provided by Plasma, I managed to > get a reliable crash, 100% of the time. It seems that using a > QGraphicsGridLayout causes a crash right when adding items. > > After further investigation, the problem arises when I excee

Re: Plasma .operations file to JOLIE interface converter and plasma::(dataengine/service) return value typing

2009-01-20 Thread Fabrizio Montesi
On Tuesday 20 January 2009 19:13:51 Aaron J. Seigo wrote: > On Tuesday 20 January 2009, Fabrizio Montesi wrote: > > today I was chatting with asraniel on #plasma about making an automatic > > generator of JOLIE interfaces from Plasma::Service .operations XML files > > and he decided to go ahead and

Re: Plasma .operations file to JOLIE interface converter and plasma::(dataengine/service) return value typing

2009-01-20 Thread Aaron J. Seigo
On Tuesday 20 January 2009, Fabrizio Montesi wrote: > today I was chatting with asraniel on #plasma about making an automatic > generator of JOLIE interfaces from Plasma::Service .operations XML files > and he decided to go ahead and start the project. brilliant. > Current objective is to make a

Re: signal for successfully painted plasmoid?

2009-01-20 Thread Aaron J. Seigo
On Tuesday 20 January 2009, Master_D wrote: > I'm searching for a signal which is emitted, if a plasmoid was > successfully painted on the desktop. Is there any? no, though you can infer this by paintInterface being called. what are you trying to accomplish? -- Aaron J. Seigo humru othro a koh

signal for successfully painted plasmoid?

2009-01-20 Thread Master_D
Hi, I'm searching for a signal which is emitted, if a plasmoid was successfully painted on the desktop. Is there any? Best regards Matze ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Plasma .operations file to JOLIE interface converter and plasma::(dataengine/service) return value typing

2009-01-20 Thread Fabrizio Montesi
Hi everyone, today I was chatting with asraniel on #plasma about making an automatic generator of JOLIE interfaces from Plasma::Service .operations XML files and he decided to go ahead and start the project. Such a tool would allow for fast, type-safe JOLIE adapter prototyping (manually porting