Re: Bug in Plasma.ScrollWidget or Bug in my head ?

2010-03-01 Thread Aaron J. Seigo
On March 1, 2010, Marco Martin wrote: > On Monday 01 March 2010, Aaron J. Seigo wrote: > > On March 1, 2010, Cédric Bellegarde wrote: > > > When adding a QGraphicsWidget + QGraphicsGridLayout in a ScrollWidget, > > > then > > > > > layout don't get good information about it size: > > looking at Pl

Re: Bug in Plasma.ScrollWidget or Bug in my head ?

2010-03-01 Thread Marco Martin
On Monday 01 March 2010, Aaron J. Seigo wrote: > On March 1, 2010, Cédric Bellegarde wrote: > > When adding a QGraphicsWidget + QGraphicsGridLayout in a ScrollWidget, > > then > > > layout don't get good information about it size: > looking at Plasma::ScrollWidget, it doesn't do any size managemen

Re: Bug in Plasma.ScrollWidget or Bug in my head ?

2010-03-01 Thread Aaron J. Seigo
On March 1, 2010, Cédric Bellegarde wrote: > When adding a QGraphicsWidget + QGraphicsGridLayout in a ScrollWidget, then > layout don't get good information about it size: looking at Plasma::ScrollWidget, it doesn't do any size management of the item inside of it. perhaps ScrollWidget should ens

Subject: Re: Plasmate alpha2?

2010-03-01 Thread Diego Casella ([Po]lentino)
> > On Mon, Mar 1, 2010 at 11:46 PM, Aaron J. Seigo wrote: > >> On March 1, 2010, Yuen Hoe Lim wrote: >> > scripted dataengines). So I was thinking it might be a good idea to take >> > the opportunity and push out a parallel alpha release that, combined >> with >> > the 4.4.1 fixes, would provide

Re: KDE Network Manager

2010-03-01 Thread Sebastian Kügler
Hi Shantanu! On Monday 01 March 2010 19:24:17 Shantanu Tushar Jha wrote: > Hello, > After struggling to get my notebook fixed, I was studying code for the > networkmanager in kdereview/networkmanager . I have made a small fix which > displays "Wire Unplugged" when a wired network is Unavailabl

Re: Plasmate alpha2?

2010-03-01 Thread Aaron J. Seigo
On March 1, 2010, Aaron J. Seigo wrote: > On March 1, 2010, Yuen Hoe Lim wrote: > > scripted dataengines). So I was thinking it might be a good idea to take > > the opportunity and push out a parallel alpha release that, combined with > > the 4.4.1 fixes, would provide a much more usable experience

Re: About javascript API, again :P

2010-03-01 Thread Aaron J. Seigo
On March 1, 2010, Diego Casella ([Po]lentino) wrote: > it works O.o . Any ideas/hints ? bug in the bindings; it was creating a KIcon and the bindings was taking that all a bit too literally and not realizing it was also a QIcon :/ committing the fix now -- Aaron J. Seigo humru othro a kohnu se

KDE Network Manager

2010-03-01 Thread Shantanu Tushar Jha
Hello, After struggling to get my notebook fixed, I was studying code for the networkmanager in kdereview/networkmanager . I have made a small fix which displays "Wire Unplugged" when a wired network is Unavailable, kindly take a look at the attached patch and comment (I wasn't sure if I should

Re: Plasmate alpha2?

2010-03-01 Thread Shantanu Tushar Jha
On Mon, Mar 1, 2010 at 11:46 PM, Aaron J. Seigo wrote: > On March 1, 2010, Yuen Hoe Lim wrote: > > scripted dataengines). So I was thinking it might be a good idea to take > > the opportunity and push out a parallel alpha release that, combined with > > the 4.4.1 fixes, would provide a much more

Re: Plasmate alpha2?

2010-03-01 Thread Aaron J. Seigo
On March 1, 2010, Yuen Hoe Lim wrote: > scripted dataengines). So I was thinking it might be a good idea to take > the opportunity and push out a parallel alpha release that, combined with > the 4.4.1 fixes, would provide a much more usable experience. sounds good; i'll whip out a tarball and name

About javascript API, again :P

2010-03-01 Thread Diego Casella ([Po]lentino)
Hello guys, I'm trying to adding a theme icon to a PushButton object, but I'm stuck with it. I've tried some combinations such as: pb = new PushButton() pb.icon = new QIcon("system-search") or pb.image = "system-search" but seems it doesn't work. However, if I do iw = new IconWidget() iw.setI

Strange ampersand in Plasma tooltips

2010-03-01 Thread Mark Kretschmann
Heya, I'm having a weird issue here, and I wonder if it's just me, or if it's maybe a bug in Plasma: Many of the tooltips of the Plasma::IconWidget buttons we use in Amarok (like in the toolbar and in applets) contain weird ampersand characters, that is "&". I assume they come from keyboard short

Re: Strange ampersand in Plasma tooltips

2010-03-01 Thread Mark Kretschmann
On Mon, Mar 1, 2010 at 8:32 AM, Mark Kretschmann wrote: > Attaching a screenshot of this issue. Erm. Somehow the attachment didn't work, trying again, sorry :) I've also made the file accessible here: http://mark.kollide.net/ampersand_in_tooltips.png -- Mark Kretschmann Amarok Developer, Sof

Re: [PATCH] Support for PopupApplets in Python

2010-03-01 Thread Richard Dale
On Sun, Feb 28, 2010 at 8:26 PM, Simon Edwards wrote: > Richard Dale wrote: >> On Sat, Feb 27, 2010 at 4:42 PM, Luca Beltrame >> wrote: >>> In data sabato 27 febbraio 2010 15:13:23, Petri Damstén ha scritto: Python popup applet with extenders: http://websvn.kde.org/trunk/KDE/kdeexample