Re: Jenkins-kde-ci: kdbusaddons master kf5-qt5 » Linux, gcc - Build # 11 - Still Unstable!

2016-04-22 Thread Ben Cooksley
On Sat, Apr 23, 2016 at 1:04 PM, Daniel Vrátil  wrote:
> On Saturday, April 23, 2016 1:44:16 AM CEST Ben Cooksley wrote:
>> On Fri, Apr 22, 2016 at 11:11 PM, David Faure  wrote:
>> > On Thursday 21 April 2016 14:57:52 no-re...@kde.org wrote:
>> >> GENERAL INFO
>> >>
>> >> BUILD UNSTABLE
>> >> Build URL:
>> >> https://build.kde.org/job/kdbusaddons%20master%20kf5-qt5/PLATFORM=Linux,
>> >> compiler=gcc/11/>
>> > Wow, ASAN detected a real bug in Qt here.
>> >
>> > Fixed in https://codereview.qt-project.org/156728
>>
>> As this issue essentially breaks any test on the CI system that
>> depends on Qt I suggest all developers affected by this indicate this
>> on the relevant reviews.
>
> Hey guys,

Hi David,

>
> any chance to get this patch into our Qt build on the CI since it has been
> integrated upstream now? As it affects all tests that interact with DBus it
> would be nice to resolve this on the CI.

We'll need upstream to update qt5.git (I think that's still required
for changes to fully flow through) I think.
We could try to hack the patch in, but then we'll end up having to
undo that in a few weeks time.

>
> Thanks
> Dan
>

Cheers,
Ben

>>
>> Cheers,
>> Ben
>>
>> > --
>> > David Faure, fa...@kde.org, http://www.davidfaure.fr
>> > Working on KDE Frameworks 5
>> >
>> > ___
>> > Kde-frameworks-devel mailing list
>> > Kde-frameworks-devel@kde.org
>> > https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
>>
>> ___
>> Kde-frameworks-devel mailing list
>> Kde-frameworks-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
>
>
> --
> Daniel Vrátil
> www.dvratil.cz | dvra...@kde.org
> IRC: dvratil on Freenode (#kde, #kontact, #akonadi, #fedora-kde)
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Jenkins-kde-ci: kdbusaddons master kf5-qt5 » Linux, gcc - Build # 11 - Still Unstable!

2016-04-22 Thread Daniel Vrátil
On Saturday, April 23, 2016 1:44:16 AM CEST Ben Cooksley wrote:
> On Fri, Apr 22, 2016 at 11:11 PM, David Faure  wrote:
> > On Thursday 21 April 2016 14:57:52 no-re...@kde.org wrote:
> >> GENERAL INFO
> >> 
> >> BUILD UNSTABLE
> >> Build URL:
> >> https://build.kde.org/job/kdbusaddons%20master%20kf5-qt5/PLATFORM=Linux,
> >> compiler=gcc/11/> 
> > Wow, ASAN detected a real bug in Qt here.
> > 
> > Fixed in https://codereview.qt-project.org/156728
> 
> As this issue essentially breaks any test on the CI system that
> depends on Qt I suggest all developers affected by this indicate this
> on the relevant reviews.

Hey guys,

any chance to get this patch into our Qt build on the CI since it has been 
integrated upstream now? As it affects all tests that interact with DBus it 
would be nice to resolve this on the CI.

Thanks
Dan

> 
> Cheers,
> Ben
> 
> > --
> > David Faure, fa...@kde.org, http://www.davidfaure.fr
> > Working on KDE Frameworks 5
> > 
> > ___
> > Kde-frameworks-devel mailing list
> > Kde-frameworks-devel@kde.org
> > https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
> 
> ___
> Kde-frameworks-devel mailing list
> Kde-frameworks-devel@kde.org
> https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


-- 
Daniel Vrátil
www.dvratil.cz | dvra...@kde.org
IRC: dvratil on Freenode (#kde, #kontact, #akonadi, #fedora-kde)

signature.asc
Description: This is a digitally signed message part.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KService/sycoca assert in tests on CI

2016-04-22 Thread Scarlett Clark
Thanks Dan for bringing this up. I have been banging my head on it for
awhile.
Scarlett

On Fri, Apr 22, 2016 at 3:51 PM, Daniel Vrátil  wrote:

> Hi guys,
>
> some KDE PIM unit tests are failing on the CI due to an assert in ksycoca,
> for
> example here: [0]
>
> QWARN  : TestBlogger1::testNetwork() kf5.kservice.sycoca: ERROR: KSycoca
> database corruption!
> QWARN  : TestBlogger1::testNetwork() kf5.kservice.sycoca: ERROR: KSycoca
> database corruption!
> QWARN  : TestBlogger1::testNetwork() kf5.kservice.sycoca: ERROR: KSycoca
> database corruption!
> QWARN  : TestBlogger1::testNetwork() kf5.kservice.sycoca: ERROR: KSycoca
> database corruption!
> QDEBUG : TestBlogger1::testNetwork() Recreating ksycoca file ("/home/
> jenkins/.qttest/cache/ksycoca5_C_446ImL1tUTkflcd3IPkQK3mGYhc=", version
> 303)
> QDEBUG : TestBlogger1::testNetwork() Menu "applications-kmenuedit.menu" not
> found.
> QDEBUG : TestBlogger1::testNetwork() Saving
> QWARN  : TestBlogger1::testNetwork() kf5.kservice.sycoca: ERROR: KSycoca
> database corruption!
> QFATAL : TestBlogger1::testNetwork() ASSERT: "!dirs.isEmpty()" in file
> /home/
> jenkins/sources/kservice/stable-kf5-qt5/src/sycoca/ksycoca.cpp, line 626
>
> It works locally, so it's possible it's something on the CI, altought we've
> been seeing this problem for quite a while (even before switch to Docker).
> Any
> ideas what's going on there? Is it a problem on the CI side, our side or
> maybe
> something in sycoca?
>
> Thanks
> Dan
>
>
> [0] https://build.kde.org/view/KDE-PIM/job/kblog
> %20Applications-16.04%20stable-kf5-qt5/7/PLATFORM=Linux,compiler=gcc/
> testReport/junit/%28root%29/TestSuite/kblog_testblogger1/
>
>
> --
> Daniel Vrátil
> www.dvratil.cz | dvra...@kde.org
> IRC: dvratil on Freenode (#kde, #kontact, #akonadi, #fedora-kde)
> ___
> Kde-frameworks-devel mailing list
> Kde-frameworks-devel@kde.org
> https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
>
>
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


KService/sycoca assert in tests on CI

2016-04-22 Thread Daniel Vrátil
Hi guys,

some KDE PIM unit tests are failing on the CI due to an assert in ksycoca, for 
example here: [0]

QWARN  : TestBlogger1::testNetwork() kf5.kservice.sycoca: ERROR: KSycoca 
database corruption!
QWARN  : TestBlogger1::testNetwork() kf5.kservice.sycoca: ERROR: KSycoca 
database corruption!
QWARN  : TestBlogger1::testNetwork() kf5.kservice.sycoca: ERROR: KSycoca 
database corruption!
QWARN  : TestBlogger1::testNetwork() kf5.kservice.sycoca: ERROR: KSycoca 
database corruption!
QDEBUG : TestBlogger1::testNetwork() Recreating ksycoca file ("/home/
jenkins/.qttest/cache/ksycoca5_C_446ImL1tUTkflcd3IPkQK3mGYhc=", version 303)
QDEBUG : TestBlogger1::testNetwork() Menu "applications-kmenuedit.menu" not 
found.
QDEBUG : TestBlogger1::testNetwork() Saving
QWARN  : TestBlogger1::testNetwork() kf5.kservice.sycoca: ERROR: KSycoca 
database corruption!
QFATAL : TestBlogger1::testNetwork() ASSERT: "!dirs.isEmpty()" in file /home/
jenkins/sources/kservice/stable-kf5-qt5/src/sycoca/ksycoca.cpp, line 626

It works locally, so it's possible it's something on the CI, altought we've 
been seeing this problem for quite a while (even before switch to Docker). Any 
ideas what's going on there? Is it a problem on the CI side, our side or maybe 
something in sycoca?

Thanks
Dan


[0] https://build.kde.org/view/KDE-PIM/job/kblog
%20Applications-16.04%20stable-kf5-qt5/7/PLATFORM=Linux,compiler=gcc/
testReport/junit/%28root%29/TestSuite/kblog_testblogger1/


-- 
Daniel Vrátil
www.dvratil.cz | dvra...@kde.org
IRC: dvratil on Freenode (#kde, #kontact, #akonadi, #fedora-kde)

signature.asc
Description: This is a digitally signed message part.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: [KIO] cookie service and installing in a parallel prefix (/opt/local)

2016-04-22 Thread René J . V . Bertin
On Friday April 22 2016 23:33:27 René J.V. Bertin wrote:

> Looks like I'm going to have to add output to kio_http and see if the error 
> message doesn't come from an error==ENOENT returned from a failed function 
> call. Seems like something that's going to be fun ...

Looking at when http.cpp returns ERR_DOES_NOT_EXIST I had a hunch and turned 
off the web cache. Lo and behold, pages started to load, so the error must be 
in the caching .

I keep getting a crash on exist though:

frame #3: 0x00010ca5bde9 
libKF5Crash.5.dylib`KCrash::defaultCrashHandler(sig=) + 1049 at 
kcrash.cpp:527
frame #4: 0x7fff8b9645aa libsystem_platform.dylib`_sigtramp + 26
frame #5: 0x00010dc6db50 QtCore`QCache::insert(this=0x7f85eb6f3090, akey=, 
aobject=, acost=) + 368 at qcache.h:173
frame #6: 0x00010dc6c6d8 QtCore`setNativeLocks(QString const&, int) 
[inlined] QStringBuilder::operator 
QString(fn=0x7f85eb41a500, a=0x7f85eb41a3b0, b=0x7f85eb44e350, 
rc=) const + 218 at qlockfile_unix.cpp:142
frame #7: 0x00010dc6c5fe QtCore`setNativeLocks(fileName=, 
fd=7) + 126 at qlockfile_unix.cpp:160
frame #8: 0x00010dc6be24 
QtCore`QLockFilePrivate::tryLock_sys(this=0x7f85edbd1030) + 612 at 
qlockfile_unix.cpp:190
frame #9: 0x00010dc11870 QtCore`QLockFile::tryLock(this=, 
timeout=-1) + 112 at qlockfile.cpp:212
frame #10: 0x00010c3c0474 
libKF5ConfigCore.5.dylib`KConfigIniBackend::lock(this=0x7f85eb59eb20) + 260 
at kconfigini.cpp:635
frame #11: 0x00010c3a9a13 libKF5ConfigCore.5.dylib`KConfig::sync() 
[inlined] KConfigPrivate::lockLocal(this=) + 275 at kconfig.cpp:109
frame #12: 0x00010c3a9a01 
libKF5ConfigCore.5.dylib`KConfig::sync(this=) + 257 at 
kconfig.cpp:420
frame #13: 0x00010c3a8838 libKF5ConfigCore.5.dylib`KConfig::~KConfig() 
[inlined] KConfig::~KConfig(this=0x7f85eb52b310) + 46 at kconfig.cpp:272
frame #14: 0x00010c3a880a 
libKF5ConfigCore.5.dylib`KConfig::~KConfig(this=0x7f85eb52b310) + 10 at 
kconfig.cpp:269
frame #15: 0x00010bc4aecb 
libKF5KIOCore.5.dylib`KIO::FavIconsCache::~FavIconsCache() [inlined] 
KIO::FavIconsCachePrivate::~FavIconsCachePrivate(this=0x7f85eb52b300) + 118 
at faviconscache.cpp:78
frame #16: 0x00010bc4ae55 
libKF5KIOCore.5.dylib`KIO::FavIconsCache::~FavIconsCache() [inlined] 
KIO::FavIconsCachePrivate::~FavIconsCachePrivate(this=0x7f85eb52b300) at 
faviconscache.cpp:78
frame #17: 0x00010bc4ae55 
libKF5KIOCore.5.dylib`KIO::FavIconsCache::~FavIconsCache(this=0x00010bc83920)
 + 37 at faviconscache.cpp:117
frame #18: 0x7fff80fb37b5 libsystem_c.dylib`__cxa_finalize + 177
frame #19: 0x7fff80fb3a60 libsystem_c.dylib`exit + 22
frame #20: 0x7fff8ad2e604 libdyld.dylib`start + 8

If it were me I'd just disable support for favicons completely but that is 
apparently not foreseen ...

R.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 127714: Enable ICO and EXE thumbnails again.

2016-04-22 Thread Hannah von Reth

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127714/#review94773
---


Ship it!




Ship It!

- Hannah von Reth


On April 22, 2016, 7:55 nachm., Andrius da Costa Ribas wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/127714/
> ---
> 
> (Updated April 22, 2016, 7:55 nachm.)
> 
> 
> Review request for KDE Frameworks and kdewin.
> 
> 
> Repository: kio-extras
> 
> 
> Description
> ---
> 
> These had been disabled when moving into frameworks.
> 
> 
> Diffs
> -
> 
>   thumbnail/CMakeLists.txt 6a6ecc7 
>   thumbnail/windowsexecreator.cpp f823597 
>   thumbnail/windowsimagecreator.cpp cb110f3 
> 
> Diff: https://git.reviewboard.kde.org/r/127714/diff/
> 
> 
> Testing
> ---
> 
> Tested using MSVC 2015 64bit.
> 
> Also, faked a non-win32 setup to ensure the icoutils version is also working 
> (with wrestool binary from (**aaargh!!**) cygwin).
> 
> 
> File Attachments
> 
> 
> Native Version
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/04/22/62d1333b-5f3f-44e9-8e16-5761d73f590f__dolphin_winico2.png
> Icoutils Version
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/04/22/433e0df6-b9ff-4687-b555-9f7163b7433f__dolphin_wresico2.png
> 
> 
> Thanks,
> 
> Andrius da Costa Ribas
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: [KIO] cookie service and installing in a parallel prefix (/opt/local)

2016-04-22 Thread René J . V . Bertin
On Friday April 22 2016 21:28:56 David Faure wrote:

> Yep. A qt5/kf5 based konqueror isn't released yet, so who would need this 
> yet...

There's a frameworks branch in kde-baseapps that provides "konqueror5", which 
isn't missing too much from what I can see ...

> (dunno about rekonq).

I only

> And only KHTML and QWebkit have KIO integration, QWebEngine doesn't ...
> the browser situation is going downhill :(

I found some mention of a QWebEngine port of kwebkitpart on the webkit ML, but 
not the branch mentioned in that post. Maybe KIO integration is going to be 
included at that level (?)
Or else QtWebKit could become KWebKit now that Qt have ejected it ... could be 
a very good way to attract interest from a wider audience to KF5 ;)

> Set it before starting kdeinit5, and watch kdeinit5 output.
> 
> (or export KDE_FORK_SLAVES=1 to get the kioslave started here rather than by 
> kdeinit5)

Doesn't really tell me much more except that the http kioslave is started:

kf5.kinit.klauncher: KLauncher: launching new slave 
"/opt/local/libexec/kde5/kf5/kioslave" with protocol= "http" args= 
("opt/local/share/qt5/plugins/kf5/kio/http.so", "http", 
"local:/var/folders/j1/1439ppj08xj8h6006s6drbq0gs/T/runtime-bertin/klauncherL41926.1.slave-socket",
 
"local:/var/folders/j1/1439ppj08xj8h6006s6drbq0gs/T/runtime-bertin/kioclientJ41927.2.slave-socket")
kf5.kinit.klauncher: "/opt/local/libexec/kde5/kf5/kioslave" (pid 41930) up and 
running.

Looks like I'm going to have to add output to kio_http and see if the error 
message doesn't come from an error==ENOENT returned from a failed function 
call. Seems like something that's going to be fun ...

R.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kio master stable-kf5-qt5 » Linux,gcc - Build # 33 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/33/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 21:14:51 +
Build duration: 4 min 21 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 49 test(s), Skipped: 0 test(s), Total: 
50 test(s)Failed: TestSuite.kiowidgets-kurifiltertest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 21/21 (100%)FILES 260/338 (77%)CLASSES 260/338 (77%)LINE 26652/50545 
(53%)CONDITIONAL 14806/37245 (40%)

By packages
  
autotests
FILES 65/65 (100%)CLASSES 65/65 (100%)LINE 7463/7776 
(96%)CONDITIONAL 4113/8020 (51%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 529/530 
(100%)CONDITIONAL 200/336 (60%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 179/198 (90%)CONDITIONAL 
60/90 (67%)
src.core
FILES 95/117 (81%)CLASSES 95/117 (81%)LINE 7662/14047 
(55%)CONDITIONAL 4144/8917 (46%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 20/36 (56%)CLASSES 20/36 (56%)LINE 2258/7554 
(30%)CONDITIONAL 911/4395 (21%)
src.gui
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 104/110 (95%)CONDITIONAL 
46/72 (64%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 428/833 (51%)CONDITIONAL 
318/719 (44%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 1762/3781 
(47%)CONDITIONAL 1258/3434 (37%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 620/781 (79%)CONDITIONAL 
602/831 (72%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 713/1155 (62%)CONDITIONAL 
375/753 (50%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 685/762 (90%)CONDITIONAL 
433/912 (47%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/27 (52%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 359/385 (93%)CONDITIONAL 
102/138 (74%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 382/594 (64%)CONDITIONAL 
284/580 (49%)
src.kpasswdserver.autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 283/286 (99%)CONDITIONAL 
146/256 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 31/34 (91%)CONDITIONAL 
42/54 (78%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 240/725 (33%)CONDITIONAL 
146/542 (27%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/22 (64%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 220/249 (88%)CONDITIONAL 
298/378 (79%)
src.widgets
FILES 29/62 (47%)CLASSES 29/62 (47%)LINE 2666/10599 
(25%)CONDITIONAL 1306/6780 (19%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: frameworkintegration master kf5-qt5 » Linux,gcc - Build # 38 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/frameworkintegration%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/38/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:58:24 +
Build duration: 5 min 15 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 6 test(s), Skipped: 0 test(s), Total: 7 
test(s)Failed: TestSuite.frameworkintegration-kfiledialogqml_unittest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 3/3 (100%)FILES 19/19 (100%)CLASSES 19/19 (100%)LINE 1140/1717 
(66%)CONDITIONAL 451/1085 (42%)

By packages
  
autotests
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 387/395 (98%)CONDITIONAL 
199/375 (53%)
src.kstyle
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 47/178 (26%)CONDITIONAL 
29/162 (18%)
src.platformtheme
FILES 12/12 (100%)CLASSES 12/12 (100%)LINE 706/1144 
(62%)CONDITIONAL 223/548 (41%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kio master kf5-qt5 » Linux,gcc - Build # 36 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/36/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:47:51 +
Build duration: 8 min 38 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 2 test(s), Passed: 48 test(s), Skipped: 0 test(s), Total: 
50 test(s)Failed: TestSuite.kiofilewidgets-kfileplacesmodeltestFailed: 
TestSuite.kiowidgets-kurifiltertest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 21/21 (100%)FILES 260/338 (77%)CLASSES 260/338 (77%)LINE 26380/50564 
(52%)CONDITIONAL 14473/37269 (39%)

By packages
  
autotests
FILES 65/65 (100%)CLASSES 65/65 (100%)LINE 7220/7795 
(93%)CONDITIONAL 3790/8044 (47%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 529/530 
(100%)CONDITIONAL 200/336 (60%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 179/198 (90%)CONDITIONAL 
60/90 (67%)
src.core
FILES 95/117 (81%)CLASSES 95/117 (81%)LINE 7681/14047 
(55%)CONDITIONAL 4160/8917 (47%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 20/36 (56%)CLASSES 20/36 (56%)LINE 2213/7554 
(29%)CONDITIONAL 886/4395 (20%)
src.gui
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 104/110 (95%)CONDITIONAL 
46/72 (64%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 428/833 (51%)CONDITIONAL 
318/719 (44%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 1762/3781 
(47%)CONDITIONAL 1258/3434 (37%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 620/781 (79%)CONDITIONAL 
602/831 (72%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 713/1155 (62%)CONDITIONAL 
375/753 (50%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 685/762 (90%)CONDITIONAL 
433/912 (47%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/27 (52%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 359/385 (93%)CONDITIONAL 
102/138 (74%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 377/594 (63%)CONDITIONAL 
280/580 (48%)
src.kpasswdserver.autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 283/286 (99%)CONDITIONAL 
146/256 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 31/34 (91%)CONDITIONAL 
42/54 (78%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 240/725 (33%)CONDITIONAL 
146/542 (27%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/22 (64%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 220/249 (88%)CONDITIONAL 
298/378 (79%)
src.widgets
FILES 29/62 (47%)CLASSES 29/62 (47%)LINE 2668/10599 
(25%)CONDITIONAL 1309/6780 (19%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kdelibs4support master kf5-qt5 » Linux,gcc - Build # 19 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kdelibs4support%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/19/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:42:16 +
Build duration: 8 min 31 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 2 test(s), Passed: 37 test(s), Skipped: 0 test(s), Total: 
39 test(s)Failed: TestSuite.kglobalsettingstestFailed: TestSuite.kurltest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 4/7 (57%)FILES 161/269 (60%)CLASSES 161/269 (60%)LINE 21538/42796 
(50%)CONDITIONAL 14494/36438 (40%)

By packages
  
autotests
FILES 64/64 (100%)CLASSES 64/64 (100%)LINE 11390/11775 
(97%)CONDITIONAL 8370/16798 (50%)
src.kdecore
FILES 75/94 (80%)CLASSES 75/94 (80%)LINE 9200/16860 
(55%)CONDITIONAL 5664/11776 (48%)
src.kdeui
FILES 18/70 (26%)CLASSES 18/70 (26%)LINE 932/9832 
(9%)CONDITIONAL 457/5693 (8%)
src.kio
FILES 4/27 (15%)CLASSES 4/27 (15%)LINE 16/2396 (1%)CONDITIONAL 
3/1226 (0%)
src.kparts
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/26 (0%)CONDITIONAL 0/14 
(0%)
src.kssl
FILES 0/8 (0%)CLASSES 0/8 (0%)LINE 0/1708 (0%)CONDITIONAL 0/836 
(0%)
src.solid
FILES 0/5 (0%)CLASSES 0/5 (0%)LINE 0/199 (0%)CONDITIONAL 0/95 
(0%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kdelibs4support master stable-kf5-qt5 » Linux,gcc - Build # 16 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kdelibs4support%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/16/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:36:45 +
Build duration: 7 min 8 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 38 test(s), Skipped: 0 test(s), Total: 
39 test(s)Failed: TestSuite.globalcleanuptest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 4/7 (57%)FILES 160/268 (60%)CLASSES 160/268 (60%)LINE 21686/42783 
(51%)CONDITIONAL 14652/36438 (40%)

By packages
  
autotests
FILES 63/63 (100%)CLASSES 63/63 (100%)LINE 11514/11763 
(98%)CONDITIONAL 8471/16798 (50%)
src.kdecore
FILES 75/94 (80%)CLASSES 75/94 (80%)LINE 9218/16860 
(55%)CONDITIONAL 5718/11776 (49%)
src.kdeui
FILES 18/70 (26%)CLASSES 18/70 (26%)LINE 938/9831 
(10%)CONDITIONAL 460/5693 (8%)
src.kio
FILES 4/27 (15%)CLASSES 4/27 (15%)LINE 16/2396 (1%)CONDITIONAL 
3/1226 (0%)
src.kparts
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/26 (0%)CONDITIONAL 0/14 
(0%)
src.kssl
FILES 0/8 (0%)CLASSES 0/8 (0%)LINE 0/1708 (0%)CONDITIONAL 0/836 
(0%)
src.solid
FILES 0/5 (0%)CLASSES 0/5 (0%)LINE 0/199 (0%)CONDITIONAL 0/95 
(0%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kjobwidgets master stable-kf5-qt5 » Linux,gcc - Build # 15 - Failure!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kjobwidgets%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/15/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:24:59 +
Build duration: 15 min

CHANGE SET
No changes
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kbookmarks master kf5-qt5 » Linux,gcc - Build # 12 - Fixed!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kbookmarks%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/12/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:38:08 +
Build duration: 1 min 25 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 
test(s)

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 2/2 (100%)FILES 6/32 (19%)CLASSES 6/32 (19%)LINE 379/2033 
(19%)CONDITIONAL 159/1158 (14%)

By packages
  
autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 85/85 (100%)CONDITIONAL 
54/116 (47%)
src
FILES 5/31 (16%)CLASSES 5/31 (16%)LINE 294/1948 
(15%)CONDITIONAL 105/1042 (10%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kcmutils master stable-kf5-qt5 » Linux,gcc - Build # 15 - Failure!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kcmutils%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/15/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:23:53 +
Build duration: 15 min

CHANGE SET
No changes
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kbookmarks master kf5-qt5 » Linux,gcc - Build # 12 - Fixed!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kbookmarks%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/12/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:38:08 +
Build duration: 1 min 25 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 
test(s)

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 2/2 (100%)FILES 6/32 (19%)CLASSES 6/32 (19%)LINE 379/2033 
(19%)CONDITIONAL 159/1158 (14%)

By packages
  
autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 85/85 (100%)CONDITIONAL 
54/116 (47%)
src
FILES 5/31 (16%)CLASSES 5/31 (16%)LINE 294/1948 
(15%)CONDITIONAL 105/1042 (10%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kglobalaccel master kf5-qt5 » Linux,gcc - Build # 15 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kglobalaccel%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/15/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:30:46 +
Build duration: 1 min 5 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 0 test(s), Skipped: 0 test(s), Total: 1 
test(s)Failed: TestSuite.kglobalshortcuttest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 3/3 (100%)FILES 8/18 (44%)CLASSES 8/18 (44%)LINE 126/1278 
(10%)CONDITIONAL 52/1075 (5%)

By packages
  
src
FILES 1/7 (14%)CLASSES 1/7 (14%)LINE 1/400 (0%)CONDITIONAL 
2/278 (1%)
src.runtime
FILES 6/10 (60%)CLASSES 6/10 (60%)LINE 103/751 (14%)CONDITIONAL 
38/688 (6%)
src.runtime.plugins.xcb
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 22/127 (17%)CONDITIONAL 
12/109 (11%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kservice master stable-kf5-qt5 » Linux,gcc - Build # 16 - Fixed!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kservice%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/16/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:24:59 +
Build duration: 1 min 50 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 0 test(s), Passed: 10 test(s), Skipped: 0 test(s), Total: 
10 test(s)

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 6/7 (86%)FILES 76/85 (89%)CLASSES 76/85 (89%)LINE 5480/8012 
(68%)CONDITIONAL 2957/6156 (48%)

By packages
  
autotests
FILES 14/14 (100%)CLASSES 14/14 (100%)LINE 1440/1528 
(94%)CONDITIONAL 883/1768 (50%)
src.kbuildsycoca
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 61/67 (91%)CONDITIONAL 
15/20 (75%)
src.kdeinit
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/326 (0%)CONDITIONAL 0/262 
(0%)
src.plugin
FILES 2/3 (67%)CLASSES 2/3 (67%)LINE 47/100 (47%)CONDITIONAL 
36/96 (38%)
src.services
FILES 29/30 (97%)CLASSES 29/30 (97%)LINE 1762/3043 
(58%)CONDITIONAL 755/1888 (40%)
src.sycoca
FILES 27/32 (84%)CLASSES 27/32 (84%)LINE 2062/2828 
(73%)CONDITIONAL 1234/2072 (60%)
tests.pluginlocator
FILES 3/3 (100%)CLASSES 3/3 (100%)LINE 108/120 (90%)CONDITIONAL 
34/50 (68%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kservice master stable-kf5-qt5 » Linux,gcc - Build # 16 - Fixed!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kservice%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/16/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:24:59 +
Build duration: 1 min 50 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 0 test(s), Passed: 10 test(s), Skipped: 0 test(s), Total: 
10 test(s)

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 6/7 (86%)FILES 76/85 (89%)CLASSES 76/85 (89%)LINE 5480/8012 
(68%)CONDITIONAL 2957/6156 (48%)

By packages
  
autotests
FILES 14/14 (100%)CLASSES 14/14 (100%)LINE 1440/1528 
(94%)CONDITIONAL 883/1768 (50%)
src.kbuildsycoca
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 61/67 (91%)CONDITIONAL 
15/20 (75%)
src.kdeinit
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/326 (0%)CONDITIONAL 0/262 
(0%)
src.plugin
FILES 2/3 (67%)CLASSES 2/3 (67%)LINE 47/100 (47%)CONDITIONAL 
36/96 (38%)
src.services
FILES 29/30 (97%)CLASSES 29/30 (97%)LINE 1762/3043 
(58%)CONDITIONAL 755/1888 (40%)
src.sycoca
FILES 27/32 (84%)CLASSES 27/32 (84%)LINE 2062/2828 
(73%)CONDITIONAL 1234/2072 (60%)
tests.pluginlocator
FILES 3/3 (100%)CLASSES 3/3 (100%)LINE 108/120 (90%)CONDITIONAL 
34/50 (68%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kdbusaddons master kf5-qt5 » Linux,gcc - Build # 12 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kdbusaddons%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/12/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:22:33 +
Build duration: 3 min 36 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 2 
test(s)Failed: TestSuite.kdbusservicetest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 2/2 (100%)FILES 3/6 (50%)CLASSES 3/6 (50%)LINE 94/264 
(36%)CONDITIONAL 14/124 (11%)

By packages
  
autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 61/62 (98%)CONDITIONAL 
8/12 (67%)
src
FILES 2/5 (40%)CLASSES 2/5 (40%)LINE 33/202 (16%)CONDITIONAL 
6/112 (5%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: bluez-qt master kf5-qt5 » Linux,gcc - Build # 12 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/bluez-qt%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/12/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:22:33 +
Build duration: 2 min 29 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 8 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 9 
test(s)Failed: TestSuite.bluezqt-adaptertestFailed: 
TestSuite.bluezqt-agentmanagertestFailed: TestSuite.bluezqt-devicetestFailed: 
TestSuite.bluezqt-inputtestFailed: TestSuite.bluezqt-managertestFailed: 
TestSuite.bluezqt-mediaplayertestFailed: 
TestSuite.bluezqt-obexmanagertestFailed: TestSuite.bluezqt-qmltests

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 3/3 (100%)FILES 22/78 (28%)CLASSES 22/78 (28%)LINE 220/3119 
(7%)CONDITIONAL 94/1626 (6%)

By packages
  
autotests
FILES 2/3 (67%)CLASSES 2/3 (67%)LINE 44/131 (34%)CONDITIONAL 
49/200 (25%)
autotests.fakebluez
FILES 5/27 (19%)CLASSES 5/27 (19%)LINE 16/723 (2%)CONDITIONAL 
3/204 (1%)
src
FILES 15/48 (31%)CLASSES 15/48 (31%)LINE 160/2265 
(7%)CONDITIONAL 42/1222 (3%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: sonnet master kf5-qt5 » Linux,gcc - Build # 13 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/sonnet%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/13/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:22:33 +
Build duration: 1 min 25 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 3 test(s), Skipped: 0 test(s), Total: 4 
test(s)Failed: TestSuite.sonnet-test_settings

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 4/4 (100%)FILES 23/26 (88%)CLASSES 23/26 (88%)LINE 819/1445 
(57%)CONDITIONAL 287/823 (35%)

By packages
  
autotests
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 323/338 (96%)CONDITIONAL 
92/180 (51%)
data
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 23/23 (100%)CONDITIONAL 
12/14 (86%)
src.core
FILES 11/14 (79%)CLASSES 11/14 (79%)LINE 418/1004 
(42%)CONDITIONAL 156/571 (27%)
src.plugins.hunspell
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 55/80 (69%)CONDITIONAL 
27/58 (47%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: sonnet master stable-kf5-qt5 » Linux,gcc - Build # 12 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/sonnet%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/12/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 20:20:32 +
Build duration: 4 min 20 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 3 test(s), Skipped: 0 test(s), Total: 4 
test(s)Failed: TestSuite.sonnet-test_settings

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 4/4 (100%)FILES 23/26 (88%)CLASSES 23/26 (88%)LINE 819/1445 
(57%)CONDITIONAL 287/823 (35%)

By packages
  
autotests
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 323/338 (96%)CONDITIONAL 
92/180 (51%)
data
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 23/23 (100%)CONDITIONAL 
12/14 (86%)
src.core
FILES 11/14 (79%)CLASSES 11/14 (79%)LINE 418/1004 
(42%)CONDITIONAL 156/571 (27%)
src.plugins.hunspell
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 55/80 (69%)CONDITIONAL 
27/58 (47%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 127714: Enable ICO and EXE thumbnails again.

2016-04-22 Thread Andrius da Costa Ribas

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127714/
---

(Updated Abril 22, 2016, 7:55 p.m.)


Review request for KDE Frameworks and kdewin.


Changes
---

Added screenshots (note: Icoutils version doesn't support all icon formats).


Repository: kio-extras


Description
---

These had been disabled when moving into frameworks.


Diffs
-

  thumbnail/CMakeLists.txt 6a6ecc7 
  thumbnail/windowsexecreator.cpp f823597 
  thumbnail/windowsimagecreator.cpp cb110f3 

Diff: https://git.reviewboard.kde.org/r/127714/diff/


Testing
---

Tested using MSVC 2015 64bit.

Also, faked a non-win32 setup to ensure the icoutils version is also working 
(with wrestool binary from (**aaargh!!**) cygwin).


File Attachments (updated)


Native Version
  
https://git.reviewboard.kde.org/media/uploaded/files/2016/04/22/62d1333b-5f3f-44e9-8e16-5761d73f590f__dolphin_winico2.png
Icoutils Version
  
https://git.reviewboard.kde.org/media/uploaded/files/2016/04/22/433e0df6-b9ff-4687-b555-9f7163b7433f__dolphin_wresico2.png


Thanks,

Andrius da Costa Ribas

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 127714: Enable ICO and EXE thumbnails again.

2016-04-22 Thread Andrius da Costa Ribas

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127714/
---

Review request for KDE Frameworks and kdewin.


Repository: kio-extras


Description
---

These had been disabled when moving into frameworks.


Diffs
-

  thumbnail/CMakeLists.txt 6a6ecc7 
  thumbnail/windowsexecreator.cpp f823597 
  thumbnail/windowsimagecreator.cpp cb110f3 

Diff: https://git.reviewboard.kde.org/r/127714/diff/


Testing
---

Tested using MSVC 2015 64bit.

Also, faked a non-win32 setup to ensure the icoutils version is also working 
(with wrestool binary from (**aaargh!!**) cygwin).


Thanks,

Andrius da Costa Ribas

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: [KIO] cookie service and installing in a parallel prefix (/opt/local)

2016-04-22 Thread David Faure
On Friday 22 April 2016 20:57:55 René J.V. Bertin wrote:
> On Friday April 22 2016 20:38:09 David Faure wrote:
> 
> >> but the cookies KCM considers that the service isn't running? I'd expect 
> >> something OS X-specific in the KCM if this didn't happen on Linux too.
> >
> >Ah, that was a bug.
> >Fixed -- http://commits.kde.org/kio/9a3ea2c54e8400b29183d2764f39c01d1892dace
> 
> Fixed tonight ... somehow no one noticed this before?

Yep. A qt5/kf5 based konqueror isn't released yet, so who would need this yet...
(dunno about rekonq).

And only KHTML and QWebkit have KIO integration, QWebEngine doesn't ...
the browser situation is going downhill :(

> >Yep, unrelated. You could start debugging with:
> >kioclient5 cat http://www.kde.org
> "The file or folder http://www.kde.org/ does not exist."
> 
> Setting *.*=true in qtlogging.ini doesn't tell me anything more.

Set it before starting kdeinit5, and watch kdeinit5 output.

(or export KDE_FORK_SLAVES=1 to get the kioslave started here rather than by 
kdeinit5)

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: [KIO] cookie service and installing in a parallel prefix (/opt/local)

2016-04-22 Thread René J . V . Bertin
On Friday April 22 2016 20:38:09 David Faure wrote:

>> but the cookies KCM considers that the service isn't running? I'd expect 
>> something OS X-specific in the KCM if this didn't happen on Linux too.
>
>Ah, that was a bug.
>Fixed -- http://commits.kde.org/kio/9a3ea2c54e8400b29183d2764f39c01d1892dace

Fixed tonight ... somehow no one noticed this before?

>Yep, unrelated. You could start debugging with:
>kioclient5 cat http://www.kde.org
"The file or folder http://www.kde.org/ does not exist."

Setting *.*=true in qtlogging.ini doesn't tell me anything more.

R.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kactivities-stats master stable-kf5-qt5 » Linux,gcc - Build # 34 - Fixed!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kactivities-stats%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/34/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 18:55:45 +
Build duration: 1 min 6 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 
test(s)

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
  ___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kactivities-stats master stable-kf5-qt5 » Linux,gcc - Build # 34 - Fixed!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kactivities-stats%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/34/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 18:55:45 +
Build duration: 1 min 6 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 
test(s)

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
  ___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: frameworkintegration master kf5-qt5 » Linux,gcc - Build # 37 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/frameworkintegration%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/37/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 18:43:07 +
Build duration: 1 min 48 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 6 test(s), Skipped: 0 test(s), Total: 7 
test(s)Failed: TestSuite.frameworkintegration-kfiledialogqml_unittest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 3/3 (100%)FILES 19/19 (100%)CLASSES 19/19 (100%)LINE 1140/1717 
(66%)CONDITIONAL 451/1085 (42%)

By packages
  
autotests
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 387/395 (98%)CONDITIONAL 
199/375 (53%)
src.kstyle
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 47/178 (26%)CONDITIONAL 
29/162 (18%)
src.platformtheme
FILES 12/12 (100%)CLASSES 12/12 (100%)LINE 706/1144 
(62%)CONDITIONAL 223/548 (41%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kio master stable-kf5-qt5 » Linux,gcc - Build # 32 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/32/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 18:35:17 +
Build duration: 6 min 50 sec

CHANGE SET
Revision 9a3ea2c54e8400b29183d2764f39c01d1892dace by David Faure: (Fix error 
message on startup of the cookies KCM.)
  change: edit src/kcms/kio/kcookiesmain.cpp


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 49 test(s), Skipped: 0 test(s), Total: 
50 test(s)Failed: TestSuite.kiowidgets-kurifiltertest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 21/21 (100%)FILES 260/338 (77%)CLASSES 260/338 (77%)LINE 26656/50545 
(53%)CONDITIONAL 14807/37245 (40%)

By packages
  
autotests
FILES 65/65 (100%)CLASSES 65/65 (100%)LINE 7461/7776 
(96%)CONDITIONAL 4112/8020 (51%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 529/530 
(100%)CONDITIONAL 200/336 (60%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 179/198 (90%)CONDITIONAL 
60/90 (67%)
src.core
FILES 95/117 (81%)CLASSES 95/117 (81%)LINE 7673/14047 
(55%)CONDITIONAL 4151/8917 (47%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 20/36 (56%)CLASSES 20/36 (56%)LINE 2258/7554 
(30%)CONDITIONAL 911/4395 (21%)
src.gui
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 104/110 (95%)CONDITIONAL 
46/72 (64%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 428/833 (51%)CONDITIONAL 
318/719 (44%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 1762/3781 
(47%)CONDITIONAL 1258/3434 (37%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 620/781 (79%)CONDITIONAL 
602/831 (72%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 713/1155 (62%)CONDITIONAL 
375/753 (50%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 685/762 (90%)CONDITIONAL 
433/912 (47%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/27 (52%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 359/385 (93%)CONDITIONAL 
102/138 (74%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 377/594 (63%)CONDITIONAL 
280/580 (48%)
src.kpasswdserver.autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 283/286 (99%)CONDITIONAL 
146/256 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 31/34 (91%)CONDITIONAL 
42/54 (78%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 240/725 (33%)CONDITIONAL 
146/542 (27%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/22 (64%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 220/249 (88%)CONDITIONAL 
298/378 (79%)
src.widgets
FILES 29/62 (47%)CLASSES 29/62 (47%)LINE 2666/10599 
(25%)CONDITIONAL 1305/6780 (19%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kio master kf5-qt5 » Linux,gcc - Build # 35 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/35/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 18:35:17 +
Build duration: 6 min 45 sec

CHANGE SET
Revision 9a3ea2c54e8400b29183d2764f39c01d1892dace by David Faure: (Fix error 
message on startup of the cookies KCM.)
  change: edit src/kcms/kio/kcookiesmain.cpp


JUNIT RESULTS

Name: (root) Failed: 2 test(s), Passed: 48 test(s), Skipped: 0 test(s), Total: 
50 test(s)Failed: TestSuite.kiofilewidgets-kfileplacesmodeltestFailed: 
TestSuite.kiowidgets-kurifiltertest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 21/21 (100%)FILES 260/338 (77%)CLASSES 260/338 (77%)LINE 26368/50564 
(52%)CONDITIONAL 14460/37269 (39%)

By packages
  
autotests
FILES 65/65 (100%)CLASSES 65/65 (100%)LINE 7217/7795 
(93%)CONDITIONAL 3789/8044 (47%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 529/530 
(100%)CONDITIONAL 200/336 (60%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 179/198 (90%)CONDITIONAL 
60/90 (67%)
src.core
FILES 95/117 (81%)CLASSES 95/117 (81%)LINE 7672/14047 
(55%)CONDITIONAL 4149/8917 (47%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 20/36 (56%)CLASSES 20/36 (56%)LINE 2213/7554 
(29%)CONDITIONAL 886/4395 (20%)
src.gui
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 104/110 (95%)CONDITIONAL 
46/72 (64%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 428/833 (51%)CONDITIONAL 
318/719 (44%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 1762/3781 
(47%)CONDITIONAL 1258/3434 (37%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 620/781 (79%)CONDITIONAL 
602/831 (72%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 713/1155 (62%)CONDITIONAL 
375/753 (50%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 685/762 (90%)CONDITIONAL 
433/912 (47%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/27 (52%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 359/385 (93%)CONDITIONAL 
102/138 (74%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 377/594 (63%)CONDITIONAL 
280/580 (48%)
src.kpasswdserver.autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 283/286 (99%)CONDITIONAL 
146/256 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 31/34 (91%)CONDITIONAL 
42/54 (78%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 240/725 (33%)CONDITIONAL 
146/542 (27%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/22 (64%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 220/249 (88%)CONDITIONAL 
298/378 (79%)
src.widgets
FILES 29/62 (47%)CLASSES 29/62 (47%)LINE 2668/10599 
(25%)CONDITIONAL 1308/6780 (19%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: [KIO] cookie service and installing in a parallel prefix (/opt/local)

2016-04-22 Thread David Faure
On Friday 22 April 2016 18:42:34 René J.V. Bertin wrote:
> but the cookies KCM considers that the service isn't running? I'd expect 
> something OS X-specific in the KCM if this didn't happen on Linux too.

Ah, that was a bug.
Fixed -- http://commits.kde.org/kio/9a3ea2c54e8400b29183d2764f39c01d1892dace

> FWIW, when I try to load a http URL in konqueror5 it tells that there's "no 
> such file or folder" (and that's on OS X only). Probably unrelated even if 
> http and cookies usually go together ;)

Yep, unrelated. You could start debugging with:
kioclient5 cat http://www.kde.org

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: plasma-framework master kf5-qt5 » Linux,All,gcc - Build # 25 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/plasma-framework%20master%20kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/25/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Fri, 22 Apr 2016 17:26:16 +
Build duration: 5 min 31 sec

CHANGE SET
Revision d884119f5a4a618eb30baaf5cd0ef058269b27f3 by Wolfgang Bauer: (Always 
write the theme name to plasmarc, also if the default theme is)
  change: edit src/plasma/private/theme_p.cpp


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 12 test(s), Skipped: 0 test(s), Total: 
13 test(s)Failed: TestSuite.plasma-themetest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 5/7 (71%)FILES 69/106 (65%)CLASSES 69/106 (65%)LINE 4554/10470 
(43%)CONDITIONAL 2430/7618 (32%)

By packages
  
autotests
FILES 24/24 (100%)CLASSES 24/24 (100%)LINE 856/895 
(96%)CONDITIONAL 544/1040 (52%)
src.declarativeimports.core
FILES 10/18 (56%)CLASSES 10/18 (56%)LINE 641/2071 
(31%)CONDITIONAL 290/1278 (23%)
src.plasma
FILES 14/20 (70%)CLASSES 14/20 (70%)LINE 1653/3624 
(46%)CONDITIONAL 936/2716 (34%)
src.plasma.private
FILES 16/26 (62%)CLASSES 16/26 (62%)LINE 938/1791 
(52%)CONDITIONAL 399/1051 (38%)
src.plasma.scripting
FILES 0/3 (0%)CLASSES 0/3 (0%)LINE 0/181 (0%)CONDITIONAL 0/106 
(0%)
src.plasmaquick
FILES 5/12 (42%)CLASSES 5/12 (42%)LINE 466/1795 
(26%)CONDITIONAL 261/1405 (19%)
src.plasmaquick.private
FILES 0/3 (0%)CLASSES 0/3 (0%)LINE 0/113 (0%)CONDITIONAL 0/22 
(0%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: [KIO] cookie service and installing in a parallel prefix (/opt/local)

2016-04-22 Thread René J . V . Bertin
On Friday April 22 2016 15:28:35 David Faure wrote:

> It is, but with a different name. In KDE4 it's
>   $ qdbus org.kde.kded /modules/kcookiejar
> 
> I moved it to the name "org.kde.kcookiejar5" so that later it can be hosted 
> by kiod rather than kded5, transparently.

Right.

So, any ideas why I do see output like

kf5.kded: Loading second phase autoload
kf5.kded: kded module "konqy_preloader" still uses .desktop files 
("kded/konqy_preloader.desktop"). Please port it to JSON metadata.
kf5.kded: 2nd phase: loading "networkstatus"
kf5.kded: Successfully loaded module "networkstatus"
kf5.kded: 2nd phase: loading "proxyscout"
kf5.kded: Successfully loaded module "proxyscout"
kf5.kded: Successfully loaded module "kcookiejar"


but the cookies KCM considers that the service isn't running? I'd expect 
something OS X-specific in the KCM if this didn't happen on Linux too.

FWIW, when I try to load a http URL in konqueror5 it tells that there's "no 
such file or folder" (and that's on OS X only). Probably unrelated even if http 
and cookies usually go together ;)

R.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 126161: OS X housekeeping

2016-04-22 Thread René J . V . Bertin

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/126161/
---

(Updated April 22, 2016, 6:03 p.m.)


Review request for KDE Software on Mac OS X and KDE Frameworks.


Changes
---

New version that avoids code duplication, and adds the minimum number of 
additional new files:
- kinit.h that contains the declarations for the few functions from kinit.cpp 
that are called from kinit_mac.mm
- kinit_mac.h that contains the declarations for the Mac-specific functions in 
kinit_mac.mm

The Unix/X11 `launch()` function could be moved to its own file, but that 
didn't strike me as overly necessary. The MS Windows kinit_win.cpp seems 
sufficiently different that it probably won't be sharing any code with 
kinit.cpp anyway.

`HAVE_X11` and `HAVE_XCB` were treated separately, so I introduced a few `#if 
HAVE_X11 || HAVE_XCB` to be on the safe side. I presume one of the two includes 
the other, and hope I didn't introduce regressions in the places where I 
combined this conditional code?


Repository: kinit


Description
---

This patch addresses several issues with the OS X adaptations:

-1 replaces the obsolete Q_OS_MAC with Q_OS_OSX
-2 builds the relevant applications `nongui` instead of as app bundles
-3 turns klauncher into an "agent" by setting `LSUIElement` to true 
programmatically
-4 ports a patch that has been in MacPorts' `port:kdelibs4` since October 14th 
2009, which prevents a kdeinit crash that is caused by calling exec after 
`fork()` in an application that has used non-POSIX APIs and/or calling those 
APIs in the exec'ed application. This patch (originally by MacPorts developers 
Jeremy Lainé and Jeremy Lavergne) rearranges call order and uses a proxy 
application to do the actual exec.


Diffs (updated)
-

  src/kdeinit/CMakeLists.txt ae619f7 
  src/kdeinit/kinit.h PRE-CREATION 
  src/kdeinit/kinit.cpp ca18603 
  src/kdeinit/kinit_mac.h PRE-CREATION 
  src/kdeinit/kinit_mac.mm PRE-CREATION 
  src/klauncher/CMakeLists.txt a8e6c3e 
  src/klauncher/klauncher.h 92f57fa 
  src/klauncher/klauncher.cpp baa5649 
  src/klauncher/klauncher_main.cpp 710c889 
  src/start_kdeinit/CMakeLists.txt 46d6cb3 
  src/wrapper.cpp 9cb0a71 

Diff: https://git.reviewboard.kde.org/r/126161/diff/


Testing
---

On OS X 10.9.5 with Qt 5.5.1 and KF5rameworks 5.16.0 as well as Qt 5.6 and 
5.20.0 . With this patch, starting `kded5` will launch kdeinit5 and klauncher5 
as expected, but `kdeinit5 --kded` does not yet launch `kded5`. This is 
probably acceptable for typical KF5 use on OS X (kded5 can be launched as a 
login item or as a LaunchAgent) but I will have another look at why the kded 
isn't started.

I am not yet able to perform further testing; practice will for instance have 
to show whether point 2 above needs revision (apps that need to be installed as 
app bundles).

Similarly it will have to be seen whether point 3 above has any drawbacks. 
Applications running as agents do not show up in the Dock or App Switcher. 
Thus, klauncher will not be able to "turn itself into" an application that does 
have a full GUI presence with my current modification. I don't know if that's 
supposed to be possible though.
NB: I have been building the KDE4 klauncher in a way that makes it impossible 
to construct a GUI at all, so I'm not expecting issues in KF5 as long as 
klauncher's role hasn't evolved too much.


Thanks,

René J.V. Bertin

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 126161: OS X housekeeping

2016-04-22 Thread René J . V . Bertin


> On April 10, 2016, 10:31 a.m., David Faure wrote:
> > src/klauncher/klauncher_main.cpp, line 152
> > 
> >
> > I'm curious, what's the difference between Q_OS_DARWIN and Q_OS_OSX?

Q_OS_DARWIN incorporates all Darwin versions: OS X, iOS but also all of the 
free versions. It's a good thing they're dead in the water because they 
typically use(d) X11.


> On April 10, 2016, 10:31 a.m., David Faure wrote:
> > src/wrapper.cpp, line 63
> > 
> >
> > Does qgetenv(MAC_DISPLAY) really do anything sensible on OSX? I assume 
> > this doesn't exist, right?
> > 
> > It seems to me that generate_socket_name should just assemble the 
> > socket name differently on Mac (and Windows), no?

AFAIK, `MAC_DISPLAY` was just a variable that wasn't supposed to be defined. 
Its only merit was that it allowed a single user to have multiple klauncher 
sockets ... but I doubt that'd ever be relevant.


- René J.V.


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/126161/#review94472
---


On April 6, 2016, 7:16 p.m., René J.V. Bertin wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/126161/
> ---
> 
> (Updated April 6, 2016, 7:16 p.m.)
> 
> 
> Review request for KDE Software on Mac OS X and KDE Frameworks.
> 
> 
> Repository: kinit
> 
> 
> Description
> ---
> 
> This patch addresses several issues with the OS X adaptations:
> 
> -1 replaces the obsolete Q_OS_MAC with Q_OS_OSX
> -2 builds the relevant applications `nongui` instead of as app bundles
> -3 turns klauncher into an "agent" by setting `LSUIElement` to true 
> programmatically
> -4 ports a patch that has been in MacPorts' `port:kdelibs4` since October 
> 14th 2009, which prevents a kdeinit crash that is caused by calling exec 
> after `fork()` in an application that has used non-POSIX APIs and/or calling 
> those APIs in the exec'ed application. This patch (originally by MacPorts 
> developers Jeremy Lainé and Jeremy Lavergne) rearranges call order and uses a 
> proxy application to do the actual exec.
> 
> 
> Diffs
> -
> 
>   src/kdeinit/CMakeLists.txt ae619f7 
>   src/kdeinit/kinit.cpp ca18603 
>   src/kdeinit/kinit_mac.mm PRE-CREATION 
>   src/klauncher/CMakeLists.txt a8e6c3e 
>   src/klauncher/klauncher.h 53c0803 
>   src/klauncher/klauncher.cpp baa5649 
>   src/klauncher/klauncher_main.cpp 710c889 
>   src/start_kdeinit/CMakeLists.txt 46d6cb3 
>   src/wrapper.cpp 9cb0a71 
> 
> Diff: https://git.reviewboard.kde.org/r/126161/diff/
> 
> 
> Testing
> ---
> 
> On OS X 10.9.5 with Qt 5.5.1 and KF5rameworks 5.16.0 as well as Qt 5.6 and 
> 5.20.0 . With this patch, starting `kded5` will launch kdeinit5 and 
> klauncher5 as expected, but `kdeinit5 --kded` does not yet launch `kded5`. 
> This is probably acceptable for typical KF5 use on OS X (kded5 can be 
> launched as a login item or as a LaunchAgent) but I will have another look at 
> why the kded isn't started.
> 
> I am not yet able to perform further testing; practice will for instance have 
> to show whether point 2 above needs revision (apps that need to be installed 
> as app bundles).
> 
> Similarly it will have to be seen whether point 3 above has any drawbacks. 
> Applications running as agents do not show up in the Dock or App Switcher. 
> Thus, klauncher will not be able to "turn itself into" an application that 
> does have a full GUI presence with my current modification. I don't know if 
> that's supposed to be possible though.
> NB: I have been building the KDE4 klauncher in a way that makes it impossible 
> to construct a GUI at all, so I'm not expecting issues in KF5 as long as 
> klauncher's role hasn't evolved too much.
> 
> 
> Thanks,
> 
> René J.V. Bertin
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kactivities-stats master stable-kf5-qt5 » Linux,gcc - Build # 33 - Failure!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kactivities-stats%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/33/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 15:21:38 +
Build duration: 15 min

CHANGE SET
No changes
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: frameworkintegration master kf5-qt5 » Linux,gcc - Build # 36 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/frameworkintegration%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/36/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 15:11:11 +
Build duration: 1 min 27 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 6 test(s), Skipped: 0 test(s), Total: 7 
test(s)Failed: TestSuite.frameworkintegration-kfiledialogqml_unittest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 3/3 (100%)FILES 19/19 (100%)CLASSES 19/19 (100%)LINE 1140/1717 
(66%)CONDITIONAL 451/1085 (42%)

By packages
  
autotests
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 387/395 (98%)CONDITIONAL 
199/375 (53%)
src.kstyle
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 47/178 (26%)CONDITIONAL 
29/162 (18%)
src.platformtheme
FILES 12/12 (100%)CLASSES 12/12 (100%)LINE 706/1144 
(62%)CONDITIONAL 223/548 (41%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kio master kf5-qt5 » Linux,gcc - Build # 34 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/34/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 15:02:25 +
Build duration: 7 min 18 sec

CHANGE SET
Revision 2e6980e9ba3b91798dad0db9f9d78317b2d7e4a2 by David Faure: (Remove 
kmailservice5, it can only do harm at this point.)
  change: delete src/ioslaves/mailto/kmailservice.cpp
  change: delete src/ioslaves/mailto/CMakeLists.txt
  change: edit src/ioslaves/CMakeLists.txt
  change: delete src/ioslaves/mailto/kmailservice5.desktop
  change: edit src/widgets/krun.cpp


JUNIT RESULTS

Name: (root) Failed: 7 test(s), Passed: 43 test(s), Skipped: 0 test(s), Total: 
50 test(s)Failed: TestSuite.kiofilewidgets-kfileplacesmodeltestFailed: 
TestSuite.kiogui-favicontestFailed: 
TestSuite.kioslave-httpauthenticationtestFailed: 
TestSuite.kioslave-httpobjecttestFailed: 
TestSuite.kioslave-kcookiejartestFailed: 
TestSuite.kiowidgets-kurifiltertestFailed: TestSuite.testtrash

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 16/17 (94%)FILES 244/326 (75%)CLASSES 244/326 (75%)LINE 23406/48348 
(48%)CONDITIONAL 12624/35031 (36%)

By packages
  
autotests
FILES 64/64 (100%)CLASSES 64/64 (100%)LINE 7077/7651 
(92%)CONDITIONAL 3700/7854 (47%)
autotests.http
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 314/314 
(100%)CONDITIONAL 120/194 (62%)
src.core
FILES 95/117 (81%)CLASSES 95/117 (81%)LINE 7526/14047 
(54%)CONDITIONAL 4061/8917 (46%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 20/36 (56%)CLASSES 20/36 (56%)LINE 2213/7554 
(29%)CONDITIONAL 886/4395 (20%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 426/833 (51%)CONDITIONAL 
315/719 (44%)
src.ioslaves.http
FILES 6/8 (75%)CLASSES 6/8 (75%)LINE 1409/3776 (37%)CONDITIONAL 
1024/3433 (30%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 554/1155 (48%)CONDITIONAL 
276/753 (37%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/27 (52%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/385 (0%)CONDITIONAL 0/138 
(0%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 377/594 (63%)CONDITIONAL 
280/580 (48%)
src.kpasswdserver.autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 283/286 (99%)CONDITIONAL 
146/256 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 31/34 (91%)CONDITIONAL 
42/54 (78%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 240/725 (33%)CONDITIONAL 
146/542 (27%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/22 (64%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 220/249 (88%)CONDITIONAL 
298/378 (79%)
src.widgets
FILES 29/62 (47%)CLASSES 29/62 (47%)LINE 2668/10599 
(25%)CONDITIONAL 1308/6780 (19%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request for KWayland for inclusion in frameworks

2016-04-22 Thread Martin Graesslin
On Friday, April 15, 2016 10:08:57 AM CEST Martin Graesslin wrote:
> Hi frameworks-developers,

short update

> * module in frameworks: not yet, currently still in Plasma [4]

done

> * kde-build-metadata: not yet, currently still in Plasma [4]

done

> * CI Jobs: currently still for Plasma [4]:
> https://build.kde.org/job/kwayland %20master%20kf5-qt5/

done

> * bugs.kde.org project: currently still in Plasma [4]

done

I think we have everything in place now.

Cheers
Martin

signature.asc
Description: This is a digitally signed message part.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Jenkins-kde-ci: kdbusaddons master kf5-qt5 » Linux, gcc - Build # 11 - Still Unstable!

2016-04-22 Thread Ben Cooksley
On Fri, Apr 22, 2016 at 11:11 PM, David Faure  wrote:
> On Thursday 21 April 2016 14:57:52 no-re...@kde.org wrote:
>>
>> GENERAL INFO
>>
>> BUILD UNSTABLE
>> Build URL: 
>> https://build.kde.org/job/kdbusaddons%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/11/
>
> Wow, ASAN detected a real bug in Qt here.
>
> Fixed in https://codereview.qt-project.org/156728

As this issue essentially breaks any test on the CI system that
depends on Qt I suggest all developers affected by this indicate this
on the relevant reviews.

Cheers,
Ben

>
> --
> David Faure, fa...@kde.org, http://www.davidfaure.fr
> Working on KDE Frameworks 5
>
> ___
> Kde-frameworks-devel mailing list
> Kde-frameworks-devel@kde.org
> https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: [KIO] cookie service and installing in a parallel prefix (/opt/local)

2016-04-22 Thread David Faure
On Friday 22 April 2016 15:17:43 René J.V. Bertin wrote:
> On Friday April 22 2016 10:19:35 David Faure wrote:
> 
> > kcookiejar5 is just a client-side tool (*).
> 
> And not the tool that applications use to manage cookies?

Right. Apps use library code, rather than command-line tools.

> > The actual service is provided by a kded module. You can see if it works by 
> > doing 
> > $ qdbus org.kde.kcookiejar5 /modules/kcookiejar
> 
> %> qdbus -qt=qt5 org.kde.kcookiejar5 /modules/kcookiejar
> However, interacting with the .org.kde.KCookieServer methods via qdbusviewer 
> gives me either `Arguments: ""` or `(no arguments)` as a result.

Yeah the `qdbus` tool is limited and only supports some basic types.
Doesn't matter, this proves that the service is running for you.

> I'm not seeing the KDE4 kcookiejar in qdbusviewer, yet that one works as long 
> as kded4 is running. Not using DBus?

It is, but with a different name. In KDE4 it's
  $ qdbus org.kde.kded /modules/kcookiejar

I moved it to the name "org.kde.kcookiejar5" so that later it can be hosted by 
kiod rather than kded5, transparently.

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: kdewebkit?

2016-04-22 Thread Ben Cooksley
On Fri, Apr 22, 2016 at 7:53 PM, Jan Kundrát  wrote:
> On Thursday, 21 April 2016 18:33:51 CEST, David Edmundson wrote:
>>
>> -postCheckoutCommand=./init-repository -f
>> +postCheckoutCommand=./init-repository -f --module-subest=default,qtwebkit
>
>
> That parameter is called --module-subset, not --module-subest (on both
> places).

Thanks for the information David and Jan, Webkit is now available again.

Cheers,
Ben

>
> --
> Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/
> ___
> Kde-frameworks-devel mailing list
> Kde-frameworks-devel@kde.org
> https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: [KIO] cookie service and installing in a parallel prefix (/opt/local)

2016-04-22 Thread René J . V . Bertin
On Friday April 22 2016 10:19:35 David Faure wrote:

> kcookiejar5 is just a client-side tool (*).

And not the tool that applications use to manage cookies?

> The actual service is provided by a kded module. You can see if it works by 
> doing 
> $ qdbus org.kde.kcookiejar5 /modules/kcookiejar

%> qdbus -qt=qt5 org.kde.kcookiejar5 /modules/kcookiejar
method void org.kde.KCookieServer.addCookies(QString url, QByteArray 
cookieHeader, qlonglong windowId)
method void org.kde.KCookieServer.addDOMCookies(QString url, QByteArray 
cookieHeader, qlonglong windowId)
method void org.kde.KCookieServer.deleteAllCookies()
method void org.kde.KCookieServer.deleteCookie(QString domain, QString fqdn, 
QString path, QString name)
method void org.kde.KCookieServer.deleteCookiesFromDomain(QString domain)
method void org.kde.KCookieServer.deleteSessionCookies(qlonglong windowId)
method void org.kde.KCookieServer.deleteSessionCookiesFor(QString fqdn, 
qlonglong windowId)
method QString org.kde.KCookieServer.findCookies(QString url, qlonglong 
windowId)
method QStringList org.kde.KCookieServer.findCookies({D-Bus type "ai"} fields, 
QString domain, QString fqdn, QString path, QString name)
method QString org.kde.KCookieServer.findDOMCookies(QString url)
method QString org.kde.KCookieServer.findDOMCookies(QString url, qlonglong 
windowId)
method QStringList org.kde.KCookieServer.findDomains()
method QString org.kde.KCookieServer.getDomainAdvice(QString url)
method QString org.kde.KCookieServer.listCookies(QString url)
method void org.kde.KCookieServer.reloadPolicy()
method bool org.kde.KCookieServer.setDomainAdvice(QString url, QString advice)
method void org.kde.KCookieServer.shutdown()
signal void org.freedesktop.DBus.Properties.PropertiesChanged(QString 
interface_name, QVariantMap changed_properties, QStringList 
invalidated_properties)
method QDBusVariant org.freedesktop.DBus.Properties.Get(QString interface_name, 
QString property_name)
method QVariantMap org.freedesktop.DBus.Properties.GetAll(QString 
interface_name)
method void org.freedesktop.DBus.Properties.Set(QString interface_name, QString 
property_name, QDBusVariant value)
method QString org.freedesktop.DBus.Introspectable.Introspect()
method QString org.freedesktop.DBus.Peer.GetMachineId()
method void org.freedesktop.DBus.Peer.Ping()

However, interacting with the .org.kde.KCookieServer methods via qdbusviewer 
gives me either `Arguments: ""` or `(no arguments)` as a result.

I'm not seeing the KDE4 kcookiejar in qdbusviewer, yet that one works as long 
as kded4 is running. Not using DBus?

> 
> (*) the output from kcookiejar5 --help was confusing, I just fixed it.

Ah, good :)

R.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Jenkins-kde-ci: kdbusaddons master kf5-qt5 » Linux, gcc - Build # 11 - Still Unstable!

2016-04-22 Thread David Faure
On Thursday 21 April 2016 14:57:52 no-re...@kde.org wrote:
> 
> GENERAL INFO
> 
> BUILD UNSTABLE
> Build URL: 
> https://build.kde.org/job/kdbusaddons%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/11/

Wow, ASAN detected a real bug in Qt here.

Fixed in https://codereview.qt-project.org/156728

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 127686: Provide a way to disable FAM and inotify use in KDirWatch.

2016-04-22 Thread Gleb Popov

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127686/
---

(Updated April 22, 2016, 2:10 p.m.)


Review request for KDE Frameworks, Aleix Pol Gonzalez and David Faure.


Repository: kcoreaddons


Description
---

This is useful for distribution package maintainers to prevent accidental 
feature activation.


Diffs (updated)
-

  CMakeLists.txt 2ce2bc9 

Diff: https://git.reviewboard.kde.org/r/127686/diff/


Testing
---


Thanks,

Gleb Popov

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: frameworkintegration master kf5-qt5 » Linux,gcc - Build # 35 - Still unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/frameworkintegration%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/35/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 10:43:16 +
Build duration: 3 min 30 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 6 test(s), Skipped: 0 test(s), Total: 7 
test(s)Failed: TestSuite.frameworkintegration-kfiledialogqml_unittest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 3/3 (100%)FILES 19/19 (100%)CLASSES 19/19 (100%)LINE 1140/1717 
(66%)CONDITIONAL 451/1085 (42%)

By packages
  
autotests
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 387/395 (98%)CONDITIONAL 
199/375 (53%)
src.kstyle
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 47/178 (26%)CONDITIONAL 
29/162 (18%)
src.platformtheme
FILES 12/12 (100%)CLASSES 12/12 (100%)LINE 706/1144 
(62%)CONDITIONAL 223/548 (41%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 127632: Prioritize correct extension per theme

2016-04-22 Thread Nick Shaforostoff

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127632/#review94759
---


Ship it!




i think adhering spec here is not very important.

we can adopt this change now, mention this somewhere in docs (print a qWarning 
saying that the checking order has changed?), and introduce X-KDE-Extensions 
later (which would only require a slght adjustment of iconPathByName() method).

- Nick Shaforostoff


On April 11, 2016, 11:17 p.m., Aleix Pol Gonzalez wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/127632/
> ---
> 
> (Updated April 11, 2016, 11:17 p.m.)
> 
> 
> Review request for KDE Frameworks and Christoph Feck.
> 
> 
> Repository: kiconthemes
> 
> 
> Description
> ---
> 
> Usually themes will have 1 kind of extension (2 tops) it doesn't make sense 
> to bindly use an extensions vector that is statically defined.
> 
> Prioritizes the extensions that work, so it will find the icons sooner.
> 
> 
> Diffs
> -
> 
>   src/kiconloader.cpp 37528ad 
>   src/kicontheme.h 3190665 
>   src/kicontheme.cpp e7e003b 
> 
> Diff: https://git.reviewboard.kde.org/r/127632/diff/
> 
> 
> Testing
> ---
> 
> Builds and tests still pass.
> Also reducess faulty disk accesses to its 45%. Note that by this metric, it's 
> almost as good as the RR #127236, but with a much smaller memory impact, 
> since we're not caching all the icon names (which was specially bad as it was 
> per-process).
> ```
> $ strace kwrite |& grep ENOENT | wc -l
> 4699
> $ strace kwrite |& grep ENOENT | wc -l
> 2119
> ```
> 
> 
> Thanks,
> 
> Aleix Pol Gonzalez
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kcmutils master kf5-qt5 » Linux,gcc - Build # 13 - Fixed!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kcmutils%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/13/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 10:29:56 +
Build duration: 51 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 
test(s)

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
  ___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kcmutils master kf5-qt5 » Linux,gcc - Build # 13 - Fixed!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kcmutils%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/13/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 10:29:56 +
Build duration: 51 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 
test(s)

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
  ___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: threadweaver master kf5-qt5 » Linux,gcc - Build # 11 - Fixed!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/threadweaver%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/11/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 10:28:30 +
Build duration: 1 min 16 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 0 test(s), Passed: 7 test(s), Skipped: 0 test(s), Total: 7 
test(s)

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 2/2 (100%)FILES 70/78 (90%)CLASSES 70/78 (90%)LINE 2524/2755 
(92%)CONDITIONAL 3010/5962 (50%)

By packages
  
autotests
FILES 19/19 (100%)CLASSES 19/19 (100%)LINE 1264/1269 
(100%)CONDITIONAL 2173/4302 (51%)
src
FILES 51/59 (86%)CLASSES 51/59 (86%)LINE 1260/1486 
(85%)CONDITIONAL 837/1660 (50%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: threadweaver master kf5-qt5 » Linux,gcc - Build # 11 - Fixed!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/threadweaver%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/11/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 10:28:30 +
Build duration: 1 min 16 sec

CHANGE SET
No changes


JUNIT RESULTS

Name: (root) Failed: 0 test(s), Passed: 7 test(s), Skipped: 0 test(s), Total: 7 
test(s)

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 2/2 (100%)FILES 70/78 (90%)CLASSES 70/78 (90%)LINE 2524/2755 
(92%)CONDITIONAL 3010/5962 (50%)

By packages
  
autotests
FILES 19/19 (100%)CLASSES 19/19 (100%)LINE 1264/1269 
(100%)CONDITIONAL 2173/4302 (51%)
src
FILES 51/59 (86%)CLASSES 51/59 (86%)LINE 1260/1486 
(85%)CONDITIONAL 837/1660 (50%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


[sysadmin/ci-builder-tools] build/qt5: Force qtwebkit to be dragged in for all Qt 5 builds, as we have things that hard require it to be available.

2016-04-22 Thread Ben Cooksley
Git commit d923b21a4fc32954a6fb96061a96dad004b4f10e by Ben Cooksley.
Committed on 22/04/2016 at 09:21.
Pushed by bcooksley into branch 'master'.

Force qtwebkit to be dragged in for all Qt 5 builds, as we have things that 
hard require it to be available.
This option (much like many parts of Qt's build infrastructure) isn't 
documented anywhere officially - we only know about it from other developers, 
so hopefully this is a valid command.
CCMAIL: kde-frameworks-devel@kde.org
CCMAIL: sgcl...@kde.org

M  +1-1build/qt5/project.cfg

http://commits.kde.org/sysadmin/ci-builder-tools/d923b21a4fc32954a6fb96061a96dad004b4f10e

diff --git a/build/qt5/project.cfg b/build/qt5/project.cfg
index 706b23a..346fcb5 100644
--- a/build/qt5/project.cfg
+++ b/build/qt5/project.cfg
@@ -5,4 +5,4 @@ configureExecutable={sources}/configure
 alwaysCheckoutSources=False
 runPostCheckoutCommand=True
 gitCheckoutCommand=%(gitExecutable)s reset --hard origin
-postCheckoutCommand={sources}/init-repository -f -q
+postCheckoutCommand={sources}/init-repository -f -q 
--module-subset=default,qtwebkit
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kdewebkit master kf5-qt5 » Linux,gcc - Build # 33 - Still Failing!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kdewebkit%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/33/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 08:32:56 +
Build duration: 22 sec

CHANGE SET
No changes
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: frameworkintegration master kf5-qt5 » Linux,gcc - Build # 34 - Failure!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/frameworkintegration%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/34/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 08:27:15 +
Build duration: 6.6 sec

CHANGE SET
No changes
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kinit master kf5-qt5 » Linux,gcc - Build # 31 - Failure!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kinit%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/31/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 08:27:15 +
Build duration: 6.1 sec

CHANGE SET
No changes
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kio master kf5-qt5 » Linux,gcc - Build # 33 - Still Unstable!

2016-04-22 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/33/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Fri, 22 Apr 2016 08:19:45 +
Build duration: 6 min 42 sec

CHANGE SET
Revision a030f90f29a88cd16dc7c7f3e7ebaceee7330644 by David Faure: (Fix 
description of kcookiejar5, its not a daemon, its the command-line)
  change: edit src/ioslaves/http/kcookiejar/main.cpp


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 49 test(s), Skipped: 0 test(s), Total: 
50 test(s)Failed: TestSuite.kiofilewidgets-kfileplacesmodeltest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 21/21 (100%)FILES 260/338 (77%)CLASSES 260/338 (77%)LINE 26373/50558 
(52%)CONDITIONAL 14463/37267 (39%)

By packages
  
autotests
FILES 65/65 (100%)CLASSES 65/65 (100%)LINE 7216/7795 
(93%)CONDITIONAL 3786/8044 (47%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 529/530 
(100%)CONDITIONAL 200/336 (60%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 179/198 (90%)CONDITIONAL 
60/90 (67%)
src.core
FILES 95/117 (81%)CLASSES 95/117 (81%)LINE 7678/14047 
(55%)CONDITIONAL 4158/8917 (47%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 20/36 (56%)CLASSES 20/36 (56%)LINE 2213/7554 
(29%)CONDITIONAL 886/4395 (20%)
src.gui
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 104/110 (95%)CONDITIONAL 
46/72 (64%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 428/833 (51%)CONDITIONAL 
318/719 (44%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 1762/3781 
(47%)CONDITIONAL 1258/3434 (37%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 620/781 (79%)CONDITIONAL 
602/831 (72%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 713/1155 (62%)CONDITIONAL 
375/753 (50%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 685/762 (90%)CONDITIONAL 
433/912 (47%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/27 (52%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 359/385 (93%)CONDITIONAL 
102/138 (74%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 377/594 (63%)CONDITIONAL 
280/580 (48%)
src.kpasswdserver.autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 283/286 (99%)CONDITIONAL 
146/256 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 31/34 (91%)CONDITIONAL 
42/54 (78%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 240/725 (33%)CONDITIONAL 
146/542 (27%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/22 (64%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 220/249 (88%)CONDITIONAL 
295/378 (78%)
src.widgets
FILES 29/62 (47%)CLASSES 29/62 (47%)LINE 2668/10593 
(25%)CONDITIONAL 1308/6778 (19%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 127686: Provide a way to disable FAM and inotify use in KDirWatch.

2016-04-22 Thread Johannes Huber

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127686/#review94758
---




CMakeLists.txt (line 30)


FAM can already disabled with cmake built in feature: 
-DCMAKE_DISBALE_FIND_PACKAGE


- Johannes Huber


On April 21, 2016, 10:19 vorm., Gleb Popov wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/127686/
> ---
> 
> (Updated April 21, 2016, 10:19 vorm.)
> 
> 
> Review request for KDE Frameworks, Aleix Pol Gonzalez and David Faure.
> 
> 
> Repository: kcoreaddons
> 
> 
> Description
> ---
> 
> This is useful for distribution package maintainers to prevent accidental 
> feature activation.
> 
> 
> Diffs
> -
> 
>   CMakeLists.txt 2ce2bc9 
> 
> Diff: https://git.reviewboard.kde.org/r/127686/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Gleb Popov
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: [KIO] cookie service and installing in a parallel prefix (/opt/local)

2016-04-22 Thread David Faure
On Friday 22 April 2016 09:51:03 René J.V. Bertin wrote:
> Hi,
> 
> I'm installing K*5 in a parallel prefix (/opt/local) that also includes Qt, 
> on OS X and Linux. On OS X the DBus lives in there while on Linux (KUbuntu 
> 14.04) I use the system's DBus which is configured to be aware of 
> /opt/local/share too. This works for just about everything, but I cannot seem 
> to get the cookie handler service to work on either platform. Kded5 is 
> running (and is auto-started by `kcmshell5 cookies`) so that's not the issue. 
> I do notice that kcookiejar5 exits immediately without forking when I start 
> it manually.
> Setting "*.*=true" in qtlogging.ini doesn't give me any useful additional 
> information.
> 
> What can this be? I  presume that this service is functional and that the 
> issue I'm having is thus probably related to installing the way I do?

kcookiejar5 is just a client-side tool (*).

The actual service is provided by a kded module. You can see if it works by 
doing 
$ qdbus org.kde.kcookiejar5 /modules/kcookiejar

(*) the output from kcookiejar5 --help was confusing, I just fixed it.

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 127686: Provide a way to disable FAM and inotify use in KDirWatch.

2016-04-22 Thread David Faure

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127686/#review94754
---


Ship it!




Ship It!

- David Faure


On April 21, 2016, 8:19 a.m., Gleb Popov wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/127686/
> ---
> 
> (Updated April 21, 2016, 8:19 a.m.)
> 
> 
> Review request for KDE Frameworks, Aleix Pol Gonzalez and David Faure.
> 
> 
> Repository: kcoreaddons
> 
> 
> Description
> ---
> 
> This is useful for distribution package maintainers to prevent accidental 
> feature activation.
> 
> 
> Diffs
> -
> 
>   CMakeLists.txt 2ce2bc9 
> 
> Diff: https://git.reviewboard.kde.org/r/127686/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Gleb Popov
> 
>

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: kdewebkit?

2016-04-22 Thread Jan Kundrát

On Thursday, 21 April 2016 18:33:51 CEST, David Edmundson wrote:

-postCheckoutCommand=./init-repository -f
+postCheckoutCommand=./init-repository -f --module-subest=default,qtwebkit


That parameter is called --module-subset, not --module-subest (on both 
places).


--
Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


[KIO] cookie service and installing in a parallel prefix (/opt/local)

2016-04-22 Thread René J . V . Bertin
Hi,

I'm installing K*5 in a parallel prefix (/opt/local) that also includes Qt, on 
OS X and Linux. On OS X the DBus lives in there while on Linux (KUbuntu 14.04) 
I use the system's DBus which is configured to be aware of /opt/local/share 
too. This works for just about everything, but I cannot seem to get the cookie 
handler service to work on either platform. Kded5 is running (and is 
auto-started by `kcmshell5 cookies`) so that's not the issue. I do notice that 
kcookiejar5 exits immediately without forking when I start it manually.
Setting "*.*=true" in qtlogging.ini doesn't give me any useful additional 
information.

What can this be? I  presume that this service is functional and that the issue 
I'm having is thus probably related to installing the way I do?

Thanks,
R.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel