Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Aaron J. Seigo
On Saturday 22 August 2009, Emdek wrote: And KWin method will work on other platforms? yes, other window managers allow dock windows to get focus. By the way, in fact we use KWin in this method, but not directly. ;-) what would be good is to have both a keyboard shortcut for the user to

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Emdek
On 24-08-2009 at 11:06:06 Aaron J. Seigo ase...@kde.org wrote: By the way, in fact we use KWin in this method, but not directly. ;-) what would be good is to have both a keyboard shortcut for the user to access (which would go into kwin) and a way for widgets to request this same focus

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Marco Martin
On Monday 24 August 2009, Aaron J. Seigo wrote: On Saturday 22 August 2009, Emdek wrote: And KWin method will work on other platforms? yes, other window managers allow dock windows to get focus. By the way, in fact we use KWin in this method, but not directly. ;-) what would be good is

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Aaron J. Seigo
On Monday 24 August 2009, Marco Martin wrote: On Monday 24 August 2009, Aaron J. Seigo wrote: On Saturday 22 August 2009, Emdek wrote: And KWin method will work on other platforms? yes, other window managers allow dock windows to get focus. By the way, in fact we use KWin in this

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Chani
* way for a widget to advertise that it should receive keyboard focus when clicked and have PanelView grab focus in that case neglecting for a while how actually give focus to the panel, api-wise on plasma side could work as this: Applet::addFocusWidget(QGraphicsWidget *) it's

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-24 Thread Marco Martin
On Monday 24 August 2009, Chani wrote: * way for a widget to advertise that it should receive keyboard focus when clicked and have PanelView grab focus in that case neglecting for a while how actually give focus to the panel, api-wise on plasma side could work as this:

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-22 Thread Emdek
On 21-08-2009 at 22:29:17 Marco Martin notm...@gmail.com wrote: On Friday 21 August 2009, Emdek wrote: Hello As we talked yesterday on IRC, on notmart request I'll now describe how works (to allow to discuss that on Tokamak) this quite simply hack, workaround, only sensible method (;-)) or

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-22 Thread Emdek
On 21-08-2009 at 22:42:19 Chani chan...@gmail.com wrote: On August 21, 2009 13:29:17 Marco Martin wrote: On Friday 21 August 2009, Emdek wrote: Hello As we talked yesterday on IRC, on notmart request I'll now describe how works (to allow to discuss that on Tokamak) this quite simply

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-21 Thread Marco Martin
On Friday 21 August 2009, Emdek wrote: Hello As we talked yesterday on IRC, on notmart request I'll now describe how works (to allow to discuss that on Tokamak) this quite simply hack, workaround, only sensible method (;-)) or name it whatever you like. as i said it's kinda brutal, the

Re: Working method for focusing widgets in panels and keyboard navigation for Tasks applet

2009-08-21 Thread Chani
On August 21, 2009 13:29:17 Marco Martin wrote: On Friday 21 August 2009, Emdek wrote: Hello As we talked yesterday on IRC, on notmart request I'll now describe how works (to allow to discuss that on Tokamak) this quite simply hack, workaround, only sensible method (;-)) or name it