[Breeze] [Bug 374300] Option to change the font color on the lock screen

2016-12-29 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=374300 Martin Gräßlin changed: What|Removed |Added Product|kscreenlocker |Breeze Assignee|plasma-b...@kde.org

Jenkins-kde-ci: oxygen-icons5 master kf5-qt5 » Linux,gcc - Build # 102 - Still Unstable!

2016-12-29 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/oxygen-icons5%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/102/ Project: PLATFORM=Linux,compiler=gcc Date of build: Fri, 30 Dec 2016 03:25:35 + Build duration: 1 min 7 sec CHANGE SET No changes JUNIT RESULTS Name:

Jenkins-kde-ci: oxygen-icons5 master stable-kf5-qt5 » Linux,gcc - Build # 99 - Still Unstable!

2016-12-29 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/oxygen-icons5%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/99/ Project: PLATFORM=Linux,compiler=gcc Date of build: Fri, 30 Dec 2016 03:22:45 + Build duration: 7 min 5 sec CHANGE SET No changes JUNIT RESULTS

[Breeze] [Bug 374311] it is too easy to activate context menu item if mouse moves during right-click

2016-12-29 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=374311 --- Comment #2 from Christoph Feck --- https://bugreports.qt.io/browse/QTBUG-6632 -- You are receiving this mail because: You are the assignee for the bug.

[Breeze] [Bug 374311] it is too easy to activate context menu item if mouse moves during right-click

2016-12-29 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=374311 --- Comment #1 from Christoph Feck --- This needs to be fixed in Qt, and was already reported, but some Qt bug triager did not believe it is possible to select a menu item without explicitely clicking on it, so it was closed as invalid. I suggest to re

Jenkins-kde-ci: oxygen-icons5 master kf5-qt5 » Linux,gcc - Build # 101 - Still Unstable!

2016-12-29 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/oxygen-icons5%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/101/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 29 Dec 2016 23:55:48 + Build duration: 1 min 0 sec CHANGE SET No changes JUNIT RESULTS Name:

Review Request 129725: [sddm-kcm] Drop unused dependency

2016-12-29 Thread Andreas Sturmlechner
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129725/ --- Review request for Plasma. Repository: sddm-kcm Description --- Dr

Jenkins-kde-ci: oxygen-icons5 master stable-kf5-qt5 » Linux,gcc - Build # 98 - Still Unstable!

2016-12-29 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/oxygen-icons5%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/98/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 29 Dec 2016 23:51:27 + Build duration: 59 sec CHANGE SET No changes JUNIT RESULTS Name

kirigami name

2016-12-29 Thread Jonathan Riddell
kirigami 2 looks like it'll have the same tar name as kirigami 1 https://techbase.kde.org/index.php?title=Kirigami&diff=next&oldid=98188 this means either distros will have to remove one of them when they want to switch to the other or rename the tars. Since there's quite a few apps that use the

[Breeze] [Bug 374311] New: it is too easy to activate context menu item if mouse moves during right-click

2016-12-29 Thread S . Christian Collins
https://bugs.kde.org/show_bug.cgi?id=374311 Bug ID: 374311 Summary: it is too easy to activate context menu item if mouse moves during right-click Product: Breeze Version: 5.8.5 Platform: Neon Packages OS: L

Re: Review Request 129696: Fixes, popups from docks that use masking are misplaced

2016-12-29 Thread Michail Vourlakos
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129696/ --- (Updated Δεκ. 29, 2016, 11:15 μμ.) Status -- This change has been ma

Re: Review Request 129696: Fixes, popups from docks that use masking are misplaced

2016-12-29 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129696/#review101659 --- Ship it! Ship It! - Aleix Pol Gonzalez On Dec. 25, 201

[Differential] [Commented On] D3863: Introduce an InputEventSpy for processing input events

2016-12-29 Thread Martin Gräßlin
graesslin added inline comments. INLINE COMMENTS > sebas wrote in input.cpp:1394 > Wouldn't removeAll() be a bit safer here, or is there a good reason to have > spies enqueued twice? (In that case, duplicates should probably be checked > before insertion. > > In any case, it should be consiste

[Differential] [Accepted] D3863: Introduce an InputEventSpy for processing input events

2016-12-29 Thread Sebastian Kügler
sebas accepted this revision. sebas added a reviewer: sebas. sebas added a comment. This revision is now accepted and ready to land. Some minor stuff, looks good overall. INLINE COMMENTS > input.cpp:1394 > +{ > +m_spies.removeOne(spy); > +} Wouldn't removeAll() be a bit safer here, or is

Re: announcement: plymouth-kcm in kdereview

2016-12-29 Thread Albert Astals Cid
El dijous, 29 de desembre de 2016, a les 12:58:10 CET, Marco Martin va escriure: > Hi all, > announcing a new KCM module to change the plymouth splash screen > The repository is named plymouth-kcm and is headed for kdereview now. > its final resting place would be the workspace area, to be release

Re: plasma crashes with a js

2016-12-29 Thread Nowardev-Team
hello martin , after a discussion on irc channel , on plasma , it seems that this problem is due to a wrong version of some widget on unstable 17.04 kubuntu so i will wait to report a bug untill i am not sure of that . 2016-12-29 14:58 GMT+01:00 Marco Martin : > On Thursday 29 December 2016 13:56

[Differential] [Request, 263 lines] D3863: Introduce an InputEventSpy for processing input events

2016-12-29 Thread Martin Gräßlin
graesslin created this revision. graesslin added reviewers: KWin, Plasma. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel. REVISION SUMMARY So far KWin's input event processing is mostly based on InputEventFilters. A filter can - as th

plasma-devel@kde.org

2016-12-29 Thread Martin Gräßlin
graesslin added inline comments. INLINE COMMENTS > mart wrote in kcm.cpp:642-646 > maybe an even compression with a timer? in KWin? eh, no, please not. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D3832 EMAIL PREFERENCES https://phabricator.kde.org/settings

[Differential] [Commented On] D3809: Use new xkbcommon API for consumed modifiers

2016-12-29 Thread Martin Gräßlin
graesslin added a comment. In https://phabricator.kde.org/D3809#72177, @kfunk wrote: > This patch makes it impossible to build kwin on Ubuntu 16.10 (latest Ubuntu release) against distro libxkbcommon package -- isn't it possible to stay compatible with XKB 0.5.0 for some more time?

plasma-devel@kde.org

2016-12-29 Thread mart (Marco Martin)
mart added inline comments. INLINE COMMENTS > graesslin wrote in kcm.cpp:642-646 > now we have two sections which will reload KWin's config. Can we merge that? > A reload of KWin's config can be really expensive and we don't want to do > that twice. maybe an even compression with a timer? REP

[Differential] [Commented On] D3809: Use new xkbcommon API for consumed modifiers

2016-12-29 Thread kfunk (Kevin Funk)
kfunk added a comment. This patch makes it impossible to build kwin on Ubuntu 16.10 (latest Ubuntu release) -- isn't it possible to stay compatible with XKB 0.5.0 for some more time? Note: looks like libxkbcommon-0.7.0 was released 2016-11-11, so just one month ago. REPOSITORY R108 K

plasma-devel@kde.org

2016-12-29 Thread Martin Gräßlin
graesslin added a comment. In https://phabricator.kde.org/D3832#71865, @mart wrote: > In https://phabricator.kde.org/D3832#71855, @graesslin wrote: > > > I don't think the buttons should be set by a lnf package. > > > the user request was to make possible the l&f themes to emulat

Jenkins-kde-ci: plasma-tests master kf5-qt5 » Linux,gcc - Build # 546 - Fixed!

2016-12-29 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/plasma-tests%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/546/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 29 Dec 2016 14:57:32 + Build duration: 1 min 19 sec CHANGE SET No changes JUNIT RESULTS Name:

Jenkins-kde-ci: plasma-tests master kf5-qt5 » Linux,gcc - Build # 546 - Fixed!

2016-12-29 Thread no-reply
GENERAL INFO BUILD SUCCESS Build URL: https://build.kde.org/job/plasma-tests%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/546/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 29 Dec 2016 14:57:32 + Build duration: 1 min 19 sec CHANGE SET No changes JUNIT RESULTS Name:

Jenkins-kde-ci: plasma-desktop master kf5-qt5 » Linux,gcc - Build # 503 - Still Failing!

2016-12-29 Thread no-reply
GENERAL INFO BUILD FAILURE Build URL: https://build.kde.org/job/plasma-desktop%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/503/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 29 Dec 2016 13:45:02 + Build duration: 47 sec CHANGE SET Revision 2b9aea85a2902d5f790f88fdf76ccf5a87d07

Re: plasma crashes with a js

2016-12-29 Thread Marco Martin
On Thursday 29 December 2016 13:56:16 Nowardev-Team wrote: > hello i was using plasma shell interactive console with this code on plasma > 5.7.5 (qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell. > showInteractiveConsole > > ) > > and plasma just crashes can you reproduce this ? can yo

Jenkins-kde-ci: plasma-tests master kf5-qt5 » Linux,gcc - Build # 545 - Unstable!

2016-12-29 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-tests%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/545/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 29 Dec 2016 13:35:29 + Build duration: 5 min 14 sec CHANGE SET No changes JUNIT RESULTS Name:

[Differential] [Closed] D3852: import/export panel visibility with js

2016-12-29 Thread mart (Marco Martin)
This revision was automatically updated to reflect the committed changes. Closed by commit R120:28f30459dca1: import/export panel visibility with js (authored by mart). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3852?vs=9448&id=9450 REVISION DETA

[Differential] [Updated] D3852: import/export panel visibility with js

2016-12-29 Thread mart (Marco Martin)
mart updated the summary for this revision. REPOSITORY R120 Plasma Workspace BRANCH phab/exportPanVisibility REVISION DETAIL https://phabricator.kde.org/D3852 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: mart, davidedmundson, #plasma Cc: davidedmun

[Differential] [Accepted] D3852: import/export panel visibility with js

2016-12-29 Thread davidedmundson (David Edmundson)
davidedmundson accepted this revision. davidedmundson added a reviewer: davidedmundson. davidedmundson added a comment. This revision is now accepted and ready to land. but fix the typo in the commit. REPOSITORY R120 Plasma Workspace BRANCH phab/exportPanVisibility REVISION DETAIL http

[Differential] [Accepted] D3838: [Calendar] Optimize day delegate

2016-12-29 Thread mart (Marco Martin)
mart accepted this revision. mart added a reviewer: mart. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Frameworks REVISION DETAIL https://phabricator.kde.org/D3838 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: broulik, #plasm

plasma crashes with a js

2016-12-29 Thread Nowardev-Team
hello i was using plasma shell interactive console with this code on plasma 5.7.5 (qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell. showInteractiveConsole ) and plasma just crashes can you reproduce this ? i will paste down here the code : > var panel = new Panel > var panelScreen

plasma-devel@kde.org

2016-12-29 Thread mart (Marco Martin)
mart updated this revision to Diff 9449. mart added a comment. - export servicetypes REPOSITORY R118 Plasma SDK CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3833?vs=9439&id=9449 BRANCH phab/kwintheme REVISION DETAIL https://phabricator.kde.org/D3833 AFFECTED FILES looka

Re: Scrap Baloo Thread Feedback

2016-12-29 Thread Dominik Haumann
Hi all, CC: plasma-devel, due to stability issues On Fri, Oct 7, 2016 at 5:56 PM, Christoph Cullmann wrote: > Hi, > [...] > Actually, the bugs.kde.org page tells you the facts: The bug number > was constant increasing since > 1 year. The thread lists some other facts > what is wrong ATM and shou

[Differential] [Request, 16 lines] D3852: import/export panel visibility with js

2016-12-29 Thread mart (Marco Martin)
mart created this revision. mart added a reviewer: Plasma. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Both when exporting and importing plasma layout to json consider the panel cisibility as well together the other

Jenkins-kde-ci: oxygen-icons5 master kf5-qt5 » Linux,gcc - Build # 100 - Still Unstable!

2016-12-29 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/oxygen-icons5%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/100/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 29 Dec 2016 11:31:09 + Build duration: 1 min 0 sec CHANGE SET No changes JUNIT RESULTS Name:

Jenkins-kde-ci: oxygen-icons5 master stable-kf5-qt5 » Linux,gcc - Build # 97 - Still Unstable!

2016-12-29 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/oxygen-icons5%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/97/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 29 Dec 2016 11:29:19 + Build duration: 6 min 5 sec CHANGE SET No changes JUNIT RESULTS

announcement: plymouth-kcm in kdereview

2016-12-29 Thread Marco Martin
Hi all, announcing a new KCM module to change the plymouth splash screen The repository is named plymouth-kcm and is headed for kdereview now. its final resting place would be the workspace area, to be released in sync with the rest of Plasma -- Marco Martin

Re: Repo freeze on Thursday

2016-12-29 Thread Marco Martin
On Thursday 29 December 2016 11:13:49 Jonathan Riddell wrote: > On Thu, Dec 29, 2016 at 11:31:51AM +0100, Marco Martin wrote: > > On Tuesday 27 December 2016 22:57:08 Jonathan Riddell wrote: > > > Repo freeze is on Thursday, so if anyone has any more Git modules they > > > want added to Plasma for

[Differential] [Commented On] D3822: use a native event filter to notice the screen was swapped

2016-12-29 Thread davidedmundson (David Edmundson)
davidedmundson added a comment. > so, landing in both master and 5.8 Master yes, 5.8 it's up to you. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D3822 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: mart, sebas,

[Differential] [Closed] D3822: use a native event filter to notice the screen was swapped

2016-12-29 Thread mart (Marco Martin)
This revision was automatically updated to reflect the committed changes. Closed by commit R120:668aba4dfa27: use a native event filter to notice the screen was swapped (authored by mart). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3822?vs=9409&id

[Differential] [Commented On] D3822: use a native event filter to notice the screen was swapped

2016-12-29 Thread mart (Marco Martin)
mart added a comment. so, landing in both master and 5.8 REPOSITORY R120 Plasma Workspace BRANCH phab/nativeeventfilt REVISION DETAIL https://phabricator.kde.org/D3822 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: mart, sebas, davidedmundson, #p

plasma-devel@kde.org

2016-12-29 Thread mart (Marco Martin)
mart updated this revision to Diff 9442. mart added a comment. - drop window button order REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3832?vs=9413&id=9442 BRANCH phab/kwinlnf REVISION DETAIL https://phabricator.kde.org/D3832 AFFECTED FILES

[Differential] [Accepted] D3822: use a native event filter to notice the screen was swapped

2016-12-29 Thread davidedmundson (David Edmundson)
davidedmundson accepted this revision. This revision is now accepted and ready to land. REPOSITORY R120 Plasma Workspace BRANCH phab/nativeeventfilt REVISION DETAIL https://phabricator.kde.org/D3822 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: mart

plasma-devel@kde.org

2016-12-29 Thread mart (Marco Martin)
mart updated this revision to Diff 9439. mart added a comment. - drop buttons order REPOSITORY R118 Plasma SDK CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3833?vs=9414&id=9439 BRANCH phab/kwintheme REVISION DETAIL https://phabricator.kde.org/D3833 AFFECTED FILES lookan

[Differential] [Commented On] D3822: use a native event filter to notice the screen was swapped

2016-12-29 Thread mart (Marco Martin)
mart added inline comments. INLINE COMMENTS > pmuralidharan wrote in screenpool.cpp:203 > Wondering whether returning false always is correct. It feels wrong but I may > be missing something. always returning false means you don't want to ever block such events from further management, which i

Re: Repo freeze on Thursday

2016-12-29 Thread Jonathan Riddell
On Thu, Dec 29, 2016 at 11:31:51AM +0100, Marco Martin wrote: > On Tuesday 27 December 2016 22:57:08 Jonathan Riddell wrote: > > Repo freeze is on Thursday, so if anyone has any more Git modules they > > want added to Plasma for 5.9 speak now or forever haud yet wheesht > > > > Currently I plan th

Re: [plasma-devel] Re: Repo freeze on Thursday

2016-12-29 Thread Jonathan Riddell
On Thu, Dec 29, 2016 at 11:31:51AM +0100, Marco Martin wrote: > On Tuesday 27 December 2016 22:57:08 Jonathan Riddell wrote: > > Repo freeze is on Thursday, so if anyone has any more Git modules they > > want added to Plasma for 5.9 speak now or forever haud yet wheesht > > > > Currently I plan th

Re: Repo freeze on Thursday

2016-12-29 Thread Marco Martin
On Tuesday 27 December 2016 22:57:08 Jonathan Riddell wrote: > Repo freeze is on Thursday, so if anyone has any more Git modules they > want added to Plasma for 5.9 speak now or forever haud yet wheesht > > Currently I plan the same tars as in the 5.8 release Yo, the repo plymouth-kcm should be a

Feedback for pop ups misplacement in panels with mask set

2016-12-29 Thread Michail Vourlakos
bug: https://bugs.kde.org/show_bug.cgi?id=374127 Can I please have your review for: https://git.reviewboard.kde.org/r/129696/ ? regards, michail