Review Request: Retrieve own user icon in Twitter applet/dataengine

2008-09-27 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/205/ --- Review request for Plasma. Summary --- This adds an option in the time

Python support for Plasma: where to land it?

2008-09-27 Thread Simon Edwards
Hello, I've got a fair bit of Python plasma code here which needs to be checked into SVN proper. The question is "where?". kdebindings isn't suitable because then the dependencies between the modules won't work. e.g. kdeadmin already contains a python app and depends on kdebindings. I hope th

KDE/kdebase/workspace/plasma/applets/kickoff

2008-09-27 Thread Sebastian Kügler
SVN commit 865464 by sebas: Fix suspend and hibernate from kickoff launcher. The problem here is that you need to use a KJob, as the actions in Solid::PowerManager don't create one themselves. This patch makes kickoff run these methods through powerdevil if the DBus service is available when the

Review Request: Tasks-refactor: show group in popup menu

2008-09-27 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/204/ --- Review request for Plasma. Summary --- shows the group components in a

Re: Seg fault on plasma when using QGraphicsProxyWidget

2008-09-27 Thread Artur Souza (MoRpHeUz)
Hi, > 2008/9/25 Aaron J. Seigo <[EMAIL PROTECTED]>: >> as i said, i'm not sure this is what's causing your problem, but it obviously >> was a bug in any case ... Good news!! =) Using Alexis' s patch on qt's proxy widget + your last fixes + proxy->setWidget(0) solves the problem! \o/ Thanks Aa