Re: Review Request 128349: Silence warning about widget already having a layout

2016-07-02 Thread David Faure

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


Ship it!




I agree with the fix, but not with the commit log :)

Setting a widget for a layout is fine for the main layout of a widget, just not 
for sublayouts.

- David Faure


On July 2, 2016, 9:43 p.m., Martin Tobias Holmedahl Sandsmark wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128349/
> ---
> 
> (Updated July 2, 2016, 9:43 p.m.)
> 
> 
> Review request for KDE Frameworks and Martin Klapetek.
> 
> 
> Repository: knotifications
> 
> 
> Description
> ---
> 
> Setting the parent of a QLayout manually is usually wrong.
> 
> 
> Diffs
> -
> 
>   src/kpassivepopup.cpp 4561eb9 
> 
> Diff: https://git.reviewboard.kde.org/r/128349/diff/
> 
> 
> Testing
> ---
> 
> «QLayout: Attempting to add QLayout "" to QWidget "", which already has a 
> layout» does not appear anymore, but the passive popup does.
> 
> 
> Thanks,
> 
> Martin Tobias Holmedahl Sandsmark
> 
>

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


Re: Review Request 128349: Silence warning about widget already having a layout

2016-07-02 Thread Michael Pyne

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


Ship it!




Ship It!

- Michael Pyne


On July 2, 2016, 9:43 p.m., Martin Tobias Holmedahl Sandsmark wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128349/
> ---
> 
> (Updated July 2, 2016, 9:43 p.m.)
> 
> 
> Review request for KDE Frameworks and Martin Klapetek.
> 
> 
> Repository: knotifications
> 
> 
> Description
> ---
> 
> Setting the parent of a QLayout manually is usually wrong.
> 
> 
> Diffs
> -
> 
>   src/kpassivepopup.cpp 4561eb9 
> 
> Diff: https://git.reviewboard.kde.org/r/128349/diff/
> 
> 
> Testing
> ---
> 
> «QLayout: Attempting to add QLayout "" to QWidget "", which already has a 
> layout» does not appear anymore, but the passive popup does.
> 
> 
> Thanks,
> 
> Martin Tobias Holmedahl Sandsmark
> 
>

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


Re: Review Request 128103: Add license texts for KAboutLicense ; add LGPL v2.1 as separate license.

2016-07-02 Thread Michael Pyne

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

(Updated July 2, 2016, 9:44 p.m.)


Review request for KDE Frameworks.


Changes
---

Installs the licenses to a KF5-specific prefix, and breaks out the standard 
paths code to so that we only have to change a single line when we update 
prefix for KF6.


Bugs: 353939
https://bugs.kde.org/show_bug.cgi?id=353939


Repository: kcoreaddons


Description
---

This change fixes a regression from KDE 4 by importing the license texts from 
KDE4's kdelibs for the non-GPL licenses and for FSF's *GPL licenses downloading 
the plain text directly from the source. I don't see the licenses in any other 
KF5 module, and KCoreAddons is what hosts KAboutLicense/KAboutData so it makes 
sense to land here.

This permits the "License: $foo" hyperlink in the KAboutDialog to work properly 
as well (previously there'd be a blank spot where the license would be, now it 
shows up".

Since I was working here I added LGPL v2.1 as a separate license, since it has 
slightly different requirements to the old LGPL v2.0 (and obviously, to LGPL 
v3). I can make that part a separate RR (or just leave it out, I don't know of 
any apps using LGPL v2.1 off hand).


Diffs (updated)
-

  src/lib/CMakeLists.txt ef71386 
  src/lib/kaboutdata.h 9fe4ade 
  src/lib/kaboutdata.cpp 2be3b62 
  src/lib/licenses/ARTISTIC PRE-CREATION 
  src/lib/licenses/BSD PRE-CREATION 
  src/lib/licenses/CMakeLists.txt PRE-CREATION 
  src/lib/licenses/GPL_V2 PRE-CREATION 
  src/lib/licenses/GPL_V3 PRE-CREATION 
  src/lib/licenses/LGPL_V2 PRE-CREATION 
  src/lib/licenses/LGPL_V21 PRE-CREATION 
  src/lib/licenses/LGPL_V3 PRE-CREATION 
  src/lib/licenses/QPL_V1.0 PRE-CREATION 

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


Testing
---

Compiles, and installs. Once installed, apps have their licenses show up when 
those licenses are in the set of well-known licenses we provide.


Thanks,

Michael Pyne

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


Review Request 128349: Silence warning about widget already having a layout

2016-07-02 Thread Martin Tobias Holmedahl Sandsmark

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

Review request for KDE Frameworks and Martin Klapetek.


Repository: knotifications


Description
---

Setting the parent of a QLayout manually is usually wrong.


Diffs
-

  src/kpassivepopup.cpp 4561eb9 

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


Testing
---

«QLayout: Attempting to add QLayout "" to QWidget "", which already has a 
layout» does not appear anymore, but the passive popup does.


Thanks,

Martin Tobias Holmedahl Sandsmark

___
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-07-02 Thread David Faure


> On July 2, 2016, 11:11 a.m., David Faure wrote:
> > Looks OK to me.
> > Please ensure it still compiles+works on Linux, and push it after July 4 
> > (so that it doesn't break KF 5.24 at the last minute).
> 
> René J.V. Bertin wrote:
> Great. That probably means I'll be pushing it well after July 4th, though 
> :)
> 
> René J.V. Bertin wrote:
> FWIW: this and other patches submitted for review are tested on OS X 
> *and* Linux. 
> 
> Will 5.24 introduce any significant relevant changes that make I'll have 
> to be extra vigilant for breakage?

No major changes in kdeinit these days, no. I just didn't want this to be 
committed on the day of the 5.24 release, too dangerous.

Thanks for the confirmation that you tested on Linux - I just want one month to 
test it myself too, once committed ;)


- David


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


On June 18, 2016, 9 a.m., René J.V. Bertin wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/126161/
> ---
> 
> (Updated June 18, 2016, 9 a.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.h PRE-CREATION 
>   src/kdeinit/kinit.cpp 4f6d894 
>   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 (and Linux) with Qt 5.5.1-5.6.1 and KF5rameworks 5.16.0-5.22.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.
> 
> 
> File Attachments
> 
> 
> example launchd plist for auto-starting kdeinit5
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/06/18/13a37e04-a7d1-46ac-8782-54a46f06779e__org.macports.kdeinit5.plist
> 
> 
> 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-07-02 Thread René J . V . Bertin


> On July 2, 2016, 1:11 p.m., David Faure wrote:
> > Looks OK to me.
> > Please ensure it still compiles+works on Linux, and push it after July 4 
> > (so that it doesn't break KF 5.24 at the last minute).
> 
> René J.V. Bertin wrote:
> Great. That probably means I'll be pushing it well after July 4th, though 
> :)

FWIW: this and other patches submitted for review are tested on OS X *and* 
Linux. 

Will 5.24 introduce any significant relevant changes that make I'll have to be 
extra vigilant for breakage?


- René J.V.


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


On June 18, 2016, 11 a.m., René J.V. Bertin wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/126161/
> ---
> 
> (Updated June 18, 2016, 11 a.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.h PRE-CREATION 
>   src/kdeinit/kinit.cpp 4f6d894 
>   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 (and Linux) with Qt 5.5.1-5.6.1 and KF5rameworks 5.16.0-5.22.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.
> 
> 
> File Attachments
> 
> 
> example launchd plist for auto-starting kdeinit5
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/06/18/13a37e04-a7d1-46ac-8782-54a46f06779e__org.macports.kdeinit5.plist
> 
> 
> 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 128014: [KToggleToolBarAction] Honor action/options_show_toolbar restriction

2016-07-02 Thread Kai Uwe Broulik


> On Juli 2, 2016, 8:42 vorm., David Faure wrote:
> > Hi Kai Uwe, did you forget to push this?

Yes, sorry, won't be able to push until tomorrow, though.


- Kai Uwe


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


On Mai 25, 2016, 3:01 nachm., Kai Uwe Broulik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128014/
> ---
> 
> (Updated Mai 25, 2016, 3:01 nachm.)
> 
> 
> Review request for KDE Frameworks and David Edmundson.
> 
> 
> Repository: kxmlgui
> 
> 
> Description
> ---
> 
> This makes sure the user is never presented the option to hide the toolbar. 
> Toolbars could still be hidden by unlocking toolbars after which a toolbar 
> action may show up.
> 
> 
> Diffs
> -
> 
>   src/ktoggletoolbaraction.cpp ceb6d43 
> 
> Diff: https://git.reviewboard.kde.org/r/128014/diff/
> 
> 
> Testing
> ---
> 
> Option no longer shows up. (Should've probably also hidden the Qt action in 
> my previous patch since that's what KAuthorized usually does)
> 
> 
> Thanks,
> 
> Kai Uwe Broulik
> 
>

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


Re: Where to put kwayland integration plugins

2016-07-02 Thread David Faure
On samedi 2 juillet 2016 15:25:39 CEST Martin Graesslin wrote:
> On Saturday, July 2, 2016 11:41:11 AM CEST David Faure wrote:
> > On lundi 6 juin 2016 11:26:58 CEST Aleix Pol wrote:
> > > On Mon, Jun 6, 2016 at 8:32 AM, Martin Graesslin 
> 
> wrote:
> > > > Hi framework-developers,
> > > > 
> > > > in Plasma we have a repository called kwayland-integration. It
> > > > provides
> > > > a
> > > > plugin for:
> > > > * KWindowSystem
> > > > * KIdleTime
> > > > 
> > > > using the KWayland client API. Thus it makes these frameworks
> > > > functional
> > > > on
> > > > windowing system Wayland.
> > > > 
> > > > I want to move the plugins into frameworks and are wondering how to do
> > > > that
> > > > and where to move them to.
> > > > 
> > > > I see the following options:
> > > > 1. Integrate directly into kwindowsystem and kidletime
> > > > 2. Merge them into frameworks-integration
> > > > 3. Create a new framework kwayland-integration
> > > > 4. create a new framework "kwindowsystem-wayland" and
> > > > "kidletime-wayland"
> > > > 
> > > > Option 1 is I think an absolute no-no as it would turn kwindowsystem
> > > > and
> > > > kidletime from tier 1 to tier 2 and that would affect a huge amount of
> > > > other frameworks. For everything which is not in tier 1, I think it's
> > > > the
> > > > way to go.
> > > > 
> > > > Option 2 is something I don't want to do as that would combine
> > > > windowing
> > > > system integration code with random other stuff and would result in
> > > > weird
> > > > dependencies. (To use KIdleTime on Wayland one needs X11 and Phonon?)
> > > > 
> > > > The same actually also applies to Option 3, though it is just two
> > > > frameworks and all dependencies would be tier 1.
> > > > 
> > > > So personally I think option 3 or option 4 are the way to go.
> > > > 
> > > > What do you think? Better ideas?
> > > 
> > > I agree ideally it's 3 or 4. Where do you have it now? Are they
> > > already separate repositories? If so, just moving them to frameworks
> > > could make sense.
> > > 
> > > In Purpose I have a similar problem (and I know the discussion is also
> > > relevant for other frameworks). We usually don't want plugins to raise
> > > the tier of your base framework, but you still need them to be
> > > distributed together and either way you need to make sure the plugins
> > > will be available when the system is deployed (which is actually much
> > > easier in option 1).
> > 
> > The alternative is to use option 1 with a cmake option to disable the
> > kwayland-based plugin. This offers benefits because
> > - on systems with wayland enabled, you are sure the plugin is present (no
> > bug report like "idle detection doesn't work" (because of a missing
> > package)) - on systems where dependencies should be kept to a minimum
> > (e.g.
> > an X11-based embedded system) one can easily compile without the kwayland
> > dependency
> > 
> > Application developers using KIdleTime or KWindowSystem do expect it to
> > work on all platforms where the application works, so surely a dependency
> > on kwayland can't be a problem on wayland.
> 
> That's actually not the case. Both KIdleTime and KWindowSystem (runtime)
> depend on additional Wayland protocols currently only provided in KWin/
> Wayland. That means your KIdleTime based application won't work in e.g.
> GNOME.

OK so things are less interoperable than I thought
  -- so much for "whatever the problem is, wayland will fix it!" ;-)

However that only makes my last paragraph moot, not the rest of the argument, 
AFAICS.

In fact it even leads to another possible solution : if these plugins are only 
useful in Plasma5, then there's no problem with putting them into plasma-
integration, is there?

-- 
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 128043: Allow to play the default system sound (beep) instead of a specific sound file (WIP)

2016-07-02 Thread René J . V . Bertin


> On May 30, 2016, 7:38 p.m., Martin Klapetek wrote:
> > src/notifybyaudio.cpp, line 61
> > 
> >
> > But this is not correct, if you disable the sound in the config, the 
> > soundFilename will be empty and this will cause ::beep() to be executed. 
> > But why if I choose no sound?
> 
> René J.V. Bertin wrote:
> Hmmm, I didn't think of it that way. The warning message suggests that 
> this is a case of an incomplete notification definition. Why would you choose 
> to have an audio notification that doesn't make a sound? Shouldn't that be 
> handled by another special case, something like `Sound=silent` or 
> `Sound=none`?
> 
> Or is the warning text incorrect?

Bump, any suggestions how to handle this?

Also, what exactly do you mean with "if you disabled the sound in the config"? 
Do you mean untick the  "Play a sound" option? If so, why would a notification 
that is not supposed to make a sound call `NotifyByAudio::notify()`?


- René J.V.


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


On June 9, 2016, 7:52 p.m., René J.V. Bertin wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128043/
> ---
> 
> (Updated June 9, 2016, 7:52 p.m.)
> 
> 
> Review request for KDE Software on Mac OS X and KDE Frameworks.
> 
> 
> Repository: knotifications
> 
> 
> Description
> ---
> 
> This is a follow-up to discussion on the plasma-devel ML. When not running 
> under a Plasma session it would be preferable if generic alert sounds are 
> (can be) delivered using the default system sound. The easiest way to do that 
> is to call `QApplication::beep()` ; at least on OS X this will play the 
> user's selected alert sound.
> 
> I have implemented this for now by assuming the existence of a virtual 
> (relative) `beep` sound file that always plays the default sound. 
> 
> In addition, this patch provides better warning feedback if a soundfile isn't 
> found (making it easier to figure out which alert is misconfigured), and will 
> play the sysbeep in that case (so that the alert doesn't go lost if it's 
> sound-only).
> Finally, no Phonon::AudioOutput object is created until that is actually 
> required.
> 
> 
> Diffs
> -
> 
>   src/notifybyaudio.cpp 903e996 
> 
> Diff: https://git.reviewboard.kde.org/r/128043/diff/
> 
> 
> Testing
> ---
> 
> Works as expected on OS X 10.9.5
> 
> 
> 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: kross master kf5-qt5 » Linux,gcc - Build # 126 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kross%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/126/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 18:12:29 +
Build duration: 1 min 9 sec

CHANGE SET
Revision f8f5db9288f97201f7839c3e2e51227fa50caf31 by Alexander Potashev: (Fix 
build when Kross is not installed in the system)
  change: edit src/core/CMakeLists.txt
  change: edit src/ui/CMakeLists.txt


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 2/13 (15%)CLASSES 2/13 (15%)LINE 132/944 
(14%)CONDITIONAL 66/542 (12%)

By packages
  
autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 56/56 (100%)CONDITIONAL 
33/50 (66%)
src.core
FILES 1/12 (8%)CLASSES 1/12 (8%)LINE 76/888 (9%)CONDITIONAL 
33/492 (7%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kross%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/126/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 18:12:29 +
Build duration: 1 min 9 sec

CHANGE SET
Revision f8f5db9288f97201f7839c3e2e51227fa50caf31 by Alexander Potashev: (Fix 
build when Kross is not installed in the system)
  change: edit src/core/CMakeLists.txt
  change: edit src/ui/CMakeLists.txt


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 2/13 (15%)CLASSES 2/13 (15%)LINE 132/944 
(14%)CONDITIONAL 66/542 (12%)

By packages
  
autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 56/56 (100%)CONDITIONAL 
33/50 (66%)
src.core
FILES 1/12 (8%)CLASSES 1/12 (8%)LINE 76/888 (9%)CONDITIONAL 
33/492 (7%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kross%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/126/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 18:12:29 +
Build duration: 1 min 2 sec

CHANGE SET
Revision f8f5db9288f97201f7839c3e2e51227fa50caf31 by Alexander Potashev: (Fix 
build when Kross is not installed in the system)
  change: edit src/ui/CMakeLists.txt
  change: edit src/core/CMakeLists.txt


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 2/13 (15%)CLASSES 2/13 (15%)LINE 132/944 
(14%)CONDITIONAL 66/542 (12%)

By packages
  
autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 56/56 (100%)CONDITIONAL 
33/50 (66%)
src.core
FILES 1/12 (8%)CLASSES 1/12 (8%)LINE 76/888 (9%)CONDITIONAL 
33/492 (7%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kross%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/126/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 18:12:29 +
Build duration: 1 min 2 sec

CHANGE SET
Revision f8f5db9288f97201f7839c3e2e51227fa50caf31 by Alexander Potashev: (Fix 
build when Kross is not installed in the system)
  change: edit src/ui/CMakeLists.txt
  change: edit src/core/CMakeLists.txt


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 2/13 (15%)CLASSES 2/13 (15%)LINE 132/944 
(14%)CONDITIONAL 66/542 (12%)

By packages
  
autotests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 56/56 (100%)CONDITIONAL 
33/50 (66%)
src.core
FILES 1/12 (8%)CLASSES 1/12 (8%)LINE 76/888 (9%)CONDITIONAL 
33/492 (7%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 128345: Fix build when Kross is not installed in the system

2016-07-02 Thread Alexander Potashev

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

(Updated July 2, 2016, 6:12 p.m.)


Status
--

This change has been marked as submitted.


Review request for KDE Frameworks and David Faure.


Changes
---

Submitted with commit f8f5db9288f97201f7839c3e2e51227fa50caf31 by Alexander 
Potashev to branch master.


Repository: kross


Description
---

"include" paths were broken in https://phabricator.kde.org/D1862

Build problem on CI: 
https://build.kde.org/job/kross%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/125/console


Diffs
-

  src/core/CMakeLists.txt bd0a1b6c9a4492b495cf5ef2c5359a29b6eca40c 
  src/ui/CMakeLists.txt 64abe77211a109736645b4b55c271e184318ce0e 

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


Testing
---

Builds OK on my machine after uninstalling Kross from the system.


Thanks,

Alexander Potashev

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


Re: Review Request 128308: fix the mkspecs install directory when cross-compiling using Qt5

2016-07-02 Thread Rolf Eike Beer

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

(Updated July 2, 2016, 10:05 a.m.)


Status
--

This change has been marked as submitted.


Review request for KDE Frameworks.


Changes
---

Submitted with commit eb5eeca609e9960d7afe3462b421bfe0a48b8e21 by Rolf Eike 
Beer to branch master.


Repository: qca


Description
---

mkspecs should go in the host install prefix, not the target one.


Diffs
-

  cmake/modules/QcaMacro.cmake 88ab0d0 

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


Testing
---

Puts the mkspec file in the correct directory when cross-compiling now.


Thanks,

Rolf Eike Beer

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


Re: Review Request 128336: KNS3::Entry::size: Make sure we offer a size

2016-07-02 Thread Aleix Pol Gonzalez

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

(Updated July 2, 2016, 6:20 p.m.)


Status
--

This change has been marked as submitted.


Review request for KDE Frameworks, Dan Leinir Turthra Jensen and Jeremy Whiting.


Changes
---

Submitted with commit fc2e7f5865df1c2bd83dced01ba046b76382ce5b by Aleix Pol to 
branch master.


Bugs: 364896
https://bugs.kde.org/show_bug.cgi?id=364896


Repository: knewstuff


Description
---

If there's no downloadable content, return 0. Better than crashing.


Diffs
-

  src/entry.cpp 1971290 

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


Testing
---

Tests still pass, discover still works. See bug report.


Thanks,

Aleix Pol Gonzalez

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


Re: Review Request 128344: Add initial categorized debug output.

2016-07-02 Thread Andreas Cord-Landwehr

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

(Updated July 2, 2016, 4:09 p.m.)


Status
--

This change has been marked as submitted.


Review request for KDE Frameworks.


Changes
---

Submitted with commit 35478a2607f13b43504d50e6abe8bcf730b13160 by Andreas 
Cord-Landwehr to branch master.


Repository: attica


Description
---

Attica has zero debug output, which makes it very hard debugging it.
This patch adds an initial debug category and debug output for getting
information about the category listing mechanism.


Diffs
-

  CMakeLists.txt b67faef4c8509812de4a7210c702444de910690f 
  src/CMakeLists.txt 9582469b2bc1b88049a434c6cca6a7af18c1318a 
  src/atticabasejob.cpp bea7cd4ff659af1d0184dcbd1bcfff2d9430f6e0 
  src/getjob.cpp a78a0e29ddf73ea93fa030bca4df244dbc9d5a89 
  src/listjob.cpp 6cc895c934c33df4c6257d2e96955e72dc986e7b 

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


Testing
---


Thanks,

Andreas Cord-Landwehr

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


Re: Review Request 128336: KNS3::Entry::size: Make sure we offer a size

2016-07-02 Thread Andreas Cord-Landwehr

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


Ship it!




Ship It!

- Andreas Cord-Landwehr


On Juli 2, 2016, 1:26 nachm., Aleix Pol Gonzalez wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128336/
> ---
> 
> (Updated Juli 2, 2016, 1:26 nachm.)
> 
> 
> Review request for KDE Frameworks, Dan Leinir Turthra Jensen and Jeremy 
> Whiting.
> 
> 
> Bugs: 364896
> https://bugs.kde.org/show_bug.cgi?id=364896
> 
> 
> Repository: knewstuff
> 
> 
> Description
> ---
> 
> If there's no downloadable content, return 0. Better than crashing.
> 
> 
> Diffs
> -
> 
>   src/entry.cpp 1971290 
> 
> Diff: https://git.reviewboard.kde.org/r/128336/diff/
> 
> 
> Testing
> ---
> 
> Tests still pass, discover still works. See bug report.
> 
> 
> Thanks,
> 
> Aleix Pol Gonzalez
> 
>

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


Re: Review Request 128345: Fix build when Kross is not installed in the system

2016-07-02 Thread Aleix Pol Gonzalez

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


Ship it!




Ship It!

- Aleix Pol Gonzalez


On July 2, 2016, 3:54 p.m., Alexander Potashev wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128345/
> ---
> 
> (Updated July 2, 2016, 3:54 p.m.)
> 
> 
> Review request for KDE Frameworks and David Faure.
> 
> 
> Repository: kross
> 
> 
> Description
> ---
> 
> "include" paths were broken in https://phabricator.kde.org/D1862
> 
> Build problem on CI: 
> https://build.kde.org/job/kross%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/125/console
> 
> 
> Diffs
> -
> 
>   src/core/CMakeLists.txt bd0a1b6c9a4492b495cf5ef2c5359a29b6eca40c 
>   src/ui/CMakeLists.txt 64abe77211a109736645b4b55c271e184318ce0e 
> 
> Diff: https://git.reviewboard.kde.org/r/128345/diff/
> 
> 
> Testing
> ---
> 
> Builds OK on my machine after uninstalling Kross from the system.
> 
> 
> Thanks,
> 
> Alexander Potashev
> 
>

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


Re: Review Request 128344: Add initial categorized debug output.

2016-07-02 Thread Aleix Pol Gonzalez

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


Ship it!




Ship It!

- Aleix Pol Gonzalez


On July 2, 2016, 3:30 p.m., Andreas Cord-Landwehr wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128344/
> ---
> 
> (Updated July 2, 2016, 3:30 p.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: attica
> 
> 
> Description
> ---
> 
> Attica has zero debug output, which makes it very hard debugging it.
> This patch adds an initial debug category and debug output for getting
> information about the category listing mechanism.
> 
> 
> Diffs
> -
> 
>   CMakeLists.txt b67faef4c8509812de4a7210c702444de910690f 
>   src/CMakeLists.txt 9582469b2bc1b88049a434c6cca6a7af18c1318a 
>   src/atticabasejob.cpp bea7cd4ff659af1d0184dcbd1bcfff2d9430f6e0 
>   src/getjob.cpp a78a0e29ddf73ea93fa030bca4df244dbc9d5a89 
>   src/listjob.cpp 6cc895c934c33df4c6257d2e96955e72dc986e7b 
> 
> Diff: https://git.reviewboard.kde.org/r/128344/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Andreas Cord-Landwehr
> 
>

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


Review Request 128345: Fix build when Kross is not installed in the system

2016-07-02 Thread Alexander Potashev

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

Review request for KDE Frameworks and David Faure.


Repository: kross


Description
---

"include" paths were broken in https://phabricator.kde.org/D1862

Build problem on CI: 
https://build.kde.org/job/kross%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/125/console


Diffs
-

  src/core/CMakeLists.txt bd0a1b6c9a4492b495cf5ef2c5359a29b6eca40c 
  src/ui/CMakeLists.txt 64abe77211a109736645b4b55c271e184318ce0e 

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


Testing
---

Builds OK on my machine after uninstalling Kross from the system.


Thanks,

Alexander Potashev

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


Review Request 128344: Add initial categorized debug output.

2016-07-02 Thread Andreas Cord-Landwehr

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

Review request for KDE Frameworks.


Repository: attica


Description
---

Attica has zero debug output, which makes it very hard debugging it.
This patch adds an initial debug category and debug output for getting
information about the category listing mechanism.


Diffs
-

  CMakeLists.txt b67faef4c8509812de4a7210c702444de910690f 
  src/CMakeLists.txt 9582469b2bc1b88049a434c6cca6a7af18c1318a 
  src/atticabasejob.cpp bea7cd4ff659af1d0184dcbd1bcfff2d9430f6e0 
  src/getjob.cpp a78a0e29ddf73ea93fa030bca4df244dbc9d5a89 
  src/listjob.cpp 6cc895c934c33df4c6257d2e96955e72dc986e7b 

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


Testing
---


Thanks,

Andreas Cord-Landwehr

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


Re: Where to put kwayland integration plugins

2016-07-02 Thread Martin Graesslin
On Saturday, July 2, 2016 11:41:11 AM CEST David Faure wrote:
> On lundi 6 juin 2016 11:26:58 CEST Aleix Pol wrote:
> > On Mon, Jun 6, 2016 at 8:32 AM, Martin Graesslin  
wrote:
> > > Hi framework-developers,
> > > 
> > > in Plasma we have a repository called kwayland-integration. It provides
> > > a
> > > plugin for:
> > > * KWindowSystem
> > > * KIdleTime
> > > 
> > > using the KWayland client API. Thus it makes these frameworks functional
> > > on
> > > windowing system Wayland.
> > > 
> > > I want to move the plugins into frameworks and are wondering how to do
> > > that
> > > and where to move them to.
> > > 
> > > I see the following options:
> > > 1. Integrate directly into kwindowsystem and kidletime
> > > 2. Merge them into frameworks-integration
> > > 3. Create a new framework kwayland-integration
> > > 4. create a new framework "kwindowsystem-wayland" and
> > > "kidletime-wayland"
> > > 
> > > Option 1 is I think an absolute no-no as it would turn kwindowsystem and
> > > kidletime from tier 1 to tier 2 and that would affect a huge amount of
> > > other frameworks. For everything which is not in tier 1, I think it's
> > > the
> > > way to go.
> > > 
> > > Option 2 is something I don't want to do as that would combine windowing
> > > system integration code with random other stuff and would result in
> > > weird
> > > dependencies. (To use KIdleTime on Wayland one needs X11 and Phonon?)
> > > 
> > > The same actually also applies to Option 3, though it is just two
> > > frameworks and all dependencies would be tier 1.
> > > 
> > > So personally I think option 3 or option 4 are the way to go.
> > > 
> > > What do you think? Better ideas?
> > 
> > I agree ideally it's 3 or 4. Where do you have it now? Are they
> > already separate repositories? If so, just moving them to frameworks
> > could make sense.
> > 
> > In Purpose I have a similar problem (and I know the discussion is also
> > relevant for other frameworks). We usually don't want plugins to raise
> > the tier of your base framework, but you still need them to be
> > distributed together and either way you need to make sure the plugins
> > will be available when the system is deployed (which is actually much
> > easier in option 1).
> 
> The alternative is to use option 1 with a cmake option to disable the
> kwayland-based plugin. This offers benefits because
> - on systems with wayland enabled, you are sure the plugin is present (no
> bug report like "idle detection doesn't work" (because of a missing
> package)) - on systems where dependencies should be kept to a minimum (e.g.
> an X11-based embedded system) one can easily compile without the kwayland
> dependency
> 
> Application developers using KIdleTime or KWindowSystem do expect it to work
> on all platforms where the application works, so surely a dependency on
> kwayland can't be a problem on wayland.

That's actually not the case. Both KIdleTime and KWindowSystem (runtime) 
depend on additional Wayland protocols currently only provided in KWin/
Wayland. That means your KIdleTime based application won't work in e.g. GNOME.

Given that the real world benefit of option 1 is not that large.

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


Jenkins-kde-ci: kross master stable-kf5-qt5 » Linux,gcc - Build # 125 - Still Failing!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kross%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/125/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 12:42:46 +
Build duration: 30 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: kxmlgui master stable-kf5-qt5 » Linux,gcc - Build # 50 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kxmlgui%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/50/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 12:23:59 +
Build duration: 5 min 22 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 2/2 (100%)FILES 39/68 (57%)CLASSES 39/68 (57%)LINE 4011/9253 
(43%)CONDITIONAL 2182/6447 (34%)

By packages
  
autotests
FILES 11/11 (100%)CLASSES 11/11 (100%)LINE 1345/1357 
(99%)CONDITIONAL 603/1220 (49%)
src
FILES 28/57 (49%)CLASSES 28/57 (49%)LINE 2666/7896 
(34%)CONDITIONAL 1579/5227 (30%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kxmlgui%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/50/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 12:23:59 +
Build duration: 5 min 22 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 2/2 (100%)FILES 39/68 (57%)CLASSES 39/68 (57%)LINE 4011/9253 
(43%)CONDITIONAL 2182/6447 (34%)

By packages
  
autotests
FILES 11/11 (100%)CLASSES 11/11 (100%)LINE 1345/1357 
(99%)CONDITIONAL 603/1220 (49%)
src
FILES 28/57 (49%)CLASSES 28/57 (49%)LINE 2666/7896 
(34%)CONDITIONAL 1579/5227 (30%)___
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-07-02 Thread René J . V . Bertin


> On July 2, 2016, 1:11 p.m., David Faure wrote:
> > Looks OK to me.
> > Please ensure it still compiles+works on Linux, and push it after July 4 
> > (so that it doesn't break KF 5.24 at the last minute).

Great. That probably means I'll be pushing it well after July 4th, though :)


> On July 2, 2016, 1:11 p.m., David Faure wrote:
> > src/kdeinit/kinit.h, line 64
> > 
> >
> > This is usually done at the top, just under the #ifndef. I never saw it 
> > done at the bottom, ever.

OK. You haven't seen a lot of my header files then :)


- René J.V.


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


On June 18, 2016, 11 a.m., René J.V. Bertin wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/126161/
> ---
> 
> (Updated June 18, 2016, 11 a.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.h PRE-CREATION 
>   src/kdeinit/kinit.cpp 4f6d894 
>   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 (and Linux) with Qt 5.5.1-5.6.1 and KF5rameworks 5.16.0-5.22.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.
> 
> 
> File Attachments
> 
> 
> example launchd plist for auto-starting kdeinit5
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/06/18/13a37e04-a7d1-46ac-8782-54a46f06779e__org.macports.kdeinit5.plist
> 
> 
> 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: kross master kf5-qt5 » Linux,gcc - Build # 125 - Still Failing!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kross%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/125/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 12:03:40 +
Build duration: 3 min 42 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: ktexteditor master kf5-qt5 » Linux,gcc - Build # 182 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/ktexteditor%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/182/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:46:20 +
Build duration: 14 min

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 24/28 (86%)FILES 294/330 (89%)CLASSES 294/330 (89%)LINE 33030/49319 
(67%)CONDITIONAL 16765/32848 (51%)

By packages
  
autotests.src
FILES 48/48 (100%)CLASSES 48/48 (100%)LINE 4077/4390 
(93%)CONDITIONAL 1927/3920 (49%)
autotests.src.vimode
FILES 16/16 (100%)CLASSES 16/16 (100%)LINE 5525/5569 
(99%)CONDITIONAL 897/1658 (54%)
src.buffer
FILES 14/15 (93%)CLASSES 14/15 (93%)LINE 1617/1759 
(92%)CONDITIONAL 1255/1622 (77%)
src.completion
FILES 16/16 (100%)CLASSES 16/16 (100%)LINE 1755/3101 
(57%)CONDITIONAL 1208/2798 (43%)
src.completion.expandingtree
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 184/464 (40%)CONDITIONAL 
79/354 (22%)
src.dialogs
FILES 0/4 (0%)CLASSES 0/4 (0%)LINE 0/935 (0%)CONDITIONAL 0/274 
(0%)
src.document
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 1810/3209 
(56%)CONDITIONAL 1502/3191 (47%)
src.export
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 106/125 (85%)CONDITIONAL 
106/152 (70%)
src.include.ktexteditor
FILES 14/14 (100%)CLASSES 14/14 (100%)LINE 203/244 
(83%)CONDITIONAL 144/228 (63%)
src.inputmode
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 172/326 (53%)CONDITIONAL 
40/85 (47%)
src.mode
FILES 5/6 (83%)CLASSES 5/6 (83%)LINE 159/423 (38%)CONDITIONAL 
97/269 (36%)
src.printing
FILES 0/4 (0%)CLASSES 0/4 (0%)LINE 0/885 (0%)CONDITIONAL 0/294 
(0%)
src.render
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 914/1225 
(75%)CONDITIONAL 606/932 (65%)
src.schema
FILES 2/9 (22%)CLASSES 2/9 (22%)LINE 21/1538 (1%)CONDITIONAL 
7/697 (1%)
src.script
FILES 14/14 (100%)CLASSES 14/14 (100%)LINE 700/1055 
(66%)CONDITIONAL 294/556 (53%)
src.search
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 1012/1389 
(73%)CONDITIONAL 565/904 (63%)
src.spellcheck
FILES 5/7 (71%)CLASSES 5/7 (71%)LINE 372/1336 (28%)CONDITIONAL 
205/820 (25%)
src.swapfile
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 119/365 (33%)CONDITIONAL 
57/195 (29%)
src.syntax
FILES 11/12 (92%)CLASSES 11/12 (92%)LINE 1662/2151 
(77%)CONDITIONAL 1059/1784 (59%)
src.syntax.data
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 51/69 (74%)CONDITIONAL 
73/92 (79%)
src.undo
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 671/772 (87%)CONDITIONAL 
321/448 (72%)
src.utils
FILES 33/36 (92%)CLASSES 33/36 (92%)LINE 2570/3913 
(66%)CONDITIONAL 1332/2728 (49%)
src.variableeditor
FILES 0/7 (0%)CLASSES 0/7 (0%)LINE 0/668 (0%)CONDITIONAL 0/170 
(0%)
src.view
FILES 15/19 (79%)CLASSES 15/19 (79%)LINE 3300/6281 
(53%)CONDITIONAL 1489/3788 (39%)
src.vimode
FILES 34/34 (100%)CLASSES 34/34 (100%)LINE 1876/2340 
(80%)CONDITIONAL 1028/1751 (59%)
src.vimode.config
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/134 (0%)CONDITIONAL 0/90 
(0%)
src.vimode.emulatedcommandbar
FILES 12/12 (100%)CLASSES 12/12 (100%)LINE 901/913 
(99%)CONDITIONAL 614/678 (91%)
src.vimode.modes
FILES 10/10 (100%)CLASSES 10/10 (100%)LINE 3253/3740 
(87%)CONDITIONAL 1860/2370 (78%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/ktexteditor%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/182/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:46:20 +
Build duration: 14 min

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 24/28 (86%)FILES 294/330 (89%)CLASSES 294/330 (89%)LINE 33030/49319 
(67%)CONDITIONAL 16765/32848 (51%)

By packages
  
autotests.src
FILES 48/48 (100%)CLASSES 48/48 (100%)LINE 4077/4390 
(93%)CONDITIONAL 1927/3920 (49%)
autotests.src.vimode
FILES 16/16 (100%)CLASSES 16/16 (100%)LINE 5525/5569 
(99%)CONDITIONAL 897/1658 (54%)
src.buffer
FILES 14/15 (93%)CLASSES 14/15 (93%)LINE 1617/1759 
(92%)CONDITIONAL 1255/1622 (77%)
src.completion
FILES 16/16 (100%)CLASSES 16/16 (100%)LINE 1755/3101 
(57%)CONDITIONAL 1208/2798 (43%)
src.completion.expandingtree
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 184/464 (40%)CONDITIONAL 
79/354 (22%)
src.dialogs
FILES 0/4 (0%)CLASSES 0/4 (0%)LINE 0/935 (0%)CONDITIONAL 0/274 
(0%)
src.document
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 1810/3209 
(56%)CONDITIONAL 1502/3191 (47%)
src.export
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 106/125 (85%)CONDITIONAL 
106/152 (70%)
src.include.ktexteditor
FILES 14/14 (100%)CLASSES 14/14 (100%)LINE 203/244 
(83%)CONDITIONAL 144/228 (63%)
src.inputmode
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 172/326 (53%)CONDITIONAL 
40/85 (47%)
src.mode
FILES 5/6 (83%)CLASSES 5/6 (83%)LINE 159/423 (38%)CONDITIONAL 
97/269 (36%)
src.printing
FILES 0/4 (0%)CLASSES 0/4 (0%)LINE 0/885 (0%)CONDITIONAL 0/294 
(0%)
src.render
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 914/1225 
(75%)CONDITIONAL 606/932 (65%)
src.schema
FILES 2/9 (22%)CLASSES 2/9 (22%)LINE 21/1538 (1%)CONDITIONAL 
7/697 (1%)
src.script
FILES 14/14 (100%)CLASSES 14/14 (100%)LINE 700/1055 
(66%)CONDITIONAL 294/556 (53%)
src.search
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 1012/1389 
(73%)CONDITIONAL 565/904 (63%)
src.spellcheck
FILES 5/7 (71%)CLASSES 5/7 (71%)LINE 372/1336 (28%)CONDITIONAL 
205/820 (25%)
src.swapfile
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 119/365 (33%)CONDITIONAL 
57/195 (29%)
src.syntax
FILES 11/12 (92%)CLASSES 11/12 (92%)LINE 1662/2151 
(77%)CONDITIONAL 1059/1784 (59%)
src.syntax.data
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 51/69 (74%)CONDITIONAL 
73/92 (79%)
src.undo
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 671/772 (87%)CONDITIONAL 
321/448 (72%)
src.utils
FILES 33/36 (92%)CLASSES 33/36 (92%)LINE 2570/3913 
(66%)CONDITIONAL 1332/2728 (49%)
src.variableeditor
FILES 0/7 (0%)CLASSES 0/7 (0%)LINE 0/668 (0%)CONDITIONAL 0/170 
(0%)
src.view
FILES 15/19 (79%)CLASSES 15/19 (79%)LINE 3300/6281 
(53%)CONDITIONAL 1489/3788 (39%)
src.vimode
FILES 34/34 (100%)CLASSES 34/34 (100%)LINE 1876/2340 
(80%)CONDITIONAL 1028/1751 (59%)
src.vimode.config
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/134 (0%)CONDITIONAL 0/90 
(0%)
src.vimode.emulatedcommandbar
FILES 12/12 (100%)CLASSES 12/12 (100%)LINE 901/913 
(99%)CONDITIONAL 614/678 (91%)
src.vimode.modes
FILES 10/10 (100%)CLASSES 10/10 (100%)LINE 3253/3740 
(87%)CONDITIONAL 1860/2370 (78%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/ktexteditor%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/182/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:44:53 +
Build duration: 12 min

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 24/28 (86%)FILES 294/330 (89%)CLASSES 294/330 (89%)LINE 33009/49319 
(67%)CONDITIONAL 16755/32848 (51%)

By packages
  
autotests.src
FILES 48/48 (100%)CLASSES 48/48 (100%)LINE 4077/4390 
(93%)CONDITIONAL 1927/3920 (49%)
autotests.src.vimode
FILES 16/16 (100%)CLASSES 16/16 (100%)LINE 5525/5569 
(99%)CONDITIONAL 897/1658 (54%)
src.buffer
FILES 14/15 (93%)CLASSES 14/15 (93%)LINE 1617/1759 
(92%)CONDITIONAL 1255/1622 (77%)
src.completion
FILES 16/16 (100%)CLASSES 16/16 (100%)LINE 1747/3101 
(56%)CONDITIONAL 1206/2798 (43%)
src.completion.expandingtree
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 183/464 (39%)CONDITIONAL 
77/354 (22%)
src.dialogs
FILES 0/4 (0%)CLASSES 0/4 (0%)LINE 0/935 (0%)CONDITIONAL 0/274 
(0%)
src.document
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 1810/3209 
(56%)CONDITIONAL 1502/3191 (47%)
src.export
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 106/125 (85%)CONDITIONAL 
106/152 (70%)
src.include.ktexteditor
FILES 14/14 (100%)CLASSES 14/14 (100%)LINE 203/244 
(83%)CONDITIONAL 144/228 (63%)
src.inputmode
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 172/326 (53%)CONDITIONAL 
40/85 (47%)
src.mode
FILES 5/6 (83%)CLASSES 5/6 (83%)LINE 159/423 (38%)CONDITIONAL 
97/269 (36%)
src.printing
FILES 0/4 (0%)CLASSES 0/4 (0%)LINE 0/885 (0%)CONDITIONAL 0/294 
(0%)
src.render
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 914/1225 
(75%)CONDITIONAL 606/932 (65%)
src.schema
FILES 2/9 (22%)CLASSES 2/9 (22%)LINE 21/1538 (1%)CONDITIONAL 
7/697 (1%)
src.script
FILES 14/14 (100%)CLASSES 14/14 (100%)LINE 700/1055 
(66%)CONDITIONAL 294/556 (53%)
src.search
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 1012/1389 
(73%)CONDITIONAL 565/904 (63%)
src.spellcheck
FILES 5/7 (71%)CLASSES 5/7 (71%)LINE 372/1336 (28%)CONDITIONAL 
205/820 (25%)
src.swapfile
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 119/365 (33%)CONDITIONAL 
57/195 (29%)
src.syntax
FILES 11/12 (92%)CLASSES 11/12 (92%)LINE 1662/2151 
(77%)CONDITIONAL 1059/1784 (59%)
src.syntax.data
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 51/69 (74%)CONDITIONAL 
73/92 (79%)
src.undo
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 671/772 (87%)CONDITIONAL 
321/448 (72%)
src.utils
FILES 33/36 (92%)CLASSES 33/36 (92%)LINE 2570/3913 
(66%)CONDITIONAL 1332/2728 (49%)
src.variableeditor
FILES 0/7 (0%)CLASSES 0/7 (0%)LINE 0/668 (0%)CONDITIONAL 0/170 
(0%)
src.view
FILES 15/19 (79%)CLASSES 15/19 (79%)LINE 3288/6281 
(52%)CONDITIONAL 1483/3788 (39%)
src.vimode
FILES 34/34 (100%)CLASSES 34/34 (100%)LINE 1876/2340 
(80%)CONDITIONAL 1028/1751 (59%)
src.vimode.config
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/134 (0%)CONDITIONAL 0/90 
(0%)
src.vimode.emulatedcommandbar
FILES 12/12 (100%)CLASSES 12/12 (100%)LINE 901/913 
(99%)CONDITIONAL 614/678 (91%)
src.vimode.modes
FILES 10/10 (100%)CLASSES 10/10 (100%)LINE 3253/3740 
(87%)CONDITIONAL 1860/2370 (78%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/ktexteditor%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/182/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:44:53 +
Build duration: 12 min

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 24/28 (86%)FILES 294/330 (89%)CLASSES 294/330 (89%)LINE 33009/49319 
(67%)CONDITIONAL 16755/32848 (51%)

By packages
  
autotests.src
FILES 48/48 (100%)CLASSES 48/48 (100%)LINE 4077/4390 
(93%)CONDITIONAL 1927/3920 (49%)
autotests.src.vimode
FILES 16/16 (100%)CLASSES 16/16 (100%)LINE 5525/5569 
(99%)CONDITIONAL 897/1658 (54%)
src.buffer
FILES 14/15 (93%)CLASSES 14/15 (93%)LINE 1617/1759 
(92%)CONDITIONAL 1255/1622 (77%)
src.completion
FILES 16/16 (100%)CLASSES 16/16 (100%)LINE 1747/3101 
(56%)CONDITIONAL 1206/2798 (43%)
src.completion.expandingtree
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 183/464 (39%)CONDITIONAL 
77/354 (22%)
src.dialogs
FILES 0/4 (0%)CLASSES 0/4 (0%)LINE 0/935 (0%)CONDITIONAL 0/274 
(0%)
src.document
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 1810/3209 
(56%)CONDITIONAL 1502/3191 (47%)
src.export
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 106/125 (85%)CONDITIONAL 
106/152 (70%)
src.include.ktexteditor
FILES 14/14 (100%)CLASSES 14/14 (100%)LINE 203/244 
(83%)CONDITIONAL 144/228 (63%)
src.inputmode
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 172/326 (53%)CONDITIONAL 
40/85 (47%)
src.mode
FILES 5/6 (83%)CLASSES 5/6 (83%)LINE 159/423 (38%)CONDITIONAL 
97/269 (36%)
src.printing
FILES 0/4 (0%)CLASSES 0/4 (0%)LINE 0/885 (0%)CONDITIONAL 0/294 
(0%)
src.render
FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 914/1225 
(75%)CONDITIONAL 606/932 (65%)
src.schema
FILES 2/9 (22%)CLASSES 2/9 (22%)LINE 21/1538 (1%)CONDITIONAL 
7/697 (1%)
src.script
FILES 14/14 (100%)CLASSES 14/14 (100%)LINE 700/1055 
(66%)CONDITIONAL 294/556 (53%)
src.search
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 1012/1389 
(73%)CONDITIONAL 565/904 (63%)
src.spellcheck
FILES 5/7 (71%)CLASSES 5/7 (71%)LINE 372/1336 (28%)CONDITIONAL 
205/820 (25%)
src.swapfile
FILES 1/2 (50%)CLASSES 1/2 (50%)LINE 119/365 (33%)CONDITIONAL 
57/195 (29%)
src.syntax
FILES 11/12 (92%)CLASSES 11/12 (92%)LINE 1662/2151 
(77%)CONDITIONAL 1059/1784 (59%)
src.syntax.data
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 51/69 (74%)CONDITIONAL 
73/92 (79%)
src.undo
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 671/772 (87%)CONDITIONAL 
321/448 (72%)
src.utils
FILES 33/36 (92%)CLASSES 33/36 (92%)LINE 2570/3913 
(66%)CONDITIONAL 1332/2728 (49%)
src.variableeditor
FILES 0/7 (0%)CLASSES 0/7 (0%)LINE 0/668 (0%)CONDITIONAL 0/170 
(0%)
src.view
FILES 15/19 (79%)CLASSES 15/19 (79%)LINE 3288/6281 
(52%)CONDITIONAL 1483/3788 (39%)
src.vimode
FILES 34/34 (100%)CLASSES 34/34 (100%)LINE 1876/2340 
(80%)CONDITIONAL 1028/1751 (59%)
src.vimode.config
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/134 (0%)CONDITIONAL 0/90 
(0%)
src.vimode.emulatedcommandbar
FILES 12/12 (100%)CLASSES 12/12 (100%)LINE 901/913 
(99%)CONDITIONAL 614/678 (91%)
src.vimode.modes
FILES 10/10 (100%)CLASSES 10/10 (100%)LINE 3253/3740 
(87%)CONDITIONAL 1860/2370 (78%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kmediaplayer%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/128/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:46:20 +
Build duration: 4 min 57 sec

CHANGE SET
No changes


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 2/2 (100%)FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 183/236 
(78%)CONDITIONAL 78/148 (53%)

By packages
  
autotests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 113/127 (89%)CONDITIONAL 
59/118 (50%)
src
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 70/109 (64%)CONDITIONAL 
19/30 (63%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kmediaplayer%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/128/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:46:20 +
Build duration: 4 min 57 sec

CHANGE SET
No changes


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 2/2 (100%)FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 183/236 
(78%)CONDITIONAL 78/148 (53%)

By packages
  
autotests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 113/127 (89%)CONDITIONAL 
59/118 (50%)
src
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 70/109 (64%)CONDITIONAL 
19/30 (63%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kmediaplayer%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/123/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:44:53 +
Build duration: 4 min 35 sec

CHANGE SET
No changes


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 2/2 (100%)FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 183/236 
(78%)CONDITIONAL 78/148 (53%)

By packages
  
autotests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 113/127 (89%)CONDITIONAL 
59/118 (50%)
src
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 70/109 (64%)CONDITIONAL 
19/30 (63%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kmediaplayer%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/123/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:44:53 +
Build duration: 4 min 35 sec

CHANGE SET
No changes


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 2/2 (100%)FILES 9/9 (100%)CLASSES 9/9 (100%)LINE 183/236 
(78%)CONDITIONAL 78/148 (53%)

By packages
  
autotests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 113/127 (89%)CONDITIONAL 
59/118 (50%)
src
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 70/109 (64%)CONDITIONAL 
19/30 (63%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kxmlgui%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/50/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:41:50 +
Build duration: 2 min 40 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 2/2 (100%)FILES 39/68 (57%)CLASSES 39/68 (57%)LINE 4012/9252 
(43%)CONDITIONAL 2182/6447 (34%)

By packages
  
autotests
FILES 11/11 (100%)CLASSES 11/11 (100%)LINE 1345/1357 
(99%)CONDITIONAL 603/1220 (49%)
src
FILES 28/57 (49%)CLASSES 28/57 (49%)LINE 2667/7895 
(34%)CONDITIONAL 1579/5227 (30%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kross%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/124/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:40:08 +
Build duration: 29 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: kdeclarative master kf5-qt5 » Linux,gcc - Build # 134 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kdeclarative%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/134/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:33:37 +
Build duration: 3 min 13 sec

CHANGE SET
No changes


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 19/24 (79%)CLASSES 19/24 (79%)LINE 743/1254 
(59%)CONDITIONAL 319/858 (37%)

By packages
  
autotests
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 402/484 (83%)CONDITIONAL 
192/484 (40%)
src.kdeclarative
FILES 3/4 (75%)CLASSES 3/4 (75%)LINE 150/311 (48%)CONDITIONAL 
60/166 (36%)
src.kdeclarative.private
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 24/58 (41%)CONDITIONAL 
6/32 (19%)
src.qmlcontrols.kquickcontrolsaddons
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 79/144 (55%)CONDITIONAL 
36/78 (46%)
src.quickaddons
FILES 2/6 (33%)CLASSES 2/6 (33%)LINE 88/257 (34%)CONDITIONAL 
25/98 (26%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kdeclarative%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/134/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:33:37 +
Build duration: 3 min 13 sec

CHANGE SET
No changes


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 19/24 (79%)CLASSES 19/24 (79%)LINE 743/1254 
(59%)CONDITIONAL 319/858 (37%)

By packages
  
autotests
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 402/484 (83%)CONDITIONAL 
192/484 (40%)
src.kdeclarative
FILES 3/4 (75%)CLASSES 3/4 (75%)LINE 150/311 (48%)CONDITIONAL 
60/166 (36%)
src.kdeclarative.private
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 24/58 (41%)CONDITIONAL 
6/32 (19%)
src.qmlcontrols.kquickcontrolsaddons
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 79/144 (55%)CONDITIONAL 
36/78 (46%)
src.quickaddons
FILES 2/6 (33%)CLASSES 2/6 (33%)LINE 88/257 (34%)CONDITIONAL 
25/98 (26%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kross%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/123/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:33:37 +
Build duration: 3 min 6 sec

CHANGE SET
Revision 3c451a98179e329caccaabb7ff4be50c20a0812a by Alexander Potashev: (Fix 
name of QDialogButtonBox#039;s enumerator 
quot;StandardButtonsquot;)
  change: edit src/modules/form.cpp
Revision a3fc393139eebc3217cb37193112c88eb76ab57b by Alexander Potashev: 
(Various minor cleanups in Kross)
  change: delete autotests/main.cpp
  change: edit src/core/manager.cpp
  change: delete autotests/testguiform.py
  change: delete autotests/unittest.py
  change: delete autotests/testkross.py
  change: edit src/core/CMakeLists.txt
  change: edit autotests/CMakeLists.txt
  change: delete autotests/unittest.rb
  change: delete autotests/testguitk.py
  change: edit src/ui/CMakeLists.txt
  change: edit src/CMakeLists.txt
  change: delete autotests/testguiqt.py
  change: delete autotests/testobject.cpp
  change: delete autotests/testobject.h
  change: delete autotests/unittest.es
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/knewstuff%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/133/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:33:37 +
Build duration: 3 min 57 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 5/9 (56%)FILES 11/51 (22%)CLASSES 11/51 (22%)LINE 755/4860 
(16%)CONDITIONAL 368/2905 (13%)

By packages
  
autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 77/77 (100%)CONDITIONAL 
40/80 (50%)
autotests.kmoretools
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 160/175 (91%)CONDITIONAL 
84/192 (44%)
src
FILES 2/9 (22%)CLASSES 2/9 (22%)LINE 19/980 (2%)CONDITIONAL 
0/368 (0%)
src.attica
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/276 (0%)CONDITIONAL 0/204 
(0%)
src.core
FILES 3/14 (21%)CLASSES 3/14 (21%)LINE 103/1384 (7%)CONDITIONAL 
54/956 (6%)
src.kmoretools
FILES 3/5 (60%)CLASSES 3/5 (60%)LINE 396/889 (45%)CONDITIONAL 
190/550 (35%)
src.staticxml
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/142 (0%)CONDITIONAL 0/115 
(0%)
src.ui
FILES 0/14 (0%)CLASSES 0/14 (0%)LINE 0/794 (0%)CONDITIONAL 
0/354 (0%)
src.upload
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/143 (0%)CONDITIONAL 0/86 
(0%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/knewstuff%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/133/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:33:37 +
Build duration: 3 min 57 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 5/9 (56%)FILES 11/51 (22%)CLASSES 11/51 (22%)LINE 755/4860 
(16%)CONDITIONAL 368/2905 (13%)

By packages
  
autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 77/77 (100%)CONDITIONAL 
40/80 (50%)
autotests.kmoretools
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 160/175 (91%)CONDITIONAL 
84/192 (44%)
src
FILES 2/9 (22%)CLASSES 2/9 (22%)LINE 19/980 (2%)CONDITIONAL 
0/368 (0%)
src.attica
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/276 (0%)CONDITIONAL 0/204 
(0%)
src.core
FILES 3/14 (21%)CLASSES 3/14 (21%)LINE 103/1384 (7%)CONDITIONAL 
54/956 (6%)
src.kmoretools
FILES 3/5 (60%)CLASSES 3/5 (60%)LINE 396/889 (45%)CONDITIONAL 
190/550 (35%)
src.staticxml
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/142 (0%)CONDITIONAL 0/115 
(0%)
src.ui
FILES 0/14 (0%)CLASSES 0/14 (0%)LINE 0/794 (0%)CONDITIONAL 
0/354 (0%)
src.upload
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/143 (0%)CONDITIONAL 0/86 
(0%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kross%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/124/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:35:15 +
Build duration: 23 sec

CHANGE SET
Revision 3c451a98179e329caccaabb7ff4be50c20a0812a by Alexander Potashev: (Fix 
name of QDialogButtonBox#039;s enumerator 
quot;StandardButtonsquot;)
  change: edit src/modules/form.cpp
Revision a3fc393139eebc3217cb37193112c88eb76ab57b by Alexander Potashev: 
(Various minor cleanups in Kross)
  change: edit src/CMakeLists.txt
  change: delete autotests/testguiqt.py
  change: delete autotests/unittest.rb
  change: delete autotests/testobject.cpp
  change: edit src/core/manager.cpp
  change: delete autotests/main.cpp
  change: edit src/core/CMakeLists.txt
  change: edit autotests/CMakeLists.txt
  change: delete autotests/testguiform.py
  change: delete autotests/testguitk.py
  change: delete autotests/unittest.py
  change: edit src/ui/CMakeLists.txt
  change: delete autotests/testkross.py
  change: delete autotests/testobject.h
  change: delete autotests/unittest.es
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kparts%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/128/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:33:37 +
Build duration: 1 min 18 sec

CHANGE SET
No changes


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 2/2 (100%)FILES 20/46 (43%)CLASSES 20/46 (43%)LINE 603/2607 
(23%)CONDITIONAL 199/1424 (14%)

By packages
  
autotests
FILES 3/3 (100%)CLASSES 3/3 (100%)LINE 175/186 (94%)CONDITIONAL 
77/156 (49%)
src
FILES 17/43 (40%)CLASSES 17/43 (40%)LINE 428/2421 
(18%)CONDITIONAL 122/1268 (10%)___
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 # 126 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kinit%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/126/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:33:37 +
Build duration: 42 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: kinit master kf5-qt5 » Linux,gcc - Build # 126 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kinit%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/126/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:33:37 +
Build duration: 42 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: kdeclarative master stable-kf5-qt5 » Linux,gcc - Build # 134 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kdeclarative%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/134/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:29:15 +
Build duration: 5 min 6 sec

CHANGE SET
No changes


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 19/24 (79%)CLASSES 19/24 (79%)LINE 743/1254 
(59%)CONDITIONAL 319/858 (37%)

By packages
  
autotests
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 402/484 (83%)CONDITIONAL 
192/484 (40%)
src.kdeclarative
FILES 3/4 (75%)CLASSES 3/4 (75%)LINE 150/311 (48%)CONDITIONAL 
60/166 (36%)
src.kdeclarative.private
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 24/58 (41%)CONDITIONAL 
6/32 (19%)
src.qmlcontrols.kquickcontrolsaddons
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 79/144 (55%)CONDITIONAL 
36/78 (46%)
src.quickaddons
FILES 2/6 (33%)CLASSES 2/6 (33%)LINE 88/257 (34%)CONDITIONAL 
25/98 (26%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kparts%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/128/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:33:37 +
Build duration: 1 min 18 sec

CHANGE SET
No changes


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 2/2 (100%)FILES 20/46 (43%)CLASSES 20/46 (43%)LINE 603/2607 
(23%)CONDITIONAL 199/1424 (14%)

By packages
  
autotests
FILES 3/3 (100%)CLASSES 3/3 (100%)LINE 175/186 (94%)CONDITIONAL 
77/156 (49%)
src
FILES 17/43 (40%)CLASSES 17/43 (40%)LINE 428/2421 
(18%)CONDITIONAL 122/1268 (10%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kdeclarative%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/134/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:29:15 +
Build duration: 5 min 6 sec

CHANGE SET
No changes


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 19/24 (79%)CLASSES 19/24 (79%)LINE 743/1254 
(59%)CONDITIONAL 319/858 (37%)

By packages
  
autotests
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 402/484 (83%)CONDITIONAL 
192/484 (40%)
src.kdeclarative
FILES 3/4 (75%)CLASSES 3/4 (75%)LINE 150/311 (48%)CONDITIONAL 
60/166 (36%)
src.kdeclarative.private
FILES 5/5 (100%)CLASSES 5/5 (100%)LINE 24/58 (41%)CONDITIONAL 
6/32 (19%)
src.qmlcontrols.kquickcontrolsaddons
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 79/144 (55%)CONDITIONAL 
36/78 (46%)
src.quickaddons
FILES 2/6 (33%)CLASSES 2/6 (33%)LINE 88/257 (34%)CONDITIONAL 
25/98 (26%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kparts%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/124/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:29:15 +
Build duration: 5 min 21 sec

CHANGE SET
No changes


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 2/2 (100%)FILES 20/46 (43%)CLASSES 20/46 (43%)LINE 603/2607 
(23%)CONDITIONAL 199/1424 (14%)

By packages
  
autotests
FILES 3/3 (100%)CLASSES 3/3 (100%)LINE 175/186 (94%)CONDITIONAL 
77/156 (49%)
src
FILES 17/43 (40%)CLASSES 17/43 (40%)LINE 428/2421 
(18%)CONDITIONAL 122/1268 (10%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kparts%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/124/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:29:15 +
Build duration: 5 min 21 sec

CHANGE SET
No changes


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 2/2 (100%)FILES 20/46 (43%)CLASSES 20/46 (43%)LINE 603/2607 
(23%)CONDITIONAL 199/1424 (14%)

By packages
  
autotests
FILES 3/3 (100%)CLASSES 3/3 (100%)LINE 175/186 (94%)CONDITIONAL 
77/156 (49%)
src
FILES 17/43 (40%)CLASSES 17/43 (40%)LINE 428/2421 
(18%)CONDITIONAL 122/1268 (10%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/knotifyconfig%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/122/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:33:37 +
Build duration: 37 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: kinit master stable-kf5-qt5 » Linux,gcc - Build # 126 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kinit%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/126/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:30:09 +
Build duration: 32 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: kinit master stable-kf5-qt5 » Linux,gcc - Build # 126 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kinit%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/126/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:30:09 +
Build duration: 32 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


[Differential] [Closed] D1862: Various minor cleanups in Kross

2016-07-02 Thread aspotashev (Alexander Potashev)
aspotashev closed this revision.

REVISION DETAIL
  https://phabricator.kde.org/D1862

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: aspotashev, #frameworks, dfaure
Cc: dfaure
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


[Differential] [Closed] D1861: Fix name of QDialogButtonBox's enumerator "StandardButtons"

2016-07-02 Thread aspotashev (Alexander Potashev)
aspotashev closed this revision.

REVISION DETAIL
  https://phabricator.kde.org/D1861

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: aspotashev, #frameworks, dfaure
Cc: dfaure, bcooksley, aacid
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/knewstuff%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/136/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:29:15 +
Build duration: 1 min 22 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 5/9 (56%)FILES 11/51 (22%)CLASSES 11/51 (22%)LINE 755/4860 
(16%)CONDITIONAL 368/2905 (13%)

By packages
  
autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 77/77 (100%)CONDITIONAL 
40/80 (50%)
autotests.kmoretools
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 160/175 (91%)CONDITIONAL 
84/192 (44%)
src
FILES 2/9 (22%)CLASSES 2/9 (22%)LINE 19/980 (2%)CONDITIONAL 
0/368 (0%)
src.attica
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/276 (0%)CONDITIONAL 0/204 
(0%)
src.core
FILES 3/14 (21%)CLASSES 3/14 (21%)LINE 103/1384 (7%)CONDITIONAL 
54/956 (6%)
src.kmoretools
FILES 3/5 (60%)CLASSES 3/5 (60%)LINE 396/889 (45%)CONDITIONAL 
190/550 (35%)
src.staticxml
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/142 (0%)CONDITIONAL 0/115 
(0%)
src.ui
FILES 0/14 (0%)CLASSES 0/14 (0%)LINE 0/794 (0%)CONDITIONAL 
0/354 (0%)
src.upload
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/143 (0%)CONDITIONAL 0/86 
(0%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/knewstuff%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/136/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:29:15 +
Build duration: 1 min 22 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 5/9 (56%)FILES 11/51 (22%)CLASSES 11/51 (22%)LINE 755/4860 
(16%)CONDITIONAL 368/2905 (13%)

By packages
  
autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 77/77 (100%)CONDITIONAL 
40/80 (50%)
autotests.kmoretools
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 160/175 (91%)CONDITIONAL 
84/192 (44%)
src
FILES 2/9 (22%)CLASSES 2/9 (22%)LINE 19/980 (2%)CONDITIONAL 
0/368 (0%)
src.attica
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/276 (0%)CONDITIONAL 0/204 
(0%)
src.core
FILES 3/14 (21%)CLASSES 3/14 (21%)LINE 103/1384 (7%)CONDITIONAL 
54/956 (6%)
src.kmoretools
FILES 3/5 (60%)CLASSES 3/5 (60%)LINE 396/889 (45%)CONDITIONAL 
190/550 (35%)
src.staticxml
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/142 (0%)CONDITIONAL 0/115 
(0%)
src.ui
FILES 0/14 (0%)CLASSES 0/14 (0%)LINE 0/794 (0%)CONDITIONAL 
0/354 (0%)
src.upload
FILES 0/2 (0%)CLASSES 0/2 (0%)LINE 0/143 (0%)CONDITIONAL 0/86 
(0%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/knotifyconfig%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/125/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:29:15 +
Build duration: 1 min 19 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: knotifyconfig master stable-kf5-qt5 » Linux,gcc - Build # 125 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/knotifyconfig%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/125/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:29:15 +
Build duration: 1 min 19 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: kinit master stable-kf5-qt5 » Linux,gcc - Build # 125 - Still Failing!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kinit%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/125/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 11:29:15 +
Build duration: 11 sec

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


[Differential] [Commented On] D1862: Various minor cleanups in Kross

2016-07-02 Thread aspotashev (Alexander Potashev)
aspotashev added inline comments.

INLINE COMMENTS

> dfaure wrote in CMakeLists.txt:9
> Why doesn't this use ecm_generate_headers, BTW?

No reason, just because it's very old code. Will add it to my TODO list.

BTW, don't forget about today's garbage collection day
https://pp.vk.me/c636817/v636817971/13dcd/zjJVi_do1kQ.jpg

BRANCH
  cleanups-1

REVISION DETAIL
  https://phabricator.kde.org/D1862

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: aspotashev, #frameworks, dfaure
Cc: dfaure
___
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 # 125 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/125/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:57:19 +
Build duration: 14 min

CHANGE SET
Revision 3a5b043ec34326d692e50ee5bc550b4fa144516d by David Faure: (Fix parsing 
of mailto URLs when no mail client is installed (e.g. in)
  change: edit src/urifilters/shorturi/kshorturifilter.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 21/21 (100%)FILES 260/340 (76%)CLASSES 260/340 (76%)LINE 26742/50727 
(53%)CONDITIONAL 14936/37481 (40%)

By packages
  
autotests
FILES 65/65 (100%)CLASSES 65/65 (100%)LINE 7532/7848 
(96%)CONDITIONAL 4184/8150 (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 7653/14041 
(55%)CONDITIONAL 4140/8907 (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 2268/7565 
(30%)CONDITIONAL 914/4407 (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 684/760 (90%)CONDITIONAL 
435/916 (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 
285/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 25/34 (74%)CONDITIONAL 
36/54 (67%)
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 239/268 (89%)CONDITIONAL 
333/414 (80%)
src.widgets
FILES 29/64 (45%)CLASSES 29/64 (45%)LINE 2674/10687 
(25%)CONDITIONAL 1334/6844 (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 stable-kf5-qt5 » Linux,gcc - Build # 125 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/125/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:57:19 +
Build duration: 14 min

CHANGE SET
Revision 3a5b043ec34326d692e50ee5bc550b4fa144516d by David Faure: (Fix parsing 
of mailto URLs when no mail client is installed (e.g. in)
  change: edit src/urifilters/shorturi/kshorturifilter.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 21/21 (100%)FILES 260/340 (76%)CLASSES 260/340 (76%)LINE 26742/50727 
(53%)CONDITIONAL 14936/37481 (40%)

By packages
  
autotests
FILES 65/65 (100%)CLASSES 65/65 (100%)LINE 7532/7848 
(96%)CONDITIONAL 4184/8150 (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 7653/14041 
(55%)CONDITIONAL 4140/8907 (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 2268/7565 
(30%)CONDITIONAL 914/4407 (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 684/760 (90%)CONDITIONAL 
435/916 (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 
285/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 25/34 (74%)CONDITIONAL 
36/54 (67%)
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 239/268 (89%)CONDITIONAL 
333/414 (80%)
src.widgets
FILES 29/64 (45%)CLASSES 29/64 (45%)LINE 2674/10687 
(25%)CONDITIONAL 1334/6844 (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 # 125 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/125/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:57:20 +
Build duration: 17 min

CHANGE SET
Revision 3a5b043ec34326d692e50ee5bc550b4fa144516d by David Faure: (Fix parsing 
of mailto URLs when no mail client is installed (e.g. in)
  change: edit src/urifilters/shorturi/kshorturifilter.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 21/21 (100%)FILES 260/340 (76%)CLASSES 260/340 (76%)LINE 26768/50746 
(53%)CONDITIONAL 14950/37505 (40%)

By packages
  
autotests
FILES 65/65 (100%)CLASSES 65/65 (100%)LINE 7548/7867 
(96%)CONDITIONAL 4194/8174 (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 7664/14041 
(55%)CONDITIONAL 4149/8907 (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 2271/7565 
(30%)CONDITIONAL 914/4407 (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 1761/3781 
(47%)CONDITIONAL 1255/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 684/760 (90%)CONDITIONAL 
435/916 (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 25/34 (74%)CONDITIONAL 
36/54 (67%)
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 239/268 (89%)CONDITIONAL 
333/414 (80%)
src.widgets
FILES 29/64 (45%)CLASSES 29/64 (45%)LINE 2676/10687 
(25%)CONDITIONAL 1337/6844 (20%)___
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 # 125 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/125/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:57:20 +
Build duration: 17 min

CHANGE SET
Revision 3a5b043ec34326d692e50ee5bc550b4fa144516d by David Faure: (Fix parsing 
of mailto URLs when no mail client is installed (e.g. in)
  change: edit src/urifilters/shorturi/kshorturifilter.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 21/21 (100%)FILES 260/340 (76%)CLASSES 260/340 (76%)LINE 26768/50746 
(53%)CONDITIONAL 14950/37505 (40%)

By packages
  
autotests
FILES 65/65 (100%)CLASSES 65/65 (100%)LINE 7548/7867 
(96%)CONDITIONAL 4194/8174 (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 7664/14041 
(55%)CONDITIONAL 4149/8907 (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 2271/7565 
(30%)CONDITIONAL 914/4407 (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 1761/3781 
(47%)CONDITIONAL 1255/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 684/760 (90%)CONDITIONAL 
435/916 (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 25/34 (74%)CONDITIONAL 
36/54 (67%)
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 239/268 (89%)CONDITIONAL 
333/414 (80%)
src.widgets
FILES 29/64 (45%)CLASSES 29/64 (45%)LINE 2676/10687 
(25%)CONDITIONAL 1337/6844 (20%)___
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-07-02 Thread David Faure

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


Fix it, then Ship it!




Looks OK to me.
Please ensure it still compiles+works on Linux, and push it after July 4 (so 
that it doesn't break KF 5.24 at the last minute).


src/kdeinit/kinit.h (line 64)


This is usually done at the top, just under the #ifndef. I never saw it 
done at the bottom, ever.


- David Faure


On June 18, 2016, 9 a.m., René J.V. Bertin wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/126161/
> ---
> 
> (Updated June 18, 2016, 9 a.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.h PRE-CREATION 
>   src/kdeinit/kinit.cpp 4f6d894 
>   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 (and Linux) with Qt 5.5.1-5.6.1 and KF5rameworks 5.16.0-5.22.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.
> 
> 
> File Attachments
> 
> 
> example launchd plist for auto-starting kdeinit5
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2016/06/18/13a37e04-a7d1-46ac-8782-54a46f06779e__org.macports.kdeinit5.plist
> 
> 
> 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 128237: add failing unit test likely showing off bug 232843

2016-07-02 Thread David Faure

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


Fix it, then Ship it!




Since I can't apply locally to debug it (binary file missing), you might as 
well push it (unless you find the time to fix it fully first).


autotests/kfiltertest.cpp (line 443)


Please add reference to the bug number here or in a comment somewhere.


- David Faure


On June 18, 2016, 2:21 p.m., Sune Vuorela wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128237/
> ---
> 
> (Updated June 18, 2016, 2:21 p.m.)
> 
> 
> Review request for KDE Frameworks and David Faure.
> 
> 
> Repository: karchive
> 
> 
> Description
> ---
> 
> Create unit test with expected failure to likely handle bug 232843
> 
> 
> Diffs
> -
> 
>   autotests/kfiltertest.h e03c0e1 
>   autotests/kfiltertest.cpp a54eb4a 
> 
> Diff: https://git.reviewboard.kde.org/r/128237/diff/
> 
> 
> Testing
> ---
> 
> test data missing because binary data. but can easily be recreated
> 
> 
> Thanks,
> 
> Sune Vuorela
> 
>

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


Re: Review Request 128289: KIO: add SlaveBase::openPasswordDialogV2 for better error checking.

2016-07-02 Thread David Faure

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

(Updated July 2, 2016, 10:58 a.m.)


Status
--

This change has been marked as submitted.


Review request for KDE Frameworks.


Changes
---

Submitted with commit d77207659dba2a1aa1b1e628e46c0aef3c87b1b5 by David Faure 
to branch master.


Repository: kio


Description
---

Instead of bool return value, V2 provides an int (job error) return value.
This allows to differenciate between "user canceled" and "error communicating
with kpasswdserver". This is important because upon "user canceled" the job
just finishes silently, so the user thinks the operation succeeded when in fact
it got silently canceled, very dangerous.

The actual communication error dated from when kpasswdserver was in kded
rather than kiod (and on a computer with kded5 not installed), but still,
let's make this robust to avoid a possible data loss situation.


Diffs
-

  src/core/global.h aa8082a3d02df5f808e2667cbb6ceaa4131f86ce 
  src/core/job_error.cpp e1feeb5c5803f5302cd853075a66b45742df577b 
  src/core/slavebase.h 77e991e16a256c2ac687760895e4c609e45bf6de 
  src/core/slavebase.cpp d8082bc514eab859a9a6308dae716a23a2b4a895 
  src/ioslaves/ftp/ftp.cpp 335422d6f9a4d60558591b4d4c7835fb55028e57 
  src/ioslaves/http/http.cpp 50f062dc3cb8654da18ebb56d5b92b5330595784 

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


Testing
---

dolphin ftp://f...@davidfaure.fr/

 - when cancelling, no error
 - when uninstalling kiod5 and killing it, "Communication with local password 
server failed" error appears


Thanks,

David Faure

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


Re: Review Request 128260: Verify that QWindow::fromWinId returned a QWindow before using it

2016-07-02 Thread David Faure

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


Ship it!




Ship It!

- David Faure


On June 20, 2016, 2:12 p.m., Martin Gräßlin wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128260/
> ---
> 
> (Updated June 20, 2016, 2:12 p.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kwindowsystem
> 
> 
> Description
> ---
> 
> Foreign window support is not available on all platforms. E.g. on
> Wayland this returns a nullptr. Thus we cannot use it.
> 
> 
> Diffs
> -
> 
>   src/kwindowsystem.cpp 407a67dbf1cade5adf648de25eddf9ec45db30fa 
> 
> Diff: https://git.reviewboard.kde.org/r/128260/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Martin Gräßlin
> 
>

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


[Differential] [Accepted] D1942: [KIconDialog] Do not clear search line when switching category

2016-07-02 Thread dfaure (David Faure)
dfaure accepted this revision.
dfaure added a reviewer: dfaure.
This revision is now accepted and ready to land.

REVISION DETAIL
  https://phabricator.kde.org/D1942

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: cfeck, #frameworks, htietze, colomar, dfaure
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 128233: Don't trust files claiming to be created on unix more than other files

2016-07-02 Thread David Faure

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




autotests/karchivetest.cpp (line 1097)


That's not really a unit test, if the person running the test has to read 
the output ;)



src/kzip.cpp (line 699)


This loses permission information (e.g. 0755 vs 0750 vs 0700). How about 
just access |= S_IFDIR, i.e. ensuring it's a dir and still using the permission 
information if present? Maybe adding 0700 too, so the user can do something 
with it ;)

I'm thinking about use cases like zipping a directory for backup or 
transfer to another computer...

The `zip` program does preserve permissions.
Testcase:

mkdir ziptest
cd ziptest
mkdir 700 750 755
chmod 700 700
chmod 750 750
chmod 755 755
ls -l
zip -r my.zip 7*
unzip -l *zip
mkdir out
cd out
unzip ../*zip


- David Faure


On June 17, 2016, 11:10 p.m., Sune Vuorela wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128233/
> ---
> 
> (Updated June 17, 2016, 11:10 p.m.)
> 
> 
> Review request for KDE Frameworks and David Faure.
> 
> 
> Repository: karchive
> 
> 
> Description
> ---
> 
> Don't trust files claiming to be created on unix more than other files
> 
> For some historical reasons, we special case zip files claiming to be
> created on unix and trust the content regarding file rights a bit better.
> 
> Zip files in the wild have shown to violate this, so don't trust them.
> 
> Thanks to Jonathan Marten for the test case
> 
> BUG: 364071
> 
> 
> Diffs
> -
> 
>   autotests/data/unusual_but_valid_364071.zip PRE-CREATION 
>   autotests/karchivetest.h 4b7ecff 
>   autotests/karchivetest.cpp c8abddf 
>   src/kzip.cpp e7e8477 
> 
> Diff: https://git.reviewboard.kde.org/r/128233/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Sune Vuorela
> 
>

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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kdelibs4support%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/72/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:07:03 +
Build duration: 12 min

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 4/7 (57%)FILES 160/268 (60%)CLASSES 160/268 (60%)LINE 21688/42749 
(51%)CONDITIONAL 14661/36439 (40%)

By packages
  
autotests
FILES 64/64 (100%)CLASSES 64/64 (100%)LINE 11534/11783 
(98%)CONDITIONAL 8483/16824 (50%)
src.kdecore
FILES 74/93 (80%)CLASSES 74/93 (80%)LINE 9199/16821 
(55%)CONDITIONAL 5715/11771 (49%)
src.kdeui
FILES 18/70 (26%)CLASSES 18/70 (26%)LINE 939/9816 
(10%)CONDITIONAL 460/5673 (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 # 69 - Still unstable!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/kdelibs4support%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/69/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:13:21 +
Build duration: 10 min

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 159/267 (60%)CLASSES 159/267 (60%)LINE 21675/42736 
(51%)CONDITIONAL 14661/36439 (40%)

By packages
  
autotests
FILES 63/63 (100%)CLASSES 63/63 (100%)LINE 11522/11771 
(98%)CONDITIONAL 8483/16824 (50%)
src.kdecore
FILES 74/93 (80%)CLASSES 74/93 (80%)LINE 9199/16821 
(55%)CONDITIONAL 5715/11771 (49%)
src.kdeui
FILES 18/70 (26%)CLASSES 18/70 (26%)LINE 938/9815 
(10%)CONDITIONAL 460/5673 (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: networkmanager-qt master kf5-qt5 » Linux,gcc - Build # 22 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/networkmanager-qt%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/22/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:14:07 +
Build duration: 10 min

CHANGE SET
Revision bb8f19e9617511c4fff449af1daa563c16dd1e7d by lamarque: (Fix unit test.)
  change: edit src/manager.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 6/6 (100%)FILES 158/290 (54%)CLASSES 158/290 (54%)LINE 5602/10548 
(53%)CONDITIONAL 1695/4927 (34%)

By packages
  
autotests
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 220/220 
(100%)CONDITIONAL 130/260 (50%)
autotests.settings
FILES 42/42 (100%)CLASSES 42/42 (100%)LINE 1134/1142 
(99%)CONDITIONAL 312/568 (55%)
src
FILES 25/91 (27%)CLASSES 25/91 (27%)LINE 859/3294 
(26%)CONDITIONAL 376/1909 (20%)
src.dbus
FILES 14/66 (21%)CLASSES 14/66 (21%)LINE 159/744 
(21%)CONDITIONAL 4/74 (5%)
src.fakenetwork
FILES 6/8 (75%)CLASSES 6/8 (75%)LINE 490/712 (69%)CONDITIONAL 
45/124 (36%)
src.settings
FILES 65/77 (84%)CLASSES 65/77 (84%)LINE 2740/4436 
(62%)CONDITIONAL 828/1992 (42%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: networkmanager-qt master kf5-qt5 » Linux,gcc - Build # 22 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/networkmanager-qt%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/22/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:14:07 +
Build duration: 10 min

CHANGE SET
Revision bb8f19e9617511c4fff449af1daa563c16dd1e7d by lamarque: (Fix unit test.)
  change: edit src/manager.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 6/6 (100%)FILES 158/290 (54%)CLASSES 158/290 (54%)LINE 5602/10548 
(53%)CONDITIONAL 1695/4927 (34%)

By packages
  
autotests
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 220/220 
(100%)CONDITIONAL 130/260 (50%)
autotests.settings
FILES 42/42 (100%)CLASSES 42/42 (100%)LINE 1134/1142 
(99%)CONDITIONAL 312/568 (55%)
src
FILES 25/91 (27%)CLASSES 25/91 (27%)LINE 859/3294 
(26%)CONDITIONAL 376/1909 (20%)
src.dbus
FILES 14/66 (21%)CLASSES 14/66 (21%)LINE 159/744 
(21%)CONDITIONAL 4/74 (5%)
src.fakenetwork
FILES 6/8 (75%)CLASSES 6/8 (75%)LINE 490/712 (69%)CONDITIONAL 
45/124 (36%)
src.settings
FILES 65/77 (84%)CLASSES 65/77 (84%)LINE 2740/4436 
(62%)CONDITIONAL 828/1992 (42%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/khtml%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/65/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:06:54 +
Build duration: 8 min 46 sec

CHANGE SET
No changes


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 19/23 (83%)FILES 308/626 (49%)CLASSES 308/626 (49%)LINE 3032/94754 
(3%)CONDITIONAL 2863/153285 (2%)

By packages
  
default>
FILES 2/8 (25%)CLASSES 2/8 (25%)LINE 2/593 (0%)CONDITIONAL 
4/684 (1%)
autotests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 53/57 (93%)CONDITIONAL 
27/56 (48%)
src
FILES 20/31 (65%)CLASSES 20/31 (65%)LINE 931/8839 
(11%)CONDITIONAL 841/18936 (4%)
src.css
FILES 12/25 (48%)CLASSES 12/25 (48%)LINE 32/9386 
(0%)CONDITIONAL 32/15924 (0%)
src.dom
FILES 29/40 (73%)CLASSES 29/40 (73%)LINE 61/7091 
(1%)CONDITIONAL 66/4900 (1%)
src.ecma
FILES 24/50 (48%)CLASSES 24/50 (48%)LINE 27/8351 
(0%)CONDITIONAL 47/19839 (0%)
src.editing
FILES 5/7 (71%)CLASSES 5/7 (71%)LINE 20/2100 (1%)CONDITIONAL 
11/4077 (0%)
src.html
FILES 21/47 (45%)CLASSES 21/47 (45%)LINE 21/10643 
(0%)CONDITIONAL 42/16219 (0%)
src.imload
FILES 4/31 (13%)CLASSES 4/31 (13%)LINE 24/854 (3%)CONDITIONAL 
14/651 (2%)
src.imload.decoders
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 19/616 (3%)CONDITIONAL 
10/700 (1%)
src.misc
FILES 13/27 (48%)CLASSES 13/27 (48%)LINE 837/3716 
(23%)CONDITIONAL 708/5342 (13%)
src.platform
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/2 (0%)CONDITIONAL 0/0 
(100%)
src.platform.graphics
FILES 0/16 (0%)CLASSES 0/16 (0%)LINE 0/534 (0%)CONDITIONAL 
0/308 (0%)
src.platform.graphics.qt
FILES 0/7 (0%)CLASSES 0/7 (0%)LINE 0/248 (0%)CONDITIONAL 0/176 
(0%)
src.platform.text
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/7 (0%)CONDITIONAL 0/4 (0%)
src.rendering
FILES 48/97 (49%)CLASSES 48/97 (49%)LINE 64/23883 
(0%)CONDITIONAL 95/33126 (0%)
src.svg
FILES 72/147 (49%)CLASSES 72/147 (49%)LINE 746/5897 
(13%)CONDITIONAL 816/14593 (6%)
src.svg.graphics
FILES 7/14 (50%)CLASSES 7/14 (50%)LINE 7/283 (2%)CONDITIONAL 
14/344 (4%)
src.svg.graphics.qt
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 6/156 (4%)CONDITIONAL 
12/329 (4%)
src.ui.findbar
FILES 2/4 (50%)CLASSES 2/4 (50%)LINE 21/505 (4%)CONDITIONAL 
8/914 (1%)
src.ui.passwordbar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 28/60 (47%)CONDITIONAL 
39/106 (37%)
src.xml
FILES 20/38 (53%)CLASSES 20/38 (53%)LINE 116/9560 
(1%)CONDITIONAL 59/13299 (0%)
src.xpath
FILES 9/15 (60%)CLASSES 9/15 (60%)LINE 17/1373 (1%)CONDITIONAL 
18/2758 (1%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/khtml%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/65/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:06:54 +
Build duration: 8 min 46 sec

CHANGE SET
No changes


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 19/23 (83%)FILES 308/626 (49%)CLASSES 308/626 (49%)LINE 3032/94754 
(3%)CONDITIONAL 2863/153285 (2%)

By packages
  
default>
FILES 2/8 (25%)CLASSES 2/8 (25%)LINE 2/593 (0%)CONDITIONAL 
4/684 (1%)
autotests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 53/57 (93%)CONDITIONAL 
27/56 (48%)
src
FILES 20/31 (65%)CLASSES 20/31 (65%)LINE 931/8839 
(11%)CONDITIONAL 841/18936 (4%)
src.css
FILES 12/25 (48%)CLASSES 12/25 (48%)LINE 32/9386 
(0%)CONDITIONAL 32/15924 (0%)
src.dom
FILES 29/40 (73%)CLASSES 29/40 (73%)LINE 61/7091 
(1%)CONDITIONAL 66/4900 (1%)
src.ecma
FILES 24/50 (48%)CLASSES 24/50 (48%)LINE 27/8351 
(0%)CONDITIONAL 47/19839 (0%)
src.editing
FILES 5/7 (71%)CLASSES 5/7 (71%)LINE 20/2100 (1%)CONDITIONAL 
11/4077 (0%)
src.html
FILES 21/47 (45%)CLASSES 21/47 (45%)LINE 21/10643 
(0%)CONDITIONAL 42/16219 (0%)
src.imload
FILES 4/31 (13%)CLASSES 4/31 (13%)LINE 24/854 (3%)CONDITIONAL 
14/651 (2%)
src.imload.decoders
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 19/616 (3%)CONDITIONAL 
10/700 (1%)
src.misc
FILES 13/27 (48%)CLASSES 13/27 (48%)LINE 837/3716 
(23%)CONDITIONAL 708/5342 (13%)
src.platform
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/2 (0%)CONDITIONAL 0/0 
(100%)
src.platform.graphics
FILES 0/16 (0%)CLASSES 0/16 (0%)LINE 0/534 (0%)CONDITIONAL 
0/308 (0%)
src.platform.graphics.qt
FILES 0/7 (0%)CLASSES 0/7 (0%)LINE 0/248 (0%)CONDITIONAL 0/176 
(0%)
src.platform.text
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/7 (0%)CONDITIONAL 0/4 (0%)
src.rendering
FILES 48/97 (49%)CLASSES 48/97 (49%)LINE 64/23883 
(0%)CONDITIONAL 95/33126 (0%)
src.svg
FILES 72/147 (49%)CLASSES 72/147 (49%)LINE 746/5897 
(13%)CONDITIONAL 816/14593 (6%)
src.svg.graphics
FILES 7/14 (50%)CLASSES 7/14 (50%)LINE 7/283 (2%)CONDITIONAL 
14/344 (4%)
src.svg.graphics.qt
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 6/156 (4%)CONDITIONAL 
12/329 (4%)
src.ui.findbar
FILES 2/4 (50%)CLASSES 2/4 (50%)LINE 21/505 (4%)CONDITIONAL 
8/914 (1%)
src.ui.passwordbar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 28/60 (47%)CONDITIONAL 
39/106 (37%)
src.xml
FILES 20/38 (53%)CLASSES 20/38 (53%)LINE 116/9560 
(1%)CONDITIONAL 59/13299 (0%)
src.xpath
FILES 9/15 (60%)CLASSES 9/15 (60%)LINE 17/1373 (1%)CONDITIONAL 
18/2758 (1%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: khtml master kf5-qt5 » Linux,gcc - Build # 66 - Successful!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/khtml%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/66/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:08:47 +
Build duration: 9 min 5 sec

CHANGE SET
No changes


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 19/23 (83%)FILES 308/626 (49%)CLASSES 308/626 (49%)LINE 3032/94754 
(3%)CONDITIONAL 2853/152507 (2%)

By packages
  
default>
FILES 2/8 (25%)CLASSES 2/8 (25%)LINE 2/593 (0%)CONDITIONAL 
4/684 (1%)
autotests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 53/57 (93%)CONDITIONAL 
27/56 (48%)
src
FILES 20/31 (65%)CLASSES 20/31 (65%)LINE 931/8839 
(11%)CONDITIONAL 832/18732 (4%)
src.css
FILES 12/25 (48%)CLASSES 12/25 (48%)LINE 32/9386 
(0%)CONDITIONAL 32/15828 (0%)
src.dom
FILES 29/40 (73%)CLASSES 29/40 (73%)LINE 61/7091 
(1%)CONDITIONAL 66/4880 (1%)
src.ecma
FILES 24/50 (48%)CLASSES 24/50 (48%)LINE 27/8351 
(0%)CONDITIONAL 47/19781 (0%)
src.editing
FILES 5/7 (71%)CLASSES 5/7 (71%)LINE 20/2100 (1%)CONDITIONAL 
11/4037 (0%)
src.html
FILES 21/47 (45%)CLASSES 21/47 (45%)LINE 21/10643 
(0%)CONDITIONAL 42/16139 (0%)
src.imload
FILES 4/31 (13%)CLASSES 4/31 (13%)LINE 24/854 (3%)CONDITIONAL 
14/641 (2%)
src.imload.decoders
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 19/616 (3%)CONDITIONAL 
10/692 (1%)
src.misc
FILES 13/27 (48%)CLASSES 13/27 (48%)LINE 837/3716 
(23%)CONDITIONAL 707/5318 (13%)
src.platform
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/2 (0%)CONDITIONAL 0/0 
(100%)
src.platform.graphics
FILES 0/16 (0%)CLASSES 0/16 (0%)LINE 0/534 (0%)CONDITIONAL 
0/308 (0%)
src.platform.graphics.qt
FILES 0/7 (0%)CLASSES 0/7 (0%)LINE 0/248 (0%)CONDITIONAL 0/176 
(0%)
src.platform.text
FILES 0/1 (0%)CLASSES 0/1 (0%)LINE 0/7 (0%)CONDITIONAL 0/4 (0%)
src.rendering
FILES 48/97 (49%)CLASSES 48/97 (49%)LINE 64/23883 
(0%)CONDITIONAL 95/32958 (0%)
src.svg
FILES 72/147 (49%)CLASSES 72/147 (49%)LINE 746/5897 
(13%)CONDITIONAL 816/14593 (6%)
src.svg.graphics
FILES 7/14 (50%)CLASSES 7/14 (50%)LINE 7/283 (2%)CONDITIONAL 
14/344 (4%)
src.svg.graphics.qt
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 6/156 (4%)CONDITIONAL 
12/329 (4%)
src.ui.findbar
FILES 2/4 (50%)CLASSES 2/4 (50%)LINE 21/505 (4%)CONDITIONAL 
8/910 (1%)
src.ui.passwordbar
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 28/60 (47%)CONDITIONAL 
39/106 (37%)
src.xml
FILES 20/38 (53%)CLASSES 20/38 (53%)LINE 116/9560 
(1%)CONDITIONAL 59/13239 (0%)
src.xpath
FILES 9/15 (60%)CLASSES 9/15 (60%)LINE 17/1373 (1%)CONDITIONAL 
18/2752 (1%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: networkmanager-qt master stable-kf5-qt5 » Linux,gcc - Build # 21 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/networkmanager-qt%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/21/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:14:07 +
Build duration: 6 min 25 sec

CHANGE SET
Revision bb8f19e9617511c4fff449af1daa563c16dd1e7d by lamarque: (Fix unit test.)
  change: edit src/manager.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 6/6 (100%)FILES 158/290 (54%)CLASSES 158/290 (54%)LINE 5602/10548 
(53%)CONDITIONAL 1695/4927 (34%)

By packages
  
autotests
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 220/220 
(100%)CONDITIONAL 130/260 (50%)
autotests.settings
FILES 42/42 (100%)CLASSES 42/42 (100%)LINE 1134/1142 
(99%)CONDITIONAL 312/568 (55%)
src
FILES 25/91 (27%)CLASSES 25/91 (27%)LINE 859/3294 
(26%)CONDITIONAL 376/1909 (20%)
src.dbus
FILES 14/66 (21%)CLASSES 14/66 (21%)LINE 159/744 
(21%)CONDITIONAL 4/74 (5%)
src.fakenetwork
FILES 6/8 (75%)CLASSES 6/8 (75%)LINE 490/712 (69%)CONDITIONAL 
45/124 (36%)
src.settings
FILES 65/77 (84%)CLASSES 65/77 (84%)LINE 2740/4436 
(62%)CONDITIONAL 828/1992 (42%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: networkmanager-qt master stable-kf5-qt5 » Linux,gcc - Build # 21 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/networkmanager-qt%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/21/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:14:07 +
Build duration: 6 min 25 sec

CHANGE SET
Revision bb8f19e9617511c4fff449af1daa563c16dd1e7d by lamarque: (Fix unit test.)
  change: edit src/manager.cpp


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 6/6 (100%)FILES 158/290 (54%)CLASSES 158/290 (54%)LINE 5602/10548 
(53%)CONDITIONAL 1695/4927 (34%)

By packages
  
autotests
FILES 6/6 (100%)CLASSES 6/6 (100%)LINE 220/220 
(100%)CONDITIONAL 130/260 (50%)
autotests.settings
FILES 42/42 (100%)CLASSES 42/42 (100%)LINE 1134/1142 
(99%)CONDITIONAL 312/568 (55%)
src
FILES 25/91 (27%)CLASSES 25/91 (27%)LINE 859/3294 
(26%)CONDITIONAL 376/1909 (20%)
src.dbus
FILES 14/66 (21%)CLASSES 14/66 (21%)LINE 159/744 
(21%)CONDITIONAL 4/74 (5%)
src.fakenetwork
FILES 6/8 (75%)CLASSES 6/8 (75%)LINE 490/712 (69%)CONDITIONAL 
45/124 (36%)
src.settings
FILES 65/77 (84%)CLASSES 65/77 (84%)LINE 2740/4436 
(62%)CONDITIONAL 828/1992 (42%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Releasing prison with next frameworks

2016-07-02 Thread David Faure
On vendredi 17 juin 2016 21:38:30 CEST Sune Vuorela wrote:
> Hi peoples
> 
> After a final round of api changes in libprison, I think it is just a
> version number bump away from being release d with next round of
> framework releases, and thus going from the previous kdesupport area and
> into a real framework.
> 
> What are the exact steps needed?

It's all described in details at 
https://community.kde.org/Frameworks/CreationGuidelines

Please follow the full checklist ;)

-- 
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: krunner master stable-kf5-qt5 » Linux,gcc - Build # 100 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/krunner%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/100/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:12:50 +
Build duration: 1 min 20 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 3/10 (30%)CLASSES 3/10 (30%)LINE 114/1144 
(10%)CONDITIONAL 58/626 (9%)

By packages
  
autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 29/31 (94%)CONDITIONAL 
6/10 (60%)
src
FILES 1/8 (13%)CLASSES 1/8 (13%)LINE 85/1113 (8%)CONDITIONAL 
52/616 (8%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/krunner%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/100/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:12:50 +
Build duration: 1 min 20 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 3/10 (30%)CLASSES 3/10 (30%)LINE 114/1144 
(10%)CONDITIONAL 58/626 (9%)

By packages
  
autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 29/31 (94%)CONDITIONAL 
6/10 (60%)
src
FILES 1/8 (13%)CLASSES 1/8 (13%)LINE 85/1113 (8%)CONDITIONAL 
52/616 (8%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kparts%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/123/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:01:12 +
Build duration: 1 min 34 sec

CHANGE SET
Revision 24680615af9f159bc77d025c02644b3166a3de4e by scripty: (Upgrade ECM and 
KF5 version requirements for 5.24.0 release.)
  change: edit CMakeLists.txt
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/knewstuff%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/135/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:01:12 +
Build duration: 1 min 39 sec

CHANGE SET
Revision 395fa7a1c8745c687ab75d8e2af56400be655536 by scripty: (Upgrade ECM and 
KF5 version requirements for 5.24.0 release.)
  change: edit CMakeLists.txt
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


[Differential] [Accepted] D1862: Various minor cleanups in Kross

2016-07-02 Thread dfaure (David Faure)
dfaure accepted this revision.
dfaure added a reviewer: dfaure.
dfaure added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> CMakeLists.txt:9
> +   if (NOT EXISTS ${_INCDIR}/ui/${_KROSSUIHEADER})
> +  file(WRITE ${_INCDIR}/ui/${_KROSSUIHEADER} "#include 
> \"${CMAKE_CURRENT_SOURCE_DIR}/ui/${_KROSSUIHEADER}\"\n")
> +endif()

Why doesn't this use ecm_generate_headers, BTW?

BRANCH
  cleanups-1

REVISION DETAIL
  https://phabricator.kde.org/D1862

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: aspotashev, #frameworks, dfaure
Cc: dfaure
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/knotifyconfig%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/124/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:01:12 +
Build duration: 38 sec

CHANGE SET
Revision 05bcddd6a11233fb97cca805c95a017640a5d51b by scripty: (Upgrade ECM and 
KF5 version requirements for 5.24.0 release.)
  change: edit CMakeLists.txt
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


[Differential] [Accepted] D1861: Fix name of QDialogButtonBox's enumerator "StandardButtons"

2016-07-02 Thread dfaure (David Faure)
dfaure accepted this revision.
dfaure added a reviewer: dfaure.
dfaure added a comment.
This revision is now accepted and ready to land.


  (lack of repo) --> I now understand (from Ben) that this means phabricator 
isn't ready yet for being used for KF5 reviews. Let's use reviewboard for now 
(for new requests -- no need to move requests already created on phabricator).
  
  Anyhow this is for Kross, clearly, and the patch looks sensible ;)

BRANCH
  fix-enum-standard-buttons

REVISION DETAIL
  https://phabricator.kde.org/D1861

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: aspotashev, #frameworks, dfaure
Cc: dfaure, bcooksley, aacid
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Jenkins-kde-ci: kxmlgui master stable-kf5-qt5 » Linux,gcc - Build # 49 - Still Failing!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kxmlgui%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/49/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 10:01:12 +
Build duration: 1 min 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: knewstuff master kf5-qt5 » Linux,gcc - Build # 132 - Failure!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/knewstuff%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/132/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 09:58:59 +
Build duration: 1 min 52 sec

CHANGE SET
Revision 395fa7a1c8745c687ab75d8e2af56400be655536 by scripty: (Upgrade ECM and 
KF5 version requirements for 5.24.0 release.)
  change: edit CMakeLists.txt
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 128172: Allow overriding libexec dir from environment variable at runtime.

2016-07-02 Thread David Faure

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



How about adjusting ECM to set the libexec install dir to be the same as the 
bin install dir, on Snappy? Keeping "bin" clean makes sense on desktop linux, 
but not in self-contained app bundles or whatever it's called.

- David Faure


On June 13, 2016, 11:59 a.m., David Edmundson wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128172/
> ---
> 
> (Updated June 13, 2016, 11:59 a.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kio
> 
> 
> Description
> ---
> 
> On Snappy we don't know the full path of our libs/applications until
> runtime.
> 
> Snappy scripts can set ld_preload, path and qt plugin paths, but not
> libexec, meaning we were unable to find the kioslave executable.
> 
> 
> Diffs
> -
> 
>   src/core/slave.cpp 06596bd26256d2cf1a0525ccec05dc7d17893bce 
> 
> Diff: https://git.reviewboard.kde.org/r/128172/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> David Edmundson
> 
>

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


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kxmlgui%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/49/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 09:58:59 +
Build duration: 1 min 30 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: knotifyconfig master kf5-qt5 » Linux,gcc - Build # 121 - Failure!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/knotifyconfig%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/121/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 09:58:59 +
Build duration: 49 sec

CHANGE SET
Revision 05bcddd6a11233fb97cca805c95a017640a5d51b by scripty: (Upgrade ECM and 
KF5 version requirements for 5.24.0 release.)
  change: edit CMakeLists.txt
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/kparts%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/127/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 09:58:59 +
Build duration: 1 min 12 sec

CHANGE SET
Revision 24680615af9f159bc77d025c02644b3166a3de4e by scripty: (Upgrade ECM and 
KF5 version requirements for 5.24.0 release.)
  change: edit CMakeLists.txt
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KMessageBox runtime dependency on FrameworkIntegrationPlugin makes it useless

2016-07-02 Thread David Faure
On mercredi 15 juin 2016 00:33:40 CEST Albert Astals Cid wrote:
> El dimarts, 14 de juny de 2016, a les 10:57:19 CEST, David Faure va 
escriure:
> > On mardi 14 juin 2016 01:00:09 CEST Albert Astals Cid wrote:
> > > El dilluns, 13 de juny de 2016, a les 11:27:53 CEST, David Faure va
> > 
> > escriure:
> > > > On dimanche 12 juin 2016 22:58:34 CEST Albert Astals Cid wrote:
> > > > > El diumenge, 12 de juny de 2016, a les 20:29:56 CEST, Christoph
> > > > > Cullmann
> > > > > va
> > > > > 
> > > > > escriure:
> > > > > > Hi,
> > > > > > 
> > > > > > > Having KMessageBox "dontShowMeAgain" feature depend on an
> > > > > > > integration
> > > > > > > plugin is a very bad idea.
> > > > > > > 
> > > > > > > Basically it means programs that use KMessageBox can never
> > > > > > > asusme
> > > > > > > it
> > > > > > > will
> > > > > > > work so basically they have to use alternative methods to have
> > > > > > > the
> > > > > > > "dontShowMeAgain" feature or not have it at all.
> > > > > > > 
> > > > > > > I understand someone thought that it was a better idea having a
> > > > > > > feature
> > > > > > > that may work or not randomly that increasing the dependency
> > > > > > > chain
> > > > > > > of
> > > > > > > KMessageBox, but I disagree.
> > > > > > > 
> > > > > > > I don't think the status quo is good at all, my program
> > > > > > > basically
> > > > > > > gets
> > > > > > > a
> > > > > > > runtime dependency that is not specified anywhere and that makes
> > > > > > > some
> > > > > > > features work or not randomly.
> > > > > > > 
> > > > > > > The options I can see are:
> > > > > > > * Remove the "dontShowMeAgain" feature from KMessageBox
> > > > > > > * Make the "dontShowMeAgain" feature use QSettings (always or if
> > > > > > > FrameworkIntegrationPlugin is not available)
> > > > > > > * Show a KMessageBox warning when trying to use the
> > > > > > > "dontShowMeAgain"
> > > > > > > feature and the FrameworkIntegrationPlugin is not available
> > > > > > > saying
> > > > > > > the
> > > > > > > user to install that package if he wants to get the
> > > > > > > functionality.
> > > > > > 
> > > > > > I would go for the "just use QSettings always" solution.
> > > > > 
> > > > > This has two problems:
> > > > >  * Someone needs to care about a way to read the KConfig and write
> > > > >  it
> > > > >  to
> > > > > 
> > > > > QSettings so it still works for people that had already checked
> > > > > "don't
> > > > > show
> > > > > me again"
> > > > > 
> > > > >  * There's a KMessageBox::setDontShowAgainConfig(KConfig *cfg) that
> > > > >  would
> > > > > 
> > > > > break, this affects only the kdialog app and KIO::JobUiDelegate
> > > > > 
> > > > > The second is probably "workaroundable" but i'm not sure how one
> > > > > would
> > > > > approach the first.
> > > > > 
> > > > > Maybe still using the FrameworkIntegrationPlugin to check if the
> > > > > option
> > > > > has
> > > > > been set and if it has and it is not in qsettings, move it there?
> > > > > 
> > > > > This would "fail" if the FrameworkIntegrationPlugin is not there,
> > > > > but
> > > > > that
> > > > > would mean that most probably the kconfig was never ever set either
> > > > > (unless
> > > > > you installed FrameworkIntegrationPlugin used a kmessagebox and then
> > > > > uninstalled FrameworkIntegrationPlugin that seems very corner
> > > > > case-y).
> > > > > 
> > > > > I'll try to work on this in the coming days if noone disagrees.
> > > > 
> > > > Not sure exactly what is your final approach, from the above.
> > > > 
> > > > I would go for:
> > > >   Make the "dontShowMeAgain" feature use QSettings if
> > > >   FrameworkIntegrationPlugin is not available
> > > > 
> > > > i.e. as a fallback. This preserves the KConfig benefits/integration on
> > > > a
> > > > more complete install, but doesn't lead to a non-working checkbox when
> > > > the
> > > > plugin is missing.
> > > 
> > > That is not what i suggested, I suggested using QSettings only.
> > > 
> > > What's the point of using KConfig for this?
> > 
> > I can think of the following:
> > - not breaking setDontShowAgainConfig(KConfig *cfg)
> > - not breaking application code that might be setting or clearing
> > these settings directly using KConfig (e.g. to implement "show all
> > messageboxes again")
> 
> That would still not work if only using QSettings, application is again only
> half working because we support two different places to save the same
> value.

Right, I meant that at least these apps would keep working when the 
integrationplugin is installed. If you use QSettings only, then the GUI code 
using KConfig (to re-enable all msgboxes) is broken, for everyone, in all 
cases, isn't it?

> > - (and then you don't have to handle any migration, so it's actually much
> > simpler IHMO)
> 
> We still need to handle the migration when/if the user installs
> FrameworksIntegration no? Suddenly all his MessageBoxes will be back without
> any apparent reason.

True. Although this feels 

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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/sonnet%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/37/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 09:47:34 +
Build duration: 4 min 56 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 4/4 (100%)FILES 23/26 (88%)CLASSES 23/26 (88%)LINE 852/1465 
(58%)CONDITIONAL 299/833 (36%)

By packages
  
autotests
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 335/338 (99%)CONDITIONAL 
101/180 (56%)
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 436/1003 
(43%)CONDITIONAL 158/571 (28%)
src.plugins.hunspell
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 58/101 (57%)CONDITIONAL 
28/68 (41%)___
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 # 37 - Fixed!

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/sonnet%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/37/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 09:47:34 +
Build duration: 4 min 56 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 4/4 (100%)FILES 23/26 (88%)CLASSES 23/26 (88%)LINE 852/1465 
(58%)CONDITIONAL 299/833 (36%)

By packages
  
autotests
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 335/338 (99%)CONDITIONAL 
101/180 (56%)
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 436/1003 
(43%)CONDITIONAL 158/571 (28%)
src.plugins.hunspell
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 58/101 (57%)CONDITIONAL 
28/68 (41%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

2016-07-02 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/threadweaver%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/32/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sat, 02 Jul 2016 09:47:35 +
Build duration: 1 min 15 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 2518/2755 
(91%)CONDITIONAL 3138/6222 (50%)

By packages
  
autotests
FILES 19/19 (100%)CLASSES 19/19 (100%)LINE 1264/1269 
(100%)CONDITIONAL 2290/4536 (50%)
src
FILES 51/59 (86%)CLASSES 51/59 (86%)LINE 1254/1486 
(84%)CONDITIONAL 848/1686 (50%)___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


  1   2   >