Re: plasmate alpha1 release

2010-02-03 Thread Aaron J. Seigo
On February 2, 2010, Yuen Hoe Lim wrote: do you have a backtrace for us? Here: http://pastebin.ca/1776010 the backtrace wasn't very specific, but i may have fixed it anyways. can you svn up libplasma and repeat to see if it works better now? if not, can you send me the python plasmoid that

Re: plasmate alpha1 release

2010-02-03 Thread Diego Casella ([Po]lentino)
-- Messaggio inoltrato -- From: Aaron J. Seigo ase...@kde.org To: plasma-devel@kde.org Date: Tue, 2 Feb 2010 13:31:02 -0800 Subject: Re: Subject: Re: plasmate alpha1 release On February 2, 2010, Diego Casella ([Po]lentino) wrote: We need to add a dataEngine and runner

Re: plasmate alpha1 release

2010-02-03 Thread Yuen Hoe Lim
the backtrace wasn't very specific, but i may have fixed it anyways. can yousvn up libplasma and repeat to see if it works better now? Ok. Come to think of it my build is pretty old, will get back to you. i wonder if a purpose-built tool just for making theme packages wouldn't be better.

Re: plasmate alpha1 release

2010-02-03 Thread Aaron J. Seigo
On February 3, 2010, Diego Casella ([Po]lentino) wrote: -- Messaggio inoltrato -- From: Aaron J. Seigo ase...@kde.org To: plasma-devel@kde.org Date: Tue, 2 Feb 2010 13:31:02 -0800 Subject: Re: Subject: Re: plasmate alpha1 release On February 2, 2010, Diego Casella

Re: plasmate alpha1 release

2010-02-03 Thread Aaron J. Seigo
On February 2, 2010, Yuen Hoe Lim wrote: - I can't seem to create a configuration dialog for my (Python) plasmoid in PlasMate. I used to override showConfigurationInterface(), but that doesn't seem to work while using PlasMate. As long as I set i think i know why, and have committed a

PushButton and ButtonGroups

2010-02-03 Thread alanm
I'm trying to write a plasmoid python script that will have a set of checkable buttons of which only one can be checked at a time. Basically like radio buttons, but implemented with pushbuttons for appearance purposes. I can make the Plasma.pushbutton checkable easily enough, but I can't work

Re: PushButton and ButtonGroups

2010-02-03 Thread alanm
On Wednesday 03 February 2010 1:01:32 pm alanm wrote: I guess the question is, what's the correct way to do this with Plasma.PushButton since Plasma doesn't seem to have any equivalent of a QButtonGroup? Sorry in advance if I missed something obvious.

Re: PushButton and ButtonGroups

2010-02-03 Thread Marco Martin
On Wednesday 03 February 2010, alanm wrote: On Wednesday 03 February 2010 1:01:32 pm alanm wrote: I guess the question is, what's the correct way to do this with Plasma.PushButton since Plasma doesn't seem to have any equivalent of a QButtonGroup? Sorry in advance if I missed something

Re: PushButton and ButtonGroups

2010-02-03 Thread Aaron J. Seigo
On February 3, 2010, alanm wrote: I also tried buttongroup.addButton(my_plasma_pushbutton.nativeWidget()), but go the same result. that sounds like an error in the bindings. Plasma::PushButton::nativeWidget() returns a KPushButton which IsA QAbstractButton. anyways, yes, we should provide

Re: TokamakIV update

2010-02-03 Thread Lukas Appelhans
Hey! Just to give an update from my side... I will arrive at 18:24 on Friday and will depart at 17:33 on sunday... anyone got the same times (and maybe the same train, it's some ICE)? Lukas PS: Will, do you take care of having a development computer for me? Thanks! :) Am Montag 11 Januar

Re: TokamakIV update

2010-02-03 Thread Ivan Čukić
On Wednesday, 3. February 2010. 23.22.20 Lukas Appelhans wrote: Hey! Just to give an update from my side... I will arrive at 18:24 on Friday and will depart at 17:33 on sunday... anyone got the same times (and maybe the same train, it's some ICE)? You should fill that info to T4 page on

Re: TokamakIV update

2010-02-03 Thread Lukas Appelhans
Am Mittwoch 03 Februar 2010 23:50:55 schrieb Ivan Čukić: On Wednesday, 3. February 2010. 23.22.20 Lukas Appelhans wrote: Hey! Just to give an update from my side... I will arrive at 18:24 on Friday and will depart at 17:33 on sunday... anyone got the same times (and maybe the same

Re: PushButton and ButtonGroups

2010-02-03 Thread alan moore
Marco Martin wrote: On Wednesday 03 February 2010, alanm wrote: On Wednesday 03 February 2010 1:01:32 pm alanm wrote: I guess the question is, what's the correct way to do this with Plasma.PushButton since Plasma doesn't seem to have any equivalent of a QButtonGroup? Sorry in advance if I