Latte Dock - Drag n' Drop applets between desktop and Latte

2017-12-20 Thread Michail Vourlakos
There are Latte users that requested this ( https://github.com/psifidotos/Latte-Dock/issues/803) in order to not lose their applets configuration when moving them between Desktop, Plasma Panels and Latte. I am almost certain that currently this isnt possible but I would like to be sure Second

What needs from Latte Dock to support Look N' Feel packages?

2017-12-20 Thread Michail Vourlakos
Hello everyone, I have created the following: https://phabricator.kde.org/T7622 in order to track down the info needed in order for Latte Dock to support properly Plasma Look N. Feel packages. Feel free to contribute in the discussion please... thank you

D9433: [GTK 3 Preview] Don't explicitly set black background

2017-12-20 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R99 KDE Gtk Configuration Tool REVISION DETAIL https://phabricator.kde.org/D9433 To: broulik, #plasma, apol Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas,

D9434: Fix temp GTK3 settings path

2017-12-20 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R99 KDE Gtk Configuration Tool REVISION DETAIL https://phabricator.kde.org/D9434 To: broulik, #plasma, apol Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas,

D9434: Fix temp GTK3 settings path

2017-12-20 Thread Kai Uwe Broulik
broulik created this revision. broulik added reviewers: Plasma, apol. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY There was a slash missing resulting in it saving to `/tmp.config` and then it failed to look it up TES

D9433: [GTK 3 Preview] Don't explicitly set black background

2017-12-20 Thread Kai Uwe Broulik
broulik created this revision. broulik added reviewers: Plasma, apol. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. TEST PLAN Dialog looks good now. I don't understand why that was done in the first place. F5558768: Screenshot_2017122

KDE CI: Plasma breeze-gtk kf5-qt5 FreeBSDQt5.9 - Build # 6 - Fixed!

2017-12-20 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Plasma%20breeze-gtk%20kf5-qt5%20FreeBSDQt5.9/6/ Project: Plasma breeze-gtk kf5-qt5 FreeBSDQt5.9 Date of build: Wed, 20 Dec 2017 14:39:55 + Build duration: 2 min 41 sec and counting

KDE CI: Plasma breeze-gtk kf5-qt5 SUSEQt5.9 - Build # 21 - Fixed!

2017-12-20 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Plasma%20breeze-gtk%20kf5-qt5%20SUSEQt5.9/21/ Project: Plasma breeze-gtk kf5-qt5 SUSEQt5.9 Date of build: Wed, 20 Dec 2017 14:39:55 + Build duration: 1 min 18 sec and counting Cobertura Report

KDE CI: Plasma breeze-gtk kf5-qt5 FreeBSDQt5.9 - Build # 5 - Failure!

2017-12-20 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Plasma%20breeze-gtk%20kf5-qt5%20FreeBSDQt5.9/5/ Project: Plasma breeze-gtk kf5-qt5 FreeBSDQt5.9 Date of build: Wed, 20 Dec 2017 14:34:25 + Build duration: 1 min 41 sec and counting CONSOLE OUTPUT

KDE CI: Plasma breeze-gtk kf5-qt5 SUSEQt5.9 - Build # 20 - Failure!

2017-12-20 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Plasma%20breeze-gtk%20kf5-qt5%20SUSEQt5.9/20/ Project: Plasma breeze-gtk kf5-qt5 SUSEQt5.9 Date of build: Wed, 20 Dec 2017 14:34:25 + Build duration: 59 sec and counting CONSOLE OUTPUT [...truncat

D9431: [Login / Lock screen] Highlight button when focus or hover

2017-12-20 Thread Kai Uwe Broulik
broulik added a comment. I'll probably just go with "underline on focus" and leave everything unchanged, ie. no highlight effect as (for some reason) we never had that before in the design. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D9431 To: broulik,

D9431: [Login / Lock screen] Highlight button when focus or hover

2017-12-20 Thread Fabian Riethmayer
fabianr added a comment. Hover and focus should not have the same visual effect, otherwise a user can not distinguish them. Either - show only an effect for focus - use two different effects, eg underline and highlight - handle it like a list and use the same highlight for focus

D9431: [Login / Lock screen] Highlight button when focus or hover

2017-12-20 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D9431 To: broulik, #plasma, #vdg, davidedmundson Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg,

D9431: [Login / Lock screen] Highlight button when focus or hover

2017-12-20 Thread Kai Uwe Broulik
broulik created this revision. broulik added reviewers: Plasma, VDG. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY This makes it obvious that tabbing moves to the button and makes it consistent with the user delegate th

D9422: [Connection Item] Use QtQuick's built-in HSV color features for cycling download color

2017-12-20 Thread Jan Grulich
jgrulich accepted this revision. This revision is now accepted and ready to land. REPOSITORY R116 Plasma Network Management Applet REVISION DETAIL https://phabricator.kde.org/D9422 To: broulik, #plasma, jgrulich Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg,

D9422: [Connection Item] Use QtQuick's built-in HSV color features for cycling download color

2017-12-20 Thread Kai Uwe Broulik
broulik created this revision. broulik added reviewers: Plasma, jgrulich. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. TEST PLAN `Qt.hsva` was added in Qt 5.5 and the `hsvHue` stuff was merged in July 2016, so should be fine to use now