D19829: kicker: add option to make root level icons visible

2019-05-09 Thread Björn Feber
GB_2 added a comment.


  Ping

REPOSITORY
  R119 Plasma Desktop

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

To: i.Dark_Templar, hein, #plasma, #vdg, GB_2
Cc: GB_2, ngraham, plasma-devel, jraleigh, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D21111: Added new option to use GlobalProtect with openconnect

2019-05-09 Thread Alejandro Valdes
avaldes added a comment.


  networkmanager-openconnect has added support in master for global protect 
,
 so now we can use it from plasma.
  
  This was tested in my machine with Plasma 5.15.5 and the lastest 
networkmanager-openconnect.
  
  The VPN works but I'm having an issue with  the existing configuration 
options:
  
  Unselecting the option "Use only for resources on this connection" in IPv4 > 
Routes doesn't work, I can access the network resources only available at the 
VPN but all my internet connections goes to the default internet route. I was 
able to solve this temporally by modifying the kernel routes. Is this intended?
  
  I also tried changing the priority of the VPN to 0 and the default network 
connection to 2 but it didn't work.

REPOSITORY
  R116 Plasma Network Management Applet

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

To: avaldes, jgrulich
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D21111: Added new option to use GlobalProtect with openconnect

2019-05-09 Thread Alejandro Valdes
avaldes created this revision.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
Herald added a reviewer: jgrulich.
avaldes requested review of this revision.

REVISION SUMMARY
  This adds a new option to the dropdown and a new desktop file to create a 
connection to a Palo Alto / Global Protect network
  
  FEATURE: 405389

REPOSITORY
  R116 Plasma Network Management Applet

BRANCH
  globalprotect (branched from master)

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

AFFECTED FILES
  vpn/openconnect/CMakeLists.txt
  vpn/openconnect/openconnectprop.ui
  vpn/openconnect/openconnectwidget.cpp
  vpn/openconnect/plasmanetworkmanagement_openconnect_globalprotect.desktop

To: avaldes, jgrulich
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D16997: [kcm] Expose interface to control output property retention

2019-05-09 Thread Roman Gilg
romangg updated this revision to Diff 57835.
romangg added a comment.


  Rebase on series changes.

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16997?vs=57720&id=57835

BRANCH
  1controlKcm

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

AFFECTED FILES
  common/control.cpp
  common/control.h
  kcm/src/CMakeLists.txt
  kcm/src/controlpanel.cpp
  kcm/src/controlpanel.h
  kcm/src/kcm_kscreen.cpp
  kcm/src/outputconfig.cpp
  kcm/src/outputconfig.h
  kcm/src/unifiedoutputconfig.cpp
  kcm/src/unifiedoutputconfig.h
  kcm/src/widget.cpp
  kcm/src/widget.h

To: romangg, #plasma
Cc: ngraham, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D21110: On config read adjust outputs positions to global value changes

2019-05-09 Thread Roman Gilg
romangg created this revision.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
romangg requested review of this revision.

REVISION SUMMARY
  Some global output values directly influence the positions of outputs relative
  to each other, at the moment namely scale and rotation.
  
  In order to guarantee a working setup after such a global output property was
  changed and a config is loaded, which had been created with outdated values,
  adjust positions programmatically such that the relative distances between
  outputs are preserved.

REPOSITORY
  R104 KScreen

BRANCH
  1controlAdjustPositions

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

AFFECTED FILES
  kded/output.cpp
  kded/output.h

To: romangg
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D16995: Consider identical display models in ControlConfig

2019-05-09 Thread Roman Gilg
romangg added a comment.


  In D16995#462174 , @romangg wrote:
  
  > If there is no control file, the output retention falls back to global. If 
there is no global file we set some default values. It should instead take the 
ones from the config file. By that all config files will stay valid until the 
user first time changes an output property with global retention selected.
  
  
  Dealt with in new revision of D16991 .

REPOSITORY
  R104 KScreen

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

To: romangg, #plasma
Cc: mart, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol


D16996: Add method to write retention to configuration control files

2019-05-09 Thread Roman Gilg
romangg updated this revision to Diff 57834.
romangg added a comment.


  Rebase on series changes.

REPOSITORY
  R104 KScreen

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16996?vs=57719&id=57834

BRANCH
  1controlWrite

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

AFFECTED FILES
  common/control.cpp
  common/control.h

To: romangg, #plasma, mart
Cc: mart, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol


D16995: Consider identical display models in ControlConfig

2019-05-09 Thread Roman Gilg
romangg updated this revision to Diff 57833.
romangg added a comment.


  Rebase on series changes.

REPOSITORY
  R104 KScreen

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16995?vs=57718&id=57833

BRANCH
  1controlNameSpecific

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

AFFECTED FILES
  common/control.cpp
  common/control.h
  kded/config.cpp
  kded/output.cpp
  kded/output.h
  tests/kded/configtest.cpp
  tests/kded/serializerdata/control/configs/e919cc0dd7aea8d8f519bdf8b93a6f69

To: romangg, #plasma
Cc: mart, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol


D16994: Split Control class into configurations and outputs control classes

2019-05-09 Thread Roman Gilg
romangg updated this revision to Diff 57832.
romangg added a comment.


  Rebase on series changes.

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16994?vs=57717&id=57832

BRANCH
  1controlClass

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

AFFECTED FILES
  common/control.cpp
  common/control.h
  kded/config.cpp

To: romangg, #plasma, mart
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D16993: Add a common directory for functionality being used by kcm and daemon

2019-05-09 Thread Roman Gilg
romangg updated this revision to Diff 57831.
romangg added a comment.


  Rebase on series changes.

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16993?vs=57716&id=57831

BRANCH
  1commonInterfacesWithClass

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

AFFECTED FILES
  common/control.cpp
  common/control.h
  common/globals.cpp
  common/globals.h
  kded/CMakeLists.txt
  kded/config.cpp
  kded/config.h
  kded/control.cpp
  kded/control.h
  kded/output.cpp
  kded/output.h
  tests/kded/CMakeLists.txt
  tests/kded/configtest.cpp

To: romangg, #plasma, mart
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D16992: Introduce secondary control channel of the KScreen daemon

2019-05-09 Thread Roman Gilg
romangg updated this revision to Diff 57830.
romangg added a comment.


  Rebase on series changes.

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16992?vs=57715&id=57830

BRANCH
  1controlRetention

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

AFFECTED FILES
  kded/CMakeLists.txt
  kded/config.cpp
  kded/control.cpp
  kded/control.h
  kded/output.cpp
  kded/output.h
  tests/kded/CMakeLists.txt
  tests/kded/configtest.cpp
  tests/kded/serializerdata/control/configs/229fa9e8a378cb151d7302df42666774
  tests/kded/serializerdata/control/configs/8684e883209d7644eb76feea2081c431
  tests/kded/serializerdata/control/configs/e919cc0dd7aea8d8f519bdf8b93a6f69

To: romangg, #plasma, mart
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D16991: Introduce concept of global and individual output data retention

2019-05-09 Thread Roman Gilg
romangg updated this revision to Diff 57829.
romangg added a comment.


  - Fallback read global part from config
  - No global write for disabled outputs
  - Use hashMd5 function for global output file names

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16991?vs=57714&id=57829

BRANCH
  1dirIndividualOutputs

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

AFFECTED FILES
  kded/CMakeLists.txt
  kded/config.cpp
  kded/config.h
  kded/output.cpp
  kded/output.h
  tests/kded/CMakeLists.txt

To: romangg, #plasma, mart
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20186: [libinput-touchpad-kcm] Use wayland specific touchpad KCM UI when libinput is used on X11

2019-05-09 Thread Nathaniel Graham
ngraham added a comment.


  I'm afraid I don't think I have the technical chops to adequately review 
this, but hopefully @romangg does! :) Or any of the other #plasma 
 people.

REPOSITORY
  R119 Plasma Desktop

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

To: atulbi, ngraham, romangg, davidedmundson, #plasma
Cc: GB_2, jriddell, knambiar, plasma-devel, jraleigh, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D21105: Port widget settings window to QQC2+Kirigami FormLayout and modernize UI

2019-05-09 Thread Nathaniel Graham
ngraham created this revision.
ngraham added reviewers: VDG, Plasma, drosca.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
ngraham requested review of this revision.

REVISION SUMMARY
  - Port to QQC2+Kirigami FormLayout style
  - Use standard import names
  - Adjust some strings to sound a bit more natural

TEST PLAN
  All features still work.
  F6817114: plasma-pa.png 
  
  The Audio Volume tab was already ported earlier and is not included in this 
patch

REPOSITORY
  R115 Plasma Audio Volume Applet

BRANCH
  modernize-widget-settings-window (branched from master)

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

AFFECTED FILES
  applet/contents/ui/ConfigGeneral.qml

To: ngraham, #vdg, #plasma, drosca
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D21104: Port widget settings window to QQC2+Kirigami FormLayout

2019-05-09 Thread Nathaniel Graham
ngraham created this revision.
ngraham added reviewers: VDG, jgrulich.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
Herald added 1 blocking reviewer(s): jgrulich.
ngraham requested review of this revision.

REVISION SUMMARY
  - Port to QQC2+Kirigami FormLayout style
  - Use standard import names
  - Adjust one string to sound a bit more natural (configuration is implicit 
and does not need to be mentioned

TEST PLAN
  F6817093: nm new.png 

REPOSITORY
  R116 Plasma Network Management Applet

BRANCH
  modernize-widget-settings-window (branched from master)

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

AFFECTED FILES
  applet/contents/ui/configGeneral.qml

To: ngraham, #vdg, jgrulich
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D21027: [Notes] Fix icons being almost invisible with light backgrounds

2019-05-09 Thread Kai Uwe Broulik
broulik added inline comments.

INLINE COMMENTS

> main.qml:63
> +// an unknown colour over a known colour is a bad move as you end up 
> with white on yellow.
> +function textIconColor() {
> +if (plasmoid.configuration.color === "black" || 
> plasmoid.configuration.color === "translucent-light") {

Make that

  readonly property color textIconColor: {
  if (plasmoid) {
  ...
  }
  ...
  }

> main.qml:258
>  
> -PlasmaComponents.ToolButton {
> -tooltip: i18nc("@info:tooltip", "Bold")
> -iconSource: "format-text-bold"
> +QQC2.ToolButton {
> +icon.name: "format-text-bold"

Not too happy of using desktop buttons here instead of plasma components but 
custom color stuff doesn't work in Plasma.
However, given it's a tool button and this solves a genuine usability problem I 
think this is fine.

Can you make the button follow the size of a normal Plasma `ToolButton` or the 
`units.iconSizes` or something at least? They are a bit tiny here because they 
rely on Qt scaling which Plasma doesn't do

REPOSITORY
  R114 Plasma Addons

BRANCH
  background-appropriate-icon-colors (branched from master)

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

To: filipf, #plasma, #vdg, ngraham, davidedmundson
Cc: broulik, davidedmundson, plasma-devel, jraleigh, GB_2, ragreen, Pitel, 
ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20797: [dict] Modernize configuration window

2019-05-09 Thread Filip Fila
filipf marked 5 inline comments as done.
filipf added inline comments.

INLINE COMMENTS

> mart wrote in ConfigDictionaries.qml:55
> Control {
> 
> which should have the highlight rectangle as background:
> 
> and the Label as contentItem:
> 
> this will give it some nice paddings, as now it looks quite cramped

looks much better, thanks :)

REPOSITORY
  R114 Plasma Addons

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

To: filipf, dfaure, ngraham, #vdg, #plasma, davidedmundson, mart
Cc: GB_2, mart, broulik, plasma-devel, jraleigh, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol


D21102: Mark "Connection Activated" notifications as low priority

2019-05-09 Thread Kai Uwe Broulik
broulik added a comment.


  +1

REPOSITORY
  R116 Plasma Network Management Applet

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

To: ngraham, broulik, #plasma, jgrulich
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D21102: Mark "Connection Activated" notifications as low priority

2019-05-09 Thread Nathaniel Graham
ngraham created this revision.
ngraham added reviewers: broulik, Plasma.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
Herald added a reviewer: jgrulich.
ngraham requested review of this revision.
broulik added a comment.


  +1

REVISION SUMMARY
  In 5.16 onwards, low priority notifications are displayed to the user in a 
pop-up but
  don't get added to the history.
  
  When a network connection is successfully activated, there's nothing further 
for the
  user to have to know or do; it just works and they start using it. As such, 
there is
  no value to keeping the notification in the history; it's just spam. So, this 
patch
  marks that notification as low priority so it doesn't clutter up the history.

TEST PLAN
  - Apply patch
  - Reboot or switch to a different network connection
  - See "Connection activated" notification
  - Open up notifications history, see nothing there, be happy!

REPOSITORY
  R116 Plasma Network Management Applet

BRANCH
  low-priority-connected (branched from master)

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

AFFECTED FILES
  kded/networkmanagement.notifyrc

To: ngraham, broulik, #plasma, jgrulich
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20797: [dict] Modernize configuration window

2019-05-09 Thread Filip Fila
filipf updated this revision to Diff 57813.
filipf added a comment.


  - use Kirigami.Theme for color, remove syspal
  - replace ListView Item with Control and have it be the delegate
  - replace Text with Label and have it be ListView's contentItem
  
  NOTE: keyboard navigation still not working; I can have the ScrollView 
focusable by tabbing by seting FocusPolicy, but that doesn't help too much

REPOSITORY
  R114 Plasma Addons

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D20797?vs=57556&id=57813

BRANCH
  modernize-dictionary-configuration-window (branched from master)

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

AFFECTED FILES
  applets/dict/package/contents/config/config.qml
  applets/dict/package/contents/ui/ConfigDictionaries.qml

To: filipf, dfaure, ngraham, #vdg, #plasma, davidedmundson, mart
Cc: GB_2, mart, broulik, plasma-devel, jraleigh, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol


D20797: [dict] Modernize configuration window

2019-05-09 Thread Björn Feber
GB_2 added inline comments.

INLINE COMMENTS

> ConfigDictionaries.qml:33
>  
>  SystemPalette {
>  id: syspal

This can be removed when you chang the the other color properties.

REPOSITORY
  R114 Plasma Addons

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

To: filipf, dfaure, ngraham, #vdg, #plasma, davidedmundson, mart
Cc: GB_2, mart, broulik, plasma-devel, jraleigh, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol


D21097: Handle apps which set the desktopFileName property with filename suffix

2019-05-09 Thread Nathaniel Graham
ngraham added a comment.


  +1 conceptually.

REPOSITORY
  R135 Integration for Qt applications in Plasma

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

To: kossebau, #plasma, broulik
Cc: ngraham, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20186: [libinput-touchpad-kcm] Use wayland specific touchpad KCM UI when libinput is used on X11

2019-05-09 Thread Atul Bisht
atulbi added a comment.


  In D20186#462883 , @GB_2 wrote:
  
  > Ping
  
  
  Hey... Have you tried this patch ?

REPOSITORY
  R119 Plasma Desktop

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

To: atulbi, ngraham, romangg, davidedmundson, #plasma
Cc: GB_2, jriddell, knambiar, plasma-devel, jraleigh, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D21026: Fix ToolButton remaining in a pressed state after press

2019-05-09 Thread Marco Martin
mart added a comment.


  but now it doesn't display the checked state in any way?

REPOSITORY
  R858 Qt Quick Controls 2: Desktop Style

BRANCH
  no-highlight-color-after-press (branched from master)

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

To: filipf, mart, #plasma, ngraham, davidedmundson
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


KDE CI: Plasma » plasma-pa » kf5-qt5 FreeBSDQt5.12 - Build # 31 - Still Failing!

2019-05-09 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-pa/job/kf5-qt5%20FreeBSDQt5.12/31/
 Project:
kf5-qt5 FreeBSDQt5.12
 Date of build:
Thu, 09 May 2019 13:11:17 +
 Build duration:
1 hr 4 min and counting
   CONSOLE OUTPUT
  [...truncated 374 lines...][2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[el]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[en_GB]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[es]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[et]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[eu]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[fi]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[fr]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[gl]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[he]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[hu]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[id]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[it]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[ko]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[lt]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[nl]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[nn]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[pa]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[pl]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[pt]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[pt_BR]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[ru]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[sk]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[sl]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[sr]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[sr@ijekavian]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[sr@ijekavianlatin]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[sr@latin]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[sv]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[tr]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[uk]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[x-test]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[zh_CN]" -> falling back to string[2019-05-09T14:15:36.484Z] Unknown property type for key "X-KDE-Keywords[zh_TW]" -> falling back to string[2019-05-09T14:15:36.484Z] Generated  "/usr/home/jenkins/workspace/Plasma/plasma-pa/kf5-qt5 FreeBSDQt5.12/build/src/kcm/kcm_pulseaudio.json" [2019-05-09T14:15:36.484Z] [2019-05-09T14:15:36.484Z] [ 11%] Built target kcm_pulseaudio-kcms-metadata-json[2019-05-09T14:15:36.484Z] [ 13%] Automatic MOC for target kcm_pulseaudio[2019-05-09T14:15:36.484Z] [ 13%] Built target org.kde.plasma.volume-plasmoids-metadata-json[2019-05-09T14:15:36.484Z] Scanning dependencies of target org.kde.plasma.volume-plasmoids-qrc[2019-05-09T14:15:36.484Z] [ 13%] Built target org.kde.plasma.volume-plasmoids-qrc[2019-05-09T14:15:36.484Z] Scanning dependencies of target org.kde.plasma.volume-plasmoids-contents-rcc[2019-05-09T14:15:36.484Z] [ 16%] Generating org.kde.plasma.volume-contents.rcc[2019-05-09T14:15:36.484Z] [ 16%] Built target org.kde.plasma.volume-plasmoids-contents-rcc[2019-05-09T14:15:37.858Z] [ 16%] Built target doc-kcontrol-plasma-pa-index-cache-bz2[2019-05-09T14:15:37.858Z] [ 16%] Built target kcm_pulseaudio_autogen[2019-05-09T14:15:38.114Z] Scanning dependencies of target kcm_pulseaudio[2019-05-09T14:15:38.114Z] [ 18%] Building CXX object src/kcm/CMakeFiles/kcm_pulseaudio.dir/kcm_pulseaudio_autogen/mocs_compilation.cpp.o[2019-05-09T14:

D20797: [dict] Modernize configuration window

2019-05-09 Thread Marco Martin
mart requested changes to this revision.
mart added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> ConfigDictionaries.qml:55
>  
>  delegate: Item {
> +width: root.width

Control {

which should have the highlight rectangle as background:

and the Label as contentItem:

this will give it some nice paddings, as now it looks quite cramped

> ConfigDictionaries.qml:63
>  visible: model.id == root.cfg_dictionary
>  color: syspal.highlight
>  }

Kirigami.Theme.highlightColor

> ConfigDictionaries.qml:67
> +/*Text { text: model.id }*/
> +Text {
> +id: pathText

Label {

> ConfigDictionaries.qml:71
> +text: model.description
> +color: model.id == root.cfg_dictionary ? 
> syspal.highlightedText : syspal.text
>  }

Kirigami.Theme.textColor

REPOSITORY
  R114 Plasma Addons

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

To: filipf, dfaure, ngraham, #vdg, #plasma, davidedmundson, mart
Cc: mart, broulik, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol


D20490: Rewrite notifications dataengine to work with libnotificationmanager

2019-05-09 Thread Harald Sitter
sitter closed this revision.

REPOSITORY
  R120 Plasma Workspace

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

To: broulik, sitter
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20491: Rewrite applicationjobs dataengine to work with libnotificationmanager

2019-05-09 Thread Harald Sitter
sitter closed this revision.

REPOSITORY
  R120 Plasma Workspace

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

To: broulik, #plasma, sitter
Cc: mart, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol


D20930: Update WireGuard to match NetworkManager 1.16 interface

2019-05-09 Thread Nathaniel Graham
ngraham accepted this revision.
ngraham added a comment.


  Thanks for the info. I appreciate that you've taken so much time to think 
this through, and thanks for helping me understand how this works. LGTM from a 
#VDG  perspective!

REPOSITORY
  R116 Plasma Network Management Applet

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

To: andersonbruce, jgrulich, #vdg, ngraham
Cc: ngraham, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20490: Rewrite notifications dataengine to work with libnotificationmanager

2019-05-09 Thread Kai Uwe Broulik
broulik added a comment.


  All merged 
https://cgit.kde.org/plasma-workspace.git/commit/?id=3c52fc3bc05e0f351d4998ad54edae1a4e21a043

REPOSITORY
  R120 Plasma Workspace

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

To: broulik, #plasma, mart
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20491: Rewrite applicationjobs dataengine to work with libnotificationmanager

2019-05-09 Thread Kai Uwe Broulik
broulik added a comment.


  All merged 
https://cgit.kde.org/plasma-workspace.git/commit/?id=3c52fc3bc05e0f351d4998ad54edae1a4e21a043

REPOSITORY
  R120 Plasma Workspace

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

To: broulik, #plasma
Cc: mart, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol


D20265: Introduce libnotificationmanager

2019-05-09 Thread Kai Uwe Broulik
broulik added a comment.


  All merged 
https://cgit.kde.org/plasma-workspace.git/commit/?id=3c52fc3bc05e0f351d4998ad54edae1a4e21a043

REPOSITORY
  R120 Plasma Workspace

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

To: broulik, #plasma, sitter
Cc: hein, mart, nicolasfella, davidedmundson, ngraham, plasma-devel, jraleigh, 
GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol


D20265: Introduce libnotificationmanager

2019-05-09 Thread Harald Sitter
sitter closed this revision.

REPOSITORY
  R120 Plasma Workspace

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

To: broulik, #plasma, sitter
Cc: hein, mart, nicolasfella, davidedmundson, ngraham, plasma-devel, jraleigh, 
GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol


D21097: Handle apps which set the desktopFileName property with filename suffix

2019-05-09 Thread Friedrich W. H. Kossebau
kossebau created this revision.
kossebau added reviewers: Plasma, broulik.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
kossebau requested review of this revision.

REPOSITORY
  R135 Integration for Qt applications in Plasma

BRANCH
  handledesktopfilenamesuffix

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

AFFECTED FILES
  src/platformtheme/x11integration.cpp

To: kossebau, #plasma, broulik
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20186: [libinput-touchpad-kcm] Use wayland specific touchpad KCM UI when libinput is used on X11

2019-05-09 Thread Björn Feber
GB_2 added a comment.


  Ping

REPOSITORY
  R119 Plasma Desktop

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

To: atulbi, ngraham, romangg, davidedmundson, #plasma
Cc: GB_2, jriddell, knambiar, plasma-devel, jraleigh, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


KDE CI: Plasma » plasma-desktop » kf5-qt5 FreeBSDQt5.12 - Build # 246 - Still unstable!

2019-05-09 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20FreeBSDQt5.12/246/
 Project:
kf5-qt5 FreeBSDQt5.12
 Date of build:
Thu, 09 May 2019 09:59:33 +
 Build duration:
3 min 12 sec and counting
   JUnit Tests
  Name: projectroot.containments.desktop.plugins.folder Failed: 2 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 4 test(s)Failed: projectroot.containments.desktop.plugins.folder.autotests.foldermodeltestFailed: projectroot.containments.desktop.plugins.folder.autotests.positionertestName: projectroot.kcms.keyboard Failed: 1 test(s), Passed: 4 test(s), Skipped: 0 test(s), Total: 5 test(s)Failed: projectroot.kcms.keyboard.tests.kcm_keyboard_iso_codesName: projectroot.kcms.kfontinst.kio Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot.kcms.lookandfeel Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)

KDE CI: Plasma » plasma-desktop » kf5-qt5 FreeBSDQt5.12 - Build # 245 - Still Failing!

2019-05-09 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20FreeBSDQt5.12/245/
 Project:
kf5-qt5 FreeBSDQt5.12
 Date of build:
Thu, 09 May 2019 09:48:43 +
 Build duration:
36 sec and counting
   CONSOLE OUTPUT
  [...truncated 520 lines...][2019-05-09T09:49:17.929Z]  * Freetype, A font rendering engine, [2019-05-09T09:49:17.929Z]Needed to build kfontinst, a simple font installer.[2019-05-09T09:49:17.929Z]  * PkgConfig[2019-05-09T09:49:17.929Z]  * Fontconfig, Font access configuration library, [2019-05-09T09:49:17.929Z]Needed to build font configuration and installation tools[2019-05-09T09:49:17.929Z]  * Phonon4Qt5Experimental (required version == 4.10.2)[2019-05-09T09:49:17.929Z] [2019-05-09T09:49:17.929Z] -- The following RECOMMENDED packages have been found:[2019-05-09T09:49:17.929Z] [2019-05-09T09:49:17.929Z]  * KF5Baloo (required version >= 5.15), File Searching[2019-05-09T09:49:17.929Z]Needed to build the File Search KCM[2019-05-09T09:49:17.929Z] [2019-05-09T09:49:17.929Z] -- The following REQUIRED packages have been found:[2019-05-09T09:49:17.929Z] [2019-05-09T09:49:17.929Z]  * Qt5Network (required version >= 5.12.2)[2019-05-09T09:49:17.929Z]  * Qt5Svg[2019-05-09T09:49:17.929Z]  * Qt5Concurrent[2019-05-09T09:49:17.929Z]  * KF5Auth (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5Plasma (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5PlasmaQuick (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5DocTools (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5NewStuff (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5KDELibs4Support (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5Notifications (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5NotifyConfig (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5Attica (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5Wallet (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5Runner (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5People (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5DBusAddons (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5ActivitiesStats (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * KF5 (required version >= 5.56.0)[2019-05-09T09:49:17.929Z]  * LibKWorkspace (required version >= 5.14.90)[2019-05-09T09:49:17.929Z]  * LibTaskManager (required version >= 5.14.90)[2019-05-09T09:49:17.929Z]  * LibNotificationManager (required version >= 5.14.90)[2019-05-09T09:49:17.929Z]  * LibColorCorrect (required version >= 5.14.90)[2019-05-09T09:49:17.929Z]  * KWinDBusInterface[2019-05-09T09:49:17.929Z]  * ScreenSaverDBusInterface[2019-05-09T09:49:17.929Z]  * KRunnerAppDBusInterface[2019-05-09T09:49:17.929Z]  * KSMServerDBusInterface[2019-05-09T09:49:17.929Z]  * KF5ItemModels[2019-05-09T09:49:17.929Z]  * KF5Emoticons[2019-05-09T09:49:17.929Z]  * XCB, X protocol C-language Binding, [2019-05-09T09:49:17.929Z]  * Qt5Core[2019-05-09T09:49:17.929Z]  * Qt5DBus[2019-05-09T09:49:17.929Z]  * KF5KCMUtils[2019-05-09T09:49:17.929Z]  * KF5Declarative[2019-05-09T09:49:17.929Z]  * KF5XmlGui[2019-05-09T09:49:17.929Z]  * Qt5Gui[2019-05-09T09:49:17.929Z]  * Qt5Sql[2019-05-09T09:49:17.929Z]  * Qt5QuickWidgets[2019-05-09T09:49:17.929Z]  * KF5WidgetsAddons[2019-05-09T09:49:17.929Z]  * Qt5Test[2019-05-09T09:49:17.929Z]  * ECM (required version >= 0.0.8)[2019-05-09T09:49:17.929Z]  * Qt5Widgets[2019-05-09T09:49:17.929Z]  * Qt5Qml[2019-05-09T09:49:17.929Z]  * Qt5X11Extras[2019-05-09T09:49:17.929Z]  * Qt5Quick[2019-05-09T09:49:17.929Z]  * Qt5[2019-05-09T09:49:17.929Z]  * Gettext[2019-05-09T09:49:17.929Z]  * KF5I18n[2019-05-09T09:49:17.929Z]  * KF5Config[2019-05-09T09:49:17.929Z]  * KF5CoreAddons[2019-05-09T09:49:17.929Z]  * KF5GlobalAccel[2019-05-09T09:49:17.929Z]  * KF5GuiAddons[2019-05-09T09:49:17.929Z]  * KF5KIO[2019-05-09T09:49:17.929Z]  * KF5Activities[2019-05-09T09:49:17.929Z]  * KF5WindowSystem[2019-05-09T09:49:17.929Z]  * X11, X11 libraries, [2019-05-09T09:49:17.929Z]Required for building the X11 based workspace[2019-05-09T09:49:17.929Z]  * Phonon4Qt5[2019-05-09T09:49:17.929Z] [2019-05-09T09:49:17.929Z] -- The following features have been disabled:[2019-05-09T09:49:17.929Z] [2019-05-09T09:49:17.929Z]  * Synaptics, Synaptics libraries needed for touchpad KCM[2019-05-09T09:49:17.929Z]  * XorgLibinput, Libinput driver headers needed for mouse KCM[2019-05-09T09:49:17.929Z] [2019-05-09T09:49:17.929Z] -- The following OPTIONAL packages have not been found:[2019-05-09T09:49:17.929Z] [2019-05-09T09:49:17.929Z]  * Synaptics, Synaptics libraries needed for touchpad KCM[2019-05-09T09:49:17.929Z]  * XorgLibinput, Libinput driver headers needed for mouse KCM[2019-05-09T09:49:17.929Z]  * SCIM[2019-05-09T09:49:17.929Z]  * IBus[2019-05-09T09:49:17.929Z] [2019-05-09T09:49:17.929Z] -- The following RECOMMENDED packages have not been found:[2019-05-09T

KDE CI: Plasma » plasma-desktop » kf5-qt5 SUSEQt5.12 - Build # 198 - Still Failing!

2019-05-09 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20SUSEQt5.12/198/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Thu, 09 May 2019 09:48:43 +
 Build duration:
55 sec and counting
   CONSOLE OUTPUT
  [...truncated 585 lines...][2019-05-09T09:49:37.627Z]For setting the default window decoration plugin[2019-05-09T09:49:37.627Z]  * SCIM[2019-05-09T09:49:37.627Z]  * IBus[2019-05-09T09:49:37.627Z]  * GLIB2, Event loop and utility library, [2019-05-09T09:49:37.627Z]  * GIO[2019-05-09T09:49:37.627Z]  * GObject[2019-05-09T09:49:37.627Z]  * Freetype, A font rendering engine, [2019-05-09T09:49:37.627Z]Needed to build kfontinst, a simple font installer.[2019-05-09T09:49:37.627Z]  * Boost[2019-05-09T09:49:37.627Z]  * Phonon4Qt5Experimental (required version == 4.10.2)[2019-05-09T09:49:37.627Z] [2019-05-09T09:49:37.627Z] -- The following RECOMMENDED packages have been found:[2019-05-09T09:49:37.627Z] [2019-05-09T09:49:37.627Z]  * AppStreamQt (required version >= 0.10.4), Appstream integration[2019-05-09T09:49:37.627Z]Needed to allow appstream integration from application menus[2019-05-09T09:49:37.627Z]  * KF5Baloo (required version >= 5.15), File Searching[2019-05-09T09:49:37.627Z]Needed to build the File Search KCM[2019-05-09T09:49:37.627Z] [2019-05-09T09:49:37.627Z] -- The following REQUIRED packages have been found:[2019-05-09T09:49:37.627Z] [2019-05-09T09:49:37.627Z]  * Qt5Network (required version >= 5.12.3)[2019-05-09T09:49:37.627Z]  * Qt5Svg[2019-05-09T09:49:37.627Z]  * Qt5Concurrent[2019-05-09T09:49:37.627Z]  * KF5Auth (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5Plasma (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5PlasmaQuick (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5DocTools (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5NewStuff (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5KDELibs4Support (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5Notifications (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5NotifyConfig (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5Attica (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5Wallet (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5Runner (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5People (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5DBusAddons (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5ActivitiesStats (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * KF5 (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * LibKWorkspace (required version >= 5.14.90)[2019-05-09T09:49:37.627Z]  * LibTaskManager (required version >= 5.14.90)[2019-05-09T09:49:37.627Z]  * LibNotificationManager (required version >= 5.14.90)[2019-05-09T09:49:37.627Z]  * LibColorCorrect (required version >= 5.14.90)[2019-05-09T09:49:37.627Z]  * KWinDBusInterface[2019-05-09T09:49:37.627Z]  * ScreenSaverDBusInterface[2019-05-09T09:49:37.627Z]  * KRunnerAppDBusInterface[2019-05-09T09:49:37.627Z]  * KSMServerDBusInterface[2019-05-09T09:49:37.627Z]  * KF5ItemModels[2019-05-09T09:49:37.627Z]  * KF5Emoticons[2019-05-09T09:49:37.627Z]  * Qt5Core[2019-05-09T09:49:37.627Z]  * Qt5DBus[2019-05-09T09:49:37.627Z]  * KF5KCMUtils[2019-05-09T09:49:37.627Z]  * KF5Declarative[2019-05-09T09:49:37.627Z]  * KF5XmlGui[2019-05-09T09:49:37.627Z]  * Qt5Gui[2019-05-09T09:49:37.627Z]  * Qt5Sql[2019-05-09T09:49:37.627Z]  * Qt5QuickWidgets[2019-05-09T09:49:37.627Z]  * KF5WidgetsAddons[2019-05-09T09:49:37.627Z]  * KDED (required version >= 5.56.0)[2019-05-09T09:49:37.627Z]  * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, [2019-05-09T09:49:37.627Z]  * XCB, X protocol C-language Binding, [2019-05-09T09:49:37.627Z]  * PkgConfig[2019-05-09T09:49:37.627Z]  * Qt5Test[2019-05-09T09:49:37.627Z]  * ECM (required version >= 0.0.8)[2019-05-09T09:49:37.627Z]  * Qt5Widgets[2019-05-09T09:49:37.627Z]  * Qt5Qml[2019-05-09T09:49:37.627Z]  * Qt5X11Extras[2019-05-09T09:49:37.627Z]  * Qt5Quick[2019-05-09T09:49:37.627Z]  * Qt5[2019-05-09T09:49:37.627Z]  * Gettext[2019-05-09T09:49:37.627Z]  * KF5I18n[2019-05-09T09:49:37.627Z]  * KF5Config[2019-05-09T09:49:37.627Z]  * KF5CoreAddons[2019-05-09T09:49:37.627Z]  * KF5GlobalAccel[2019-05-09T09:49:37.627Z]  * KF5GuiAddons[2019-05-09T09:49:37.627Z]  * KF5KIO[2019-05-09T09:49:37.627Z]  * KF5Activities[2019-05-09T09:49:37.627Z]  * KF5WindowSystem[2019-05-09T09:49:37.627Z]  * X11, X11 libraries, [2019-05-09T09:49:37.627Z]Required for building the X11 based workspace[2019-05-09T09:49:37.627Z]  * Phonon4Qt5[2019-05-09T09:49:37.627Z] [2019-05-09T09:49:37.627Z] -- The following features have been disabled:[2019-05-09T09:49:37.627Z] [2019-05-09T09:49:37.627Z]  * XorgLibinput, Libinput driver headers needed for mouse KCM[2019-05-09T09:49:37.627Z] [2019-05-09T09:49:37.627Z] -- The followin

D18519: [KColorSchemeEditor] Turn Save button into Save As

2019-05-09 Thread Kai Uwe Broulik
This revision was not accepted when it landed; it landed in state "Needs 
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit R119:cc63a8af3913: [KColorSchemeEditor] Turn Save button into 
Save As (authored by broulik).

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D18519?vs=50232&id=57799

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

AFFECTED FILES
  kcms/colors/editor/kcolorschemeeditor.cpp
  kcms/colors/editor/scmeditordialog.cpp
  kcms/colors/editor/scmeditordialog.h

To: broulik, #plasma, #vdg
Cc: abetts, ngraham, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


KDE CI: Plasma » plasma-desktop » kf5-qt5 SUSEQt5.12 - Build # 197 - Still Failing!

2019-05-09 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20SUSEQt5.12/197/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Thu, 09 May 2019 09:39:52 +
 Build duration:
1 min 18 sec and counting
   CONSOLE OUTPUT
  [...truncated 585 lines...][2019-05-09T09:41:08.739Z]For setting the default window decoration plugin[2019-05-09T09:41:08.739Z]  * SCIM[2019-05-09T09:41:08.739Z]  * IBus[2019-05-09T09:41:08.739Z]  * GLIB2, Event loop and utility library, [2019-05-09T09:41:08.739Z]  * GIO[2019-05-09T09:41:08.739Z]  * GObject[2019-05-09T09:41:08.739Z]  * Freetype, A font rendering engine, [2019-05-09T09:41:08.739Z]Needed to build kfontinst, a simple font installer.[2019-05-09T09:41:08.739Z]  * Boost[2019-05-09T09:41:08.739Z]  * Phonon4Qt5Experimental (required version == 4.10.2)[2019-05-09T09:41:08.739Z] [2019-05-09T09:41:08.739Z] -- The following RECOMMENDED packages have been found:[2019-05-09T09:41:08.739Z] [2019-05-09T09:41:08.739Z]  * AppStreamQt (required version >= 0.10.4), Appstream integration[2019-05-09T09:41:08.739Z]Needed to allow appstream integration from application menus[2019-05-09T09:41:08.739Z]  * KF5Baloo (required version >= 5.15), File Searching[2019-05-09T09:41:08.739Z]Needed to build the File Search KCM[2019-05-09T09:41:08.739Z] [2019-05-09T09:41:08.739Z] -- The following REQUIRED packages have been found:[2019-05-09T09:41:08.739Z] [2019-05-09T09:41:08.739Z]  * Qt5Network (required version >= 5.12.3)[2019-05-09T09:41:08.739Z]  * Qt5Svg[2019-05-09T09:41:08.739Z]  * Qt5Concurrent[2019-05-09T09:41:08.739Z]  * KF5Auth (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5Plasma (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5PlasmaQuick (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5DocTools (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5NewStuff (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5KDELibs4Support (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5Notifications (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5NotifyConfig (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5Attica (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5Wallet (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5Runner (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5People (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5DBusAddons (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5ActivitiesStats (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * KF5 (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * LibKWorkspace (required version >= 5.14.90)[2019-05-09T09:41:08.739Z]  * LibTaskManager (required version >= 5.14.90)[2019-05-09T09:41:08.739Z]  * LibNotificationManager (required version >= 5.14.90)[2019-05-09T09:41:08.739Z]  * LibColorCorrect (required version >= 5.14.90)[2019-05-09T09:41:08.739Z]  * KWinDBusInterface[2019-05-09T09:41:08.739Z]  * ScreenSaverDBusInterface[2019-05-09T09:41:08.739Z]  * KRunnerAppDBusInterface[2019-05-09T09:41:08.739Z]  * KSMServerDBusInterface[2019-05-09T09:41:08.739Z]  * KF5ItemModels[2019-05-09T09:41:08.739Z]  * KF5Emoticons[2019-05-09T09:41:08.739Z]  * Qt5Core[2019-05-09T09:41:08.739Z]  * Qt5DBus[2019-05-09T09:41:08.739Z]  * KF5KCMUtils[2019-05-09T09:41:08.739Z]  * KF5Declarative[2019-05-09T09:41:08.739Z]  * KF5XmlGui[2019-05-09T09:41:08.739Z]  * Qt5Gui[2019-05-09T09:41:08.739Z]  * Qt5Sql[2019-05-09T09:41:08.739Z]  * Qt5QuickWidgets[2019-05-09T09:41:08.739Z]  * KF5WidgetsAddons[2019-05-09T09:41:08.739Z]  * KDED (required version >= 5.56.0)[2019-05-09T09:41:08.739Z]  * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, [2019-05-09T09:41:08.739Z]  * XCB, X protocol C-language Binding, [2019-05-09T09:41:08.739Z]  * PkgConfig[2019-05-09T09:41:08.739Z]  * Qt5Test[2019-05-09T09:41:08.739Z]  * ECM (required version >= 0.0.8)[2019-05-09T09:41:08.739Z]  * Qt5Widgets[2019-05-09T09:41:08.739Z]  * Qt5Qml[2019-05-09T09:41:08.739Z]  * Qt5X11Extras[2019-05-09T09:41:08.739Z]  * Qt5Quick[2019-05-09T09:41:08.739Z]  * Qt5[2019-05-09T09:41:08.739Z]  * Gettext[2019-05-09T09:41:08.739Z]  * KF5I18n[2019-05-09T09:41:08.739Z]  * KF5Config[2019-05-09T09:41:08.739Z]  * KF5CoreAddons[2019-05-09T09:41:08.739Z]  * KF5GlobalAccel[2019-05-09T09:41:08.739Z]  * KF5GuiAddons[2019-05-09T09:41:08.739Z]  * KF5KIO[2019-05-09T09:41:08.739Z]  * KF5Activities[2019-05-09T09:41:08.739Z]  * KF5WindowSystem[2019-05-09T09:41:08.739Z]  * X11, X11 libraries, [2019-05-09T09:41:08.739Z]Required for building the X11 based workspace[2019-05-09T09:41:08.739Z]  * Phonon4Qt5[2019-05-09T09:41:08.739Z] [2019-05-09T09:41:08.739Z] -- The following features have been disabled:[2019-05-09T09:41:08.739Z] [2019-05-09T09:41:08.739Z]  * XorgLibinput, Libinput driver headers needed for mouse KCM[2019-05-09T09:41:08.739Z] [2019-05-09T09:41:08.739Z] -- The fo

D21061: [Task Manager] Use libnotificationmanager for notification badges and application job reporting

2019-05-09 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes.
Closed by commit R119:00962d089177: [Task Manager] Use libnotificationmanager 
for notification badges and… (authored by broulik).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D21061?vs=57697&id=57798#toc

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D21061?vs=57697&id=57798

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

AFFECTED FILES
  CMakeLists.txt
  applets/taskmanager/CMakeLists.txt
  applets/taskmanager/package/contents/config/main.xml
  applets/taskmanager/package/contents/ui/ConfigAppearance.qml
  applets/taskmanager/package/contents/ui/Task.qml
  applets/taskmanager/plugin/smartlaunchers/smartlauncherbackend.cpp
  applets/taskmanager/plugin/smartlaunchers/smartlauncherbackend.h
  applets/taskmanager/plugin/smartlaunchers/smartlauncheritem.cpp
  applets/taskmanager/plugin/smartlaunchers/smartlauncheritem.h

To: broulik, #plasma, hein, mvourlakos, mart
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


KDE CI: Plasma » plasma-desktop » kf5-qt5 SUSEQt5.12 - Build # 196 - Still Failing!

2019-05-09 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20SUSEQt5.12/196/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Thu, 09 May 2019 09:38:12 +
 Build duration:
1 min 5 sec and counting
   CONSOLE OUTPUT
  [...truncated 272 lines...][2019-05-09T09:39:09.517Z] CSHEDIT   = 'emacs'[2019-05-09T09:39:09.517Z] SHLVL = '2'[2019-05-09T09:39:09.517Z] BUILD_TAG = 'jenkins-Plasma-plasma-desktop-kf5-qt5 SUSEQt5.12-196'[2019-05-09T09:39:09.517Z] WINDOWMANAGER = 'xterm'[2019-05-09T09:39:09.517Z] PAGER = 'less'[2019-05-09T09:39:09.517Z] EXECUTOR_NUMBER   = '0'[2019-05-09T09:39:09.517Z] CVS_RSH   = 'ssh'[2019-05-09T09:39:09.517Z] LIBGL_DEBUG   = 'quiet'[2019-05-09T09:39:09.517Z] STAGE_NAME= 'Configuring Build'[2019-05-09T09:39:09.517Z] NODE_LABELS   = 'Docker Swarm-10d687cb SUSEQt5.12'[2019-05-09T09:39:09.517Z] XCURSOR_THEME = 'DMZ-Black'[2019-05-09T09:39:09.517Z] XDG_DATA_DIRS = '/home/jenkins/install-prefix/share:/usr/share:/usr/local/share:/usr/share'[2019-05-09T09:39:09.517Z] CONFIG_SITE   = '/usr/share/site/x86_64-unknown-linux-gnu'[2019-05-09T09:39:09.517Z] PATH  = '/home/jenkins/install-prefix/bin:/home/jenkins//bin:/usr/local/bin:/usr/bin:/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin'[2019-05-09T09:39:09.517Z] PROFILEREAD   = 'true'[2019-05-09T09:39:09.517Z] MAIL  = '/var/mail/jenkins'[2019-05-09T09:39:09.517Z] HOSTTYPE  = 'x86_64'[2019-05-09T09:39:09.517Z] BUILD_ID  = '196'[2019-05-09T09:39:09.517Z] LESSKEY   = '/etc/lesskey.bin'[2019-05-09T09:39:09.517Z] OLDPWD= '/home/jenkins'[2019-05-09T09:39:09.517Z] LC_CTYPE  = 'C.UTF-8'[2019-05-09T09:39:09.517Z] CMAKE_PREFIX_PATH = '/home/jenkins/install-prefix:/usr/:/usr/local/'[2019-05-09T09:39:09.517Z] LD_LIBRARY_PATH   = '/home/jenkins/install-prefix/lib64'[2019-05-09T09:39:09.517Z] PKG_CONFIG_PATH   = '/home/jenkins/install-prefix/lib64/pkgconfig:/usr/lib/pkgconfig:/usr/lib64/pkgconfig'[2019-05-09T09:39:09.517Z] QT_PLUGIN_PATH= '/home/jenkins/install-prefix/lib64/plugins'[2019-05-09T09:39:09.517Z] QML2_IMPORT_PATH  = '/home/jenkins/install-prefix/lib64/qml'[2019-05-09T09:39:09.517Z] QT_SELECT = 'qt5'[2019-05-09T09:39:09.517Z] LANG  = 'en_US.UTF-8'[2019-05-09T09:39:09.517Z] XDG_CURRENT_DESKTOP   = 'KDE'[2019-05-09T09:39:09.517Z] ASAN_OPTIONS  = 'detect_leaks=0:new_delete_type_mismatch=0:detect_odr_violation=0:stack-use-after-scope=0:alloc_dealloc_mismatch=0'[2019-05-09T09:39:09.517Z] [2019-05-09T09:39:09.517Z] [2019-05-09T09:39:09.517Z] == Commencing Configuration:[2019-05-09T09:39:09.517Z] cmake -DCMAKE_BUILD_TYPE=Debug -DECM_ENABLE_SANITIZERS='address' -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX="/home/jenkins//install-prefix/" -DBUILD_COVERAGE=ON  "/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.12"[2019-05-09T09:39:10.100Z] -- The C compiler identification is GNU 8.3.1[2019-05-09T09:39:10.362Z] -- The CXX compiler identification is GNU 8.3.1[2019-05-09T09:39:10.362Z] -- Check for working C compiler: /usr/bin/cc[2019-05-09T09:39:10.618Z] -- Check for working C compiler: /usr/bin/cc -- works[2019-05-09T09:39:10.618Z] -- Detecting C compiler ABI info[2019-05-09T09:39:10.875Z] -- Detecting C compiler ABI info - done[2019-05-09T09:39:10.875Z] -- Detecting C compile features[2019-05-09T09:39:11.439Z] -- Detecting C compile features - done[2019-05-09T09:39:11.439Z] -- Check for working CXX compiler: /usr/bin/c++[2019-05-09T09:39:11.698Z] -- Check for working CXX compiler: /usr/bin/c++ -- works[2019-05-09T09:39:11.698Z] -- Detecting CXX compiler ABI info[2019-05-09T09:39:12.278Z] -- Detecting CXX compiler ABI info - done[2019-05-09T09:39:12.278Z] -- Detecting CXX compile features[2019-05-09T09:39:14.803Z] -- Detecting CXX compile features - done[2019-05-09T09:39:14.803Z] -- Looking for __GLIBC__[2019-05-09T09:39:14.803Z] -- Looking for __GLIBC__ - found[2019-05-09T09:39:14.803Z] -- Performing Test _OFFT_IS_64BIT[2019-05-09T09:39:15.064Z] -- Performing Test _OFFT_IS_64BIT - Success[2019-05-09T09:39:15.064Z] -- Performing Test HAVE_DATE_TIME[2019-05-09T09:39:15.327Z] -- Performing Test HAVE_DATE_TIME - Success[2019-05-09T09:39:15.327Z] -- Found KF5Auth: /home/jenkins/install-prefix/lib64/cmake/KF5Auth/KF5AuthConfig.cmake (found version "5.58.0") [2019-05-09T09:39:15.327Z] -- Found KF5Plasma: /home/jenkins/install-prefix/lib64/cmake/KF5Plasma/KF5PlasmaConfig.cmake (found version "5.58.0") [2019-05-09T09:39:15.327Z] -- Found KF5PlasmaQuick: /home/jenkins/install-prefix/lib64/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfig.cmake (found version "5.58.0") [2019-05-09T09:39:15.327Z] -- Found

D20576: Add new notifications KCM

2019-05-09 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes.
Closed by commit R119:be5819d0cab7: Merge branch 
'kcm-redesign/notifications' (authored by broulik).

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D20576?vs=57758&id=57797

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

AFFECTED FILES
  CMakeLists.txt
  kcms/CMakeLists.txt
  kcms/notifications/CMakeLists.txt
  kcms/notifications/Messages.sh
  kcms/notifications/filterproxymodel.cpp
  kcms/notifications/filterproxymodel.h
  kcms/notifications/kcm.cpp
  kcms/notifications/kcm.h
  kcms/notifications/kcm_notifications.desktop
  kcms/notifications/package/contents/ui/ApplicationConfiguration.qml
  kcms/notifications/package/contents/ui/PopupPositionPage.qml
  kcms/notifications/package/contents/ui/ScreenPositionSelector.qml
  kcms/notifications/package/contents/ui/SourcesPage.qml
  kcms/notifications/package/contents/ui/main.qml
  kcms/notifications/package/metadata.desktop
  kcms/notifications/sourcesmodel.cpp
  kcms/notifications/sourcesmodel.h

To: broulik, #plasma, #vdg, davidedmundson
Cc: davidedmundson, mart, ndavis, GB_2, mmustac, ngraham, zzag, plasma-devel, 
jraleigh, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol


KDE CI: Plasma » plasma-desktop » kf5-qt5 SUSEQt5.12 - Build # 195 - Failure!

2019-05-09 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20SUSEQt5.12/195/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Thu, 09 May 2019 09:35:13 +
 Build duration:
1 min 31 sec and counting
   CONSOLE OUTPUT
  [...truncated 272 lines...][2019-05-09T09:36:40.109Z] CSHEDIT   = 'emacs'[2019-05-09T09:36:40.109Z] SHLVL = '2'[2019-05-09T09:36:40.109Z] BUILD_TAG = 'jenkins-Plasma-plasma-desktop-kf5-qt5 SUSEQt5.12-195'[2019-05-09T09:36:40.109Z] WINDOWMANAGER = 'xterm'[2019-05-09T09:36:40.109Z] PAGER = 'less'[2019-05-09T09:36:40.109Z] EXECUTOR_NUMBER   = '0'[2019-05-09T09:36:40.109Z] CVS_RSH   = 'ssh'[2019-05-09T09:36:40.109Z] LIBGL_DEBUG   = 'quiet'[2019-05-09T09:36:40.109Z] STAGE_NAME= 'Configuring Build'[2019-05-09T09:36:40.109Z] NODE_LABELS   = 'Docker Swarm-5db3db41a0b8 SUSEQt5.12'[2019-05-09T09:36:40.109Z] XCURSOR_THEME = 'DMZ-Black'[2019-05-09T09:36:40.109Z] XDG_DATA_DIRS = '/home/jenkins/install-prefix/share:/usr/share:/usr/local/share:/usr/share'[2019-05-09T09:36:40.109Z] CONFIG_SITE   = '/usr/share/site/x86_64-unknown-linux-gnu'[2019-05-09T09:36:40.109Z] PATH  = '/home/jenkins/install-prefix/bin:/home/jenkins//bin:/usr/local/bin:/usr/bin:/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin'[2019-05-09T09:36:40.109Z] PROFILEREAD   = 'true'[2019-05-09T09:36:40.109Z] MAIL  = '/var/mail/jenkins'[2019-05-09T09:36:40.109Z] HOSTTYPE  = 'x86_64'[2019-05-09T09:36:40.109Z] BUILD_ID  = '195'[2019-05-09T09:36:40.109Z] LESSKEY   = '/etc/lesskey.bin'[2019-05-09T09:36:40.109Z] OLDPWD= '/home/jenkins'[2019-05-09T09:36:40.109Z] LC_CTYPE  = 'C.UTF-8'[2019-05-09T09:36:40.109Z] CMAKE_PREFIX_PATH = '/home/jenkins/install-prefix:/usr/:/usr/local/'[2019-05-09T09:36:40.109Z] LD_LIBRARY_PATH   = '/home/jenkins/install-prefix/lib64'[2019-05-09T09:36:40.109Z] PKG_CONFIG_PATH   = '/home/jenkins/install-prefix/lib64/pkgconfig:/usr/lib/pkgconfig:/usr/lib64/pkgconfig'[2019-05-09T09:36:40.109Z] QT_PLUGIN_PATH= '/home/jenkins/install-prefix/lib64/plugins'[2019-05-09T09:36:40.109Z] QML2_IMPORT_PATH  = '/home/jenkins/install-prefix/lib64/qml'[2019-05-09T09:36:40.109Z] QT_SELECT = 'qt5'[2019-05-09T09:36:40.109Z] LANG  = 'en_US.UTF-8'[2019-05-09T09:36:40.109Z] XDG_CURRENT_DESKTOP   = 'KDE'[2019-05-09T09:36:40.109Z] ASAN_OPTIONS  = 'detect_leaks=0:new_delete_type_mismatch=0:detect_odr_violation=0:stack-use-after-scope=0:alloc_dealloc_mismatch=0'[2019-05-09T09:36:40.109Z] [2019-05-09T09:36:40.109Z] [2019-05-09T09:36:40.109Z] == Commencing Configuration:[2019-05-09T09:36:40.109Z] cmake -DCMAKE_BUILD_TYPE=Debug -DECM_ENABLE_SANITIZERS='address' -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX="/home/jenkins//install-prefix/" -DBUILD_COVERAGE=ON  "/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.12"[2019-05-09T09:36:40.670Z] -- The C compiler identification is GNU 8.3.1[2019-05-09T09:36:40.670Z] -- The CXX compiler identification is GNU 8.3.1[2019-05-09T09:36:40.670Z] -- Check for working C compiler: /usr/bin/cc[2019-05-09T09:36:40.926Z] -- Check for working C compiler: /usr/bin/cc -- works[2019-05-09T09:36:40.926Z] -- Detecting C compiler ABI info[2019-05-09T09:36:41.188Z] -- Detecting C compiler ABI info - done[2019-05-09T09:36:41.188Z] -- Detecting C compile features[2019-05-09T09:36:41.762Z] -- Detecting C compile features - done[2019-05-09T09:36:41.762Z] -- Check for working CXX compiler: /usr/bin/c++[2019-05-09T09:36:42.020Z] -- Check for working CXX compiler: /usr/bin/c++ -- works[2019-05-09T09:36:42.020Z] -- Detecting CXX compiler ABI info[2019-05-09T09:36:42.276Z] -- Detecting CXX compiler ABI info - done[2019-05-09T09:36:42.276Z] -- Detecting CXX compile features[2019-05-09T09:36:43.200Z] -- Detecting CXX compile features - done[2019-05-09T09:36:43.200Z] -- Looking for __GLIBC__[2019-05-09T09:36:43.200Z] -- Looking for __GLIBC__ - found[2019-05-09T09:36:43.200Z] -- Performing Test _OFFT_IS_64BIT[2019-05-09T09:36:43.455Z] -- Performing Test _OFFT_IS_64BIT - Success[2019-05-09T09:36:43.455Z] -- Performing Test HAVE_DATE_TIME[2019-05-09T09:36:43.455Z] -- Performing Test HAVE_DATE_TIME - Success[2019-05-09T09:36:43.455Z] -- Found KF5Auth: /home/jenkins/install-prefix/lib64/cmake/KF5Auth/KF5AuthConfig.cmake (found version "5.58.0") [2019-05-09T09:36:43.455Z] -- Found KF5Plasma: /home/jenkins/install-prefix/lib64/cmake/KF5Plasma/KF5PlasmaConfig.cmake (found version "5.58.0") [2019-05-09T09:36:43.455Z] -- Found KF5PlasmaQuick: /home/jenkins/install-prefix/lib64/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfig.cmake (found version "5.58.0") [2019-05-09T09:36:43.455Z] -- Foun

KDE CI: Plasma » plasma-desktop » kf5-qt5 FreeBSDQt5.12 - Build # 244 - Failure!

2019-05-09 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20FreeBSDQt5.12/244/
 Project:
kf5-qt5 FreeBSDQt5.12
 Date of build:
Thu, 09 May 2019 09:42:22 +
 Build duration:
41 sec and counting
   CONSOLE OUTPUT
  [...truncated 521 lines...][2019-05-09T09:43:03.220Z]  * Freetype, A font rendering engine, [2019-05-09T09:43:03.220Z]Needed to build kfontinst, a simple font installer.[2019-05-09T09:43:03.220Z]  * PkgConfig[2019-05-09T09:43:03.220Z]  * Fontconfig, Font access configuration library, [2019-05-09T09:43:03.220Z]Needed to build font configuration and installation tools[2019-05-09T09:43:03.220Z]  * Phonon4Qt5Experimental (required version == 4.10.2)[2019-05-09T09:43:03.220Z] [2019-05-09T09:43:03.220Z] -- The following RECOMMENDED packages have been found:[2019-05-09T09:43:03.220Z] [2019-05-09T09:43:03.220Z]  * KF5Baloo (required version >= 5.15), File Searching[2019-05-09T09:43:03.220Z]Needed to build the File Search KCM[2019-05-09T09:43:03.220Z] [2019-05-09T09:43:03.220Z] -- The following REQUIRED packages have been found:[2019-05-09T09:43:03.220Z] [2019-05-09T09:43:03.220Z]  * Qt5Network (required version >= 5.12.2)[2019-05-09T09:43:03.220Z]  * Qt5Svg[2019-05-09T09:43:03.220Z]  * Qt5Concurrent[2019-05-09T09:43:03.220Z]  * KF5Auth (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5Plasma (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5PlasmaQuick (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5DocTools (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5NewStuff (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5KDELibs4Support (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5Notifications (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5NotifyConfig (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5Attica (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5Wallet (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5Runner (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5People (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5DBusAddons (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5ActivitiesStats (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * KF5 (required version >= 5.56.0)[2019-05-09T09:43:03.220Z]  * LibKWorkspace (required version >= 5.14.90)[2019-05-09T09:43:03.220Z]  * LibTaskManager (required version >= 5.14.90)[2019-05-09T09:43:03.220Z]  * LibNotificationManager (required version >= 5.14.90)[2019-05-09T09:43:03.220Z]  * LibColorCorrect (required version >= 5.14.90)[2019-05-09T09:43:03.220Z]  * KWinDBusInterface[2019-05-09T09:43:03.220Z]  * ScreenSaverDBusInterface[2019-05-09T09:43:03.220Z]  * KRunnerAppDBusInterface[2019-05-09T09:43:03.220Z]  * KSMServerDBusInterface[2019-05-09T09:43:03.220Z]  * KF5ItemModels[2019-05-09T09:43:03.220Z]  * KF5Emoticons[2019-05-09T09:43:03.220Z]  * XCB, X protocol C-language Binding, [2019-05-09T09:43:03.220Z]  * Qt5Core[2019-05-09T09:43:03.220Z]  * Qt5DBus[2019-05-09T09:43:03.220Z]  * KF5KCMUtils[2019-05-09T09:43:03.220Z]  * KF5Declarative[2019-05-09T09:43:03.220Z]  * KF5XmlGui[2019-05-09T09:43:03.220Z]  * Qt5Gui[2019-05-09T09:43:03.220Z]  * Qt5Sql[2019-05-09T09:43:03.220Z]  * Qt5QuickWidgets[2019-05-09T09:43:03.220Z]  * KF5WidgetsAddons[2019-05-09T09:43:03.220Z]  * Qt5Test[2019-05-09T09:43:03.220Z]  * ECM (required version >= 0.0.8)[2019-05-09T09:43:03.220Z]  * Qt5Widgets[2019-05-09T09:43:03.220Z]  * Qt5Qml[2019-05-09T09:43:03.220Z]  * Qt5X11Extras[2019-05-09T09:43:03.220Z]  * Qt5Quick[2019-05-09T09:43:03.220Z]  * Qt5[2019-05-09T09:43:03.220Z]  * Gettext[2019-05-09T09:43:03.220Z]  * KF5I18n[2019-05-09T09:43:03.220Z]  * KF5Config[2019-05-09T09:43:03.220Z]  * KF5CoreAddons[2019-05-09T09:43:03.220Z]  * KF5GlobalAccel[2019-05-09T09:43:03.220Z]  * KF5GuiAddons[2019-05-09T09:43:03.220Z]  * KF5KIO[2019-05-09T09:43:03.220Z]  * KF5Activities[2019-05-09T09:43:03.220Z]  * KF5WindowSystem[2019-05-09T09:43:03.220Z]  * X11, X11 libraries, [2019-05-09T09:43:03.220Z]Required for building the X11 based workspace[2019-05-09T09:43:03.220Z]  * Phonon4Qt5[2019-05-09T09:43:03.220Z] [2019-05-09T09:43:03.220Z] -- The following features have been disabled:[2019-05-09T09:43:03.220Z] [2019-05-09T09:43:03.220Z]  * Synaptics, Synaptics libraries needed for touchpad KCM[2019-05-09T09:43:03.220Z]  * XorgLibinput, Libinput driver headers needed for mouse KCM[2019-05-09T09:43:03.220Z] [2019-05-09T09:43:03.220Z] -- The following OPTIONAL packages have not been found:[2019-05-09T09:43:03.220Z] [2019-05-09T09:43:03.220Z]  * Synaptics, Synaptics libraries needed for touchpad KCM[2019-05-09T09:43:03.220Z]  * XorgLibinput, Libinput driver headers needed for mouse KCM[2019-05-09T09:43:03.220Z]  * SCIM[2019-05-09T09:43:03.220Z]  * IBus[2019-05-09T09:43:03.220Z] [2019-05-09T09:43:03.220Z] -- The following RECOMMENDED packages have not been found:[2019-05-09T

D20266: Add new notification plasmoid

2019-05-09 Thread Kai Uwe Broulik
broulik closed this revision.
broulik added a comment.


  All merged 
https://cgit.kde.org/plasma-workspace.git/commit/?id=3c52fc3bc05e0f351d4998ad54edae1a4e21a043

REPOSITORY
  R120 Plasma Workspace

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

To: broulik, #plasma, #vdg, mart
Cc: mart, abetts, ngraham, GB_2, plasma-devel, jraleigh, ragreen, Pitel, 
ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol