Re: Review Request 123712: BasicIndexingJob::typesForMimeType now uses an initializer_list for typeMapper

2015-05-10 Thread John Freeman
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123712/ --- (Updated May 11, 2015, 6:49 a.m.) Review request for Baloo. Changes ---

Moving a Bug to Proper Product

2015-05-10 Thread Jacky Alcine
Bug 346481 refers to a general level bug that potentially affects all applications rendered by KWin but is currently labeled under the Kdenlive project. Can we have someone move this to that product? Or is there another approach that'd recommended, like opening a bug under Kwin and referencing

Re: kbuildsycoca5 crashing

2015-05-10 Thread Jeremy Whiting
It sure isn't. I've also tried nuking ~/.cache/ksycoca5* and such. Same result. ~/.cache is owned by me and has decent permissions also. On Sun, May 10, 2015 at 6:21 AM, Bhushan Shah wrote: > On Sun, May 10, 2015 at 5:43 PM, Jeremy Whiting wrote: >> Somehow kbuildsycoca5 is crashing here lately.

Re: kbuildsycoca5 crashing

2015-05-10 Thread Bhushan Shah
On Sun, May 10, 2015 at 5:43 PM, Jeremy Whiting wrote: > Somehow kbuildsycoca5 is crashing here lately. I nuked my whole kde > prefix (/usr/local) and rebuilt with packaged qt from my distro > (arch). But kbuildsycoca5 is crashing every time I run it with some > issue in QByteArray. Has anyone see

kbuildsycoca5 crashing

2015-05-10 Thread Jeremy Whiting
Hey all, Somehow kbuildsycoca5 is crashing here lately. I nuked my whole kde prefix (/usr/local) and rebuilt with packaged qt from my distro (arch). But kbuildsycoca5 is crashing every time I run it with some issue in QByteArray. Has anyone seen this lately/before or know how I can get past it? On

Re: Interested in contributing

2015-05-10 Thread Dominik Haumann
Hi John, On Thursday 07 May 2015 19:09:33 John Freeman wrote: > Some interesting projects I’ve looked into are Baloo and Kate. [...] if you are interested in Kate development, you should join the Kate mailing list: https://mail.kde.org/mailman/listinfo/kwrite-devel There is always very interesti

Re: Review Request 123712: BasicIndexingJob::typesForMimeType now uses an initializer_list for typeMapper

2015-05-10 Thread Vishesh Handa
> On May 10, 2015, 9:55 a.m., Vishesh Handa wrote: > > src/file/basicindexingjob.cpp, line 156 > > > > > > Just do - > > > > static QMultiHash = { ... }; static QMultiHash typeMapper = { ... }; - Vish

Re: Review Request 123712: BasicIndexingJob::typesForMimeType now uses an initializer_list for typeMapper

2015-05-10 Thread Vishesh Handa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123712/#review80154 --- John, this is great. However you'll need to split it up into 2