Re: Is it able to make kservice's weightedOffers public access?

2016-06-27 Thread Leslie Zhai

Hi Sebastian,

I am so sorry for my mistake, it will not happen again!

在 2016年06月27日 17:31, Sebastian Kügler 写道:

Hi Leslie,

On maandag 27 juni 2016 12:47:03 CEST 翟翔 wrote:

in the src/services/kservicetypetrader.h about line 216,

static KServiceOfferList weightedOffers(const QString ); is
private access, is it able to make it public access?

This is best discussed on the frameworks mailing list, KDE Frameworks 

Cheers,


--
Regards,
Leslie Zhai



___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Updated] D2000: Make it possible to adjust volume even if it's muted

2016-06-27 Thread xuetianweng (Xuetian Weng)
xuetianweng marked an inline comment as done.

REPOSITORY
  rPLASMAPA Plasma Audio Volume Applet

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

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

To: xuetianweng, drosca
Cc: jensreuterberg, plasma-devel, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Updated, 8 lines] D2000: Make it possible to adjust volume even if it's muted

2016-06-27 Thread xuetianweng (Xuetian Weng)
xuetianweng updated this revision to Diff 4779.
xuetianweng added a comment.


  change it against master

REPOSITORY
  rPLASMAPA Plasma Audio Volume Applet

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D2000?vs=4749=4779

BRANCH
  master

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

AFFECTED FILES
  applet/contents/ui/ListItemBase.qml
  src/kcm/package/contents/ui/VolumeSlider.qml

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

To: xuetianweng, drosca
Cc: jensreuterberg, plasma-devel, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Commented On] D2019: [Task Manager] Add media controls in context menu

2016-06-27 Thread colomar (Thomas Pfeiffer)
colomar added a comment.


  Hm ok, good point. How do we prevent duplicate play controls, then?

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

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

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

To: broulik, #plasma, #plasma:_design, hein
Cc: colomar, plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Commented On] D2019: [Task Manager] Add media controls in context menu

2016-06-27 Thread broulik (Kai Uwe Broulik)
broulik added a comment.


  Static desktop actions, which we use, are dumb static application launchers, 
ie. they cannot express status and worse it would launch an executable which 
then probably communicates through DBus to an existing instance, at which point 
we could just do that directly as we do now with added benefit of working with 
all major players.
  
  As of now I have no concrete plans to add dynamic jump list entries (on Unity 
a running application can associate a menu with a launcher similar to a tray 
icon or global menu) which some players use indeed to provide such controls. 
But we don't support that.

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

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

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

To: broulik, #plasma, #plasma:_design, hein
Cc: colomar, plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Commented On] D2019: [Task Manager] Add media controls in context menu

2016-06-27 Thread colomar (Thomas Pfeiffer)
colomar added a comment.


  Ah damn you're right, Plasma once again does more than I know ;)
  Back to this review request, though: Shouldn't the application itself handle 
media controls as jump lists?
  Cantata, for example, already does just that. Would it then show playback 
controls twice (which we should really avoid)?

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

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

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

To: broulik, #plasma, #plasma:_design, hein
Cc: colomar, plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Commented On] D2019: [Task Manager] Add media controls in context menu

2016-06-27 Thread broulik (Kai Uwe Broulik)
broulik added a comment.


  We already have that.

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

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

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

To: broulik, #plasma, #plasma:_design, hein
Cc: colomar, plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Commented On] D2019: [Task Manager] Add media controls in context menu

2016-06-27 Thread colomar (Thomas Pfeiffer)
colomar added a comment.


  Nice addition!
  However, what I'd like even more to see (in addition) is having a tooltip 
with player controls also on a launcher. Would that be possible as well?

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

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

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

To: broulik, #plasma, #plasma:_design, hein
Cc: colomar, plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Accepted] D2021: [PulseObject] Use application.process.binary instead of application.binary

2016-06-27 Thread drosca (David Rosca)
drosca accepted this revision.
drosca added a comment.
This revision is now accepted and ready to land.


  Thanks

REPOSITORY
  rPLASMAPA Plasma Audio Volume Applet

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

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

To: broulik, #plasma, drosca
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Request, 2 lines] D2021: [PulseObject] Use application.process.binary instead of application.binary

2016-06-27 Thread broulik (Kai Uwe Broulik)
broulik created this revision.
broulik added reviewers: Plasma, drosca.
broulik set the repository for this revision to rPLASMAPA Plasma Audio Volume 
Applet.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.

REVISION SUMMARY
  That's what it's called.

REPOSITORY
  rPLASMAPA Plasma Audio Volume Applet

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

AFFECTED FILES
  src/pulseobject.cpp

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

To: broulik, #plasma, drosca
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Commented On] D2000: Make it possible to adjust volume even if it's muted

2016-06-27 Thread drosca (David Rosca)
drosca added a comment.


  > Shall we do it this way (set opacity) for now
  
  I'd say let's go with it for now, unless VDG has better idea? In any case, 
this should go into master and not 5.7.

REPOSITORY
  rPLASMAPA Plasma Audio Volume Applet

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

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

To: xuetianweng, drosca
Cc: jensreuterberg, plasma-devel, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Request, 5 lines] D2020: [Folder View internallibkonq] Use KIO::highlightInFileManager

2016-06-27 Thread broulik (Kai Uwe Broulik)
broulik created this revision.
broulik added a reviewer: Plasma.
broulik set the repository for this revision to rPLASMADESKTOP Plasma Desktop.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.

REVISION SUMMARY
  Instead of just opening the parent folder.

TEST PLAN
  Right clicked a symlink, clicked "Show Original File", had Dolphin open the 
folder, scroll to and highlight the file.

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

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

AFFECTED FILES
  containments/desktop/plugins/folder/internallibkonq/konq_popupmenu.cpp

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

To: broulik, #plasma
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Commented On] D2019: [Task Manager] Add media controls in context menu

2016-06-27 Thread broulik (Kai Uwe Broulik)
broulik added a comment.


  F160500: Screenshot_20160627_190932.png  
Right clicking a pinned player running in the background with no window
  F160504: Screenshot_20160627_190958.png  
Right clicking a regular player window

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

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

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

To: broulik, #plasma, #plasma:_design, hein
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Request, 279 lines] D2019: [Task Manager] Add media controls in context menu

2016-06-27 Thread broulik (Kai Uwe Broulik)
broulik created this revision.
broulik added reviewers: Plasma, Plasma: Design, hein.
broulik set the repository for this revision to rPLASMADESKTOP Plasma Desktop.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.

REVISION SUMMARY
  This adds common media controls to the context menu of task manager entries.
  
  When a player does not have a window opened (running in background) and it 
has been pinned as a launcher, controls are still offered, alleviating the need 
for a system tray icon. In addition, a "Restore" option is added to bring to 
the front the player window in this case, if supported by the player. Also, the 
"Close" option is replaced by a "Quit" player option if there is no player 
window.

TEST PLAN
  - Previous/Play/Pause/Next work in context menu
  - Restore option of launcher (not supported by VLC unfortunately and not 
shown for it) works
  - Quit option quit player
  - Tooltip works as before (showing track name/artist, album art, controlling, 
bringing player window to the front etc)

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

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

AFFECTED FILES
  applets/taskmanager/package/contents/ui/ContextMenu.qml
  applets/taskmanager/package/contents/ui/Task.qml
  applets/taskmanager/package/contents/ui/ToolTipDelegate.qml
  applets/taskmanager/package/contents/ui/main.qml

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

To: broulik, #plasma, #plasma:_design, hein
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: plasma-workspace master kf5-qt5 » Linux,gcc - Build # 220 - Still Unstable!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/220/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 27 Jun 2016 14:13:24 +
Build duration: 17 min

CHANGE SET
Revision 10be58f745eaede1a95007dd5ce8dbbcc472b6a9 by scripty: (SVN_SILENT made 
messages (.desktop file) - always resolve ours)
  change: edit kioslave/desktop/directory.trash
  change: edit kioslave/desktop/Home.desktop
  change: edit kioslave/desktop/desktopnotifier.desktop
  change: edit templates/ion-dataengine/src/ion-%{APPNAMELC}.desktop
  change: edit runners/baloo/plasma-runner-baloosearch.desktop
  change: edit xembed-sni-proxy/xembedsniproxy.desktop
Revision 02f0f9ab1ede36917922065caf57d8b596f06a40 by kde: ([System Tray] Hide 
popup when user configuring)
  change: edit applets/systemtray/package/contents/ui/main.qml


JUNIT RESULTS

Name: (root) Failed: 2 test(s), Passed: 8 test(s), Skipped: 0 test(s), Total: 
10 test(s)Failed: TestSuite.org.kde.plasma.analogclock-testFailed: 
TestSuite.org.kde.plasma.kickoff-test

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 11/11 (100%)FILES 50/67 (75%)CLASSES 50/67 (75%)LINE 1972/5299 
(37%)CONDITIONAL 1382/5458 (25%)

By packages
  
drkonqi.parser
FILES 6/10 (60%)CLASSES 6/10 (60%)LINE 303/423 (72%)CONDITIONAL 
478/616 (78%)
drkonqi.tests.backtraceparsertest
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 74/74 (100%)CONDITIONAL 
33/50 (66%)
kioslave.desktop
FILES 2/3 (67%)CLASSES 2/3 (67%)LINE 112/167 (67%)CONDITIONAL 
37/92 (40%)
kioslave.desktop.tests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 66/66 (100%)CONDITIONAL 
26/50 (52%)
klipper
FILES 12/13 (92%)CLASSES 12/13 (92%)LINE 256/384 
(67%)CONDITIONAL 109/210 (52%)
klipper.autotests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 630/693 (91%)CONDITIONAL 
377/820 (46%)
libtaskmanager
FILES 5/16 (31%)CLASSES 5/16 (31%)LINE 139/3025 (5%)CONDITIONAL 
88/3185 (3%)
libtaskmanager.autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 150/150 
(100%)CONDITIONAL 85/170 (50%)
runners.bookmarks
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 89/159 (56%)CONDITIONAL 
34/96 (35%)
runners.bookmarks.browsers
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 88/93 (95%)CONDITIONAL 
84/107 (79%)
runners.bookmarks.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 65/65 (100%)CONDITIONAL 
31/62 (50%)___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: KCM/colord-kde and it's KF5 release

2016-06-27 Thread Alessandro Longo

Il 21-06-2016 12:53 David Edmundson ha scritto:

​Note that kgamma which does something somewhat similar is part of
the release.


Colord-kde is specifically for loading ICC profiles. Kgamma doesn't 
support it afaik. ICC profiles are made through colorimeters and 
spectrophotometers and loaded by colord. This seems to make kgamma 
useless since you will not try to setup values manually because of few 
accuracy, that's the point of using colorimeter/spectrophotometer. In 
professional graphics and printings this is a common use case, but the 
git version seems to work well (but the localization).


Thanks for the replies,

--
Alessandro Longo
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: plasma-desktop Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 12 - Still Failing!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/plasma-desktop%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/12/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 27 Jun 2016 14:15:54 +
Build duration: 48 sec

CHANGE SET
Revision 73b079c0a730659163eb48e283143e652e72d323 by kde: ([Smart Launcher 
Backend] Use KSharedConfig::openConfig)
  change: edit 
applets/taskmanager/plugin/smartlaunchers/smartlauncherbackend.cpp
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: plasma-workspace Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 11 - Still Failing!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/plasma-workspace%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/11/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 27 Jun 2016 14:12:54 +
Build duration: 1 min 11 sec

CHANGE SET
Revision 02f0f9ab1ede36917922065caf57d8b596f06a40 by kde: ([System Tray] Hide 
popup when user configuring)
  change: edit applets/systemtray/package/contents/ui/main.qml
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Closed] D1911: [Smart Launcher Backend] Use KSharedConfig::openConfig

2016-06-27 Thread broulik (Kai Uwe Broulik)
This revision was automatically updated to reflect the committed changes.
Closed by commit rPLASMADESKTOP73b079c0a730: [Smart Launcher Backend] Use 
KSharedConfig::openConfig (authored by broulik).

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D1911?vs=4545=4772

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

AFFECTED FILES
  applets/taskmanager/plugin/smartlaunchers/smartlauncherbackend.cpp

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

To: broulik, hein, #plasma
Cc: davidedmundson, plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Closed] D1907: [System Tray] Hide popup when user configuring

2016-06-27 Thread broulik (Kai Uwe Broulik)
This revision was automatically updated to reflect the committed changes.
Closed by commit rPLASMAWORKSPACE02f0f9ab1ede: [System Tray] Hide popup when 
user configuring (authored by broulik).

REPOSITORY
  rPLASMAWORKSPACE Plasma Workspace

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D1907?vs=4536=4771

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

AFFECTED FILES
  applets/systemtray/package/contents/ui/main.qml

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

To: broulik, #plasma, davidedmundson
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Live image for Plasma 5.7 release

2016-06-27 Thread Luca Beltrame
In data lunedì 27 giugno 2016 14:12:32 CEST, Martin Graesslin ha scritto:

Hello Martin,

> If your distribution is able to create a live image with the released tars
> before the release, we could include a link to it in the release

Speaking on behalf of the openSUSE community KDE team: this can probably be 
done leveraging what's already in place.
Mostly it'll be a matter of getting the tars up and fixing whatever issue comes 
up.

-- 
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: A29D259B

signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Long term support release for Plasma?

2016-06-27 Thread Martin Graesslin
Hi distributions,

in Plasma we are considering to add a long term support release. For this idea 
we want to get some feedback from your side to know how we should set this up.

Here is an example (I mean it!) for how this could look like:
* 5.8 first LTS release based on Qt 5.6 (which is also an LTS) for X11
* every fourth release will be another LTS release, so with the 3 month cycle 
there is one LTS per year - 5.8, 5.12, 5.16
* Support is for five release cycles, so with 5.13 the 5.8 LTS goes EOL, with 
5.17 the 5.12 release goes EOL
* bug fix release continue in the Fibonacci schedule till the EOL release

We would like to know from you:
* is that something which is useful to you?
* how often should we do an LTS release?
* how often should we do bug fix releases for an LTS?
* how long should a LTS be supported?

Related to that: 
* what to do with frameworks?
* Would you freeze the frameworks version or continue to backport newer 
framework versions to your distribution?
* Would you want an LTS branch for frameworks as well?
* What would you expect that to look like?

Looking forward to your input on this rather important topic.

Cheers
Martin

signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: plasma-desktop Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 11 - Still Failing!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/plasma-desktop%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/11/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 27 Jun 2016 12:14:43 +
Build duration: 46 sec

CHANGE SET
Revision 8195ed3d34aea4677aa4333f1932aaffd97fc619 by kde: ([Panel Config 
Overlay] Make spacer size handles narrower)
  change: edit containments/panel/contents/ui/ConfigOverlay.qml
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Closed] D1893: [Panel Config Overlay] Make spacer size handles narrower

2016-06-27 Thread broulik (Kai Uwe Broulik)
This revision was automatically updated to reflect the committed changes.
Closed by commit rPLASMADESKTOP8195ed3d34ae: [Panel Config Overlay] Make spacer 
size handles narrower (authored by broulik).

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D1893?vs=4511=4770

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

AFFECTED FILES
  containments/panel/contents/ui/ConfigOverlay.qml

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

To: broulik, #plasma:_design, #plasma, davidedmundson
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Live image for Plasma 5.7 release

2016-06-27 Thread Martin Graesslin
Hi distributions,

for the Plasma 5.7 release on July, 5th, I would like to have live images for 
the release announcement.

If your distribution is able to create a live image with the released tars 
before the release, we could include a link to it in the release announcement. 
This would allow our (and your) users to easily test the latest release. The 
image should show Plasma as we release it, so ideally with upstream branding.

If multiple distributions are able to provide such an image, we would of 
course include all.

The tarballs will be created on June, 30th.

What do you think? Anybody interested?

Cheers
Martin

signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: plasma-desktop Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 10 - Still Failing!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/plasma-desktop%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/10/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 27 Jun 2016 11:37:40 +
Build duration: 44 sec

CHANGE SET
Revision 61ce71b2e67f011c9bee80dd9d2fa2e48f93f857 by hein: (Drop outdated 
comment.)
  change: edit applets/CMakeLists.txt
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: plasma-desktop Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 9 - Still Failing!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/plasma-desktop%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/9/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 27 Jun 2016 11:18:20 +
Build duration: 53 sec

CHANGE SET
Revision 0bad982d678632dfc5a7ea18ffcc884ef1e4f9a8 by hein: (Drop legacy Task 
Manager applets.)
  change: delete applets/legacytaskmanager/package/contents/code/tools.js
  change: edit applets/CMakeLists.txt
  change: delete 
applets/legacytaskmanager/package/contents/ui/GroupExpanderOverlay.qml
  change: delete applets/legacytaskmanager/plugin/draghelper.h
  change: delete applets/legacytaskmanager/package/contents/ui/TaskList.qml
  change: delete 
applets/legacytaskmanager/plugin/smartlaunchers/smartlauncheritem.h
  change: delete applets/legacytaskmanager/plugin/qmldir
  change: delete applets/legacyicontasks/metadata.desktop
  change: delete applets/legacytaskmanager/package/contents/ui/MouseHandler.qml
  change: delete applets/legacytaskmanager/package/contents/ui/Task.qml
  change: delete applets/legacyicontasks/CMakeLists.txt
  change: delete applets/legacytaskmanager/plugin/blur.cpp
  change: delete applets/legacytaskmanager/package/metadata.desktop
  change: delete applets/legacytaskmanager/plugin/textlabel.cpp
  change: delete 
applets/legacytaskmanager/plugin/smartlaunchers/smartlauncheritem.cpp
  change: delete 
applets/legacytaskmanager/plugin/smartlaunchers/smartlauncherbackend.cpp
  change: delete 
applets/legacytaskmanager/package/contents/ui/TaskBadgeOverlay.qml
  change: delete applets/legacytaskmanager/CMakeLists.txt
  change: delete applets/legacytaskmanager/package/contents/ui/GroupDialog.qml
  change: delete applets/legacytaskmanager/package/contents/ui/main.qml
  change: delete applets/legacytaskmanager/plugin/textlabel.h
  change: delete 
applets/legacytaskmanager/package/contents/ui/ToolTipWindowMouseArea.qml
  change: delete applets/legacytaskmanager/plugin/legacytaskmanagerplugin.h
  change: delete applets/legacytaskmanager/plugin/draghelper.cpp
  change: delete applets/legacytaskmanager/package/contents/code/layout.js
  change: delete applets/legacytaskmanager/plugin/backend.cpp
  change: delete applets/legacytaskmanager/package/contents/ui/ConfigGeneral.qml
  change: delete 
applets/legacytaskmanager/plugin/smartlaunchers/smartlauncherbackend.h
  change: delete 
applets/legacytaskmanager/package/contents/ui/TaskProgressOverlay.qml
  change: delete applets/legacytaskmanager/package/contents/config/main.xml
  change: delete applets/legacytaskmanager/Messages.sh
  change: delete 
applets/legacytaskmanager/package/contents/ui/ToolTipDelegate.qml
  change: delete applets/legacytaskmanager/plugin/backend.h
  change: delete applets/legacytaskmanager/plugin/legacytaskmanagerplugin.cpp
  change: delete applets/legacytaskmanager/package/contents/config/config.qml
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: sddm-kcm Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 2 - Successful!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/sddm-kcm%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/2/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 27 Jun 2016 11:02:26 +
Build duration: 4 min 59 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
  ___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Minutes Monday Plasma Meeting

2016-06-27 Thread Sebastian Kügler
Minutes Plasma 'hangout', 27-6-2016, 12:00 CET

Present: mgraesslin, bshah, notmart, Sho, kbroulik, d_ed, sitter, sebas

mgraesslin:
* went to opensuse conf, reported

* let's discuss an LTS

* openqa usage
* sync of clipboard between X11 and Wayland
* tests found some issues regarding XWayland windows
* in general clipboard still has some problems, code unfortunately untested 
(it's difficult to test)
* helped Bhushan figuring out why the virtual keyboard stopped working on the 
phone. Reason is https://bugreports.qt.io/browse/QTBUG-54371
* Bhushan found an embarassing crash on the phone, which is fixed now

d_ed:
* fixing session management problems
* bugzilla wrangling

kbroulik:
* was on vacation

Sho:
- Further minor libtaskmanager behavior adjustments in response to feedback 
(startup timeout handling, etc.)
-- So far nothing scary at all about the new TM in the beta cycle: We're still 
looking good for final
-- Want to remove the legacy applets from plasma-desktop today as discussed 
last Monday + with notmart throughout week
-- Looking to port remaining legacylibtaskmanager users so it can be killed
- Starting to work on Pager-goes-libtaskmanager
-- Will need some light lib changes, plus frontend code rework
-- Looking to share frontend code between desktop and activity pagers, kill 
code redundancy
-- Yes, once I actually have code it'll be on git.ko :)
- Taking some time to upgrade distro on work laptop
- No dates locked, but looking to take about two weeks of vacation in July/
August

notmart:
* first prototype for dynamic layout switching based on look and feel packages
* switching seems to work usually without crashing: it's not fast but 
acceptable
* started a function to dump current plasma setup to a big javascript file
* config generation will be in plasmashell, exposed probably as dbus method, 
all the rest will be done by the kcm
* kirigami: static library version in the cmake version as well (there is so 
minimal that doesn't even need ECM)
** removing all the excuses an app developer may have to not use it (will have 
to add example for each build method)
** ported subsurface to that
** will finally merge the branch this week, will have to see how the fallout 
is also with peruse/discover etc

sitter:
* we want openqa used for Plasma

sebas:
* kscreen bug triaging
* windowmetadata lib getting there

-- 
sebas

http://www.kde.org | http://vizZzion.org
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: ksshaskpass Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 1 - Successful!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/ksshaskpass%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 27 Jun 2016 10:52:33 +
Build duration: 5 min 15 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
  ___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: kmenuedit Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 1 - Successful!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kmenuedit%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 27 Jun 2016 10:52:31 +
Build duration: 1 min 1 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
  ___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: kde-gtk-config Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 1 - Successful!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kde-gtk-config%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 27 Jun 2016 10:43:01 +
Build duration: 6 min 49 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 2/2 (100%)FILES 11/11 (100%)CLASSES 11/11 (100%)LINE 222/281 
(79%)CONDITIONAL 133/236 (56%)

By packages
  
src
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 166/222 (75%)CONDITIONAL 
76/134 (57%)
tests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 56/59 (95%)CONDITIONAL 
57/102 (56%)___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Closed] D1916: [Task Manager ToolTipDelegate] Match DesktopEntry for associating window/launcher with player

2016-06-27 Thread broulik (Kai Uwe Broulik)
This revision was automatically updated to reflect the committed changes.
Closed by commit rPLASMADESKTOP0d6442d8374f: [Task Manager ToolTipDelegate] 
Match DesktopEntry for associating… (authored by broulik).

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D1916?vs=4553=4769

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

AFFECTED FILES
  applets/taskmanager/package/contents/ui/ToolTipDelegate.qml

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

To: broulik, hein, #plasma, sitter
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: plasma-desktop Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 8 - Still Failing!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/plasma-desktop%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/8/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 27 Jun 2016 10:41:37 +
Build duration: 1 min 11 sec

CHANGE SET
Revision a79cbce0fed06c64ea32cd540b4824662e3a7e9e by kde: ([FolderModel] Use 
mostLocalUrl() to properly resolve desktop:/ URLs)
  change: edit containments/desktop/plugins/folder/foldermodel.cpp
Revision 0d6442d8374f87880de2aad044cd1563ed6fde75 by kde: ([Task Manager 
ToolTipDelegate] Match DesktopEntry for associating)
  change: edit applets/taskmanager/package/contents/ui/ToolTipDelegate.qml
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Closed] D1915: [FolderModel] Use mostLocalUrl() to properly resolve desktop:/ URLs

2016-06-27 Thread broulik (Kai Uwe Broulik)
This revision was automatically updated to reflect the committed changes.
Closed by commit rPLASMADESKTOPa79cbce0fed0: [FolderModel] Use mostLocalUrl() 
to properly resolve desktop:/ URLs (authored by broulik).

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D1915?vs=4551=4768

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

AFFECTED FILES
  containments/desktop/plugins/folder/foldermodel.cpp

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

To: broulik, hein, #plasma
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Closed] D2018: [Plasma Engine Explorer] Don't crash on invalid engine plugin info

2016-06-27 Thread broulik (Kai Uwe Broulik)
This revision was automatically updated to reflect the committed changes.
Closed by commit rPLASMASDK2e5a7e39fdd7: [Plasma Engine Explorer] Don't crash 
on invalid engine plugin info (authored by broulik).

REPOSITORY
  rPLASMASDK Plasma SDK

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D2018?vs=4764=4767

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

AFFECTED FILES
  engineexplorer/modelviewer.cpp
  engineexplorer/serviceviewer.cpp

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

To: broulik, #plasma, davidedmundson
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Accepted] D1972: [server] Add support for setting the clipboard selection DataDeviceInterface manually

2016-06-27 Thread Sebastian Kügler
sebas accepted this revision.
sebas added a reviewer: sebas.
This revision is now accepted and ready to land.

REPOSITORY
  rKWAYLAND KWayland

BRANCH
  selection

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

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

To: graesslin, #plasma_on_wayland, sebas
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Closed] D1930: Add support for new Notification role on PlasmaSurface

2016-06-27 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes.
Closed by commit rKWINc81d8204f9a3: Add support for new Notification role on 
PlasmaSurface (authored by graesslin).

REPOSITORY
  rKWIN KWin

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D1930?vs=4575=4766

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

AFFECTED FILES
  CMakeLists.txt
  autotests/wayland/plasma_surface_test.cpp
  shell_client.cpp

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

To: graesslin, #kwin, #plasma_on_wayland, sebas
Cc: plasma-devel, kwin, hardening, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Accepted] D2018: [Plasma Engine Explorer] Don't crash on invalid engine plugin info

2016-06-27 Thread davidedmundson (David Edmundson)
davidedmundson accepted this revision.
davidedmundson added a reviewer: davidedmundson.
This revision is now accepted and ready to land.

REPOSITORY
  rPLASMASDK Plasma SDK

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

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

To: broulik, #plasma, davidedmundson
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Is it able to make kservice's weightedOffers public access?

2016-06-27 Thread Sebastian Kügler
Hi Leslie,

On maandag 27 juni 2016 12:47:03 CEST 翟翔 wrote:
> in the src/services/kservicetypetrader.h about line 216,
> 
> static KServiceOfferList weightedOffers(const QString ); is 
> private access, is it able to make it public access?

This is best discussed on the frameworks mailing list, KDE Frameworks 

Cheers,
-- 
sebas

http://www.kde.org | http://vizZzion.org
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Request, 8 lines] D2018: [Plasma Engine Explorer] Don't crash on invalid engine plugin info

2016-06-27 Thread broulik (Kai Uwe Broulik)
broulik created this revision.
broulik added a reviewer: Plasma.
broulik set the repository for this revision to rPLASMASDK Plasma SDK.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.

TEST PLAN
  Fixes a crash when doing "Service for source" on a source in the mpris 
dataengine. Instead, shows "Engine: Unknown".

REPOSITORY
  rPLASMASDK Plasma SDK

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

AFFECTED FILES
  engineexplorer/modelviewer.cpp
  engineexplorer/serviceviewer.cpp

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

To: broulik, #plasma
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Cleaning up Old Synchrotron Resources

2016-06-27 Thread R.Harish Navnit
Hi,

On Sat, Jun 25, 2016 at 1:35 AM, Andreas Cord-Landwehr
 wrote:
>
> Hey, I am currently looking at all of the stuff we provide at Synchrotron [1].
> It seems that there are some Plasma related resources that nobody would miss
> if we clean up the system (and possibly completely shut it down when nobody is
> using it anymore). All of the resources below were last touched 5 1/2 years
> ago:
>
> 1.) Dr.Konqi Resource (seems to be even just a test stub):
> ├── drkonqi-crash-scripts
> │   └── crashtest
> │   ├── content
> │   │   └── settings
> │   └── metadata.desktop
>
> 2.) Plasma Share Resources:
> ├── org.plasma.share
> │   ├── imagebinca
> │   │   └── content
> │   │   ├── contents
> │   │   │   └── code
> │   │   │   └── main.js
> │   │   └── metadata.desktop
> │   ├── imageshack
> │   │   └── content
> │   │   ├── contents
> │   │   │   └── code
> │   │   │   └── main.js
> │   │   └── metadata.desktop
> │   └── pastebinca
> │   └── content
> │   ├── contents
> │   │   └── code
> │   │   └── main.js
> │   └── metadata.desktop
>
> There are also a lot of resources for public transport providers (added by
> Friedrich Karl Tilman Pülz), but I suppose that those are not Plasma related?
Work on the publictransport project has resumed btw, so I think we'd
need those resources. I'm also guessing users in KDE4 land who might
be using the publictransport applet might need those too.

Cheers,
Harish
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Cleaning up Old Synchrotron Resources

2016-06-27 Thread Andreas Cord-Landwehr
Hey, I am currently looking at all of the stuff we provide at Synchrotron [1]. 
It seems that there are some Plasma related resources that nobody would miss 
if we clean up the system (and possibly completely shut it down when nobody is 
using it anymore). All of the resources below were last touched 5 1/2 years 
ago:

1.) Dr.Konqi Resource (seems to be even just a test stub):
├── drkonqi-crash-scripts
│   └── crashtest
│   ├── content
│   │   └── settings
│   └── metadata.desktop

2.) Plasma Share Resources:
├── org.plasma.share
│   ├── imagebinca
│   │   └── content
│   │   ├── contents
│   │   │   └── code
│   │   │   └── main.js
│   │   └── metadata.desktop
│   ├── imageshack
│   │   └── content
│   │   ├── contents
│   │   │   └── code
│   │   │   └── main.js
│   │   └── metadata.desktop
│   └── pastebinca
│   └── content
│   ├── contents
│   │   └── code
│   │   └── main.js
│   └── metadata.desktop

There are also a lot of resources for public transport providers (added by 
Friedrich Karl Tilman Pülz), but I suppose that those are not Plasma related?

Could I get an acknowledge that the first two categories can be purged?
For details, this is the repository: git://anongit.kde.org/synchrotron-sources

Cheers,
Andreas

[1] Synchrotron is a webservice running at collect.kde.org that generates from 
*.desktop files KHotNewStuff resources. The Synchrotron repository is 
here: git://anongit.kde.org/synchrotron and the included resources are here:
git://anongit.kde.org/synchrotron-sources
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Closed] D1929: [kwindowsystem] Wrap the notification type

2016-06-27 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes.
Closed by commit rKWAYLANDINTEGRATIONf0acbfad6bfe: [kwindowsystem] Wrap the 
notification type (authored by graesslin).

REPOSITORY
  rKWAYLANDINTEGRATION Frameworks integration plugin using KWayland

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D1929?vs=4573=4762

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

AFFECTED FILES
  CMakeLists.txt
  src/windowsystem/windowsystem.cpp

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

To: graesslin, #plasma_on_wayland, sebas
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 127812: Fix the return value of Plasma::Service::operationDescription() for the docs

2016-06-27 Thread R.Harish Navnit

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

(Updated June 27, 2016, 8:50 a.m.)


Status
--

This change has been marked as submitted.


Review request for Plasma, Bhushan Shah and Eike Hein.


Changes
---

Submitted with commit eef8c29b7a53e4bbab199d10c3f80230efa2d9aa by R. Harish 
Navnit to branch master.


Repository: plasma-framework


Description
---

In KDE4, Plasma::Service::operationDescription() returned a KConfigGroup, but 
in frameworks, the same function returns a QVariantMap. This doesn't seem to be 
updated in the comments hence rendering the documentation slightly misleading. 

The sample use example should also be modified accordingly, but I'm not sure 
how it's done. I'd be happy to update the RR with that as well, if someone can 
guide me through.


Diffs
-

  src/plasma/service.h 19cc965d23ed2a1e51ce6c52cb1de9f6bce3069c 

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


Testing
---


Thanks,

R.Harish  Navnit

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Closed] D1932: [tests] Add a test application for PlasmaShellSurface

2016-06-27 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes.
Closed by commit rKWAYLANDa13705291a7a: [tests] Add a test application for 
PlasmaShellSurface (authored by graesslin).

REPOSITORY
  rKWAYLAND KWayland

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D1932?vs=4580=4760

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

AFFECTED FILES
  tests/CMakeLists.txt
  tests/plasmasurfacetest.cpp

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

To: graesslin, #plasma_on_wayland, sebas
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Closed] D1928: Add a notification role to PlasmaShellSurface

2016-06-27 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes.
Closed by commit rKWAYLAND2f4cb0613b1c: Add a notification role to 
PlasmaShellSurface (authored by graesslin).

REPOSITORY
  rKWAYLAND KWayland

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D1928?vs=4572=4759

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

AFFECTED FILES
  autotests/client/test_plasmashell.cpp
  src/client/plasmashell.cpp
  src/client/plasmashell.h
  src/client/protocols/plasma-shell.xml
  src/client/registry.cpp
  src/server/plasmashell_interface.cpp
  src/server/plasmashell_interface.h

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

To: graesslin, #plasma_on_wayland, bshah
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Differential] [Closed] D1938: [server] Ensure that Resource::Private::get returns nullptr if passed a nullptr

2016-06-27 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes.
Closed by commit rKWAYLANDa37bc2320eea: [server] Ensure that 
Resource::Private::get returns nullptr if passed a nullptr (authored by 
graesslin).

REPOSITORY
  rKWAYLAND KWayland

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D1938?vs=4592=4761

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

AFFECTED FILES
  autotests/client/test_wayland_surface.cpp
  src/server/resource_p.h

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

To: graesslin, #plasma_on_wayland, sebas
Cc: plasma-devel, jensreuterberg, sebas
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: plasma-workspace master kf5-qt5 » Linux,gcc - Build # 219 - Still Unstable!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD UNSTABLE
Build URL: 
https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/219/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sun, 26 Jun 2016 12:46:57 +
Build duration: 11 min

CHANGE SET
Revision aee734e126b16db3be510a46ead9134c987fc97b by ahartmetz: (Revert 
quot;Remove legacy session management support.quot;)
  change: edit ksmserver/CMakeLists.txt
  change: add ksmserver/legacy.cpp
  change: edit ksmserver/server.cpp
  change: edit ksmserver/startup.cpp
  change: edit ksmserver/shutdown.cpp
  change: edit ksmserver/server.h
Revision 962ec307780eb6b71cd3d2c4f1339de9b2963935 by hein: (Drop support for 
preferred://windowmanager.)
  change: edit libtaskmanager/tasktools.cpp
Revision 27d98f48f48bd215b25f67a12f05dec24b6298a0 by hein: (Drop outdated 
comment.)
  change: edit libtaskmanager/tasksmodel.cpp
Revision 341bfec4ee61bf9bc13a2a5a79a1a929d2102bd4 by hein: (Add missing API doc 
for separateLaunchers.)
  change: edit libtaskmanager/tasksmodel.h
Revision 1a016c92d2798e38b25c695b092460fd8bc06e95 by hein: (Fix the hack for 
kcmshell.)
  change: edit libtaskmanager/xwindowtasksmodel.cpp
Revision e5384b28233d2616fa2a8a34b402b828ad8a3cc8 by hein: (Improve comment.)
  change: edit libtaskmanager/xwindowtasksmodel.cpp


JUNIT RESULTS

Name: (root) Failed: 2 test(s), Passed: 8 test(s), Skipped: 0 test(s), Total: 
10 test(s)Failed: TestSuite.org.kde.plasma.analogclock-testFailed: 
TestSuite.org.kde.plasma.kickoff-test

COBERTURA RESULTS

Cobertura Coverage Report
  PACKAGES 11/11 (100%)FILES 50/67 (75%)CLASSES 50/67 (75%)LINE 1972/5299 
(37%)CONDITIONAL 1382/5458 (25%)

By packages
  
drkonqi.parser
FILES 6/10 (60%)CLASSES 6/10 (60%)LINE 303/423 (72%)CONDITIONAL 
478/616 (78%)
drkonqi.tests.backtraceparsertest
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 74/74 (100%)CONDITIONAL 
33/50 (66%)
kioslave.desktop
FILES 2/3 (67%)CLASSES 2/3 (67%)LINE 112/167 (67%)CONDITIONAL 
37/92 (40%)
kioslave.desktop.tests
FILES 1/1 (100%)CLASSES 1/1 (100%)LINE 66/66 (100%)CONDITIONAL 
26/50 (52%)
klipper
FILES 12/13 (92%)CLASSES 12/13 (92%)LINE 256/384 
(67%)CONDITIONAL 109/210 (52%)
klipper.autotests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 630/693 (91%)CONDITIONAL 
377/820 (46%)
libtaskmanager
FILES 5/16 (31%)CLASSES 5/16 (31%)LINE 139/3025 (5%)CONDITIONAL 
88/3185 (3%)
libtaskmanager.autotests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 150/150 
(100%)CONDITIONAL 85/170 (50%)
runners.bookmarks
FILES 8/8 (100%)CLASSES 8/8 (100%)LINE 89/159 (56%)CONDITIONAL 
34/96 (35%)
runners.bookmarks.browsers
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 88/93 (95%)CONDITIONAL 
84/107 (79%)
runners.bookmarks.tests
FILES 2/2 (100%)CLASSES 2/2 (100%)LINE 65/65 (100%)CONDITIONAL 
31/62 (50%)___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: polkit-kde-agent-1 Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 1 - Successful!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/polkit-kde-agent-1%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/1/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sun, 26 Jun 2016 12:47:23 +
Build duration: 4 min 58 sec

CHANGE SET
No changes


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

By packages
  ___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: plasma-workspace Plasma-5.7 stable-kf5-qt5 » Linux,gcc - Build # 10 - Still Failing!

2016-06-27 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/plasma-workspace%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/10/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Sun, 26 Jun 2016 12:46:57 +
Build duration: 51 sec

CHANGE SET
Revision 962ec307780eb6b71cd3d2c4f1339de9b2963935 by hein: (Drop support for 
preferred://windowmanager.)
  change: edit libtaskmanager/tasktools.cpp
Revision 27d98f48f48bd215b25f67a12f05dec24b6298a0 by hein: (Drop outdated 
comment.)
  change: edit libtaskmanager/tasksmodel.cpp
Revision 341bfec4ee61bf9bc13a2a5a79a1a929d2102bd4 by hein: (Add missing API doc 
for separateLaunchers.)
  change: edit libtaskmanager/tasksmodel.h
Revision 1a016c92d2798e38b25c695b092460fd8bc06e95 by hein: (Fix the hack for 
kcmshell.)
  change: edit libtaskmanager/xwindowtasksmodel.cpp
Revision e5384b28233d2616fa2a8a34b402b828ad8a3cc8 by hein: (Improve comment.)
  change: edit libtaskmanager/xwindowtasksmodel.cpp
Revision 10be58f745eaede1a95007dd5ce8dbbcc472b6a9 by scripty: (SVN_SILENT made 
messages (.desktop file) - always resolve ours)
  change: edit templates/ion-dataengine/src/ion-%{APPNAMELC}.desktop
  change: edit kioslave/desktop/desktopnotifier.desktop
  change: edit xembed-sni-proxy/xembedsniproxy.desktop
  change: edit runners/baloo/plasma-runner-baloosearch.desktop
  change: edit kioslave/desktop/Home.desktop
  change: edit kioslave/desktop/directory.trash
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel