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