Re: QGraphicsWidget::geometryChanged problem in 4.7

2010-08-12 Thread Alexis Ménard
On Wed, Aug 11, 2010 at 8:22 PM, Aaron J. Seigo wrote: > On August 11, 2010, Alexis Ménard wrote: >> On Wed, Aug 11, 2010 at 12:21 AM, Aaron J. Seigo wrote: >> > On August 10, 2010, you wrote: >> > > > do you agree that this should get fixed in Qt? >> > > >> > > Obviously. Will do tomorrow ASAP a

Re: QGraphicsWidget::geometryChanged problem in 4.7

2010-08-11 Thread Aaron J. Seigo
On August 11, 2010, Alexis Ménard wrote: > On Wed, Aug 11, 2010 at 12:21 AM, Aaron J. Seigo wrote: > > On August 10, 2010, you wrote: > > > > do you agree that this should get fixed in Qt? > > > > > > Obviously. Will do tomorrow ASAP and ask integration in 4.7.0 > > Here is the report : http://b

Re: QGraphicsWidget::geometryChanged problem in 4.7

2010-08-11 Thread Alexis Ménard
On Wed, Aug 11, 2010 at 12:21 AM, Aaron J. Seigo wrote: > On August 10, 2010, you wrote: > > > do you agree that this should get fixed in Qt? > > > > Obviously. Will do tomorrow ASAP and ask integration in 4.7.0 > Here is the report : http://bugreports.qt.nokia.com/browse/QTBUG-12813 I already

Re: QGraphicsWidget::geometryChanged problem in 4.7

2010-08-10 Thread Aaron J. Seigo
On August 10, 2010, you wrote: > > do you agree that this should get fixed in Qt? > > Obviously. Will do tomorrow ASAP and ask integration in 4.7.0 awesome :) thanks x 1000. > > and then i just need to > > > > figure out how to make it so that we don't get these errors: > > QMetaObject::index

Re: QGraphicsWidget::geometryChanged problem in 4.7

2010-08-10 Thread Alexis Ménard
On Tue, Aug 10, 2010 at 11:49 PM, Marco Martin wrote: > On Tuesday 10 August 2010, Alexis Ménard wrote: > > > > figure out how to make it so that we don't get these errors: > > > QMetaObject::indexOfSignal: signal geometryChanged() from > QGraphicsWidget > > > > > > redefined in Plasma::Applet

Re: QGraphicsWidget::geometryChanged problem in 4.7

2010-08-10 Thread Marco Martin
On Tuesday 10 August 2010, Alexis Ménard wrote: > > figure out how to make it so that we don't get these errors: > > QMetaObject::indexOfSignal: signal geometryChanged() from QGraphicsWidget > > > > redefined in Plasma::Applet > > Well if you compile it out it should work right? With 4.7 and a

Re: QGraphicsWidget::geometryChanged problem in 4.7

2010-08-10 Thread Alexis Ménard
On Tue, Aug 10, 2010 at 11:24 PM, Aaron J. Seigo wrote: > hi Alexis ... > Hi, > > QGraphicsWidget now has a geometryChanged signal in 4.7. Plasma::Applet > also > has one. which means we'll need to conditionally compile it out in > libplasma. so far, not a huge deal. > mmm, I didn't see it.

QGraphicsWidget::geometryChanged problem in 4.7

2010-08-10 Thread Aaron J. Seigo
hi Alexis ... QGraphicsWidget now has a geometryChanged signal in 4.7. Plasma::Applet also has one. which means we'll need to conditionally compile it out in libplasma. so far, not a huge deal. but there are two problems with QGraphicsWidget::geometryChanged: 0) it is called before resizeEvent