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

2015-08-04 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/42/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 10:26:57 +
Build duration: 4 min 57 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 20/20 (100%)FILES 249/327 (76%)CLASSES 249/327 (76%)LINE 23708/49667 
(48%)CONDITIONAL 12625/19444 (65%)

By packages
  
autotests
FILES 59/59 (100%)CLASSES 59/59 (100%)LINE 6624/7131 
(93%)CONDITIONAL 3430/6301 (54%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 475/476 
(100%)CONDITIONAL 166/272 (61%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 182/199 (91%)CONDITIONAL 
60/90 (67%)
src.core
FILES 94/116 (81%)CLASSES 94/116 (81%)LINE 7263/13961 
(52%)CONDITIONAL 3775/5271 (72%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 19/36 (53%)CLASSES 19/36 (53%)LINE 1841/7571 
(24%)CONDITIONAL 696/1087 (64%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 423/836 (51%)CONDITIONAL 
309/454 (68%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 750/3793 
(20%)CONDITIONAL 547/678 (81%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 642/804 (80%)CONDITIONAL 
600/756 (79%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 694/1124 (62%)CONDITIONAL 
360/501 (72%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 690/768 (90%)CONDITIONAL 
431/818 (53%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/26 (54%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 306/386 (79%)CONDITIONAL 
88/112 (79%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 397/601 (66%)CONDITIONAL 
292/422 (69%)
src.kpasswdserver.tests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 275/279 (99%)CONDITIONAL 
139/246 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 32/35 (91%)CONDITIONAL 
42/52 (81%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 238/741 (32%)CONDITIONAL 
141/188 (75%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/18 (78%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 225/255 (88%)CONDITIONAL 
292/358 (82%)
src.widgets
FILES 28/60 (47%)CLASSES 28/60 (47%)LINE 2583/10562 
(24%)CONDITIONAL 1235/1804 (68%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 124610: do not install namelink for private library

2015-08-04 Thread Vishesh Handa

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


I have no idea what this does. Someone else will need to give it a ShipIt. 
Also, you probably want to get this in today before the tagging.

- Vishesh Handa


On Aug. 4, 2015, 8:04 a.m., Harald Sitter wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/124610/
 ---
 
 (Updated Aug. 4, 2015, 8:04 a.m.)
 
 
 Review request for Baloo, Build System and KDE Frameworks.
 
 
 Repository: baloo
 
 
 Description
 ---
 
 please note that the private target is appearing in the resulting cmake
 config all the same and we cannot prevent this because of a cmake oddity
 Alex Merry was kind enough to track down [1].
 testing suggests that this is however not breaking anything (what with the
 library being private).
 
 [1] http://public.kitware.com/pipermail/cmake-developers/2015-July/025798.html
 
 
 Diffs
 -
 
   src/engine/CMakeLists.txt 8e2b5b9c0294a08142f4dc486eecab442167b1ec 
 
 Diff: https://git.reviewboard.kde.org/r/124610/diff/
 
 
 Testing
 ---
 
 make  make install
   no .so symlink installed
 
 made sure there is no symlink on the system and rebuilt gwenview:
   gwenview builds just fine
 
 
 Thanks,
 
 Harald Sitter
 


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


Re: Review Request 124610: do not install namelink for private library

2015-08-04 Thread Harald Sitter


 On Aug. 4, 2015, 8:39 a.m., Vishesh Handa wrote:
  I have no idea what this does. Someone else will need to give it a ShipIt. 
  Also, you probably want to get this in today before the tagging.

Actually I'd rather put it in after tagging so we get a month worth of CI on 
top of the change. KGlobalAccel has the same problem and was released with it, 
so I suppose we can live with the .so symlinks for another month to make sure 
nothing breaks.
Since the libs are not considered public and cannot be linked against unless 
one actually copies the headers from the framework source the symlink on its 
own doesn't cause immediate concern anyway.


- Harald


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


On Aug. 4, 2015, 8:04 a.m., Harald Sitter wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/124610/
 ---
 
 (Updated Aug. 4, 2015, 8:04 a.m.)
 
 
 Review request for Baloo, Build System and KDE Frameworks.
 
 
 Repository: baloo
 
 
 Description
 ---
 
 please note that the private target is appearing in the resulting cmake
 config all the same and we cannot prevent this because of a cmake oddity
 Alex Merry was kind enough to track down [1].
 testing suggests that this is however not breaking anything (what with the
 library being private).
 
 [1] http://public.kitware.com/pipermail/cmake-developers/2015-July/025798.html
 
 
 Diffs
 -
 
   src/engine/CMakeLists.txt 8e2b5b9c0294a08142f4dc486eecab442167b1ec 
 
 Diff: https://git.reviewboard.kde.org/r/124610/diff/
 
 
 Testing
 ---
 
 make  make install
   no .so symlink installed
 
 made sure there is no symlink on the system and rebuilt gwenview:
   gwenview builds just fine
 
 
 Thanks,
 
 Harald Sitter
 


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


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

2015-08-04 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kemoticons%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/17/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 09:55:26 +
Build duration: 2 min 33 sec

CHANGE SET
Revision 004fa1e9029185c1d6287fd17739f1f7267798ff by David Faure: (repair 
unittest by using Glass for now, since that#039;s what the expected)
  change: edit autotests/ktexttohtmlplugintest.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 5/5 (100%)FILES 11/13 (85%)CLASSES 11/13 (85%)LINE 428/797 
(54%)CONDITIONAL 238/365 (65%)

By packages
  
autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 121/127 (95%)CONDITIONAL 
63/110 (57%)
src.core
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 219/419 (52%)CONDITIONAL 
103/139 (74%)
src.integrationplugin
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 12/12 (100%)CONDITIONAL 
9/12 (75%)
src.providers.kde
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 39/114 (34%)CONDITIONAL 
27/48 (56%)
src.providers.xmpp
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 37/125 (30%)CONDITIONAL 
36/56 (64%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2015-08-04 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kemoticons%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/16/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 09:55:26 +
Build duration: 1 min 28 sec

CHANGE SET
Revision 004fa1e9029185c1d6287fd17739f1f7267798ff by David Faure: (repair 
unittest by using Glass for now, since that#039;s what the expected)
  change: edit autotests/ktexttohtmlplugintest.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 5/5 (100%)FILES 11/13 (85%)CLASSES 11/13 (85%)LINE 428/797 
(54%)CONDITIONAL 238/365 (65%)

By packages
  
autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 121/127 (95%)CONDITIONAL 
63/110 (57%)
src.core
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 219/419 (52%)CONDITIONAL 
103/139 (74%)
src.integrationplugin
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 12/12 (100%)CONDITIONAL 
9/12 (75%)
src.providers.kde
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 39/114 (34%)CONDITIONAL 
27/48 (56%)
src.providers.xmpp
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 37/125 (30%)CONDITIONAL 
36/56 (64%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2015-08-04 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kemoticons%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/16/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 09:55:26 +
Build duration: 1 min 28 sec

CHANGE SET
Revision 004fa1e9029185c1d6287fd17739f1f7267798ff by David Faure: (repair 
unittest by using Glass for now, since that#039;s what the expected)
  change: edit autotests/ktexttohtmlplugintest.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 5/5 (100%)FILES 11/13 (85%)CLASSES 11/13 (85%)LINE 428/797 
(54%)CONDITIONAL 238/365 (65%)

By packages
  
autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 121/127 (95%)CONDITIONAL 
63/110 (57%)
src.core
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 219/419 (52%)CONDITIONAL 
103/139 (74%)
src.integrationplugin
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 12/12 (100%)CONDITIONAL 
9/12 (75%)
src.providers.kde
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 39/114 (34%)CONDITIONAL 
27/48 (56%)
src.providers.xmpp
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 37/125 (30%)CONDITIONAL 
36/56 (64%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 124611: do not install namelink for private library

2015-08-04 Thread Harald Sitter

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

Review request for Build System and KDE Frameworks.


Repository: kglobalaccel


Description
---

please note that the private target is appearing in the resulting cmake
config all the same and we cannot prevent this because of a cmake oddity
Alex Merry was kind enough to track down [1].
testing suggests that this is however not breaking anything (what with the
library being private).

[1] http://public.kitware.com/pipermail/cmake-developers/2015-July/025798.html


Diffs
-

  src/runtime/CMakeLists.txt 1a45ac82bde0dba194e3a2dd4313f7b732cc8129 

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


Testing
---

make  make install
  no .so symlink installed


Thanks,

Harald Sitter

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


Re: Review Request 124607: KService: detect ksycoca changing on disk without relying on the DBus signal.

2015-08-04 Thread Alex Merry

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



src/sycoca/ksycoca.h (line 177)
https://git.reviewboard.kde.org/r/124607/#comment57662

Why have a bool return type on an internal method, when no call actually 
uses that value?


- Alex Merry


On Aug. 3, 2015, 10:39 p.m., David Faure wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/124607/
 ---
 
 (Updated Aug. 3, 2015, 10:39 p.m.)
 
 
 Review request for KDE Frameworks and Vishesh Handa.
 
 
 Repository: kservice
 
 
 Description
 ---
 
 This fixes threads without an event loop (e.g. in krunner) never noticing
 changes in ksycoca.
 
 Done-with: Vishesh Handa
 
 
 Diffs
 -
 
   autotests/ksycocathreadtest.cpp 0d6ed4b89581fc506ea79c32c1de314637decf3e 
   src/services/kmimetypetrader.cpp 655e5de9d272176e06af48a8417ea06e2412b9d8 
   src/services/kplugininfo.cpp 56dc0b43036a2a49804ff799360c29c2121dda54 
   src/services/kservice.cpp 3639a2875e5dbaefc6511d36d7b7f0fb7697ea74 
   src/services/kservicegroup.cpp a2905da347877ccf3466b63bd0eae518101f 
   src/services/kservicetype.cpp 5e71351e5b7a0acef96104d8d14fa5b27817595d 
   src/services/kservicetypetrader.cpp 
 290e44e9161c8db47278543714426fdd3b5a87af 
   src/sycoca/ksycoca.h 542029c7c21d495456065e51b485a26509152cd5 
   src/sycoca/ksycoca.cpp 32d1689ad9cd01d3a8adb5123a1848278714ca95 
   src/sycoca/ksycoca_p.h 393cfcf8f04c369ac9c03712d917c49112771838 
 
 Diff: https://git.reviewboard.kde.org/r/124607/diff/
 
 
 Testing
 ---
 
 The improved unittest was failing with threadsWhoSawFakeService() always only 
 2 out of 5 (the 2 threads with an event loop). Passes now.
 
 
 Thanks,
 
 David Faure
 


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


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

2015-08-04 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kemoticons%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/17/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 09:55:26 +
Build duration: 2 min 33 sec

CHANGE SET
Revision 004fa1e9029185c1d6287fd17739f1f7267798ff by David Faure: (repair 
unittest by using Glass for now, since that#039;s what the expected)
  change: edit autotests/ktexttohtmlplugintest.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 5/5 (100%)FILES 11/13 (85%)CLASSES 11/13 (85%)LINE 428/797 
(54%)CONDITIONAL 238/365 (65%)

By packages
  
autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 121/127 (95%)CONDITIONAL 
63/110 (57%)
src.core
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 219/419 (52%)CONDITIONAL 
103/139 (74%)
src.integrationplugin
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 12/12 (100%)CONDITIONAL 
9/12 (75%)
src.providers.kde
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 39/114 (34%)CONDITIONAL 
27/48 (56%)
src.providers.xmpp
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 37/125 (30%)CONDITIONAL 
36/56 (64%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 124607: KService: detect ksycoca changing on disk without relying on the DBus signal.

2015-08-04 Thread David Faure


 On Aug. 4, 2015, 9:43 a.m., Alex Merry wrote:
  src/sycoca/ksycoca.h, line 177
  https://git.reviewboard.kde.org/r/124607/diff/1/?file=389779#file389779line177
 
  Why have a bool return type on an internal method, when no call 
  actually uses that value?

Excellent question :-)

I guess we can remove this.


- David


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


On Aug. 3, 2015, 10:39 p.m., David Faure wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/124607/
 ---
 
 (Updated Aug. 3, 2015, 10:39 p.m.)
 
 
 Review request for KDE Frameworks and Vishesh Handa.
 
 
 Repository: kservice
 
 
 Description
 ---
 
 This fixes threads without an event loop (e.g. in krunner) never noticing
 changes in ksycoca.
 
 Done-with: Vishesh Handa
 
 
 Diffs
 -
 
   autotests/ksycocathreadtest.cpp 0d6ed4b89581fc506ea79c32c1de314637decf3e 
   src/services/kmimetypetrader.cpp 655e5de9d272176e06af48a8417ea06e2412b9d8 
   src/services/kplugininfo.cpp 56dc0b43036a2a49804ff799360c29c2121dda54 
   src/services/kservice.cpp 3639a2875e5dbaefc6511d36d7b7f0fb7697ea74 
   src/services/kservicegroup.cpp a2905da347877ccf3466b63bd0eae518101f 
   src/services/kservicetype.cpp 5e71351e5b7a0acef96104d8d14fa5b27817595d 
   src/services/kservicetypetrader.cpp 
 290e44e9161c8db47278543714426fdd3b5a87af 
   src/sycoca/ksycoca.h 542029c7c21d495456065e51b485a26509152cd5 
   src/sycoca/ksycoca.cpp 32d1689ad9cd01d3a8adb5123a1848278714ca95 
   src/sycoca/ksycoca_p.h 393cfcf8f04c369ac9c03712d917c49112771838 
 
 Diff: https://git.reviewboard.kde.org/r/124607/diff/
 
 
 Testing
 ---
 
 The improved unittest was failing with threadsWhoSawFakeService() always only 
 2 out of 5 (the 2 threads with an event loop). Passes now.
 
 
 Thanks,
 
 David Faure
 


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


knotifications tier

2015-08-04 Thread Jonathan Riddell
knotifications is marked as tier 2 but it depends on kiconthemes which is tier 
3, so I think this needs to be moved

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


Re: [kwallet] /: Updating maintainer name

2015-08-04 Thread Lamarque Souza
Well, it does not work for multiple identity names. I have changed the
maintainer fields in MMQt and NMQt's repositories to use just grulich as
maintainer.

Lamarque V. Souza

http://planetkde.org/pt-br

On Mon, Aug 3, 2015 at 5:17 PM, David Faure fa...@kde.org wrote:

 On Monday 03 August 2015 11:16:17 Lamarque Souza wrote:
  Does the maintainer field accept more than one identity?

 That's the question. Go ahead and do that, Alex Merry volunteered
 to fix kapidox if necessary :-)

 --
 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: knotifications tier

2015-08-04 Thread Aleix Pol
On Tue, Aug 4, 2015 at 5:18 PM, Martin Klapetek
martin.klape...@gmail.com wrote:
 On Tue, Aug 4, 2015 at 12:23 PM, Jonathan Riddell j...@jriddell.org wrote:

 knotifications is marked as tier 2 but it depends on kiconthemes which is
 tier 3, so I think this needs to be moved


 Where? I've removed any kiconthemes usage (it was not really used).

Maybe this should be updated?
http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/knotifications-dependencies.html

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


Re: knotifications tier

2015-08-04 Thread Martin Klapetek
On Tue, Aug 4, 2015 at 12:23 PM, Jonathan Riddell j...@jriddell.org wrote:

 knotifications is marked as tier 2 but it depends on kiconthemes which is
 tier 3, so I think this needs to be moved


Where? I've removed any kiconthemes usage (it was not really used).

Cheers
-- 
Martin Klapetek | KDE Developer
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2015-08-04 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/knotifications%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/20/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 21:40:00 +
Build duration: 37 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: knotifications master kf5-qt5 » Linux,gcc - Build # 20 - Failure!

2015-08-04 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/knotifications%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/20/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 21:40:00 +
Build duration: 37 sec

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


Review Request 124623: Allow multiple entries in the maintainers field

2015-08-04 Thread Alex Merry

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

Review request for KDE Frameworks and Alex Merry.


Repository: kapidox


Description
---

Allow multiple entries in the maintainers field


Diffs
-

  src/kapidox/data/templates/fwinfo.html 
647baec06aa0d5df20ff6afdc9313dceabe15e02 
  src/kapidox/data/templates/fwmaintainer.html 
fb1c5677ecf24874da8eaee283c75cc44841c417 
  src/kgenframeworksapidox 4b2d36f01e0299f41b94a96e80bce54de7f8ef58 

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


Testing
---

Ran with just three frameworks, one set to have multiple maintainers, one set 
to have no (valid) maintainers and one set to have a single maintainer. All 
produced the expected output, both on the main listing (with the show 
maintainers option selected) and on the individual apidocs home pages.


Thanks,

Alex Merry

___
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 # 43 - Still Unstable!

2015-08-04 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/43/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 21:22:27 +
Build duration: 12 min

CHANGE SET
Revision 948ca23ee869a19c4f0949ba3c4a9a93cfd765db by David Faure: (Remove 
quot;using namespace KIOquot; in header to fix clang warning)
  change: edit src/kpasswdserver/kpasswdserver.h
  change: edit src/kpasswdserver/kpasswdserver.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 20/20 (100%)FILES 249/327 (76%)CLASSES 249/327 (76%)LINE 23777/49667 
(48%)CONDITIONAL 12663/19474 (65%)

By packages
  
autotests
FILES 59/59 (100%)CLASSES 59/59 (100%)LINE 6624/7131 
(93%)CONDITIONAL 3431/6301 (54%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 475/476 
(100%)CONDITIONAL 166/272 (61%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 182/199 (91%)CONDITIONAL 
60/90 (67%)
src.core
FILES 94/116 (81%)CLASSES 94/116 (81%)LINE 7300/13961 
(52%)CONDITIONAL 3793/5285 (72%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 19/36 (53%)CLASSES 19/36 (53%)LINE 1841/7571 
(24%)CONDITIONAL 696/1087 (64%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 428/836 (51%)CONDITIONAL 
313/456 (69%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 750/3793 
(20%)CONDITIONAL 547/678 (81%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 642/804 (80%)CONDITIONAL 
600/756 (79%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 713/1124 (63%)CONDITIONAL 
367/507 (72%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 690/768 (90%)CONDITIONAL 
432/820 (53%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/26 (54%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 306/386 (79%)CONDITIONAL 
88/112 (79%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 397/601 (66%)CONDITIONAL 
292/422 (69%)
src.kpasswdserver.tests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 275/279 (99%)CONDITIONAL 
141/246 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 32/35 (91%)CONDITIONAL 
42/52 (81%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 238/741 (32%)CONDITIONAL 
141/188 (75%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/18 (78%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 225/255 (88%)CONDITIONAL 
292/358 (82%)
src.widgets
FILES 28/60 (47%)CLASSES 28/60 (47%)LINE 2591/10562 
(25%)CONDITIONAL 1240/1810 (69%)___
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 # 40 - Still Unstable!

2015-08-04 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/40/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 21:22:18 +
Build duration: 13 min

CHANGE SET
Revision 948ca23ee869a19c4f0949ba3c4a9a93cfd765db by David Faure: (Remove 
quot;using namespace KIOquot; in header to fix clang warning)
  change: edit src/kpasswdserver/kpasswdserver.h
  change: edit src/kpasswdserver/kpasswdserver.cpp


JUNIT RESULTS

Name: (root) Failed: 2 test(s), Passed: 44 test(s), Skipped: 0 test(s), Total: 
46 test(s)Failed: TestSuite.kiofilewidgets-kfileplacesmodeltestFailed: 
TestSuite.kiowidgets-kdirlistertest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 20/20 (100%)FILES 249/327 (76%)CLASSES 249/327 (76%)LINE 23670/49667 
(48%)CONDITIONAL 12603/19394 (65%)

By packages
  
autotests
FILES 59/59 (100%)CLASSES 59/59 (100%)LINE 6588/7131 
(92%)CONDITIONAL 3404/6251 (54%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 475/476 
(100%)CONDITIONAL 166/272 (61%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 182/199 (91%)CONDITIONAL 
60/90 (67%)
src.core
FILES 94/116 (81%)CLASSES 94/116 (81%)LINE 7261/13961 
(52%)CONDITIONAL 3777/5273 (72%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 19/36 (53%)CLASSES 19/36 (53%)LINE 1841/7571 
(24%)CONDITIONAL 697/1087 (64%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 423/836 (51%)CONDITIONAL 
309/454 (68%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 750/3793 
(20%)CONDITIONAL 547/678 (81%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 642/804 (80%)CONDITIONAL 
600/756 (79%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 694/1124 (62%)CONDITIONAL 
360/501 (72%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 690/768 (90%)CONDITIONAL 
431/818 (53%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/26 (54%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 306/386 (79%)CONDITIONAL 
87/110 (79%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 397/601 (66%)CONDITIONAL 
292/422 (69%)
src.kpasswdserver.tests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 275/279 (99%)CONDITIONAL 
141/246 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 32/35 (91%)CONDITIONAL 
42/52 (81%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 238/741 (32%)CONDITIONAL 
141/188 (75%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/18 (78%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 225/255 (88%)CONDITIONAL 
292/358 (82%)
src.widgets
FILES 28/60 (47%)CLASSES 28/60 (47%)LINE 2583/10562 
(24%)CONDITIONAL 1235/1804 (68%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2015-08-04 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/knotifications%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/21/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 21:44:29 +
Build duration: 35 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: knotifications master kf5-qt5 » Linux,gcc - Build # 23 - Still Failing!

2015-08-04 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/knotifications%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/23/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 22:25:56 +
Build duration: 37 sec

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


Re: Review Request 124610: do not install namelink for private library

2015-08-04 Thread Rex Dieter

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

Ship it!


definitely a good thing for private libraries (without public api).

- Rex Dieter


On Aug. 4, 2015, 8:04 a.m., Harald Sitter wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/124610/
 ---
 
 (Updated Aug. 4, 2015, 8:04 a.m.)
 
 
 Review request for Baloo, Build System and KDE Frameworks.
 
 
 Repository: baloo
 
 
 Description
 ---
 
 please note that the private target is appearing in the resulting cmake
 config all the same and we cannot prevent this because of a cmake oddity
 Alex Merry was kind enough to track down [1].
 testing suggests that this is however not breaking anything (what with the
 library being private).
 
 [1] http://public.kitware.com/pipermail/cmake-developers/2015-July/025798.html
 
 
 Diffs
 -
 
   src/engine/CMakeLists.txt 8e2b5b9c0294a08142f4dc486eecab442167b1ec 
 
 Diff: https://git.reviewboard.kde.org/r/124610/diff/
 
 
 Testing
 ---
 
 make  make install
   no .so symlink installed
 
 made sure there is no symlink on the system and rebuilt gwenview:
   gwenview builds just fine
 
 
 Thanks,
 
 Harald Sitter
 


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


Re: [kwallet] /: Updating maintainer name

2015-08-04 Thread Alex Merry
On Tuesday 04 August 2015 10:08:16 Lamarque Souza wrote:
 Well, it does not work for multiple identity names. I have changed the
 maintainer fields in MMQt and NMQt's repositories to use just grulich as
 maintainer.

https://git.reviewboard.kde.org/r/124623/

Note that this patch requires you to use a YAML list for the maintainers, like

maintainer:
- grulich
- lvsouza
- lukas

Alex

(PS: please avoid top-posting on mailing list emails, thanks)

 
 Lamarque V. Souza
 
 http://planetkde.org/pt-br
 
 On Mon, Aug 3, 2015 at 5:17 PM, David Faure fa...@kde.org wrote:
  On Monday 03 August 2015 11:16:17 Lamarque Souza wrote:
   Does the maintainer field accept more than one identity?
  
  That's the question. Go ahead and do that, Alex Merry volunteered
  to fix kapidox if necessary :-)
  
  --
  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: kio master kf5-qt5 » Linux,gcc - Build # 44 - Still Unstable!

2015-08-04 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/44/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 23:01:22 +
Build duration: 14 min

CHANGE SET
Revision 453a83f8a46c5a5fd497abdfc84a2263171a705e by David Faure: (Revert my 
testFileCreatedExternally unittest, it broke the test.)
  change: edit autotests/kfileplacesmodeltest.cpp
  change: edit src/filewidgets/kfileplacesmodel.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 20/20 (100%)FILES 249/327 (76%)CLASSES 249/327 (76%)LINE 24070/49654 
(48%)CONDITIONAL 12997/20084 (65%)

By packages
  
autotests
FILES 59/59 (100%)CLASSES 59/59 (100%)LINE 6878/7118 
(97%)CONDITIONAL 3744/6887 (54%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 475/476 
(100%)CONDITIONAL 166/272 (61%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 182/199 (91%)CONDITIONAL 
60/90 (67%)
src.core
FILES 94/116 (81%)CLASSES 94/116 (81%)LINE 7300/13961 
(52%)CONDITIONAL 3794/5285 (72%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 19/36 (53%)CLASSES 19/36 (53%)LINE 1880/7571 
(25%)CONDITIONAL 718/ (65%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 428/836 (51%)CONDITIONAL 
313/456 (69%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 750/3793 
(20%)CONDITIONAL 547/678 (81%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 642/804 (80%)CONDITIONAL 
600/756 (79%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 713/1124 (63%)CONDITIONAL 
367/507 (72%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 690/768 (90%)CONDITIONAL 
432/820 (53%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/26 (54%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 306/386 (79%)CONDITIONAL 
88/112 (79%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 397/601 (66%)CONDITIONAL 
292/422 (69%)
src.kpasswdserver.tests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 275/279 (99%)CONDITIONAL 
139/246 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 32/35 (91%)CONDITIONAL 
42/52 (81%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 238/741 (32%)CONDITIONAL 
141/188 (75%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/18 (78%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 225/255 (88%)CONDITIONAL 
292/358 (82%)
src.widgets
FILES 28/60 (47%)CLASSES 28/60 (47%)LINE 2591/10562 
(25%)CONDITIONAL 1240/1810 (69%)___
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 # 41 - Still Unstable!

2015-08-04 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/41/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 23:01:22 +
Build duration: 15 min

CHANGE SET
Revision 453a83f8a46c5a5fd497abdfc84a2263171a705e by David Faure: (Revert my 
testFileCreatedExternally unittest, it broke the test.)
  change: edit src/filewidgets/kfileplacesmodel.cpp
  change: edit autotests/kfileplacesmodeltest.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 20/20 (100%)FILES 249/327 (76%)CLASSES 249/327 (76%)LINE 23971/49654 
(48%)CONDITIONAL 12945/20032 (65%)

By packages
  
autotests
FILES 59/59 (100%)CLASSES 59/59 (100%)LINE 6878/7118 
(97%)CONDITIONAL 3744/6887 (54%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 475/476 
(100%)CONDITIONAL 166/272 (61%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 182/199 (91%)CONDITIONAL 
60/90 (67%)
src.core
FILES 94/116 (81%)CLASSES 94/116 (81%)LINE 7253/13961 
(52%)CONDITIONAL 3773/5267 (72%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 19/36 (53%)CLASSES 19/36 (53%)LINE 1880/7571 
(25%)CONDITIONAL 718/ (65%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 423/836 (51%)CONDITIONAL 
309/454 (68%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 750/3793 
(20%)CONDITIONAL 547/678 (81%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 642/804 (80%)CONDITIONAL 
600/756 (79%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 679/1124 (60%)CONDITIONAL 
352/487 (72%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 690/768 (90%)CONDITIONAL 
431/818 (53%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/26 (54%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 306/386 (79%)CONDITIONAL 
88/112 (79%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 392/601 (65%)CONDITIONAL 
286/418 (68%)
src.kpasswdserver.tests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 275/279 (99%)CONDITIONAL 
139/246 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 32/35 (91%)CONDITIONAL 
42/52 (81%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 238/741 (32%)CONDITIONAL 
141/188 (75%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/18 (78%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 225/255 (88%)CONDITIONAL 
292/358 (82%)
src.widgets
FILES 28/60 (47%)CLASSES 28/60 (47%)LINE 2583/10562 
(24%)CONDITIONAL 1235/1804 (68%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: knotifications tier

2015-08-04 Thread Ben Cooksley
On Wed, Aug 5, 2015 at 6:35 AM, Jeremy Whiting jpwhit...@kde.org wrote:
 It should be auto generated every evening. The code that generates it
 is in kde:websites/quality-kde-org git repo. I spent a bit of time
 looking into how it all works for a gardening project (that I never
 did blog about results, mostly because I didn't make any final
 conclusions). I set up a local copy of what should be running on the
 server, but wasn't able to get the generation of documents to work
 quickly and put it back on the shelf. I think Allen Winter runs the
 actual vm that api.kde.org is hosted on if I remember right. He should
 be able to update it if it hasn't auto updated like it's supposed to
 lately.

My immediate suspicion would be that api.kde.org isn't getting a
regular up-to-date feed of the dependency information from the CI
system. I'll take a look and see why that might be the case.


 BR,
 Jeremy

Regards,
Ben



 On Tue, Aug 4, 2015 at 10:02 AM, Martin Klapetek
 martin.klape...@gmail.com wrote:
 On Tue, Aug 4, 2015 at 5:49 PM, Aleix Pol aleix...@kde.org wrote:


 Maybe this should be updated?

 http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/knotifications-dependencies.html


 Yeah, this is old. How does on update? Is it not autogenerated?

 Cheers
 --
 Martin Klapetek | KDE Developer

 ___
 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
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: knotifications tier

2015-08-04 Thread Jeremy Whiting
It should be auto generated every evening. The code that generates it
is in kde:websites/quality-kde-org git repo. I spent a bit of time
looking into how it all works for a gardening project (that I never
did blog about results, mostly because I didn't make any final
conclusions). I set up a local copy of what should be running on the
server, but wasn't able to get the generation of documents to work
quickly and put it back on the shelf. I think Allen Winter runs the
actual vm that api.kde.org is hosted on if I remember right. He should
be able to update it if it hasn't auto updated like it's supposed to
lately.

BR,
Jeremy


On Tue, Aug 4, 2015 at 10:02 AM, Martin Klapetek
martin.klape...@gmail.com wrote:
 On Tue, Aug 4, 2015 at 5:49 PM, Aleix Pol aleix...@kde.org wrote:


 Maybe this should be updated?

 http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/knotifications-dependencies.html


 Yeah, this is old. How does on update? Is it not autogenerated?

 Cheers
 --
 Martin Klapetek | KDE Developer

 ___
 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: Review Request 123131: Port kio_man away from kdelibs4support

2015-08-04 Thread David Faure

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


How about turning this logic around and just listing the directory (*it_dir)?

After all the current logic is to iterate over a list of languages, and see 
which ones do exist. Might as well just look at what exists, without starting 
from a possible list of languages?

- David Faure


On March 25, 2015, 9:17 p.m., Alex Richardson wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/123131/
 ---
 
 (Updated March 25, 2015, 9:17 p.m.)
 
 
 Review request for KDE Frameworks, Plasma and Martin Koller.
 
 
 Repository: kio-extras
 
 
 Description
 ---
 
 Port kio_man away from kdelibs4support
 
 
 Diffs
 -
 
   CMakeLists.txt 02ae89f2524324f758450ad368f64849e39b2f7d 
   man/CMakeLists.txt cb4585a289d3f69b8a16429ce87bfce115d1cc27 
   man/kio_man.cpp e8cf2d70c50c4c20adbb5a81a6213175d397b76e 
   man/kmanpart.cpp 3af7fc182806e8b89297e8de884ce611c827e881 
   man/man2html.cpp 3c493ba334bce890b450d7b11ab00c6e783708d4 
 
 Diff: https://git.reviewboard.kde.org/r/123131/diff/
 
 
 Testing
 ---
 
 man view in kdevelop5 works
 
 Not sure about the `KLocale::global()-languageList();` - 
 `QLocale().uiLanguages();` change though so I would like some feedback.
 
 
 Thanks,
 
 Alex Richardson
 


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


Re: knotifications tier

2015-08-04 Thread Martin Klapetek
On Tue, Aug 4, 2015 at 5:49 PM, Aleix Pol aleix...@kde.org wrote:


 Maybe this should be updated?

 http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/knotifications-dependencies.html


Yeah, this is old. How does on update? Is it not autogenerated?

Cheers
-- 
Martin Klapetek | KDE Developer
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: knotifications tier

2015-08-04 Thread Martin Klapetek
On Tue, Aug 4, 2015 at 10:08 PM, Ben Cooksley bcooks...@kde.org wrote:


 My immediate suspicion would be that api.kde.org isn't getting a
 regular up-to-date feed of the dependency information from the CI
 system. I'll take a look and see why that might be the case.


Is the graph based on that? The build metadata was not updated yet
so I've just pushed updated files.

Cheers
-- 
Martin Klapetek | KDE Developer
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2015-08-04 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/knotifications%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/22/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 21:47:29 +
Build duration: 37 sec

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


Re: Review Request 124623: Allow multiple entries in the maintainers field

2015-08-04 Thread David Faure

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

Ship it!


Thanks for the fix!

- David Faure


On Aug. 4, 2015, 10:24 p.m., Alex Merry wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/124623/
 ---
 
 (Updated Aug. 4, 2015, 10:24 p.m.)
 
 
 Review request for KDE Frameworks and Alex Merry.
 
 
 Repository: kapidox
 
 
 Description
 ---
 
 Allow multiple entries in the maintainers field
 
 
 Diffs
 -
 
   src/kapidox/data/templates/fwinfo.html 
 647baec06aa0d5df20ff6afdc9313dceabe15e02 
   src/kapidox/data/templates/fwmaintainer.html 
 fb1c5677ecf24874da8eaee283c75cc44841c417 
   src/kgenframeworksapidox 4b2d36f01e0299f41b94a96e80bce54de7f8ef58 
 
 Diff: https://git.reviewboard.kde.org/r/124623/diff/
 
 
 Testing
 ---
 
 Ran with just three frameworks, one set to have multiple maintainers, one set 
 to have no (valid) maintainers and one set to have a single maintainer. All 
 produced the expected output, both on the main listing (with the show 
 maintainers option selected) and on the individual apidocs home pages.
 
 
 Thanks,
 
 Alex Merry
 


___
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 # 45 - Fixed!

2015-08-04 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/45/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 23:50:58 +
Build duration: 12 min

CHANGE SET
Revision 071940963225f8d7e14c2ba486bb11c78fffe359 by David Faure: 
(KFilePlacesModel: implement old TODO about using trashrc instead of a)
  change: edit src/filewidgets/kfileplacesitem_p.h
  change: edit src/filewidgets/kfileplacesitem.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 20/20 (100%)FILES 249/327 (76%)CLASSES 249/327 (76%)LINE 24070/49648 
(48%)CONDITIONAL 12999/20086 (65%)

By packages
  
autotests
FILES 59/59 (100%)CLASSES 59/59 (100%)LINE 6878/7118 
(97%)CONDITIONAL 3744/6887 (54%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 475/476 
(100%)CONDITIONAL 166/272 (61%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 182/199 (91%)CONDITIONAL 
60/90 (67%)
src.core
FILES 94/116 (81%)CLASSES 94/116 (81%)LINE 7302/13961 
(52%)CONDITIONAL 3796/5287 (72%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 19/36 (53%)CLASSES 19/36 (53%)LINE 1878/7565 
(25%)CONDITIONAL 718/ (65%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 428/836 (51%)CONDITIONAL 
313/456 (69%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 750/3793 
(20%)CONDITIONAL 547/678 (81%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 642/804 (80%)CONDITIONAL 
600/756 (79%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 713/1124 (63%)CONDITIONAL 
367/507 (72%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 690/768 (90%)CONDITIONAL 
432/820 (53%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/26 (54%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 306/386 (79%)CONDITIONAL 
88/112 (79%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 397/601 (66%)CONDITIONAL 
292/422 (69%)
src.kpasswdserver.tests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 275/279 (99%)CONDITIONAL 
139/246 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 32/35 (91%)CONDITIONAL 
42/52 (81%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 238/741 (32%)CONDITIONAL 
141/188 (75%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/18 (78%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 225/255 (88%)CONDITIONAL 
292/358 (82%)
src.widgets
FILES 28/60 (47%)CLASSES 28/60 (47%)LINE 2591/10562 
(25%)CONDITIONAL 1240/1810 (69%)___
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 # 42 - Still Unstable!

2015-08-04 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/42/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 23:50:58 +
Build duration: 12 min

CHANGE SET
Revision 071940963225f8d7e14c2ba486bb11c78fffe359 by David Faure: 
(KFilePlacesModel: implement old TODO about using trashrc instead of a)
  change: edit src/filewidgets/kfileplacesitem.cpp
  change: edit src/filewidgets/kfileplacesitem_p.h


JUNIT RESULTS

Name: (root) Failed: 1 test(s), Passed: 45 test(s), Skipped: 0 test(s), Total: 
46 test(s)Failed: TestSuite.kiowidgets-kdirlistertest

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 20/20 (100%)FILES 249/327 (76%)CLASSES 249/327 (76%)LINE 23940/49648 
(48%)CONDITIONAL 12921/19986 (65%)

By packages
  
autotests
FILES 59/59 (100%)CLASSES 59/59 (100%)LINE 6842/7118 
(96%)CONDITIONAL 3717/6837 (54%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 475/476 
(100%)CONDITIONAL 166/272 (61%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 182/199 (91%)CONDITIONAL 
60/90 (67%)
src.core
FILES 94/116 (81%)CLASSES 94/116 (81%)LINE 7260/13961 
(52%)CONDITIONAL 3773/5271 (72%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 19/36 (53%)CLASSES 19/36 (53%)LINE 1878/7565 
(25%)CONDITIONAL 718/ (65%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 423/836 (51%)CONDITIONAL 
309/454 (68%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 750/3793 
(20%)CONDITIONAL 547/678 (81%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 642/804 (80%)CONDITIONAL 
600/756 (79%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 679/1124 (60%)CONDITIONAL 
352/487 (72%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 690/768 (90%)CONDITIONAL 
431/818 (53%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/26 (54%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 306/386 (79%)CONDITIONAL 
88/112 (79%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 392/601 (65%)CONDITIONAL 
287/418 (69%)
src.kpasswdserver.tests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 275/279 (99%)CONDITIONAL 
141/246 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 32/35 (91%)CONDITIONAL 
42/52 (81%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 238/741 (32%)CONDITIONAL 
141/188 (75%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/18 (78%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 225/255 (88%)CONDITIONAL 
292/358 (82%)
src.widgets
FILES 28/60 (47%)CLASSES 28/60 (47%)LINE 2583/10562 
(24%)CONDITIONAL 1235/1804 (68%)___
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 # 45 - Fixed!

2015-08-04 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/45/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 04 Aug 2015 23:50:58 +
Build duration: 12 min

CHANGE SET
Revision 071940963225f8d7e14c2ba486bb11c78fffe359 by David Faure: 
(KFilePlacesModel: implement old TODO about using trashrc instead of a)
  change: edit src/filewidgets/kfileplacesitem_p.h
  change: edit src/filewidgets/kfileplacesitem.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 20/20 (100%)FILES 249/327 (76%)CLASSES 249/327 (76%)LINE 24070/49648 
(48%)CONDITIONAL 12999/20086 (65%)

By packages
  
autotests
FILES 59/59 (100%)CLASSES 59/59 (100%)LINE 6878/7118 
(97%)CONDITIONAL 3744/6887 (54%)
autotests.http
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 475/476 
(100%)CONDITIONAL 166/272 (61%)
autotests.kcookiejar
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 182/199 (91%)CONDITIONAL 
60/90 (67%)
src.core
FILES 94/116 (81%)CLASSES 94/116 (81%)LINE 7302/13961 
(52%)CONDITIONAL 3796/5287 (72%)
src.core.kssl
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 35/93 (38%)CONDITIONAL 
3/6 (50%)
src.filewidgets
FILES 19/36 (53%)CLASSES 19/36 (53%)LINE 1878/7565 
(25%)CONDITIONAL 718/ (65%)
src.ioslaves.file
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 428/836 (51%)CONDITIONAL 
313/456 (69%)
src.ioslaves.http
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 750/3793 
(20%)CONDITIONAL 547/678 (81%)
src.ioslaves.http.kcookiejar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 642/804 (80%)CONDITIONAL 
600/756 (79%)
src.ioslaves.trash
FILES 7/9 (78%)CLASSES 7/9 (78%)LINE 713/1124 (63%)CONDITIONAL 
367/507 (72%)
src.ioslaves.trash.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 690/768 (90%)CONDITIONAL 
432/820 (53%)
src.kioslave
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 14/26 (54%)CONDITIONAL 
5/10 (50%)
src.kntlm
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 306/386 (79%)CONDITIONAL 
88/112 (79%)
src.kpasswdserver
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 397/601 (66%)CONDITIONAL 
292/422 (69%)
src.kpasswdserver.tests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 275/279 (99%)CONDITIONAL 
139/246 (57%)
src.urifilters.fixhost
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 32/35 (91%)CONDITIONAL 
42/52 (81%)
src.urifilters.ikws
FILES 5/10 (50%)CLASSES 5/10 (50%)LINE 238/741 (32%)CONDITIONAL 
141/188 (75%)
src.urifilters.localdomain
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 19/26 (73%)CONDITIONAL 
14/18 (78%)
src.urifilters.shorturi
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 225/255 (88%)CONDITIONAL 
292/358 (82%)
src.widgets
FILES 28/60 (47%)CLASSES 28/60 (47%)LINE 2591/10562 
(25%)CONDITIONAL 1240/1810 (69%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel