Re: Review Request: Move desktop layout ownership to KWin

2011-07-31 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102073/#review5274 --- This review has been submitted with commit 4bf7761307a2453a63d9

Re: WE vs Taskbar ghost entries bug

2011-07-31 Thread Alex Fiestas
On 07/31/2011 09:14 AM, Aaron J. Seigo wrote: > On Sunday, July 31, 2011 06:51:52 Alex Fiestas wrote: >> Part of the problem can be that some TaskItem are neither task orstartupTask >> for example at TaskItem::winIds I added aif(!d->startupTask) within the !d- >> task block and the "ghost entries"h

Re: WE vs Taskbar ghost entries bug

2011-07-31 Thread karan pratap singh
On Sun, Jul 31, 2011 at 10:21 AM, Alex Fiestas wrote: > Hi there! > > After releasing bluedevil 1.2 I didn't have anything else to do for the > night so I have been doing some bug busting with our favorite bug, the > Ghost Entries, and I think that I got something. > > I observation I made--- Wh

Re: Review Request: Correctly display popups when using multiple screens

2011-07-31 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102118/#review5261 --- This review has been submitted with commit b296f1199b6c10d03ebd

Re: Review Request: Correctly display popups when using multiple screens

2011-07-31 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102118/#review5260 --- This review has been submitted with commit c50f180f29a5d46093e0

Re: Review Request: Move desktop layout ownership to KWin

2011-07-31 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102073/#review5250 --- Ship it! beautiful! while a change from the netwem spec, i agre

Re: Review Request: Correctly display popups when using multiple screens

2011-07-31 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102118/#review5249 --- Ship it! good catch; yes, the problem there was indeed that it

Re: Review Request: Plasmate:mainwindow::closeProject() works correctly

2011-07-31 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102078/#review5248 --- Ship it! - Aaron J. On July 24, 2011, 8:58 p.m., Giorgos Tsia

Re: WE vs Taskbar ghost entries bug

2011-07-31 Thread Aaron J. Seigo
On Sunday, July 31, 2011 06:51:52 Alex Fiestas wrote: > Part of the problem can be that some TaskItem are neither task orstartupTask > for example at TaskItem::winIds I added aif(!d->startupTask) within the !d- >task block and the "ghost entries"had both (task and startupTask) at null. i looked at