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