Re: playground/base/plasma/applets/systray-refactor

2008-10-05 Thread Aaron J. Seigo
On Sunday 05 October 2008, Jason Stubbs wrote: > 2008/10/6 Aaron J. Seigo <[EMAIL PROTECTED]>: > > in any case, i just checked and it is > > better in 4.4 and 4.3; i've moved these methods up to Applet as well so > > all applets that don't care about hover (which is, incidently, remarkably > > few

Re: playground/base/plasma/applets/systray-refactor

2008-10-05 Thread Jason Stubbs
2008/10/6 Aaron J. Seigo <[EMAIL PROTECTED]>: > On Sunday 05 October 2008, Jason Stubbs wrote: >> SVN commit 868140 by jstubbs: >> >> Overriding the default hoverEnterEvent and hoverLeaveEvent handlers as they >> call update(), which is not required. >> >> There is still a pointless update when the

Re: playground/base/plasma/applets/systray-refactor

2008-10-05 Thread Aaron J. Seigo
On Sunday 05 October 2008, Jason Stubbs wrote: > SVN commit 868140 by jstubbs: > > Overriding the default hoverEnterEvent and hoverLeaveEvent handlers as they > call update(), which is not required. > > There is still a pointless update when the mouse cursor enters the panel, > though. It appears t

playground/base/plasma/applets/systray-refactor

2008-10-05 Thread Jason Stubbs
everything to repaint. There's an unexplained FIXME that's related to Qt-4.4 that needs to be checked in order to fix this issue. CCMAIL: plasma-devel@kde.org M +0 -7 TODO M +3 -0 ui/applet.h --- trunk/playground/base/plasma/applets/systray-refactor/TODO #868139:868140 @@

Re: playground/base/plasma/applets/systray-refactor/protocols/plasmoid

2008-09-23 Thread Jason Stubbs
Aaron J. Seigo wrote: > On Monday 22 September 2008, Jason Stubbs wrote: >> Hmm.. Actually, asking the Task object for a widget of a certain >> orientation should be enough. eg. task->widget(Qt::Horizontal) > > or Plasma::Horizontal =) I took a look at doing this, but I'm not sure that it's neces

Re: playground/base/plasma/applets/systray-refactor/protocols/plasmoid

2008-09-22 Thread Aaron J. Seigo
On Monday 22 September 2008, Jason Stubbs wrote: > Hmm.. Actually, asking the Task object for a widget of a certain > orientation should be enough. eg. task->widget(Qt::Horizontal) or Plasma::Horizontal =) > > personally, i think it makes more sense to have each tray simply have > > it's own coll

Re: playground/base/plasma/applets/systray-refactor/protocols/plasmoid

2008-09-22 Thread Jason Stubbs
Aaron J. Seigo wrote: > On Saturday 20 September 2008, Sebastian Kügler wrote: The applets should also be told about the formfactor by the systray applet >>> > (I think horizontal makes sense in almost all cases). >>> >>> This will require SystemTray::Task to return something other

Re: playground/base/plasma/applets/systray-refactor/protocols/plasmoid

2008-09-22 Thread Aaron J. Seigo
On Saturday 20 September 2008, Sebastian Kügler wrote: > > > The applets should also be told about the formfactor by the systray > > > applet > > > > > > (I think horizontal makes sense in almost all cases). > > > > This will require SystemTray::Task to return something other than a > > QGraphicsW

Re: playground/base/plasma/applets/systray-refactor/protocols/plasmoid

2008-09-20 Thread Sebastian Kügler
Let's move this to plasma-devel ... On Saturday 20 September 2008 12:41:09 you wrote: > Sebastian Kügler wrote: > > On Friday 19 September 2008 10:19:24 Jason Stubbs wrote: > >> On Fri, Sep 19, 2008 at 11:35 AM, Sebastian Kügler <[EMAIL PROTECTED]> > >> wrote: > >>> +// The applet does ne

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

2008-08-16 Thread Jason Stubbs
ollow up later with a few questions, but if anybody would like to take a look and let me know of issues in advance, I'd greatly appreciate it. CCMAIL: plasma-devel@kde.org M +50 -0 x11embedcontainer.cpp M +3 -0 x11embedcontainer.h --- trunk/playground/base/plasma/app