Re: [RFC] Change default bugzilla status to unconfirmed for all newly added bugs

2012-09-03 Thread Martin Klapetek
On Sun, Sep 2, 2012 at 11:07 PM, David Edmundson da...@davidedmundson.co.uk wrote: However, when a KDE developer files a bug this step is skipped and the bug is automatically marked as NEW. I may be wrong (and please correct me if so), but the bugs are marked as NEW if you file it with the

Re: [RFC] Change default bugzilla status to unconfirmed for all newly added bugs

2012-09-03 Thread David Edmundson
On Mon, Sep 3, 2012 at 7:50 AM, Martin Klapetek martin.klape...@gmail.com wrote: On Sun, Sep 2, 2012 at 11:07 PM, David Edmundson da...@davidedmundson.co.uk wrote: However, when a KDE developer files a bug this step is skipped and the bug is automatically marked as NEW. I may be wrong

Re: Review Request: Implementation of KParts listing filter extension for Dolphin

2012-09-03 Thread Frank Reininghaus
On Sept. 1, 2012, 12:03 p.m., Frank Reininghaus wrote: First of all, thanks for the patch! I was not aware of any constant breakage of the Konqueror directory filtering plugin once Konqueror was switched to use Dolphin's part for filemanagement, and I think neither was Peter.

Fwd: KActivities library optimizations

2012-09-03 Thread Ivan Čukić
Hi, The latest master of libkactivities caches and pre-fetches some stuff like the currentActivity, list of activities, list of running activities, activity names and icons, to minimise the amount of d-bus related locks*. What do you think of the idea to go one step further, and instead of

Re: Review Request: Hide empty additional information lines in icons view mode

2012-09-03 Thread Todd Jennings
On Sept. 3, 2012, 11:46 a.m., Frank Reininghaus wrote: Thanks, looks good from my point of view! I can't test it at the moment, but you can commit this the the 4.9 branch. There are a couple of weeks to go before 4.9.2 is tagged anyway, and I (and hopefully, more users of the 4.9

Re: [RFC] Change default bugzilla status to unconfirmed for all newly added bugs

2012-09-03 Thread Thomas Lübking
Am 02.09.2012, 23:07 Uhr, schrieb David Edmundson da...@davidedmundson.co.uk: I am proposing changing the default state of all newly added bugs to UNCONFIRMED regardless of who the reporter is. No idea how you do it, but if you do it, that would certainly be much appreciated from my side.

Re: Review Request: Implementation of KParts listing filter extension for Dolphin

2012-09-03 Thread Dawit Alemayehu
On Sept. 1, 2012, 12:03 p.m., Frank Reininghaus wrote: First of all, thanks for the patch! I was not aware of any constant breakage of the Konqueror directory filtering plugin once Konqueror was switched to use Dolphin's part for filemanagement, and I think neither was Peter.

Re: Fwd: KActivities library optimizations

2012-09-03 Thread Michael Pyne
On Monday, September 03, 2012 13:31:47 Ivan Čukić wrote: Hi, The latest master of libkactivities caches and pre-fetches some stuff like the currentActivity, list of activities, list of running activities, activity names and icons, to minimise the amount of d-bus related locks*. What do you

Re: Fwd: KActivities library optimizations

2012-09-03 Thread Ivan Čukić
It adds a lot of things you'd need to be careful about (e.g. how to ensure the data is still in shared memory between when the signal is sent and when the DBus slots are finally called and processed, naming the key for the memory segment, etc.), but the idea is sound. The idea is to keep the

call for presentations: Qt Developer Conference

2012-09-03 Thread Lydia Pintscher
Heya folks :) The call for presentations for this year's Qt Developer Conference is published. It is important to have KDE represented there in the talk program. If you have something interesting to talk about please do submit something. The deadline is September 23rd. If you need feedback on

Re: Review Request: Implementation of KParts listing filter extension for Dolphin

2012-09-03 Thread Dawit Alemayehu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106289/ --- (Updated Sept. 3, 2012, 9:03 p.m.) Review request for Dolphin and KDE

Re: Review Request: Add spinlocks lock type, based on GCC intrisincs

2012-09-03 Thread Michael Pyne
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106224/#review18472 --- OK, I've committed a spinlock implementation that should work

Re: Review Request: Move checks for locking primitives in KSharedDataCache to CMake

2012-09-03 Thread Michael Pyne
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106174/#review18473 --- I think I've figured out the issue with the missing files. The