D23952: Remove panel toolbox and clean up editing options

2019-09-22 Thread Björn Feber
GB_2 planned changes to this revision.
GB_2 added a comment.


  In D23952#532716 , @ngraham wrote:
  
  > I agree that we can't only have this UI be in a context menu, and we need 
to expose it somewhere visible too (i.e. in System Settings like we discussed 
at the Plasma + Usability & Productivity sprint.
  >
  > I kind of like not showing the configure button in the panel though. It 
bugs the heck out of me and break's Fitts' law for the screen corner pixel that 
it appears next to, which is particularly unfortunate as we now do ship a 
widget that benefits from being activated by a screen corner pixel (Show 
Desktop).
  
  
  Ok, let's wait with removing the panel toolbox then until we expose it 
somewhere else.

REPOSITORY
  R119 Plasma Desktop

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

To: GB_2, #plasma, #vdg, mart
Cc: mart, ngraham, #vdg, plasma-devel, #plasma, LeGast00n, The-Feren-OS-Dev, 
jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol


D24147: fix compatibility with Qt5.11

2019-09-22 Thread Matthieu Gallien
mgallien added a comment.


  It has been reported in debian 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940939

REPOSITORY
  R169 Kirigami

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

To: mgallien, #kirigami
Cc: plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, apol, 
davidedmundson, mart, hein


D22359: Revert "[showdesktop][minimizeall] Reduce the maximum panel icon size"

2019-09-22 Thread Noah Davis
ndavis added a comment.


  In D22359#536055 , @ngraham wrote:
  
  > Is there any way we can preserve the original goal of using a monochrome 
icon here for small sizes?
  
  
  Maybe we could add an option to force a specific icon size. It would be 
literally the only option in the widget, but it would do the job and we could 
set a monochrome icon size by default. These applets should probably still get 
refactored some day though.

REPOSITORY
  R119 Plasma Desktop

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

To: ndavis, #vdg, #plasma, davidedmundson
Cc: KonqiDragon, ngraham, davidedmundson, filipf, plasma-devel, LeGast00n, 
The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D22359: Revert "[showdesktop][minimizeall] Reduce the maximum panel icon size"

2019-09-22 Thread KonqiDragon
KonqiDragon added a comment.


  In D22359#536066 , @ngraham wrote:
  
  > In D22359#536064 , @KonqiDragon 
wrote:
  >
  > > In D22359#536063 , @ngraham 
wrote:
  > >
  > > > In D22359#536057 , @ndavis 
wrote:
  > > >
  > > > > In D22359#536055 , 
@ngraham wrote:
  > > > >
  > > > > > Is there any way we can preserve the original goal of using a 
monochrome icon here for small sizes?
  > > > >
  > > > >
  > > > > Yes, it is already done. Lower the panel icon size to 16 or 22 px.
  > > >
  > > >
  > > > That doesn't help the huge fraction of people who never touch the 
default settings though. What's especially silly IMO is that the default panel 
height is 36px, at which size everything with a colorful icon version gets the 
colorful version... but if you reduce the panel height just one tick to 34px, 
the icons get smaller and everything becomes monochrome and it all looks great.
  > > >
  > > > I feel like we should either slightly reduce the default height of the 
panel to 34px, or change its icon sizing logic so that the threshold for 
everything turning colorful happens at some size that's greater than 36px.
  > >
  > >
  > > Why the Notifications, Volume, Network, etc. icons are monochrome, but 
"Show desktop" and "Minimize all" icons is hard to make a monochrome?
  >
  >
  > Those are in the System Tray, which always shows monochrome icons. Show 
Desktop is a standalone widget, which has logic to switch its icon between 
monochrome and colorful icons depending on the size of the container that the 
icon is inside.
  
  
  Maybe need to change the behavior of changing of the "Show desktop" and 
"Minimize all" icons when the panel is really big?

REPOSITORY
  R119 Plasma Desktop

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

To: ndavis, #vdg, #plasma, davidedmundson
Cc: KonqiDragon, ngraham, davidedmundson, filipf, plasma-devel, LeGast00n, 
The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D22359: Revert "[showdesktop][minimizeall] Reduce the maximum panel icon size"

2019-09-22 Thread Noah Davis
ndavis added a comment.


  In D22359#536066 , @ngraham wrote:
  
  > Those are in the System Tray, which always shows monochrome icons. Show 
Desktop is a standalone widget, which has logic to switch its icon between 
monochrome and colorful icons depending on the size of the container that the 
icon is inside.
  
  
  It doesn't contain that logic in the code, it's just only capable of getting 
icons from the icon theme, for whatever reason. The icon theme happens to have 
monochrome icons at 16 & 22px and color at 32 & 64 px.

REPOSITORY
  R119 Plasma Desktop

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

To: ndavis, #vdg, #plasma, davidedmundson
Cc: KonqiDragon, ngraham, davidedmundson, filipf, plasma-devel, LeGast00n, 
The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D22359: Revert "[showdesktop][minimizeall] Reduce the maximum panel icon size"

2019-09-22 Thread Noah Davis
ndavis added a comment.


  In D22359#536064 , @KonqiDragon 
wrote:
  
  > In D22359#536063 , @ngraham 
wrote:
  >
  > > In D22359#536057 , @ndavis 
wrote:
  > >
  > > > In D22359#536055 , @ngraham 
wrote:
  > > >
  > > > > Is there any way we can preserve the original goal of using a 
monochrome icon here for small sizes?
  > > >
  > > >
  > > > Yes, it is already done. Lower the panel icon size to 16 or 22 px.
  > >
  > >
  > > That doesn't help the huge fraction of people who never touch the default 
settings though. What's especially silly IMO is that the default panel height 
is 36px, at which size everything with a colorful icon version gets the 
colorful version... but if you reduce the panel height just one tick to 34px, 
the icons get smaller and everything becomes monochrome and it all looks great.
  > >
  > > I feel like we should either slightly reduce the default height of the 
panel to 34px, or change its icon sizing logic so that the threshold for 
everything turning colorful happens at some size that's greater than 36px.
  >
  >
  > Why the Notifications, Volume, Network, etc. icons are monochrome, but 
"Show desktop" and "Minimize all" icons is hard to make a monochrome?
  >  Colored icon of "Show desktop" and "Minimize all" is bigger that other 
monochrome icons.
  
  
  Because they're written differently ¯\_(ツ)_/¯.

REPOSITORY
  R119 Plasma Desktop

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

To: ndavis, #vdg, #plasma, davidedmundson
Cc: KonqiDragon, ngraham, davidedmundson, filipf, plasma-devel, LeGast00n, 
The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D22359: Revert "[showdesktop][minimizeall] Reduce the maximum panel icon size"

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


  In D22359#536064 , @KonqiDragon 
wrote:
  
  > In D22359#536063 , @ngraham 
wrote:
  >
  > > In D22359#536057 , @ndavis 
wrote:
  > >
  > > > In D22359#536055 , @ngraham 
wrote:
  > > >
  > > > > Is there any way we can preserve the original goal of using a 
monochrome icon here for small sizes?
  > > >
  > > >
  > > > Yes, it is already done. Lower the panel icon size to 16 or 22 px.
  > >
  > >
  > > That doesn't help the huge fraction of people who never touch the default 
settings though. What's especially silly IMO is that the default panel height 
is 36px, at which size everything with a colorful icon version gets the 
colorful version... but if you reduce the panel height just one tick to 34px, 
the icons get smaller and everything becomes monochrome and it all looks great.
  > >
  > > I feel like we should either slightly reduce the default height of the 
panel to 34px, or change its icon sizing logic so that the threshold for 
everything turning colorful happens at some size that's greater than 36px.
  >
  >
  > Why the Notifications, Volume, Network, etc. icons are monochrome, but 
"Show desktop" and "Minimize all" icons is hard to make a monochrome?
  
  
  Those are in the System Tray, which always shows monochrome icons. Show 
Desktop is a standalone widget, which has logic to switch its icon between 
monochrome and colorful icons depending on the size of the container that the 
icon is inside.

REPOSITORY
  R119 Plasma Desktop

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

To: ndavis, #vdg, #plasma, davidedmundson
Cc: KonqiDragon, ngraham, davidedmundson, filipf, plasma-devel, LeGast00n, 
The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D22359: Revert "[showdesktop][minimizeall] Reduce the maximum panel icon size"

2019-09-22 Thread KonqiDragon
KonqiDragon added a comment.


  In D22359#536063 , @ngraham wrote:
  
  > In D22359#536057 , @ndavis wrote:
  >
  > > In D22359#536055 , @ngraham 
wrote:
  > >
  > > > Is there any way we can preserve the original goal of using a 
monochrome icon here for small sizes?
  > >
  > >
  > > Yes, it is already done. Lower the panel icon size to 16 or 22 px.
  >
  >
  > That doesn't help the huge fraction of people who never touch the default 
settings though. What's especially silly IMO is that the default panel height 
is 36px, at which size everything with a colorful icon version gets the 
colorful version... but if you reduce the panel height just one tick to 34px, 
the icons get smaller and everything becomes monochrome and it all looks great.
  >
  > I feel like we should either slightly reduce the default height of the 
panel to 34px, or change its icon sizing logic so that the threshold for 
everything turning colorful happens at some size that's greater than 36px.
  
  
  Why the Notifications, Volume, Network, etc. icons are monochrome, but "Show 
desktop" and "Minimize all" icons is hard to make a monochrome?

REPOSITORY
  R119 Plasma Desktop

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

To: ndavis, #vdg, #plasma, davidedmundson
Cc: KonqiDragon, ngraham, davidedmundson, filipf, plasma-devel, LeGast00n, 
The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D22359: Revert "[showdesktop][minimizeall] Reduce the maximum panel icon size"

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


  In D22359#536057 , @ndavis wrote:
  
  > In D22359#536055 , @ngraham 
wrote:
  >
  > > Is there any way we can preserve the original goal of using a monochrome 
icon here for small sizes?
  >
  >
  > Yes, it is already done. Lower the panel icon size to 16 or 22 px.
  
  
  That doesn't help the huge fraction of people who never touch the default 
settings though. What's especially silly IMO is that the default panel height 
is 36px, at which size everything with a colorful icon version gets the 
colorful version... but if you reduce the panel height just one tick to 34px, 
the icons get smaller and everything becomes monochrome and it all looks great.
  
  I feel like we should either slightly reduce the default height of the panel 
to 34px, or change its icon sizing logic so that the threshold for everything 
turning colorful happens at some size that's greater than 36px.

REPOSITORY
  R119 Plasma Desktop

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

To: ndavis, #vdg, #plasma, davidedmundson
Cc: KonqiDragon, ngraham, davidedmundson, filipf, plasma-devel, LeGast00n, 
The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D22359: Revert "[showdesktop][minimizeall] Reduce the maximum panel icon size"

2019-09-22 Thread Noah Davis
ndavis added a comment.


  In D22359#536058 , @KonqiDragon 
wrote:
  
  > I really don't like that in the Plasma 5.17 Beta you returned a colored 
icon, when in Plasma 5.16 you added a monochrome icon i was glad. I don't like 
this regression. We need to talk with #consistency 
 and #vdg 
 about how to return and make a 
monochrome icon better.
  
  
  I cannot even make the applets use monochrome icons from the desktop theme. 
Most likely, these 2 applets need to be refactored and I don't know how to do 
that.

REPOSITORY
  R119 Plasma Desktop

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

To: ndavis, #vdg, #plasma, davidedmundson
Cc: KonqiDragon, ngraham, davidedmundson, filipf, plasma-devel, LeGast00n, 
The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D22359: Revert "[showdesktop][minimizeall] Reduce the maximum panel icon size"

2019-09-22 Thread KonqiDragon
KonqiDragon added a comment.


  I really don't like that in the Plasma 5.17 Beta you returned a colored icon, 
when in Plasma 5.16 you added a monochrome icon i was glad. I don't like this 
regression. We need to talk with #consistency 
 and #vdg 
 about how to return and make a 
monochrome icon better.

REPOSITORY
  R119 Plasma Desktop

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

To: ndavis, #vdg, #plasma, davidedmundson
Cc: KonqiDragon, ngraham, davidedmundson, filipf, plasma-devel, LeGast00n, 
The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D22359: Revert "[showdesktop][minimizeall] Reduce the maximum panel icon size"

2019-09-22 Thread Noah Davis
ndavis added a comment.


  In D22359#536055 , @ngraham wrote:
  
  > Is there any way we can preserve the original goal of using a monochrome 
icon here for small sizes?
  
  
  Yes, it is already done. Lower the panel icon size to at least 22px.

REPOSITORY
  R119 Plasma Desktop

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

To: ndavis, #vdg, #plasma, davidedmundson
Cc: ngraham, davidedmundson, filipf, plasma-devel, LeGast00n, The-Feren-OS-Dev, 
jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D22359: Revert "[showdesktop][minimizeall] Reduce the maximum panel icon size"

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


  Is there any way we can preserve the original goal of using a monochrome icon 
here for small sizes?

REPOSITORY
  R119 Plasma Desktop

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

To: ndavis, #vdg, #plasma, davidedmundson
Cc: ngraham, davidedmundson, filipf, plasma-devel, LeGast00n, The-Feren-OS-Dev, 
jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D24147: fix compatibility with Qt5.11

2019-09-22 Thread Matthieu Gallien
mgallien created this revision.
mgallien added a reviewer: Kirigami.
Herald added a project: Kirigami.
Herald added a subscriber: plasma-devel.
mgallien requested review of this revision.

REVISION SUMMARY
  Kirigami2 requires Qt 5.11 but D22974  
broke that promises

TEST PLAN
  Elisa runs fine against Qt5.11

REPOSITORY
  R169 Kirigami

BRANCH
  master

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

AFFECTED FILES
  src/controls/Action.qml
  src/controls/ActionToolBar.qml
  src/controls/ListSectionHeader.qml

To: mgallien, #kirigami
Cc: plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, apol, 
davidedmundson, mart, hein


D24146: Bug 410988, Button 'C' now does the same as 'AC'.

2019-09-22 Thread Maxim Marshev
maximma created this revision.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
maximma requested review of this revision.

REPOSITORY
  R114 Plasma Addons

BRANCH
  calculatorApplet (branched from master)

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

AFFECTED FILES
  applets/calculator/package/contents/ui/calculator.qml

To: maximma
Cc: plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, 
ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D22974: Allow usage of QQC2 actions on Kirigami components and now make K.Action based on QQC2.Action

2019-09-22 Thread Matthieu Gallien
mgallien added a comment.


  This patch breaks compatibility with Qt5.11 where Qt Quick Controls2 is in 
version 2.4.
  I noticed it after Debian upgraded the package and I am unable to let Elisa 
run with it. I will try to work on a fix.

REPOSITORY
  R169 Kirigami

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

To: camiloh, #kirigami, mart
Cc: mgallien, astippich, apol, plasma-devel, fbampaloukas, GB_2, domson, 
dkardarakos, davidedmundson, mart, hein


Re: Fwd: Plasma 5.17 beta Discover system updates regression

2019-09-22 Thread Luca Beltrame
In data domenica 22 settembre 2019 14:20:21 CEST, Myriam Schweingruber ha 
scritto:

(this might come in twice, due to gmane seemingly eating a message)

> FYI, this is now reported on both Arch and Neon, with several dozen
> duplicates in this bug report: https://bugs.kde.org/show_bug.cgi?id=411286

According to what I was told, Arch ships Qt 5.13.1 so should be not affected 
by this bug. Can this be confirmed?

So far I know that Neon, and only Neon, is affected due to the Qt version they 
ship, and being a Qt bug, I'd wager it's more of a Neon problem than a KDE 
issue.

openSUSE is not affected because it ships Qt 5.13.x (and Leap has Qt 5.9). 


-- 
Luca Beltrame
GPG key ID:  A29D259B




D24129: Fix clipping and use a real ScrollView for the Display Configuration KCM screen overview

2019-09-22 Thread Nathaniel Graham
ngraham accepted this revision.
ngraham added a subscriber: romangg.
ngraham added a comment.
This revision is now accepted and ready to land.


  Looks like `Plasma/5.17` material to me. @romangg, do you agree?

REPOSITORY
  R104 KScreen

BRANCH
  master

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

To: GB_2, #plasma, #vdg, ngraham
Cc: romangg, ngraham, #vdg, plasma-devel, #plasma, LeGast00n, The-Feren-OS-Dev, 
jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


KDE CI: Plasma » kwin » kf5-qt5 SUSEQt5.12 - Build # 362 - Fixed!

2019-09-22 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/kwin/job/kf5-qt5%20SUSEQt5.12/362/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Wed, 18 Sep 2019 15:12:27 +
 Build duration:
8 hr 37 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 19 test(s), Skipped: 0 test(s), Total: 19 test(s)Name: projectroot.autotests Failed: 0 test(s), Passed: 112 test(s), Skipped: 0 test(s), Total: 112 test(s)Name: projectroot.autotests.integration Failed: 0 test(s), Passed: 18 test(s), Skipped: 0 test(s), Total: 18 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report70%
(59/84)57%
(322/561)57%
(322/561)42%
(31042/73558)32%
(14350/44540)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsdefault88%
(133/152)88%
(133/152)65%
(19306/29526)51%
(10068/19756)colorcorrection100%
(4/4)100%
(4/4)80%
(455/568)59%
(205/345)data0%
(0/1)0%
(0/1)0%
(0/30)0%
(0/8)decorations100%
(10/10)100%
(10/10)81%
(451/555)66%
(141/214)effects100%
(2/2)100%
(2/2)99%
(156/158)86%
(24/28)effects.backgroundcontrast25%
(1/4)25%
(1/4)4%
(14/379)4%
(12/292)effects.blur20%
(1/5)20%
(1/5)2%
(14/693)3%
(13/405)effects.colorpicker100%
(2/2)100%
(2/2)19%
(12/62)8%
(2/24)effects.coverswitch33%
(1/3)33%
(1/3)0%
(2/657)1%
(4/530)effects.cube25%
(1/4)25%
(1/4)0%
(2/1291)0%
(0/1015)effects.cubeslide67%
(2/3)67%
(2/3)33%
(158/480)19%
(72/374)effects.desktopgrid67%
(2/3)67%
(2/3)8%
(82/1027)3%
(33/962)effects.diminactive33%
(1/3)33%
(1/3)13%
(30/233)2%
(3/158)effects.fallapart100%
(2/2)100%
(2/2)34%
(38/111)26%
(17/66)effects.flipswitch33%
(1/3)33%
(1/3)7%
(46/657)1%
(5/552)effects.glide67%
(2/3)67%
(2/3)72%
(150/208)65%
(60/93)effects.highlightwindow100%
(2/2)100%
(2/2)40%
 

Fwd: Plasma 5.17 beta Discover system updates regression

2019-09-22 Thread Myriam Schweingruber
FYI, this is now reported on both Arch and Neon, with several dozen
duplicates in this bug report: https://bugs.kde.org/show_bug.cgi?id=411286

Looks like a very serious regression to me...

Regards, Myriam

PS. the reporter is not subscribed to the mailing list, if you want to
answer him directly or want to Cc him in the answer, please act accordingly

-- Forwarded message -
From: Richard Ullger 
Date: Sat, 21 Sep 2019 at 17:13
Subject: Plasma 5.17 beta Discover system updates regression
To: KDE Mailing List 


Since upgrading to plasma 5.16.90 from the Arch kde-unstable repo, Discover
is
checking for system updates by default and I cannot find where to disable
this
behaviour. I've checked in Autostart and Background Services in System
Settings -> Startup and Shutdown and in system tray settings.

I had system updates disabled in 5.16.5 by clearing the checkbox for
updates
in System Tray Settings -> General -> Extra Items but that checkbox is no
longer there.

I had packagekit installed from previous trials so uninstalled it. Although
I
am no longer actively notified of system updates by Discover, 'Updates'
still
appears on the system tray Status and Notifications panel that appears when
clicking on the system tray up-arrow and the tool tip shows System up to
date,
even when it is not.

The update notification comes from DiscoverNotifier but I haven't been able
to
see where such a service is activated, including in systemd.

Discover system updates is unusable in an Arch system. It suppresses pacman
feedback and pollutes the pacman.log with countless [PACKAGEKIT]
synchronizing
package lists messages.

Is there a way to truly disable this service?

Regards,

Richard





-- 
Proud member of the Amarok and KDE Community
Protect your freedom and support the work of the FSFE:
http://www.fsfe.org

Please don't send me proprietary file formats,
use ISO standard ODF instead (ISO/IEC 26300)


KDE CI: Plasma » plasma-browser-integration » kf5-qt5 FreeBSDQt5.13 - Build # 78 - Fixed!

2019-09-22 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-browser-integration/job/kf5-qt5%20FreeBSDQt5.13/78/
 Project:
kf5-qt5 FreeBSDQt5.13
 Date of build:
Thu, 19 Sep 2019 01:16:43 +
 Build duration:
1 hr 41 min and counting

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

2019-09-22 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20SUSEQt5.12/399/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Thu, 19 Sep 2019 21:11:54 +
 Build duration:
36 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot.containments.desktop.plugins.folder Failed: 0 test(s), Passed: 4 test(s), Skipped: 0 test(s), Total: 4 test(s)Name: projectroot.kcms.keyboard Failed: 0 test(s), Passed: 5 test(s), Skipped: 0 test(s), Total: 5 test(s)Name: 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)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report16%
(13/79)19%
(67/350)19%
(67/350)15%
(4732/32389)12%
(2566/21028)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsapplets.kimpanel.backend.ibus0%
(0/1)0%
(0/1)0%
(0/30)0%
(0/10)applets.kimpanel.backend.ibus.ibus150%
(0/10)0%
(0/10)0%
(0/1093)0%
(0/610)applets.kimpanel.backend.scim0%
(0/1)0%
(0/1)0%
(0/663)0%
(0/395)applets.kimpanel.plugin0%
(0/2)0%
(0/2)0%
(0/43)0%
(0/26)applets.pager.plugin0%
(0/3)0%
(0/3)0%
(0/355)0%
(0/234)applets.showdesktop.plugin0%
(0/3)0%
(0/3)0%
(0/14)0%
(0/4)applets.taskmanager.plugin0%
(0/3)0%
(0/3)0%
(0/313)0%
(0/242)applets.taskmanager.plugin.smartlaunchers0%
(0/4)0%
(0/4)0%
(0/235)0%
(0/208)applets.trash.plugin0%
(0/5)0%
(0/5)0%
(0/116)0%
(0/52)attica-kde.kdeplugin0%
(0/1)0%
(0/1)0%
(0/125)0%
(0/118)containments.desktop.plugins.desktop0%
(0/2)0%
(0/2)0%
(0/48)0%
(0/18)containments.desktop.plugins.folder30%
(6/20)30%
(6/20)39%
(915/2351)28%
(419/1501)containments.desktop.plugins.folder.autotests100%
(4/4)100%
(4/4)100%
(558/558)60%
(221/368)dataengines.kimpanel0%
(0/7)0%
(0/7)0%
(0/343)0%
(0/131)imports.activitymanager0%
(0/3)0%
(0/3)0%
(0/386)0%
(0/224)kaccess0%
(0/3)0%
(0/3)0%

D24129: Fix clipping and use a real ScrollView for the Display Configuration KCM screen overview

2019-09-22 Thread Björn Feber
GB_2 updated this revision to Diff 66614.
GB_2 added a comment.


  Remove unneeded lines

REPOSITORY
  R104 KScreen

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D24129?vs=66577=66614

BRANCH
  master

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

AFFECTED FILES
  kcm/package/contents/ui/Output.qml
  kcm/package/contents/ui/Screen.qml

To: GB_2, #plasma, #vdg
Cc: ngraham, #vdg, plasma-devel, #plasma, LeGast00n, The-Feren-OS-Dev, 
jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D24127: Fix toggle button colours

2019-09-22 Thread Noah Davis
ndavis added a comment.


  In D24127#535826 , @cblack wrote:
  
  > In D24127#53 , @ndavis wrote:
  >
  > > @cblack Can you change the focus state to only have a blue outline? This 
behavior is really confusing, even though it seems consistent with Breeze: 
-snip-
  >
  >
  > I'd rather not diverge from the Breeze here for a few reasons:
  >
  > - I don't have a guarantee that Breeze is going to have the exact same 
change
  > - Breeze GTK is supposed to look like the current state of Breeze, with 
adaptations where necessary due to differences between GTK and Qt
  >
  >   If Breeze gets the change, I'll add it.
  
  
  If I can
  
  In D24127#535826 , @cblack wrote:
  
  > In D24127#53 , @ndavis wrote:
  >
  > > @cblack Can you change the focus state to only have a blue outline? This 
behavior is really confusing, even though it seems consistent with Breeze: 
-snip-
  >
  >
  > I'd rather not diverge from the Breeze here for a few reasons:
  >
  > - I don't have a guarantee that Breeze is going to have the exact same 
change
  > - Breeze GTK is supposed to look like the current state of Breeze, with 
adaptations where necessary due to differences between GTK and Qt
  >
  >   If Breeze gets the change, I'll add it.
  
  
  I will do the same thing to Breeze if I ever find an example of a situation 
where a focusable and toggleable button exists with the same usability issue. 
We do have a real example where this usability issue happens with GTK, so I 
think it's best to do this now instead of later.

REPOSITORY
  R98 Breeze for Gtk

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

To: cblack, #breeze, ndavis, ngraham
Cc: ngraham, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, 
GB_2, ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart