playground/base/plasma/applets/systray-refactor/core/fdo

Jason Stubbs jasonbstubbs at gmail.com
Sat Aug 2 13:21:49 CEST 2008


On Saturday 02 August 2008 18:32:43 JST, Urs Wolfer wrote:
> On Saturday 02 August 2008 04:51:07 Jason Stubbs wrote:
> > SVN commit 840874 by jstubbs:
> >
> > Fix hidden icons issue with qt-4.4.1
> >
> >
> >  M  +1 -0      fdographicswidget.cpp
> >
> >
> > ---
> > trunk/playground/base/plasma/applets/systray-refactor/core/fdo/fdographic
> >sw idget.cpp #840873:840874 @@ -89,6 +89,7 @@
> >      if (widget) {
> >          widget->show();
> >          widget->move(parentView->mapFromScene(scenePos()));
> > +        widget->raise();
> >      }
> >  }
>
> If this fix fixes http://bugs.kde.org/show_bug.cgi?id=168007 please
> backport to trunk and 4.1 branch. Thanks.

The code is way too different to just add and commit. I tried sticking raise() 
here on there and performing it both the SystemTrayWidget and each of the 
SystemTrayContainer instances, but couldn't get it to work. I do think that 
it's the same issue though.

    * [207800] Fixed a regression from 4.3 to 4.4 where putting a
      QX11EmbedContainer into a QWidgetStack would case the container
      stay visible permanently.

-- 
Jason Stubbs


More information about the Plasma-devel mailing list