D10002: Improve header and screenshots

2018-01-20 Thread Andres Betts
abetts accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R134 Discover Software Store

BRANCH
  Plasma/5.12

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

To: ngraham, apol, abetts, andreaska, colomar, #discover_software_store, #vdg
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D10002: Improve header and screenshots

2018-01-20 Thread Nathaniel Graham
ngraham added a comment.


  I know it seems like we're just changing the design over and over again, but 
IMHO this is an improvement over what I proposed and landed a few days 
ago--being even more true to the visual language we've established.
  
  Also, I want the version of Discover in Plasma 5.12 that Debian and Ubuntu 
users get stuck with for 5 years to be really, really nice looking.

REPOSITORY
  R134 Discover Software Store

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

To: ngraham, apol, abetts, andreaska, colomar, #discover_software_store, #vdg
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D10002: Improve header and screenshots

2018-01-20 Thread Nathaniel Graham
ngraham edited the summary of this revision.

REPOSITORY
  R134 Discover Software Store

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

To: ngraham, apol, abetts, andreaska, colomar, #discover_software_store, #vdg
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D10002: Improve header and screenshots

2018-01-20 Thread Nathaniel Graham
ngraham edited the summary of this revision.
ngraham edited the test plan for this revision.

REPOSITORY
  R134 Discover Software Store

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

To: ngraham, apol, abetts, andreaska, colomar, #discover_software_store, #vdg
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D10002: Improve header and screenshots

2018-01-20 Thread Nathaniel Graham
ngraham edited the summary of this revision.

REPOSITORY
  R134 Discover Software Store

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

To: ngraham, apol, abetts, andreaska, colomar, #discover_software_store, #vdg
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D10002: Improve header and screenshots

2018-01-20 Thread Nathaniel Graham
ngraham edited the test plan for this revision.

REPOSITORY
  R134 Discover Software Store

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

To: ngraham, apol, abetts, andreaska, colomar, #discover_software_store, #vdg
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D10002: Improve header and screenshots

2018-01-20 Thread Nathaniel Graham
ngraham created this revision.
ngraham added reviewers: apol, abetts, andreaska, colomar, Discover Software 
Store, VDG.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
ngraham requested review of this revision.

REVISION SUMMARY
  - Increase size of app icon, name, and caption
  - Remove blue line separating header and screenshots/description, since it 
was controversial and kind of pointless and inconsistent when the metadata 
section didn't have a text header
  - Display screenshot thumbnails with the aspect ratio of the full-sized 
image, so they look better and nothing is cut off in the thumbnail
  - Give screenshot thumbnails a drop shadow
  
  Errata:
  
  - The screenshots lost their hover effect as a side effect of the way the QML 
DropShadow effect had to be implemented. I tried many ways of adding it, and 
this was the way that caused the last amount of damage. Definitely open to 
suggestions.

TEST PLAN
  Tested in KDE Neon:
  
  Pitivi, before:
  
  Pitivi, after:
  
  Audacity, before:
  
  Audacity, after
  
  Clementine, before:
  
  Clementine, after:

REPOSITORY
  R134 Discover Software Store

BRANCH
  Plasma/5.12

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

AFFECTED FILES
  discover/qml/ApplicationPage.qml
  discover/qml/ApplicationScreenshots.qml

To: ngraham, apol, abetts, andreaska, colomar, #discover_software_store, #vdg
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


Allow removal of taskbar panel shadow in Wayland?

2018-01-20 Thread thorbsd
Hi, I keep my taskbar panel on the left side of my screen and use a
script at startup to hide the shadow:

#!/bin/sh
for WID in `xwininfo -root -tree | sed '/"Plasma": ("plasmashell"
"plasmashell")/!d; s/^  *\([^ ]*\) .*/\1/g'`; do
   xprop -id $WID -remove _KDE_NET_WM_SHADOW
done

This doesn't work under Wayland (obviously).

Are there any modifications I can make to this script so it will work under
Wayland?
Is there any possibility for adding an option to hide the plasma panel
shadows?


D9072: make ksshaskpass work with git-lfs

2018-01-20 Thread Fabian Vogt
fvogt accepted this revision.
fvogt added a comment.
This revision is now accepted and ready to land.


  In https://phabricator.kde.org/D9072#193866, @mkoller wrote:
  
  > so you mean instead of a one line change fiddling with file descriptors is 
a better way ?
  >  I don't think so.
  >
  > And effectively I was told that passing a 0 pointer to kwallet is wrong.
  >  https://mail.kde.org/pipermail/kde-frameworks-devel/2017-May/045085.html
  
  
  Obviously your fix is correct and necessary, I never stated the opposite.
  I merely suggested that a more generic way in addition to this would prevent 
future issues.
  
  I'd say you can commit this to the Plasma/5.12 branch.

REPOSITORY
  R105 KDE SSH Password Dialog

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

To: mkoller, cfeck, jriddell, whiting, fvogt
Cc: fvogt, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


D9072: make ksshaskpass work with git-lfs

2018-01-20 Thread Martin Koller
mkoller added a comment.


  so you mean instead of a one line change fiddling with file descriptors is a 
better way ?
  I don't think so.
  
  And effectively I was told that passing a 0 pointer to kwallet is wrong.
  https://mail.kde.org/pipermail/kde-frameworks-devel/2017-May/045085.html
  
   
  
  - Does kwallet really write to stderr?
  
  yes, using qDebug()
  
  - If so, why does git-lfs parse stderr in addition to stdout?
  
  you have to ask the developers of git-lfs. I don't know.

REPOSITORY
  R105 KDE SSH Password Dialog

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

To: mkoller, cfeck, jriddell, whiting
Cc: fvogt, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


D9993: Improve quality of images in notifications (Bug 385097)

2018-01-20 Thread Randy Kron
rkron added a comment.


  I do not have commit access.

REPOSITORY
  R120 Plasma Workspace

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

To: rkron, #plasma_workspaces, #plasma, broulik
Cc: broulik, ngraham, plasma-devel, #plasma_workspaces, #plasma, ZrenBot, 
gassaf, progwolff, franciscofernandes, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D9998: Actually quit threads nicely

2018-01-20 Thread Fabian Vogt
fvogt added a comment.


  In https://phabricator.kde.org/D9998#193836, @anthonyfieroni wrote:
  
  > If it's not running event loop why run is called?
  
  
  That's what a QThread is:
  
  > A QThread object manages one thread of control within the program. QThreads 
begin executing in run(). By default, run() starts the event loop by calling 
exec() and runs a Qt event loop inside the thread.

REPOSITORY
  R161 KActivity Manager Service

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

To: fvogt, #plasma, ivan, anthonyfieroni
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D9998: Actually quit threads nicely

2018-01-20 Thread Anthony Fieroni
anthonyfieroni added a comment.


  If it's not running event loop why run is called?

REPOSITORY
  R161 KActivity Manager Service

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

To: fvogt, #plasma, ivan, anthonyfieroni
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D9998: Actually quit threads nicely

2018-01-20 Thread Fabian Vogt
fvogt added a reviewer: anthonyfieroni.

REPOSITORY
  R161 KActivity Manager Service

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

To: fvogt, #plasma, ivan, anthonyfieroni
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D9998: Actually quit threads nicely

2018-01-20 Thread Fabian Vogt
fvogt created this revision.
fvogt added reviewers: Plasma, ivan.
Restricted Application added a project: Plasma.
fvogt requested review of this revision.

REVISION SUMMARY
  https://phabricator.kde.org/R161:27c0245b1715044cf4d401f1c9d7e7a915a4f3c5 
("[resources] Nicely quit threads")
  has no effect as the threads are not running an event loop.
  Instead use the QThread::requestInterruption() mechanism.
  
  BUG: 385533

TEST PLAN
  kactivitymanagerd left a coredump on each logout if kate was opened
  before logging out. Now it doesn't do that anymore.

REPOSITORY
  R161 KActivity Manager Service

BRANCH
  Plasma/5.12

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

AFFECTED FILES
  src/service/Resources.cpp
  src/service/plugins/sqlite/ResourceScoreMaintainer.cpp

To: fvogt, #plasma, ivan
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D9976: Display version alongside source, and use a combobox to switch between them

2018-01-20 Thread Nathaniel Graham
ngraham edited the summary of this revision.

REPOSITORY
  R134 Discover Software Store

BRANCH
  actually-use-combobox-to-choose-source

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

To: ngraham, apol, colomar, abetts, #discover_software_store, #vdg, andreaska
Cc: plasma-devel, romangg, ZrenBot, progwolff, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


D9976: Display version alongside source, and use a combobox to switch between them

2018-01-20 Thread Nathaniel Graham
ngraham updated this revision to Diff 25692.
ngraham added a comment.


  Merge master and fix the issue of "installed:" getting appended to the origin 
string

REPOSITORY
  R134 Discover Software Store

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D9976?vs=25640=25692

BRANCH
  actually-use-combobox-to-choose-source

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

AFFECTED FILES
  discover/qml/ApplicationPage.qml
  libdiscover/backends/FlatpakBackend/FlatpakResource.cpp
  libdiscover/backends/FlatpakBackend/FlatpakResource.h
  libdiscover/backends/KNSBackend/KNSResource.cpp
  libdiscover/backends/KNSBackend/KNSResource.h
  libdiscover/backends/PackageKitBackend/LocalFilePKResource.h
  libdiscover/backends/PackageKitBackend/PackageKitResource.cpp
  libdiscover/backends/PackageKitBackend/PackageKitResource.h
  libdiscover/backends/SnapBackend/SnapResource.cpp
  libdiscover/backends/SnapBackend/SnapResource.h
  libdiscover/resources/AbstractResource.cpp
  libdiscover/resources/AbstractResource.h

To: ngraham, apol, colomar, abetts, #discover_software_store, #vdg, andreaska
Cc: plasma-devel, romangg, ZrenBot, progwolff, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


D9993: Improve quality of images in notifications (Bug 385097)

2018-01-20 Thread Kai Uwe Broulik
broulik accepted this revision.
broulik added a comment.
This revision is now accepted and ready to land.


  Thanks for looking into this! Do you have commit access?

REPOSITORY
  R120 Plasma Workspace

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

To: rkron, #plasma_workspaces, #plasma, broulik
Cc: broulik, ngraham, plasma-devel, #plasma_workspaces, #plasma, ZrenBot, 
gassaf, progwolff, franciscofernandes, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D9995: Allow longer app names in titlebar without eliding

2018-01-20 Thread Nathaniel Graham
ngraham edited the test plan for this revision.

REPOSITORY
  R134 Discover Software Store

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

To: ngraham, apol, #discover_software_store
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D9995: Allow longer app names in titlebar without eliding

2018-01-20 Thread Nathaniel Graham
ngraham edited the test plan for this revision.

REPOSITORY
  R134 Discover Software Store

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

To: ngraham, apol, #discover_software_store
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D9995: Allow longer app names in titlebar without eliding

2018-01-20 Thread Nathaniel Graham
ngraham created this revision.
ngraham added reviewers: apol, Discover Software Store.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
ngraham requested review of this revision.

REVISION SUMMARY
  Previously, long app names in the titlebar were elided based on an arbitrary 
criteria of being 1/2 the toolbar width. Now they are elided only when they no 
longer fit at all.

TEST PLAN
  Tested in KDE Neon.
  
  - No visual change for most sort app names
  - Long app names are now only elided when they actually no longer fit
  
  Before:
  
  After:

REPOSITORY
  R134 Discover Software Store

BRANCH
  Plasma/5.12

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

AFFECTED FILES
  discover/qml/ApplicationPage.qml

To: ngraham, apol, #discover_software_store
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D9993: Improve quality of images in notifications (Bug 385097)

2018-01-20 Thread Randy Kron
rkron edited the summary of this revision.

REPOSITORY
  R120 Plasma Workspace

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

To: rkron, #plasma_workspaces, #plasma
Cc: ngraham, plasma-devel, #plasma_workspaces, #plasma, ZrenBot, gassaf, 
progwolff, franciscofernandes, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, mart


D9993: Improve quality of images in notifications (Bug 385097)

2018-01-20 Thread Nathaniel Graham
ngraham edited the summary of this revision.

REPOSITORY
  R120 Plasma Workspace

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

To: rkron, #plasma_workspaces, #plasma
Cc: ngraham, plasma-devel, #plasma_workspaces, #plasma, ZrenBot, gassaf, 
progwolff, franciscofernandes, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, mart


D9072: make ksshaskpass work with git-lfs

2018-01-20 Thread Fabian Vogt
fvogt added a comment.


  In https://phabricator.kde.org/D9072#189550, @mkoller wrote:
  
  > In https://phabricator.kde.org/D9072#189303, @fvogt wrote:
  >
  > > Looks good to me, but I wonder whether
  > >
  > > > KWallet writes an error to stderr when a 0-winId is given to 
openWallet() which is received by git-lfs and aborts the operation.
  > >
  > > should be fixed more in a more general way as well.
  >
  >
  > Like how ?
  
  
  Duping stdout/stderr to new file descriptors, using those and closing 1/2 
would be very effective.
  
  Does kwallet really write to stderr? If so, why does git-lfs parse stderr in 
addition to stdout?

REPOSITORY
  R105 KDE SSH Password Dialog

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

To: mkoller, cfeck, jriddell, whiting
Cc: fvogt, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


D9993: Improve quality of images in notifications (Bug 385097)

2018-01-20 Thread Randy Kron
rkron created this revision.
rkron added reviewers: Plasma: Workspaces, Plasma.
rkron added projects: Spectacle, Plasma: Workspaces.
Restricted Application edited projects, added Plasma; removed Plasma: 
Workspaces.
Restricted Application added a subscriber: plasma-devel.
rkron requested review of this revision.

REVISION SUMMARY
  This patch is to improve the quality of images in notifications as reported 
in Bug 385097 .
  
  It is still not perfect because KIO::PreviewJob is used to create the 
thumbnail, and it only produces two sizes, 128px and 256px, so it is likely 
that a small image will be scaled up, blurring it somewhat.
  
  I took two screenshots of the same Dolphin window. Here is the before, 
without the patch:
  F5665511: Dolphin-screenshot-notification-before.png 

  
  And the after, with the patch:
  F5665513: Dolphin-screenshot-notification-after.png 

  
  Better, but still not perfect.

TEST PLAN
  Take screenshots with Spectacle with and without the patched 
libnotificationshelperplugin library and observe the image quality in the 
notification. plasmashell must be restarted when the library file is changed 
for it to take effect.

REPOSITORY
  R120 Plasma Workspace

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

AFFECTED FILES
  applets/notifications/plugin/thumbnailer.cpp

To: rkron, #plasma_workspaces, #plasma
Cc: plasma-devel, #plasma_workspaces, #plasma, ZrenBot, gassaf, ngraham, 
progwolff, franciscofernandes, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, mart


D9980: Do not reset the size of window once we move it to an edge

2018-01-20 Thread Martin Flöser
graesslin added inline comments.

INLINE COMMENTS

> jgrulich wrote in shell_client.cpp:300-301
> I don't have the log from WAYLAND_DEBUG enabled at this moment, but there was 
> definitely this state advertised together with the correct size, at least 
> from what I remember it called configure ( (0x1 | 0x8), 1920, 1080) ) or so 
> once I finished the move, but I didn't investigate what those flags mean.

Yeah, I don't doubt that this is the problem. In fact I consider it as very 
likely. Just we cannot remove the connects as that would break in other ways.

Actually I have an idea what change broke it. I recently reworked the request 
size blocker together with the BlockGeometryUpdate. I think I just removed one 
too many.  I was probably too confident in the tests not breaking. But it's 
kind of obvious: the quick tiling tests only operate with wl_shell windows and 
not with xdg_shell.

Which also means for the tests: ideally it's sufficient to switch to xdg_shell 
or add xdg_shell. Most interesting could be the 
QuickTilingTest::testQuickTilingPointerMove

REPOSITORY
  R108 KWin

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

To: jgrulich, graesslin
Cc: ngraham, plasma-devel, kwin, #kwin, iodelay, bwowk, ZrenBot, progwolff, 
lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart


D9980: Do not reset the size of window once we move it to an edge

2018-01-20 Thread Jan Grulich
jgrulich added a comment.


  In https://phabricator.kde.org/D9980#193513, @graesslin wrote:
  
  > Please also add a test case exposing the problem.
  
  
  Ok, will try to do so.

INLINE COMMENTS

> graesslin wrote in shell_client.cpp:300-301
> we need to send the configure. Because the state also contains whether the 
> window is being resized.

I don't have the log from WAYLAND_DEBUG enabled at this moment, but there was 
definitely this state advertised together with the correct size, at least from 
what I remember it called configure ( (0x1 | 0x8), 1920, 1080) ) or so once I 
finished the move, but I didn't investigate what those flags mean.

REPOSITORY
  R108 KWin

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

To: jgrulich, graesslin
Cc: ngraham, plasma-devel, kwin, #kwin, iodelay, bwowk, ZrenBot, progwolff, 
lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart


D9792: even slimmer scrollbars

2018-01-20 Thread Rik Mills
rikmills added a comment.


  In https://phabricator.kde.org/D9792#193697, @hpereiradacosta wrote:
  
  > In https://phabricator.kde.org/D9792#193473, @rikmills wrote:
  >
  > > In Neon and Kubuntu CI with Qt 5.9.3
  > >
  > > 
https://build.neon.kde.org/job/xenial_unstable_plasma_breeze_bin_amd64/186/console
  > >
  > > 17:55:15 /workspace/build/kstyle/breezestyle.cpp: In member function 
‘virtual bool Breeze::Style::drawScrollBarSliderControl(const QStyleOption*, 
QPainter*, const QWidget*) const’:
  > >  17:55:15 /workspace/build/kstyle/breezestyle.cpp:5013:136: error: ‘const 
class QStyleOption’ has no member named ‘styleObject’
  > >  17:55:15  const bool widgetMouseOver( widget ? 
_animations->scrollBarEngine().isHovered( widget, QStyle::SC_ScrollBarGroove )  
: option->styleObject->property("hover").toBool());
  > >  17:55:15 
^
  > >  17:55:15 kstyle/CMakeFiles/breeze.dir/build.make:910: recipe for target 
'kstyle/CMakeFiles/breeze.dir/breezestyle.cpp.o' failed
  >
  >
  > Thanks for reporting.
  >  Looking at the log in more detail, this is in fact the qt4/kde4 built of 
breeze that fails.
  >  And indeed styleObject is not defined for qt4.
  
  
  Ah, I forgot that our builds were still making the Qt4 style. Also explains 
why the main KDE CI build did not fail!
  
  Thanks

REPOSITORY
  R31 Breeze

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

To: mart, #plasma, #kirigami, #vdg, hpereiradacosta, abetts
Cc: rikmills, davidedmundson, ngraham, colomar, abetts, plasma-devel, ZrenBot, 
progwolff, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart, hein


D9792: even slimmer scrollbars

2018-01-20 Thread Hugo Pereira Da Costa
hpereiradacosta added a comment.


  Fixed with 
https://commits.kde.org/breeze/fc830e4710a9994a13911ac6cbc60ffda8f27715

REPOSITORY
  R31 Breeze

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

To: mart, #plasma, #kirigami, #vdg, hpereiradacosta, abetts
Cc: rikmills, davidedmundson, ngraham, colomar, abetts, plasma-devel, ZrenBot, 
progwolff, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart, hein


D9792: even slimmer scrollbars

2018-01-20 Thread Hugo Pereira Da Costa
hpereiradacosta added a comment.


  In https://phabricator.kde.org/D9792#193473, @rikmills wrote:
  
  > In Neon and Kubuntu CI with Qt 5.9.3
  >
  > 
https://build.neon.kde.org/job/xenial_unstable_plasma_breeze_bin_amd64/186/console
  >
  > 17:55:15 /workspace/build/kstyle/breezestyle.cpp: In member function 
‘virtual bool Breeze::Style::drawScrollBarSliderControl(const QStyleOption*, 
QPainter*, const QWidget*) const’:
  >  17:55:15 /workspace/build/kstyle/breezestyle.cpp:5013:136: error: ‘const 
class QStyleOption’ has no member named ‘styleObject’
  >  17:55:15  const bool widgetMouseOver( widget ? 
_animations->scrollBarEngine().isHovered( widget, QStyle::SC_ScrollBarGroove )  
: option->styleObject->property("hover").toBool());
  >  17:55:15   
  ^
  >  17:55:15 kstyle/CMakeFiles/breeze.dir/build.make:910: recipe for target 
'kstyle/CMakeFiles/breeze.dir/breezestyle.cpp.o' failed
  
  
  Thanks for reporting.
  Looking at the log in more detail, this is in fact the qt4/kde4 built of 
breeze that fails.
  And indeed styleObject is not defined for qt4. 
  Will add the necessary #ifdef asap.
  
  Hugo

REPOSITORY
  R31 Breeze

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

To: mart, #plasma, #kirigami, #vdg, hpereiradacosta, abetts
Cc: rikmills, davidedmundson, ngraham, colomar, abetts, plasma-devel, ZrenBot, 
progwolff, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart, hein


D9991: Remove unnecessary dependency on QtScript

2018-01-20 Thread Volker Krause
This revision was automatically updated to reflect the committed changes.
Closed by commit R112:684a95a6ef0b: Remove unnecessary dependency on QtScript 
(authored by vkrause).

REPOSITORY
  R112 Milou

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D9991?vs=25682=25683

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

AFFECTED FILES
  CMakeLists.txt

To: vkrause, #plasma, bshah
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D9991: Remove unnecessary dependency on QtScript

2018-01-20 Thread Bhushan Shah
bshah accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R112 Milou

BRANCH
  master

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

To: vkrause, #plasma, bshah
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D9991: Remove unnecessary dependency on QtScript

2018-01-20 Thread Volker Krause
vkrause created this revision.
vkrause added a reviewer: Plasma.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
vkrause requested review of this revision.

REPOSITORY
  R112 Milou

BRANCH
  master

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

AFFECTED FILES
  CMakeLists.txt

To: vkrause, #plasma
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


KDE CI: Plasma libksysguard kf5-qt5 SUSEQt5.9 - Build # 26 - Fixed!

2018-01-20 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20SUSEQt5.9/26/
 Project:
Plasma libksysguard kf5-qt5 SUSEQt5.9
 Date of build:
Sat, 20 Jan 2018 09:44:28 +
 Build duration:
1 min 49 sec and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 6 test(s), Skipped: 0 test(s), Total: 6 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report67%
(4/6)67%
(30/45)67%
(30/45)40%
(2445/6153)27%
(1200/4500)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsksgrd0%
(0/5)0%
(0/5)0%
(0/518)0%
(0/220)lsofui0%
(0/1)0%
(0/1)0%
(0/50)0%
(0/14)processcore67%
(8/12)67%
(8/12)41%
(642/1548)29%
(250/867)processui62%
(8/13)62%
(8/13)23%
(636/2779)15%
(335/2293)signalplotter100%
(4/4)100%
(4/4)91%
(558/613)69%
(276/400)tests100%
(10/10)100%
(10/10)94%
(609/645)48%
(339/706)

KDE CI: Plasma libksysguard kf5-qt5 FreeBSDQt5.9 - Build # 14 - Still unstable!

2018-01-20 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20FreeBSDQt5.9/14/
 Project:
Plasma libksysguard kf5-qt5 FreeBSDQt5.9
 Date of build:
Sat, 20 Jan 2018 09:44:28 +
 Build duration:
1 min 28 sec and counting
   JUnit Tests
  Name: (root) Failed: 1 test(s), Passed: 4 test(s), Skipped: 0 test(s), Total: 5 test(s)Failed: TestSuite.processtest

D9944: [WIP]expose if the tablet mode switch is available

2018-01-20 Thread Marco Martin
mart added inline comments.
Restricted Application edited projects, added KWin; removed Plasma.

INLINE COMMENTS

> graesslin wrote in tabletmodemanager.cpp:87
> makes sense. VirtualKeyboard also accesses the information through input

ok, i'll try to add an api for that in thir rr then

REPOSITORY
  R108 KWin

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

To: mart, #kwin, #plasma
Cc: graesslin, ngraham, davidedmundson, plasma-devel, kwin, iodelay, bwowk, 
ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, 
sebas, apol, mart


KDE CI: Plasma libksysguard kf5-qt5 SUSEQt5.9 - Build # 25 - Still Failing!

2018-01-20 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20SUSEQt5.9/25/
 Project:
Plasma libksysguard kf5-qt5 SUSEQt5.9
 Date of build:
Sat, 20 Jan 2018 09:27:03 +
 Build duration:
1 min 49 sec and counting
   CONSOLE OUTPUT
  [...truncated 220.66 KB...]Generating MOC predefs moc_predefs.hGenerating MOC source KVSSQICOXQ/moc_ksignalplotter.cppGenerating MOC source EWIEGA46WW/moc_signalplottertest.cppGenerating MOC compilation mocs_compilation.cpp[ 71%] Built target signalplottertest_autogen/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp: In member function 'void KSysGuardProcessList::reniceSelectedProcesses()':/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:1180:17: warning: this statement may fall through [-Wimplicit-fallthrough=] if(process->ioPriorityClass() == KSysGuard::Process::None && reniceDlg->newIOPriority  == (process->niceLevel() + 20)/5) ^~/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:1182:13: note: here case KSysGuard::Process::RealTime: ^~~~Scanning dependencies of target graphicssignalplotterbenchmark[ 72%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark.cpp.o/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel.cpp: In member function 'void ProcessModelPrivate::updateWindowInfo(WId, unsigned int, bool)':/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel.cpp:535:121: warning: 'NETWinInfo::NETWinInfo(xcb_connection_t*, xcb_window_t, xcb_window_t, NET::Properties, NET::Role)' is deprecated [-Wdeprecated-declarations] NETWinInfo info( QX11Info::connection(), wid, QX11Info::appRootWindow(), NET::Properties(properties) & ~NET::WMIcon ); ^In file included from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel_p.h:41:0, from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel.cpp:26:/home/jenkins/install-prefix/include/KF5/KWindowSystem/netwm.h:992:30: note: declared here KWINDOWSYSTEM_DEPRECATED NETWinInfo(xcb_connection_t *connection, xcb_window_t window,  ^~[ 74%] Building CXX object processui/CMakeFiles/processui.dir/scripting.cpp.o[ 75%] Building CXX object processui/CMakeFiles/processui.dir/processui_autogen/mocs_compilation.cpp.o[ 76%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 77%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/signalplotter/kgraphicssignalplotter.cpp.o[ 79%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 80%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.oScanning dependencies of target signalplottertest[ 81%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest.cpp.o[ 83%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/signalplotter/ksignalplotter.cpp.o[ 84%] Linking CXX shared library libprocessui.so[ 85%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 85%] Built target processui[ 87%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/processcore/processcore_debug.cpp.o[ 88%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/signalplotter/ksignalplotter.cpp.o[ 89%] Linking CXX executable graphicssignalplotterbenchmark[ 90%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest_autogen/mocs_compilation.cpp.oScanning dependencies of target processtest_autogen[ 92%] Automatic MOC for target processtestGenerating MOC predefs moc_predefs.hGenerating MOC source EWIEGA46WW/moc_processtest.cppGenerating MOC compilation mocs_compilation.cpp[ 92%] Built target processtest_autogenScanning dependencies of target processtest[ 93%] Building CXX object tests/CMakeFiles/processtest.dir/processtest.cpp.o[ 94%] Linking CXX executable signalplotterbenchmark[ 94%] Built target graphicssignalplotterbenchmark[ 96%] Building CXX object tests/CMakeFiles/processtest.dir/__/processcore/processcore_debug.cpp.o[ 96%] Built target signalplotterbenchmark[ 97%] Building CXX object tests/CMakeFiles/processtest.dir/processtest_autogen/mocs_compilation.cpp.oIn file included from /usr/include/qt5/QtTest/qtest.h:45:0, from /usr/include/qt5/QtTest/qtest_gui.h:52, from /usr/include/qt5/QtTest/QtTestGui:1, from 

KDE CI: Plasma libksysguard kf5-qt5 FreeBSDQt5.9 - Build # 13 - Still Failing!

2018-01-20 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20FreeBSDQt5.9/13/
 Project:
Plasma libksysguard kf5-qt5 FreeBSDQt5.9
 Date of build:
Sat, 20 Jan 2018 09:27:03 +
 Build duration:
1 min 37 sec and counting
   CONSOLE OUTPUT
  [...truncated 162.24 KB...][ 54%] Building CXX object processui/CMakeFiles/processui.dir/__/processcore/processcore_debug.cpp.o[ 55%] Linking CXX shared library libksignalplotter.so[ 57%] Building CXX object processui/CMakeFiles/processui.dir/ksysguardprocesslist.cpp.o[ 58%] Building CXX object ksgrd/CMakeFiles/ksgrd.dir/SensorSocketAgent.cpp.o[ 58%] Built target ksignalplotter[ 59%] Building CXX object ksgrd/CMakeFiles/ksgrd.dir/ksgrd_autogen/mocs_compilation.cpp.o[ 61%] Building CXX object processui/CMakeFiles/processui.dir/ProcessFilter.cpp.o[ 62%] Building CXX object processui/CMakeFiles/processui.dir/ProcessModel.cpp.o[ 63%] Building CXX object processui/CMakeFiles/processui.dir/ReniceDlg.cpp.oScanning dependencies of target signalplottertest_autogen[ 64%] Automatic MOC for target signalplottertest[ 66%] Linking CXX shared library libksgrd.so/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ksysguardprocesslist.cpp:92:62: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]inline void drawPercentageDisplay(QPainter *painter, QStyleOptionViewItemV4 , float percentage, const QVector ) const ^/usr/local/include/qt5/QtWidgets/qstyleoption.h:453:48: note: 'QStyleOptionViewItemV4' has been explicitly marked deprecated heretypedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;   ^/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ksysguardprocesslist.cpp:80:13: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]QStyleOptionViewItemV4 option = opt;^/usr/local/include/qt5/QtWidgets/qstyleoption.h:453:48: note: 'QStyleOptionViewItemV4' has been explicitly marked deprecated heretypedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;   ^[ 66%] Built target signalplottertest_autogenScanning dependencies of target graphicssignalplotterbenchmark_autogen[ 67%] Automatic MOC for target graphicssignalplotterbenchmark/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ProcessModel.cpp:535:16: warning: 'NETWinInfo' is deprecated [-Wdeprecated-declarations]NETWinInfo info( QX11Info::connection(), wid, QX11Info::appRootWindow(), NET::Properties(properties) & ~NET::WMIcon );   ^/usr/home/jenkins/install-prefix/include/KF5/KWindowSystem/netwm.h:992:30: note: 'NETWinInfo' has been explicitly marked deprecated hereKWINDOWSYSTEM_DEPRECATED NETWinInfo(xcb_connection_t *connection, xcb_window_t window, ^[ 67%] Built target ksgrdScanning dependencies of target signalplotterbenchmark_autogen[ 68%] Automatic MOC for target signalplotterbenchmark[ 70%] Building CXX object processui/CMakeFiles/processui.dir/KTextEditVT.cpp.o[ 70%] Built target graphicssignalplotterbenchmark_autogenScanning dependencies of target signalplottertest[ 71%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest.cpp.o[ 71%] Built target signalplotterbenchmark_autogen2 warnings generated.Scanning dependencies of target graphicssignalplotterbenchmark[ 72%] Building CXX object processui/CMakeFiles/processui.dir/scripting.cpp.oScanning dependencies of target signalplotterbenchmark[ 74%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark.cpp.o[ 75%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark.cpp.o1 warning generated.[ 76%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 77%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/processcore/processcore_debug.cpp.o[ 79%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 80%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/signalplotter/ksignalplotter.cpp.o[ 81%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/signalplotter/kgraphicssignalplotter.cpp.o[ 83%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 84%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 85%] Building CXX object processui/CMakeFiles/processui.dir/processui_autogen/mocs_compilation.cpp.o[ 87%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/signalplotter/ksignalplotter.cpp.o[ 88%] Building CXX object 

KDE CI: Plasma libksysguard kf5-qt5 FreeBSDQt5.9 - Build # 12 - Still Failing!

2018-01-20 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20FreeBSDQt5.9/12/
 Project:
Plasma libksysguard kf5-qt5 FreeBSDQt5.9
 Date of build:
Sat, 20 Jan 2018 09:14:38 +
 Build duration:
1 min 35 sec and counting
   CONSOLE OUTPUT
  [...truncated 162.18 KB...][ 53%] Building CXX object ksgrd/CMakeFiles/ksgrd.dir/SensorShellAgent.cpp.o[ 55%] Linking CXX shared library libksignalplotter.so[ 55%] Building CXX object ksgrd/CMakeFiles/ksgrd.dir/ksgrd_autogen/mocs_compilation.cpp.o[ 57%] Building CXX object ksgrd/CMakeFiles/ksgrd.dir/SensorSocketAgent.cpp.o[ 58%] Building CXX object processui/CMakeFiles/processui.dir/__/processcore/processcore_debug.cpp.o[ 59%] Building CXX object processui/CMakeFiles/processui.dir/ksysguardprocesslist.cpp.o[ 61%] Building CXX object processui/CMakeFiles/processui.dir/ProcessFilter.cpp.o[ 62%] Building CXX object processui/CMakeFiles/processui.dir/ProcessModel.cpp.o[ 63%] Linking CXX shared library libksgrd.so[ 64%] Building CXX object processui/CMakeFiles/processui.dir/ReniceDlg.cpp.o[ 64%] Built target ksignalplotterScanning dependencies of target signalplottertest_autogen[ 66%] Automatic MOC for target signalplottertest[ 66%] Built target ksgrdScanning dependencies of target graphicssignalplotterbenchmark_autogen[ 67%] Automatic MOC for target graphicssignalplotterbenchmark/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ksysguardprocesslist.cpp:92:62: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]inline void drawPercentageDisplay(QPainter *painter, QStyleOptionViewItemV4 , float percentage, const QVector ) const ^/usr/local/include/qt5/QtWidgets/qstyleoption.h:453:48: note: 'QStyleOptionViewItemV4' has been explicitly marked deprecated heretypedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;   ^/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ksysguardprocesslist.cpp:80:13: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]QStyleOptionViewItemV4 option = opt;^/usr/local/include/qt5/QtWidgets/qstyleoption.h:453:48: note: 'QStyleOptionViewItemV4' has been explicitly marked deprecated heretypedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;   ^[ 67%] Built target signalplottertest_autogenScanning dependencies of target signalplotterbenchmark_autogen[ 68%] Automatic MOC for target signalplotterbenchmark[ 68%] Built target graphicssignalplotterbenchmark_autogenScanning dependencies of target signalplottertest[ 70%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest.cpp.o/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ProcessModel.cpp:535:16: warning: 'NETWinInfo' is deprecated [-Wdeprecated-declarations]NETWinInfo info( QX11Info::connection(), wid, QX11Info::appRootWindow(), NET::Properties(properties) & ~NET::WMIcon );   ^/usr/home/jenkins/install-prefix/include/KF5/KWindowSystem/netwm.h:992:30: note: 'NETWinInfo' has been explicitly marked deprecated hereKWINDOWSYSTEM_DEPRECATED NETWinInfo(xcb_connection_t *connection, xcb_window_t window, ^[ 70%] Built target signalplotterbenchmark_autogen[ 71%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/processcore/processcore_debug.cpp.o2 warnings generated.[ 72%] Building CXX object processui/CMakeFiles/processui.dir/KTextEditVT.cpp.o[ 74%] Building CXX object processui/CMakeFiles/processui.dir/scripting.cpp.oScanning dependencies of target graphicssignalplotterbenchmark[ 75%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark.cpp.o1 warning generated.[ 76%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 77%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/signalplotter/kgraphicssignalplotter.cpp.oScanning dependencies of target signalplotterbenchmark[ 79%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark.cpp.o[ 80%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest_autogen/mocs_compilation.cpp.o[ 81%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/signalplotter/ksignalplotter.cpp.o[ 83%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 84%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 85%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/signalplotter/ksignalplotter.cpp.o[ 87%] Linking CXX executable signalplottertest[ 88%] Linking CXX 

KDE CI: Plasma libksysguard kf5-qt5 SUSEQt5.9 - Build # 24 - Still Failing!

2018-01-20 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20SUSEQt5.9/24/
 Project:
Plasma libksysguard kf5-qt5 SUSEQt5.9
 Date of build:
Sat, 20 Jan 2018 09:14:38 +
 Build duration:
1 min 31 sec and counting
   CONSOLE OUTPUT
  [...truncated 220.81 KB...][ 68%] Building CXX object processui/CMakeFiles/processui.dir/KTextEditVT.cpp.oScanning dependencies of target signalplotterbenchmark/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp: In member function 'void KSysGuardProcessList::reniceSelectedProcesses()':/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:1180:17: warning: this statement may fall through [-Wimplicit-fallthrough=] if(process->ioPriorityClass() == KSysGuard::Process::None && reniceDlg->newIOPriority  == (process->niceLevel() + 20)/5) ^~/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:1182:13: note: here case KSysGuard::Process::RealTime: ^~~~[ 70%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark.cpp.o[ 71%] Linking CXX shared library libksgrd.so/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel.cpp: In member function 'void ProcessModelPrivate::updateWindowInfo(WId, unsigned int, bool)':/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel.cpp:535:121: warning: 'NETWinInfo::NETWinInfo(xcb_connection_t*, xcb_window_t, xcb_window_t, NET::Properties, NET::Role)' is deprecated [-Wdeprecated-declarations] NETWinInfo info( QX11Info::connection(), wid, QX11Info::appRootWindow(), NET::Properties(properties) & ~NET::WMIcon ); ^In file included from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel_p.h:41:0, from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel.cpp:26:/home/jenkins/install-prefix/include/KF5/KWindowSystem/netwm.h:992:30: note: declared here KWINDOWSYSTEM_DEPRECATED NETWinInfo(xcb_connection_t *connection, xcb_window_t window,  ^~[ 71%] Built target ksgrd[ 72%] Building CXX object processui/CMakeFiles/processui.dir/scripting.cpp.o[ 74%] Building CXX object processui/CMakeFiles/processui.dir/processui_autogen/mocs_compilation.cpp.oScanning dependencies of target graphicssignalplotterbenchmark[ 75%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark.cpp.o[ 76%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 77%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/signalplotter/kgraphicssignalplotter.cpp.o[ 79%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 80%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/signalplotter/ksignalplotter.cpp.o[ 81%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 83%] Linking CXX shared library libprocessui.so[ 84%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 84%] Built target processuiScanning dependencies of target processtest_autogen[ 85%] Automatic MOC for target processtestScanning dependencies of target signalplottertestGenerating MOC predefs moc_predefs.hGenerating MOC source EWIEGA46WW/moc_processtest.cppGenerating MOC compilation mocs_compilation.cpp[ 87%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest.cpp.o[ 87%] Built target processtest_autogenScanning dependencies of target processtest[ 88%] Building CXX object tests/CMakeFiles/processtest.dir/processtest.cpp.o[ 89%] Building CXX object tests/CMakeFiles/processtest.dir/__/processcore/processcore_debug.cpp.o[ 90%] Building CXX object tests/CMakeFiles/processtest.dir/processtest_autogen/mocs_compilation.cpp.o[ 92%] Linking CXX executable signalplotterbenchmarkIn file included from /usr/include/qt5/QtTest/qtest.h:45:0, from /usr/include/qt5/QtTest/qtest_gui.h:52, from /usr/include/qt5/QtTest/QtTestGui:1, from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/tests/processtest.cpp:21:/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/tests/processtest.cpp: In member function 'void testProcess::testHistories()':/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/tests/processtest.cpp:145:79: error: 'QString::QString(const char*)' is private within this context 

KDE CI: Plasma libksysguard kf5-qt5 SUSEQt5.9 - Build # 23 - Still Failing!

2018-01-20 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20SUSEQt5.9/23/
 Project:
Plasma libksysguard kf5-qt5 SUSEQt5.9
 Date of build:
Sat, 20 Jan 2018 08:59:53 +
 Build duration:
1 min 19 sec and counting
   CONSOLE OUTPUT
  [...truncated 220.20 KB...]In file included from /usr/include/qt5/QtWidgets/qabstractitemdelegate.h:45:0, from /usr/include/qt5/QtWidgets/qabstractitemview.h:47, from /usr/include/qt5/QtWidgets/qheaderview.h:44, from /usr/include/qt5/QtWidgets/QHeaderView:1, from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:34:/usr/include/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;^~/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp: In member function 'void KSysGuardProcessList::reniceSelectedProcesses()':/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:1180:17: warning: this statement may fall through [-Wimplicit-fallthrough=] if(process->ioPriorityClass() == KSysGuard::Process::None && reniceDlg->newIOPriority  == (process->niceLevel() + 20)/5) ^~/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:1182:13: note: here case KSysGuard::Process::RealTime: ^~~~/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel.cpp: In member function 'void ProcessModelPrivate::updateWindowInfo(WId, unsigned int, bool)':/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel.cpp:535:121: warning: 'NETWinInfo::NETWinInfo(xcb_connection_t*, xcb_window_t, xcb_window_t, NET::Properties, NET::Role)' is deprecated [-Wdeprecated-declarations] NETWinInfo info( QX11Info::connection(), wid, QX11Info::appRootWindow(), NET::Properties(properties) & ~NET::WMIcon ); ^In file included from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel_p.h:41:0, from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel.cpp:26:/home/jenkins/install-prefix/include/KF5/KWindowSystem/netwm.h:992:30: note: declared here KWINDOWSYSTEM_DEPRECATED NETWinInfo(xcb_connection_t *connection, xcb_window_t window,  ^~[ 74%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 75%] Building CXX object processui/CMakeFiles/processui.dir/scripting.cpp.o[ 76%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/signalplotter/kgraphicssignalplotter.cpp.o[ 77%] Building CXX object processui/CMakeFiles/processui.dir/processui_autogen/mocs_compilation.cpp.oScanning dependencies of target signalplottertest[ 79%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest.cpp.o[ 80%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 81%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 83%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/signalplotter/ksignalplotter.cpp.o[ 84%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 85%] Linking CXX shared library libprocessui.so[ 87%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/processcore/processcore_debug.cpp.o[ 87%] Built target processui[ 88%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/signalplotter/ksignalplotter.cpp.o[ 89%] Linking CXX executable graphicssignalplotterbenchmarkScanning dependencies of target processtest_autogen[ 90%] Automatic MOC for target processtestGenerating MOC predefs moc_predefs.hGenerating MOC source EWIEGA46WW/moc_processtest.cppGenerating MOC compilation mocs_compilation.cpp[ 90%] Built target processtest_autogenScanning dependencies of target processtest[ 92%] Building CXX object tests/CMakeFiles/processtest.dir/processtest.cpp.o[ 92%] Built target graphicssignalplotterbenchmark[ 93%] Building CXX object tests/CMakeFiles/processtest.dir/__/processcore/processcore_debug.cpp.o[ 94%] Building CXX object tests/CMakeFiles/processtest.dir/processtest_autogen/mocs_compilation.cpp.o[ 96%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest_autogen/mocs_compilation.cpp.o[ 97%] Linking CXX executable signalplotterbenchmark[ 97%] Built target signalplotterbenchmarkIn file included from 

KDE CI: Plasma libksysguard kf5-qt5 FreeBSDQt5.9 - Build # 11 - Still Failing!

2018-01-20 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20FreeBSDQt5.9/11/
 Project:
Plasma libksysguard kf5-qt5 FreeBSDQt5.9
 Date of build:
Sat, 20 Jan 2018 08:59:53 +
 Build duration:
1 min 2 sec and counting
   CONSOLE OUTPUT
  [...truncated 162.15 KB...]Scanning dependencies of target processui[ 54%] Building CXX object processui/CMakeFiles/processui.dir/__/processcore/processcore_debug.cpp.o[ 55%] Building CXX object ksgrd/CMakeFiles/ksgrd.dir/SensorSocketAgent.cpp.o[ 57%] Building CXX object processui/CMakeFiles/processui.dir/ksysguardprocesslist.cpp.o[ 58%] Linking CXX shared library libksignalplotter.so[ 58%] Built target ksignalplotter[ 59%] Building CXX object processui/CMakeFiles/processui.dir/ProcessFilter.cpp.o[ 61%] Building CXX object processui/CMakeFiles/processui.dir/ProcessModel.cpp.o/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ProcessModel.cpp:535:16: warning: 'NETWinInfo' is deprecated [-Wdeprecated-declarations]NETWinInfo info( QX11Info::connection(), wid, QX11Info::appRootWindow(), NET::Properties(properties) & ~NET::WMIcon );   ^/usr/home/jenkins/install-prefix/include/KF5/KWindowSystem/netwm.h:992:30: note: 'NETWinInfo' has been explicitly marked deprecated hereKWINDOWSYSTEM_DEPRECATED NETWinInfo(xcb_connection_t *connection, xcb_window_t window, ^/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ksysguardprocesslist.cpp:92:62: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]inline void drawPercentageDisplay(QPainter *painter, QStyleOptionViewItemV4 , float percentage, const QVector ) const ^/usr/local/include/qt5/QtWidgets/qstyleoption.h:453:48: note: 'QStyleOptionViewItemV4' has been explicitly marked deprecated heretypedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;   ^/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ksysguardprocesslist.cpp:80:13: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]QStyleOptionViewItemV4 option = opt;^/usr/local/include/qt5/QtWidgets/qstyleoption.h:453:48: note: 'QStyleOptionViewItemV4' has been explicitly marked deprecated heretypedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;   ^[ 63%] Building CXX object ksgrd/CMakeFiles/ksgrd.dir/ksgrd_autogen/mocs_compilation.cpp.o[ 63%] Building CXX object processui/CMakeFiles/processui.dir/ReniceDlg.cpp.oScanning dependencies of target signalplottertest_autogenScanning dependencies of target graphicssignalplotterbenchmark_autogen[ 64%] Automatic MOC for target signalplottertest[ 66%] Automatic MOC for target graphicssignalplotterbenchmark[ 66%] Built target signalplottertest_autogenScanning dependencies of target signalplotterbenchmark_autogen[ 67%] Automatic MOC for target signalplotterbenchmark[ 67%] Built target graphicssignalplotterbenchmark_autogen1 warning generated.[ 68%] Building CXX object processui/CMakeFiles/processui.dir/KTextEditVT.cpp.oScanning dependencies of target signalplottertest[ 70%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest.cpp.o[ 71%] Linking CXX shared library libksgrd.so2 warnings generated.[ 72%] Building CXX object processui/CMakeFiles/processui.dir/scripting.cpp.o[ 72%] Built target ksgrd[ 74%] Building CXX object processui/CMakeFiles/processui.dir/processui_autogen/mocs_compilation.cpp.oScanning dependencies of target graphicssignalplotterbenchmark[ 74%] Built target signalplotterbenchmark_autogen[ 75%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/processcore/processcore_debug.cpp.o[ 76%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark.cpp.o[ 77%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 79%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/signalplotter/kgraphicssignalplotter.cpp.o[ 80%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 81%] Linking CXX shared library libprocessui.so[ 81%] Built target processui[ 83%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/signalplotter/ksignalplotter.cpp.o[ 84%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest_autogen/mocs_compilation.cpp.oScanning dependencies of target processtest_autogen[ 85%] Automatic MOC for target processtestScanning dependencies of target signalplotterbenchmark[ 87%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark.cpp.o[ 87%] Built target processtest_autogen[ 88%] 

KDE CI: Plasma libksysguard kf5-qt5 FreeBSDQt5.9 - Build # 10 - Still Failing!

2018-01-20 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20FreeBSDQt5.9/10/
 Project:
Plasma libksysguard kf5-qt5 FreeBSDQt5.9
 Date of build:
Sat, 20 Jan 2018 08:56:48 +
 Build duration:
1 min 21 sec and counting
   CONSOLE OUTPUT
  [...truncated 162.87 KB...][ 54%] Generating ui_ReniceDlgUi.hScanning dependencies of target processui[ 55%] Linking CXX shared library libksignalplotter.so[ 57%] Building CXX object processui/CMakeFiles/processui.dir/__/processcore/processcore_debug.cpp.o[ 57%] Built target ksignalplotter[ 58%] Building CXX object ksgrd/CMakeFiles/ksgrd.dir/ksgrd_autogen/mocs_compilation.cpp.o[ 59%] Building CXX object processui/CMakeFiles/processui.dir/ksysguardprocesslist.cpp.oScanning dependencies of target signalplottertest_autogenScanning dependencies of target graphicssignalplotterbenchmark_autogen[ 61%] Automatic MOC for target signalplottertest[ 62%] Automatic MOC for target graphicssignalplotterbenchmark[ 63%] Building CXX object processui/CMakeFiles/processui.dir/ProcessFilter.cpp.oScanning dependencies of target signalplotterbenchmark_autogen[ 64%] Automatic MOC for target signalplotterbenchmark[ 64%] Built target graphicssignalplotterbenchmark_autogen[ 64%] Built target signalplottertest_autogen[ 66%] Building CXX object processui/CMakeFiles/processui.dir/ProcessModel.cpp.oScanning dependencies of target graphicssignalplotterbenchmark[ 67%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark.cpp.o[ 68%] Linking CXX shared library libksgrd.so[ 68%] Built target signalplotterbenchmark_autogen[ 70%] Building CXX object processui/CMakeFiles/processui.dir/ReniceDlg.cpp.o[ 70%] Built target ksgrdScanning dependencies of target signalplottertest[ 71%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest.cpp.o/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ksysguardprocesslist.cpp:92:62: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]inline void drawPercentageDisplay(QPainter *painter, QStyleOptionViewItemV4 , float percentage, const QVector ) const ^/usr/local/include/qt5/QtWidgets/qstyleoption.h:453:48: note: 'QStyleOptionViewItemV4' has been explicitly marked deprecated heretypedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;   ^/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ksysguardprocesslist.cpp:80:13: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]QStyleOptionViewItemV4 option = opt;^/usr/local/include/qt5/QtWidgets/qstyleoption.h:453:48: note: 'QStyleOptionViewItemV4' has been explicitly marked deprecated heretypedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;   ^[ 72%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/processcore/processcore_debug.cpp.o/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ProcessModel.cpp:535:16: warning: 'NETWinInfo' is deprecated [-Wdeprecated-declarations]NETWinInfo info( QX11Info::connection(), wid, QX11Info::appRootWindow(), NET::Properties(properties) & ~NET::WMIcon );   ^/usr/home/jenkins/install-prefix/include/KF5/KWindowSystem/netwm.h:992:30: note: 'NETWinInfo' has been explicitly marked deprecated hereKWINDOWSYSTEM_DEPRECATED NETWinInfo(xcb_connection_t *connection, xcb_window_t window, ^[ 74%] Building CXX object processui/CMakeFiles/processui.dir/KTextEditVT.cpp.o[ 75%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/signalplotter/ksignalplotter.cpp.o2 warnings generated.[ 76%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest_autogen/mocs_compilation.cpp.o1 warning generated.[ 77%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 79%] Building CXX object processui/CMakeFiles/processui.dir/processui_autogen/mocs_compilation.cpp.o[ 80%] Building CXX object processui/CMakeFiles/processui.dir/scripting.cpp.o[ 81%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/signalplotter/kgraphicssignalplotter.cpp.oScanning dependencies of target signalplotterbenchmark[ 83%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark.cpp.o[ 84%] Linking CXX executable signalplottertest[ 85%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 85%] Built target signalplottertest[ 87%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 88%] Building CXX object 

KDE CI: Plasma libksysguard kf5-qt5 SUSEQt5.9 - Build # 22 - Still Failing!

2018-01-20 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20SUSEQt5.9/22/
 Project:
Plasma libksysguard kf5-qt5 SUSEQt5.9
 Date of build:
Sat, 20 Jan 2018 08:56:48 +
 Build duration:
1 min 11 sec and counting
   CONSOLE OUTPUT
  [...truncated 220.56 KB...]Scanning dependencies of target graphicssignalplotterbenchmark_autogen[ 70%] Automatic MOC for target graphicssignalplotterbenchmark[ 71%] Building CXX object processui/CMakeFiles/processui.dir/processui_autogen/mocs_compilation.cpp.oGenerating MOC predefs moc_predefs.hGenerating MOC source KVSSQICOXQ/moc_kgraphicssignalplotter.cppGenerating MOC source EWIEGA46WW/moc_graphicssignalplotterbenchmark.cppGenerating MOC compilation mocs_compilation.cpp[ 71%] Built target graphicssignalplotterbenchmark_autogenScanning dependencies of target signalplottertest_autogen/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp: In member function 'void KSysGuardProcessList::reniceSelectedProcesses()':/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:1180:17: warning: this statement may fall through [-Wimplicit-fallthrough=] if(process->ioPriorityClass() == KSysGuard::Process::None && reniceDlg->newIOPriority  == (process->niceLevel() + 20)/5) ^~/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:1182:13: note: here case KSysGuard::Process::RealTime: ^~~~[ 72%] Automatic MOC for target signalplottertestGenerating MOC predefs moc_predefs.hGenerating MOC source KVSSQICOXQ/moc_ksignalplotter.cppGenerating MOC source EWIEGA46WW/moc_signalplottertest.cppGenerating MOC compilation mocs_compilation.cpp[ 72%] Built target signalplottertest_autogenScanning dependencies of target graphicssignalplotterbenchmarkScanning dependencies of target signalplotterbenchmark[ 74%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark.cpp.o[ 75%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark.cpp.o[ 76%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 77%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 79%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/signalplotter/kgraphicssignalplotter.cpp.o[ 80%] Linking CXX shared library libprocessui.so[ 81%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/signalplotter/ksignalplotter.cpp.o[ 81%] Built target processui[ 83%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 84%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark_autogen/mocs_compilation.cpp.oScanning dependencies of target signalplottertest[ 85%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest.cpp.o[ 87%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/processcore/processcore_debug.cpp.o[ 88%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/signalplotter/ksignalplotter.cpp.o[ 89%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest_autogen/mocs_compilation.cpp.o[ 90%] Linking CXX executable signalplotterbenchmark[ 92%] Linking CXX executable graphicssignalplotterbenchmark[ 92%] Built target signalplotterbenchmarkScanning dependencies of target processtest_autogen[ 93%] Automatic MOC for target processtestGenerating MOC predefs moc_predefs.hGenerating MOC source EWIEGA46WW/moc_processtest.cppGenerating MOC compilation mocs_compilation.cpp[ 93%] Built target processtest_autogenScanning dependencies of target processtest[ 94%] Building CXX object tests/CMakeFiles/processtest.dir/__/processcore/processcore_debug.cpp.o[ 96%] Building CXX object tests/CMakeFiles/processtest.dir/processtest.cpp.o[ 96%] Built target graphicssignalplotterbenchmark[ 97%] Building CXX object tests/CMakeFiles/processtest.dir/processtest_autogen/mocs_compilation.cpp.o[ 98%] Linking CXX executable signalplottertestIn file included from /usr/include/qt5/QtTest/qtest.h:45:0, from /usr/include/qt5/QtTest/qtest_gui.h:52, from /usr/include/qt5/QtTest/QtTestGui:1, from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/tests/processtest.cpp:21:/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/tests/processtest.cpp: In member function 'void testProcess::testHistories()':/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/tests/processtest.cpp:145:79: error: 'QString::QString(const char*)' is private within this context QCOMPARE(processController->historyFileName(), QString("/var/log/atop.log"));

KDE CI: Plasma libksysguard kf5-qt5 FreeBSDQt5.9 - Build # 9 - Still Failing!

2018-01-20 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20FreeBSDQt5.9/9/
 Project:
Plasma libksysguard kf5-qt5 FreeBSDQt5.9
 Date of build:
Sat, 20 Jan 2018 08:50:33 +
 Build duration:
2 min 3 sec and counting
   CONSOLE OUTPUT
  [...truncated 162.86 KB...][ 55%] Building CXX object ksgrd/CMakeFiles/ksgrd.dir/SensorSocketAgent.cpp.o[ 57%] Linking CXX shared library libksignalplotter.so[ 58%] Linking CXX shared library libksgrd.so[ 58%] Built target ksignalplotterScanning dependencies of target signalplottertest_autogenScanning dependencies of target signalplotterbenchmark_autogenScanning dependencies of target processuiScanning dependencies of target graphicssignalplotterbenchmark_autogen[ 59%] Automatic MOC for target signalplottertest[ 61%] Automatic MOC for target signalplotterbenchmark[ 62%] Building CXX object processui/CMakeFiles/processui.dir/__/processcore/processcore_debug.cpp.o[ 63%] Building CXX object processui/CMakeFiles/processui.dir/ksysguardprocesslist.cpp.o[ 64%] Automatic MOC for target graphicssignalplotterbenchmark[ 64%] Built target ksgrd[ 66%] Building CXX object processui/CMakeFiles/processui.dir/ProcessFilter.cpp.o[ 66%] Built target signalplotterbenchmark_autogen[ 67%] Building CXX object processui/CMakeFiles/processui.dir/ProcessModel.cpp.o[ 67%] Built target signalplottertest_autogen[ 67%] Built target graphicssignalplotterbenchmark_autogen[ 68%] Building CXX object processui/CMakeFiles/processui.dir/ReniceDlg.cpp.oScanning dependencies of target signalplotterbenchmark[ 70%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark.cpp.o[ 71%] Building CXX object processui/CMakeFiles/processui.dir/KTextEditVT.cpp.o/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ksysguardprocesslist.cpp:92:62: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]inline void drawPercentageDisplay(QPainter *painter, QStyleOptionViewItemV4 , float percentage, const QVector ) const ^/usr/local/include/qt5/QtWidgets/qstyleoption.h:453:48: note: 'QStyleOptionViewItemV4' has been explicitly marked deprecated heretypedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;   ^/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ksysguardprocesslist.cpp:80:13: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]QStyleOptionViewItemV4 option = opt;^/usr/local/include/qt5/QtWidgets/qstyleoption.h:453:48: note: 'QStyleOptionViewItemV4' has been explicitly marked deprecated heretypedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;   ^Scanning dependencies of target signalplottertest[ 72%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest.cpp.o/usr/home/jenkins/workspace/Plasma libksysguard kf5-qt5 FreeBSDQt5.9/processui/ProcessModel.cpp:535:16: warning: 'NETWinInfo' is deprecated [-Wdeprecated-declarations]NETWinInfo info( QX11Info::connection(), wid, QX11Info::appRootWindow(), NET::Properties(properties) & ~NET::WMIcon );   ^/usr/home/jenkins/install-prefix/include/KF5/KWindowSystem/netwm.h:992:30: note: 'NETWinInfo' has been explicitly marked deprecated hereKWINDOWSYSTEM_DEPRECATED NETWinInfo(xcb_connection_t *connection, xcb_window_t window, ^2 warnings generated.1 warning generated.[ 74%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 75%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/signalplotter/ksignalplotter.cpp.o[ 76%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/processcore/processcore_debug.cpp.o[ 77%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/signalplotter/ksignalplotter.cpp.o[ 79%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 80%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest_autogen/mocs_compilation.cpp.o[ 81%] Linking CXX executable signalplotterbenchmark[ 81%] Built target signalplotterbenchmarkScanning dependencies of target graphicssignalplotterbenchmark[ 83%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark.cpp.o[ 84%] Linking CXX executable signalplottertest[ 84%] Built target signalplottertest[ 85%] Building CXX object processui/CMakeFiles/processui.dir/scripting.cpp.o[ 88%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/signalplotter/kgraphicssignalplotter.cpp.o[ 88%] Building CXX object processui/CMakeFiles/processui.dir/processui_autogen/mocs_compilation.cpp.o[ 89%] Building CXX object 

KDE CI: Plasma libksysguard kf5-qt5 SUSEQt5.9 - Build # 21 - Still Failing!

2018-01-20 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20SUSEQt5.9/21/
 Project:
Plasma libksysguard kf5-qt5 SUSEQt5.9
 Date of build:
Sat, 20 Jan 2018 08:50:33 +
 Build duration:
1 min 59 sec and counting
   CONSOLE OUTPUT
  [...truncated 221.66 KB...] NETWinInfo info( QX11Info::connection(), wid, QX11Info::appRootWindow(), NET::Properties(properties) & ~NET::WMIcon ); ^In file included from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel_p.h:41:0, from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ProcessModel.cpp:26:/home/jenkins/install-prefix/include/KF5/KWindowSystem/netwm.h:992:30: note: declared here KWINDOWSYSTEM_DEPRECATED NETWinInfo(xcb_connection_t *connection, xcb_window_t window,  ^~[ 63%] Built target graphicssignalplotterbenchmark_autogenScanning dependencies of target signalplottertest_autogen[ 64%] Automatic MOC for target signalplottertest[ 66%] Building CXX object ksgrd/CMakeFiles/ksgrd.dir/SensorSocketAgent.cpp.oGenerating MOC predefs moc_predefs.hGenerating MOC source KVSSQICOXQ/moc_ksignalplotter.cppGenerating MOC source EWIEGA46WW/moc_signalplottertest.cppGenerating MOC compilation mocs_compilation.cpp[ 66%] Built target signalplottertest_autogenScanning dependencies of target signalplotterbenchmark[ 67%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark.cpp.o[ 68%] Building CXX object ksgrd/CMakeFiles/ksgrd.dir/ksgrd_autogen/mocs_compilation.cpp.o[ 70%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 71%] Building CXX object processui/CMakeFiles/processui.dir/KTextEditVT.cpp.o[ 72%] Building CXX object processui/CMakeFiles/processui.dir/scripting.cpp.o[ 74%] Linking CXX shared library libksgrd.so[ 75%] Building CXX object processui/CMakeFiles/processui.dir/processui_autogen/mocs_compilation.cpp.o[ 75%] Built target ksgrdScanning dependencies of target graphicssignalplotterbenchmark[ 76%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/signalplotter/ksignalplotter.cpp.o[ 77%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark.cpp.o[ 79%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 80%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o[ 81%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/signalplotter/kgraphicssignalplotter.cpp.o[ 83%] Linking CXX shared library libprocessui.soScanning dependencies of target signalplottertest[ 84%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest.cpp.o[ 84%] Built target processui[ 85%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/processcore/processcore_debug.cpp.o[ 87%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/signalplotter/ksignalplotter.cpp.o[ 88%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark_autogen/mocs_compilation.cpp.o[ 89%] Linking CXX executable signalplotterbenchmark[ 90%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest_autogen/mocs_compilation.cpp.o[ 90%] Built target signalplotterbenchmarkScanning dependencies of target processtest_autogen[ 92%] Automatic MOC for target processtestGenerating MOC predefs moc_predefs.hGenerating MOC source EWIEGA46WW/moc_processtest.cppGenerating MOC compilation mocs_compilation.cpp[ 92%] Built target processtest_autogenScanning dependencies of target processtest[ 93%] Building CXX object tests/CMakeFiles/processtest.dir/processtest.cpp.o[ 94%] Building CXX object tests/CMakeFiles/processtest.dir/__/processcore/processcore_debug.cpp.o[ 96%] Building CXX object tests/CMakeFiles/processtest.dir/processtest_autogen/mocs_compilation.cpp.o[ 97%] Linking CXX executable graphicssignalplotterbenchmarkIn file included from /usr/include/qt5/QtTest/qtest.h:45:0, from /usr/include/qt5/QtTest/qtest_gui.h:52, from /usr/include/qt5/QtTest/QtTestGui:1, from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/tests/processtest.cpp:21:/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/tests/processtest.cpp: In member function 'void testProcess::testHistories()':/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/tests/processtest.cpp:145:79: error: 'QString::QString(const char*)' is private within this context QCOMPARE(processController->historyFileName(), QString("/var/log/atop.log"));