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