Jenkins-kde-ci: kde-gtk-config Plasma-5.5 stable-kf5-qt5 » Linux,gcc - Build # 8 - Fixed!

2016-01-26 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kde-gtk-config%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/8/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:26:49 +
Build duration: 1 min 7 sec

CHANGE SET
Revision 4b9cffefb82b012b6298135cc4a811ac70c443fb by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt


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 226/282 
(80%)CONDITIONAL 131/196 (67%)

By packages
  
src
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 167/221 (76%)CONDITIONAL 
74/94 (79%)
tests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 59/61 (97%)CONDITIONAL 
57/102 (56%)___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: kde-gtk-config Plasma-5.5 stable-kf5-qt5 » Linux,gcc - Build # 8 - Fixed!

2016-01-26 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kde-gtk-config%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/8/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:26:49 +
Build duration: 1 min 7 sec

CHANGE SET
Revision 4b9cffefb82b012b6298135cc4a811ac70c443fb by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt


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 226/282 
(80%)CONDITIONAL 131/196 (67%)

By packages
  
src
FILES 7/7 (100%)CLASSES 7/7 (100%)LINE 167/221 (76%)CONDITIONAL 
74/94 (79%)
tests
FILES 4/4 (100%)CLASSES 4/4 (100%)LINE 59/61 (97%)CONDITIONAL 
57/102 (56%)___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Performance issue with plasmoid and dataengine combination

2016-01-26 Thread Evgeniy Alekseev
Hi there,

I'm experiencing the following performance issue with one of my pet project 
[1]. After some time plasmashell (some times it happens after 1 day uptime, 
sometime more) uses one CPU core on 100% without any additional actions from 
my side. The same issue was observed by at least one of users, in other hand I 
should note that on my another PC there is no such issue. 

After some debugging I've found that this issue is accompanied by increasing 
queue of updates from DataEngine which was still not processed. I suppose the 
issue is caused by the fact that my plasmoid is being subscribed on updates 
from about 100 sources from systemmonitor DataEngine. 

The issue occurs only for KF5 version (KDE4 version is not affected by this 
issue). And still persists even I increase update interval (I've tried to set 
it to 5 sec instead of default 1 sec), or even if I use QtConcurrent to work 
with received data from DataEngine. Also I should note that all methods 
related to DataEngine functions take place in C++ part of the widget (because 
it is recommended to avoid many C++ calls from QML code).

I suppose that *probably* if I will use less sources it will solve the issue, 
but I'm not sure in it (unfortunately it will take some time to change 
architecture to use only user requested sources). 

Are there any other possibilities which I may check to avoid this issue? Or is 
it possible that the problem maybe in DataEngine mechanics (e.g. DataEngine 
freezes updates when screen is locked and send all missing data after screen 
unlock)? Or maybe I just misuse DataEngine and there are better practice for 
my case?

The code which I use the following. Here is I create connection [2]:

Plasma::DataEngineConsumer *deConsumer = new Plasma::DataEngineConsumer();
m_dataEngines[QString("systemmonitor")] = 
deConsumer->dataEngine(QString("systemmonitor"));

And connect all available sources (sources which are not used will be dropped 
later by using DataEngine::disconnectSource() method) [3]:

m_dataEngines[QString("systemmonitor")]->connectAllSources(parent(),
   m_interval);

And finally the following method is used to connect DataEngine update signal 
and update slot [4]:

void AWKeys::dataUpdated(const QString ,
 const Plasma::DataEngine::Data )
{
QtConcurrent::run(m_threadPool, this, ::setDataBySource,
sourceName, data);
}

1. https://github.com/arcan1s/awesome-widgets
2. https://github.com/arcan1s/awesome-widgets/blob/development/sources/
awesome-widget/plugin/awdataengineaggregator.cpp#L87
3. https://github.com/arcan1s/awesome-widgets/blob/development/sources/
awesome-widget/plugin/awdataengineaggregator.cpp#L76
4. https://github.com/arcan1s/awesome-widgets/blob/development/sources/
awesome-widget/plugin/awkeys.cpp#L424
-- 
Sincerely yours,
Evgeniy Alekseev

email: i...@arcanis.me
ICQ: 407-398-235
Jabber: arca...@jabber.ru
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


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

2016-01-26 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/plasma-workspace%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/53/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:34:09 +
Build duration: 1 min 0 sec

CHANGE SET
Revision 52aac59b712f6ec64cee351e6e3eef80cf79f777 by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: oxygen Plasma-5.5 stable-kf5-qt5 » Linux,gcc - Build # 12 - Fixed!

2016-01-26 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/oxygen%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/12/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:32:14 +
Build duration: 1 min 37 sec

CHANGE SET
Revision 7ee3d0572423854d42d5f341915f77305417ac2f by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

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


Jenkins-kde-ci: oxygen Plasma-5.5 stable-kf5-qt5 » Linux,gcc - Build # 12 - Fixed!

2016-01-26 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/oxygen%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/12/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:32:14 +
Build duration: 1 min 37 sec

CHANGE SET
Revision 7ee3d0572423854d42d5f341915f77305417ac2f by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

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


[Breeze] [Bug 358578] Active window taskbar entry background too bright in Breeze Dark theme

2016-01-26 Thread Radics Péter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358578

--- Comment #1 from Radics Péter  ---
Created attachment 96848
  --> https://bugs.kde.org/attachment.cgi?id=96848=edit
proposed tasks decortation for breeze-dark theme

Feel free to use the attached tasks.svgz if you think it's an improvement for
breeze-dark.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: kinfocenter Plasma-5.5 stable-kf5-qt5 » Linux,gcc - Build # 8 - Fixed!

2016-01-26 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kinfocenter%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/8/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:28:24 +
Build duration: 1 min 22 sec

CHANGE SET
Revision bc23b3f8ff88600cd553391c6b3e2689c1b30b5e by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

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


Jenkins-kde-ci: kinfocenter Plasma-5.5 stable-kf5-qt5 » Linux,gcc - Build # 8 - Fixed!

2016-01-26 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/kinfocenter%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/8/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:28:24 +
Build duration: 1 min 22 sec

CHANGE SET
Revision bc23b3f8ff88600cd553391c6b3e2689c1b30b5e by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

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


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

2016-01-26 Thread no-reply

GENERAL INFO

BUILD FAILURE
Build URL: 
https://build.kde.org/job/plasma-desktop%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/59/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:32:39 +
Build duration: 5 min 6 sec

CHANGE SET
Revision 80a40d46cd8fb7f6fc8b306858b91f932b568597 by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Breeze] [Bug 358576] Default and Breeze color scheme have different window decoration colors

2016-01-26 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358576

--- Comment #2 from Martin Gräßlin  ---
@Kai: should be defined in kdeglobals on section WM.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Jenkins-kde-ci: sddm-kcm Plasma-5.5 stable-kf5-qt5 » Linux,gcc - Build # 8 - Fixed!

2016-01-26 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/sddm-kcm%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/8/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:35:29 +
Build duration: 1 min 24 sec

CHANGE SET
Revision 52584884b3fc335c519ab5438c31a15240f2301f by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

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


Jenkins-kde-ci: sddm-kcm Plasma-5.5 stable-kf5-qt5 » Linux,gcc - Build # 8 - Fixed!

2016-01-26 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/sddm-kcm%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/8/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:35:29 +
Build duration: 1 min 24 sec

CHANGE SET
Revision 52584884b3fc335c519ab5438c31a15240f2301f by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

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


[Breeze] [Bug 358576] Default and Breeze color scheme have different window decoration colors

2016-01-26 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358576

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kai Uwe Broulik  ---
I couldn't figure out where to set the decoration color in KColorScheme. I
think the Breeze theme sets additional config entries for KWin.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 126843: Make kwallet-pam usable outside of Plasma

2016-01-26 Thread Armin K.

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

(Updated Jan. 26, 2016, 12:17 p.m.)


Status
--

This change has been marked as submitted.


Review request for Plasma and Martin Klapetek.


Changes
---

Submitted with commit c974341fe3502c46d275ff56ae36477ed7cc573d by Armin K to 
branch master.


Repository: kwallet-pam


Description
---

Currently, kwallet-pam is only usable when used in combination with plasma5, 
becaue the code that connects PAM created socket to kwalletd is in startkde 
script.

Move that code into kwallet-pam itself and add an autostart desktop file so it 
can be used in plasma and outside of plasma (ie, gnome). Also add a check for 
socat executable, which is required to connect to the socket.

v2: Incorporate changes mentioned by Martin, remove CMake version requirement 
increase.

I tried using feature summary, but it wouldn't fail when I remove the 
executable.

v3: Readd cmake 2.8.12 requirement. rdieter confirmed it is a requirement for 
extra-cmake-modules, which is now being used by this package.

v4: Removed OnlyShownIn line from the desktop file as suggested by Xuetian and 
Martin.


Diffs
-

  CMakeLists.txt 8bd526e 
  pam_kwallet_init PRE-CREATION 
  pam_kwallet_init.desktop.cmake PRE-CREATION 

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


Testing
---

Works in both KDE Plasma and GNOME. Previously, it only worked in KDE Plasma, I 
was still asked for password in GNOME.


Thanks,

Armin K.

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


Jenkins-kde-ci: ksshaskpass Plasma-5.5 stable-kf5-qt5 » Linux,gcc - Build # 8 - Fixed!

2016-01-26 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/ksshaskpass%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/8/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:29:24 +
Build duration: 36 sec

CHANGE SET
Revision e2390462fffe72dd96de32e4d0ba3e3fee24 by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

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


Jenkins-kde-ci: ksshaskpass Plasma-5.5 stable-kf5-qt5 » Linux,gcc - Build # 8 - Fixed!

2016-01-26 Thread no-reply

GENERAL INFO

BUILD SUCCESS
Build URL: 
https://build.kde.org/job/ksshaskpass%20Plasma-5.5%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/8/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 26 Jan 2016 10:29:24 +
Build duration: 36 sec

CHANGE SET
Revision e2390462fffe72dd96de32e4d0ba3e3fee24 by Jonathan Riddell: (Update 
version number for 5.5.4 GIT_SILENT)
  change: edit CMakeLists.txt


JUNIT RESULTS

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

COBERTURA RESULTS

Cobertura Coverage Report
  

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


[Breeze] [Bug 358576] New: Default and Breeze color scheme have different window decoration colors

2016-01-26 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358576

Bug ID: 358576
   Summary: Default and Breeze color scheme have different window
decoration colors
   Product: Breeze
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-devel@kde.org
  Reporter: mgraess...@kde.org

The "default" color scheme has a blue window decoration color, while breeze has
a dark color. Given that the "default" should be breeze this needs to be the
same color

Reproducible: Always

Steps to Reproduce:
1. Open Systemsettings
2. Open Color
3. Look at preview list

Actual Results:  
Top right color preview of Default and Breeze are not the same

Expected Results:  
Should be the same

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 126841: Use PlasmaCore.IconItem in Kicker, Kickoff and Folder View

2016-01-26 Thread David Rosca

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

(Updated Jan. 26, 2016, 9:43 a.m.)


Status
--

This change has been marked as submitted.


Review request for Plasma.


Changes
---

Submitted with commit 58193a3926be45219c3a01b50a39ce189180d75c by David Rosca 
to branch master.


Repository: plasma-desktop


Description
---

Use PlasmaCore.IconItem with disabled animations and Plasma icon theme overlay 
when used to display app or folder icons.


Diffs
-

  applets/kicker/package/contents/ui/ItemGridDelegate.qml fd9f5d3 
  applets/kicker/package/contents/ui/ItemListDelegate.qml 17925ae 
  applets/kickoff/package/contents/ui/KickoffItem.qml 98e19f9 
  containments/desktop/package/contents/ui/FolderItemDelegate.qml 6aaa361 
  containments/desktop/package/contents/ui/UpButtonItem.qml 83efe73 

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


Testing
---

Uses exactly the same icons as before + uses correct color scheme for 
monochrome icons.


Thanks,

David Rosca

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


[Breeze] [Bug 358578] New: Active window taskbar entry background too bright in Breeze Dark theme

2016-01-26 Thread Radics Péter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358578

Bug ID: 358578
   Summary: Active window taskbar entry background too bright in
Breeze Dark theme
   Product: Breeze
   Version: 5.5.3
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-devel@kde.org
  Reporter: mitchnull+...@gmail.com

Breeze Dark theme is using the same background setting for taskbar entries as
the default Breeze theme, but the default bright-blue background for active
(focused) windows is too bright on the dark theme (it is like the window wants
"attention", it keeps distracting).  I've modified the tasts.svgz file from the
default breeze theme to only add a blue border to the active (focused) window,
not tint the whole taskbar entry.  Unfortunately placing this file under
/usr/share/plasma/desktoptheme/breeze-dark/widgets/ doesn't seem to be enough,
so at the moment I overwrite the default (under 
/usr/share/plasma/desktoptheme/default/widgets/).

Please consider changing the breeze-dark tasks.svgz to be a less bright (less
attention-demanding) version.  



Reproducible: Always

Steps to Reproduce:
1) change plasma theme to Breeze Dark
2) open a window (like a browser)
3) focus the new window

Actual Results:  
the visual feedback for active window in the taskbar with the breeze-dark theme
is too bright, demanding attention

Expected Results:  
the taskbar entry for the window (when it is focused) should provide visual
feedback about being focused, but not be too distracting

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: KDE Development VirtualBox

2016-01-26 Thread Martin Graesslin
On Wednesday, January 27, 2016 5:09:29 PM CET James Augustus Zuccon wrote:
> Hi guys,
> 
> Had a look around, but couldn't find much about this.
> 
> Is there a VirtualBox Image available for KDE Development specifically
> (with most of the common libraries and their corresponding includes
> installed)?

To my knowledge there is no such image.

> 
> If not, is it worth us creating one to save new developers from having to
> setup a build environment?

Not sure whether this makes much sense. Let me explain why:

* VMs are odd, we have problems with the GPU
* the build needs to be setup nevertheless, e.g. git needs to be configured
* the image will be constantly out of date needing a rebuild of the software

What I think is better is having something based on an up-to-date unstable 
packages. So that the base is already there and it's easy to just hack on one 
thing. Oh and good documentation might even be more important.

> 
> Any thoughts as to what the best Distro to base this on might be?

All of them and none of them. Everybody has his pet distro and if the image is 
not that one it won't be used ;-)

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


Re: Review Request 126300: Plasma Search KCM: display the runner descriptions

2016-01-26 Thread Jonathan Marten

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

(Updated Jan. 27, 2016, 6:56 a.m.)


Status
--

This change has been marked as submitted.


Review request for Plasma and KDE Usability.


Changes
---

Submitted with commit 3546406db06600ff61132085e08366d62cbab53f by Jonathan 
Marten to branch master.


Repository: plasma-desktop


Description
---

In Plasma 5 this KCM only lists the names of the available runners, with no 
explanation of what they do.  In its previous incarnation in KDE4 (the dropdown 
list from the runner config button), the descriptions were displayed.  This 
change restores them.


Diffs
-

  kcms/runners/kcm.h f1239ee 
  kcms/runners/kcm.cpp 4af82de 

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


Testing
---

Built plasma-desktop with this change, checked appearance of KCM in Breeze, 
Oxygen and older styles.


File Attachments


Screenshot before
  
https://git.reviewboard.kde.org/media/uploaded/files/2015/12/10/caf0a4d7-ab8d-410a-9409-ae6935d24929__plasmasearch-before-r126300.png
Screenshot after
  
https://git.reviewboard.kde.org/media/uploaded/files/2015/12/10/0b695a2b-4307-4a70-9a9b-4c3bb80f7955__plasmasearch-after-r126300.png
Long lines elided
  
https://git.reviewboard.kde.org/media/uploaded/files/2016/01/10/193898fa-d860-4263-b2c1-e060a89522dc__plasmasearch-elided-r126303.png


Thanks,

Jonathan Marten

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


KDE Development VirtualBox

2016-01-26 Thread James Augustus Zuccon
Hi guys,

Had a look around, but couldn't find much about this.

Is there a VirtualBox Image available for KDE Development specifically
(with most of the common libraries and their corresponding includes
installed)?

If not, is it worth us creating one to save new developers from having to
setup a build environment?

Any thoughts as to what the best Distro to base this on might be?

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


[Powerdevil] [Bug 358588] New: backlight not restored properly, after it was reduced on inactivity

2016-01-26 Thread Johannes Hirte via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358588

Bug ID: 358588
   Summary: backlight not restored properly, after it was reduced
on inactivity
   Product: Powerdevil
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-devel@kde.org
  Reporter: johannes.hi...@datenkhaos.de

After some time of inactivity, the backlight of my laptop is reduced as
configured. But it's not restored, when resuming work on the machine. I can
adjust the backlight by hand, either Fn-Keys or the "battery and brightness"
systray. As a result, I get more and more backlighthelper processes. After one
day, I have more than 100 backlighthelper processes on my system:

ps -e|grep backlighthelper|wc -l
112

I'm running Gentoo with KF5/Plasma packages from git.

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 126893: [kioslave/remote] fix knetattach .desktop filename

2016-01-26 Thread Takahiro Hashimoto

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

(Updated 1月 26, 2016, 10:52 p.m.)


Review request for Plasma.


Changes
---

add comment.


Repository: plasma-workspace


Description
---

The knetattach .desktop file has been renamed to 'org.kde.knetattach.desktop'.
The wizard service name should be changed to the same string.

This patch simply fixes service name of knetatach.


Diffs
-

  kioslave/remote/remoteimpl.cpp ad04a7b 

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


Testing (updated)
---

Confirmed the "Add Network Folder" icon rework in dolphin.
kioslave/remote/tests/testremote has been passed.

We may have some issues about knetattach. At present I cannot create sftp 
network folder. I have confirmed that the ftp network folder works correctly.


Thanks,

Takahiro Hashimoto

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


[Breeze] [Bug 358578] Active window taskbar entry background too bright in Breeze Dark theme

2016-01-26 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358578

Martin Klapetek  changed:

   What|Removed |Added

 CC||mklape...@kde.org

--- Comment #2 from Martin Klapetek  ---
Thanks for the report

If you could attach a screenshot of it in action, ideally in comparison too,
that would be great :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Breeze] [Bug 358578] Active window taskbar entry background too bright in Breeze Dark theme

2016-01-26 Thread Radics Péter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358578

--- Comment #4 from Radics Péter  ---
Created attachment 96856
  --> https://bugs.kde.org/attachment.cgi?id=96856=edit
modified (only the border is blue in taskbar for active window)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Breeze] [Bug 358578] Active window taskbar entry background too bright in Breeze Dark theme

2016-01-26 Thread Radics Péter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358578

--- Comment #5 from Radics Péter  ---
I uploaded two screenshots of the same layout (the second konsole is active).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[plasmashell] [Bug 358578] Active window taskbar entry background too bright in Breeze Dark theme

2016-01-26 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358578

Martin Klapetek  changed:

   What|Removed |Added

  Component|general |Theme - Breeze
   Target Milestone|--- |1.0
Product|Breeze  |plasmashell
   Assignee|plasma-devel@kde.org|visual-des...@kde.org
 CC||plasma-b...@kde.org

--- Comment #6 from Martin Klapetek  ---
Ok, thanks, good stuff.

I'll leave the theme creators to actually decide on it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 126748: [Plasma-NM] Don't emit connection deactivated message on suspending

2016-01-26 Thread Kai Uwe Broulik

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

(Updated Jan. 26, 2016, 5:44 p.m.)


Status
--

This change has been marked as submitted.


Review request for Plasma, Jan Grulich and Lamarque Souza.


Changes
---

Submitted with commit d8edcc6ab77836127f3cef5833bcd9e8a88a6e9f by Kai Uwe 
Broulik to branch master.


Repository: plasma-nm


Description
---

It's quite natural that the connection goes away when we're about to suspend :) 
Watch for this and then don't emit the notification.


Diffs
-

  kded/networkmanagement.notifyrc 7ce437c 
  kded/notification.h 9b8b51a 
  kded/notification.cpp 231d69e 

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


Testing
---

While I still think Plasma-NM is waay too verbose about everything, at 
least it doesn't tell me that I just disconnected when I suspend.

I still get the notification when I turn off Wifi manually.
I also still get the notification that I'm connected again shortly after 
resuming.


Thanks,

Kai Uwe Broulik

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


Plasma 5.5.4

2016-01-26 Thread Jonathan Riddell
Sources for Plasma 5.5.4 are out now featuring a nice refactor and bugfix of 
the notifications to fix them on multi-screen monitors.

https://www.kde.org/announcements/plasma-5.5.4.php

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


plasma-desktop build error on RPi2

2016-01-26 Thread Nicolas Lécureuil

Hi,

i build pasma-workspace w/o problems but i don't pass to build 
plasma-desktop on my Mageia ArmV5 port.


In file included from 
/usr/include/boost/iostreams/detail/is_dereferenceable.hpp:13:0,
 from 
/usr/include/boost/iostreams/detail/resolve.hpp:26,

 from /usr/include/boost/iostreams/detail/push.hpp:24,
 from 
/usr/include/boost/iostreams/detail/streambuf/indirect_streambuf.hpp:31,

 from /usr/include/boost/iostreams/stream_buffer.hpp:22,
 from /usr/include/boost/iostreams/stream.hpp:21,
 from 
/usr/include/boost/spirit/home/qi/stream/detail/iterator_source.hpp:14,
 from 
/usr/include/boost/spirit/home/qi/stream/stream.hpp:16,

 from /usr/include/boost/spirit/home/qi/stream.hpp:15,
 from /usr/include/boost/spirit/home/qi.hpp:30,
 from /usr/include/boost/spirit/include/qi.hpp:16,
 from 
/root/rpmbuild/BUILD/plasma-desktop-5.5.3/kcms/keyboard/preview/geometry_parser.h:24,
 from 
/root/rpmbuild/BUILD/plasma-desktop-5.5.3/kcms/keyboard/preview/geometry_parser.cpp:19:
/usr/include/boost/type_traits/detail/template_arity_spec.hpp:13:84: 
note: #pragma message: NOTE: Use of this header 
(template_arity_spec.hpp) is deprecated
 # pragma message("NOTE: Use of this header (template_arity_spec.hpp) is 
deprecated")
 
   ^

c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
kcms/keyboard/CMakeFiles/kcm_keyboard.dir/build.make:389: recipe for 
target 
'kcms/keyboard/CMakeFiles/kcm_keyboard.dir/preview/geometry_parser.cpp.o' 
failed
make[2]: *** 
[kcms/keyboard/CMakeFiles/kcm_keyboard.dir/preview/geometry_parser.cpp.o] 
Error 4
make[2]: Leaving directory 
'/root/rpmbuild/BUILD/plasma-desktop-5.5.3/build'
CMakeFiles/Makefile2:10916: recipe for target 
'kcms/keyboard/CMakeFiles/kcm_keyboard.dir/all' failed

make[1]: *** [kcms/keyboard/CMakeFiles/kcm_keyboard.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs
make[2]: Entering directory 
'/root/rpmbuild/BUILD/plasma-desktop-5.5.3/build'
[ 91%] Building CXX object 
kcms/ksplash/CMakeFiles/kcm_splashscreen.dir/kcm.cpp.o


and when using clang we obtain :


In file included from 
/home/iurt/co/plasma-desktop/BUILD/plasma-desktop-5.5.3/kcms/keyboard/preview/geometry_parser.cpp:19:
In file included from 
/home/iurt/co/plasma-desktop/BUILD/plasma-desktop-5.5.3/kcms/keyboard/preview/geometry_parser.h:24:

In file included from /usr/include/boost/spirit/include/qi.hpp:16:
In file included from /usr/include/boost/spirit/home/qi.hpp:14:
In file included from /usr/include/boost/spirit/home/qi/action.hpp:14:
In file included from 
/usr/include/boost/spirit/home/qi/action/action.hpp:14:
In file included from 
/usr/include/boost/spirit/home/qi/meta_compiler.hpp:14:
In file included from 
/usr/include/boost/spirit/home/support/meta_compiler.hpp:16:
In file included from 
/usr/include/boost/spirit/include/phoenix_limits.hpp:11:

In file included from /usr/include/boost/phoenix/core/limits.hpp:26:
In file included from /usr/include/boost/proto/proto_fwd.hpp:28:
In file included from /usr/include/boost/utility/result_of.hpp:32:
In file included from /usr/include/boost/utility/declval.hpp:11:
In file included from /usr/include/boost/type_traits/declval.hpp:15:
In file included from 
/usr/include/boost/type_traits/add_rvalue_reference.hpp:16:
/usr/include/boost/type_traits/is_reference.hpp:24:16: fatal error: 
recursive template instantiation exceeded maximum depth of 256
  ::boost::is_lvalue_reference::value || 
::boost::is_rvalue_reference::value>

   ^
/usr/include/boost/type_traits/add_rvalue_reference.hpp:51:54: note: in 
instantiation of template class 
'boost::is_reference, 
boost::fusion::cons, 
boost::fusion::cons, int (), 
boost::proto::exprns_::expr >, 0>, 
boost::spirit::unused_type, boost::spirit::unused_type> >, 
boost::phoenix::actor

Re: plasma-desktop build error on RPi2

2016-01-26 Thread David Rosca
Hi,

> /usr/include/boost/type_traits/is_reference.hpp:24:16: fatal error:
> recursive template instantiation exceeded maximum depth of 256
>   ::boost::is_lvalue_reference::value ||
> ::boost::is_rvalue_reference::value>

That means this check for clang [1] is not working. Would be great if
you can try to fix it and send patch :)

As for your issue, it should be enough to just remove the if check
(preferably fix it), so that "-ftemplate-depth=512" is used with
clang.
For gcc, I guess you are out of luck.

But maybe it's worth adding a build switch to disable/enable building
keyboard layout geometry preview.

Regards,
David

[1] 
https://quickgit.kde.org/?p=plasma-desktop.git=blob=af47a94ffaa5bb203bddd690640dc3719258b54c=295bf76b2624b253a7c785a87722de615c68ab20=kcms%2Fkeyboard%2FCMakeLists.txt#l103

>
>
> --
> Regards,
> Nicolas Lécureuil
> Mageia KDE Team
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[plasmashell] [Bug 328593] Dual screen has regressed in plasma-shell

2016-01-26 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328593

Martin Klapetek  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #5 from Martin Klapetek  ---
This bug seems quite outdated. 

Multi-screen issues are now tracked in the Multi-Screen component
and this has no use anymore as its purpose was to track regressions
for the first release.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel