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: more task-refactor issues

2008-10-05 Thread Aaron J. Seigo
On Sunday 05 October 2008, Christian Mollekopf wrote: > > > The popupMenu seems quite convenient to me. Unfortuantely i wasn't able > > > to implement a BasicMenu on rightclick on a popupmenu entry but this > > > should be ready with the "fancy way" as marco pointed out. > > > > when the user right

RE: more task-refactor issues

2008-10-05 Thread Christian Mollekopf
> From: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: more task-refactor issues > Date: Sun, 5 Oct 2008 15:23:21 -0600 > > On Sunday 05 October 2008, Christian Mollekopf wrote: > > Multiple Row Support > > > > The multipleRow support currently works like this that you can set a > >

Re: more task-refactor issues

2008-10-05 Thread Aaron J. Seigo
On Sunday 05 October 2008, Christian Mollekopf wrote: > Yes you're right. Now that i think of it again, the user actually defined > how many rows he want so the taskbar is full when all rows are full the user shouldn't need to define how many rows. it should adjust upwars as it makes sense. basi

RE: more task-refactor issues

2008-10-05 Thread Christian Mollekopf
> From: [EMAIL PROTECTED] > To: plasma-devel@kde.org > Subject: Re: more task-refactor issues > Date: Sun, 5 Oct 2008 22:58:02 +0200 > > On Sunday 05 October 2008, Christian Mollekopf wrote: > > Hi, > > > > i've done some work on the tasks-refactor widget > > and implemented multiple row support.

Re: more task-refactor issues

2008-10-05 Thread Aaron J. Seigo
On Sunday 05 October 2008, Christian Mollekopf wrote: > Multiple Row Support > > The multipleRow support currently works like this that you can set a i agree with Marco's input on this. > Only Group when full (library) > > -Should a taskbar be considered as full (for the group only when full > op

Re: more task-refactor issues

2008-10-05 Thread Marco Martin
On Sunday 05 October 2008, Christian Mollekopf wrote: > Hi, > > i've done some work on the tasks-refactor widget > and implemented multiple row support. > > To bring it to a usable state i would like to discuss some things again: > > Multiple Row Support > > The multipleRow support currently works

more task-refactor issues

2008-10-05 Thread Christian Mollekopf
Hi, i've done some work on the tasks-refactor widget and implemented multiple row support. To bring it to a usable state i would like to discuss some things again: Multiple Row Support The multipleRow support currently works like this that you can set a maximum number of rows. A row is conside

Re: Review Request: ability to resize Plasma::Dialogs with graphicswidgets inside

2008-10-05 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/210/#review216 --- Ship it! still a few more issues to track down it seems, but this

Re: Review Request: style tabbar scroll buttons

2008-10-05 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/209/#review215 --- Ship it! - Aaron On 2008-10-04 10:49:52, Marco Martin wrote: >

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

Re: Review Request: ability to resize Plasma::Dialogs with graphicswidgets inside

2008-10-05 Thread Marco Martin
> On 2008-10-05 08:49:08, Alessandro Diaferia wrote: > > I found some weirdness: when resizing the dialog showing a qgw to a huge > > size could happen that (if any) another qgw in another popupapplet appears > > in the same view. i added this to solve this little issue while trying to > > fix

Re: Review Request: ability to resize Plasma::Dialogs with graphicswidgets inside

2008-10-05 Thread Alessandro Diaferia
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/210/#review213 --- I found some weirdness: when resizing the dialog showing a qgw to

playground/base/plasma/applets/systray-refactor

2008-10-05 Thread Jason Stubbs
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 to be coming from Plasma::Containment and is causing everyth