Build failed in Jenkins: plasma-framework_master_qt5 #763

2013-09-21 Thread KDE CI System
See Changes: [scripty] SVN_SILENT made messages (.desktop file) -- [...truncated 26 lines...] kdelibs - Branch frameworks strigiclient - Branch master extra-cmake-modules - B

Re: Review Request 112808: Port away from KDirWatch in KEmoticons (prior to splitting)

2013-09-21 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112808/ --- (Updated Sept. 21, 2013, 8:38 p.m.) Status -- This change has been ma

Re: Review Request 112808: Port away from KDirWatch in KEmoticons (prior to splitting)

2013-09-21 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112808/#review40430 --- This review has been submitted with commit 402e9dc63a1e26b8eb9

Re: Review Request 112874: Allow disabling of QCA plugins during build.

2013-09-21 Thread Ivan Romanov
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112874/#review40429 --- Hi, Uwe. I tried a patch. It works on my system (Fedora 19). B

Re: New test with C++11 and lambda (UDSEntry testcase)

2013-09-21 Thread Mark
On Sat, Sep 21, 2013 at 8:39 PM, Kevin Krammer wrote: > On Saturday, 2013-09-21, Mark wrote: > > Hi, > > > > I've just created a quite complicated testcase for frameworks which uses > > the new signal/slot connection syntax (since Qt 5.0) and uses a lambda as > > slot. The reason i did this is so

Review Request 112874: Allow disabling of QCA plugins during build.

2013-09-21 Thread Uwe L. Korn
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112874/ --- Review request for KDE Frameworks and Ivan Romanov. Description --- A

Re: New test with C++11 and lambda (UDSEntry testcase)

2013-09-21 Thread Kevin Krammer
On Saturday, 2013-09-21, Mark wrote: > Hi, > > I've just created a quite complicated testcase for frameworks which uses > the new signal/slot connection syntax (since Qt 5.0) and uses a lambda as > slot. The reason i did this is so that i can keep then entire testcase > (minus the initialization)

New test with C++11 and lambda (UDSEntry testcase)

2013-09-21 Thread Mark
Hi, I've just created a quite complicated testcase for frameworks which uses the new signal/slot connection syntax (since Qt 5.0) and uses a lambda as slot. The reason i did this is so that i can keep then entire testcase (minus the initialization) contained in one testcase method. Otherwise i wou

Re: Making KDocTools independent of KArchive

2013-09-21 Thread Albert Astals Cid
El Dissabte, 21 de setembre de 2013, a les 11:15:52, Stephen Kelly va escriure: > Albert Astals Cid wrote: > >> No. I'm saying it can store and load .bin files which are processed with > >> q{Unc,C}ompress. > >> > >> There does not seem to be any need or reason for them to be .bz2. > > > > There

Re: Making KDocTools independent of KArchive

2013-09-21 Thread Stephen Kelly
Albert Astals Cid wrote: >> No. I'm saying it can store and load .bin files which are processed with >> q{Unc,C}ompress. >> >> There does not seem to be any need or reason for them to be .bz2. > > There is no need for it to be a .bz2 other than "it is what it does and if > you change it you are g

Re: Making KDocTools independent of KArchive

2013-09-21 Thread Albert Astals Cid
El Dissabte, 21 de setembre de 2013, a les 10:44:35, Albert Astals Cid va escriure: > El Dissabte, 21 de setembre de 2013, a les 10:39:22, Stephen Kelly va > > escriure: > > Albert Astals Cid wrote: > > > El Dissabte, 21 de setembre de 2013, a les 10:25:59, Stephen Kelly va > > > > > > escriure:

Re: Review Request 112808: Port away from KDirWatch in KEmoticons (prior to splitting)

2013-09-21 Thread David Faure
> On Sept. 19, 2013, 7:48 a.m., David Faure wrote: > > staging/kemoticons/src/core/kemoticons.cpp, line 110 > > > > > > This test is already done internally in QFSW, remove it from here. > > Aleix Pol Gonzalez wr

Re: Review Request 112808: Port away from KDirWatch in KEmoticons (prior to splitting)

2013-09-21 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112808/#review40395 --- Ship it! Ship It! - David Faure On Sept. 19, 2013, 8:37 p.m

Re: Making KDocTools independent of KArchive

2013-09-21 Thread Albert Astals Cid
El Dissabte, 21 de setembre de 2013, a les 10:39:22, Stephen Kelly va escriure: > Albert Astals Cid wrote: > > El Dissabte, 21 de setembre de 2013, a les 10:25:59, Stephen Kelly va > > > > escriure: > >> KDocTools depends on KArchive so that it can write cache files. Those > >> files are currentl

Re: Making KDocTools independent of KArchive

2013-09-21 Thread Stephen Kelly
Albert Astals Cid wrote: > El Dissabte, 21 de setembre de 2013, a les 10:25:59, Stephen Kelly va > escriure: >> KDocTools depends on KArchive so that it can write cache files. Those >> files are currently written as .bz2 files, which is why KArchive is >> needed. >> >> However, I can see no reaso

Re: Making KDocTools independent of KArchive

2013-09-21 Thread Albert Astals Cid
El Dissabte, 21 de setembre de 2013, a les 10:25:59, Stephen Kelly va escriure: > KDocTools depends on KArchive so that it can write cache files. Those files > are currently written as .bz2 files, which is why KArchive is needed. > > However, I can see no reason why qCompress and qUncompress woul

Making KDocTools independent of KArchive

2013-09-21 Thread Stephen Kelly
KDocTools depends on KArchive so that it can write cache files. Those files are currently written as .bz2 files, which is why KArchive is needed. However, I can see no reason why qCompress and qUncompress would not do the job just as well. Porting to those would make KDocTools a tier1 framework