Jenkins-kde-ci: plasma-workspace Plasma-5.9 stable-kf5-qt5 » Linux,gcc - Build # 56 - Still Unstable!

2017-02-08 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-workspace%20Plasma-5.9%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/56/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 09 Feb 2017 06:35:37 + Build duration: 24 min CHANGE SET Revision

[Differential] [Request, 1 line] D4518: Ungrab mouse in taskmanager context menu

2017-02-08 Thread Anthony Fieroni
anthonyfieroni created this revision. anthonyfieroni added reviewers: hein, davidedmundson, broulik. anthonyfieroni added a subscriber: Plasma. anthonyfieroni set the repository for this revision to R119 Plasma Desktop. Restricted Application added a project: Plasma. Restricted Application added a

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

2017-02-08 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/734/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 09 Feb 2017 04:52:40 + Build duration: 6 min 47 sec CHANGE SET Revision

[Differential] [Updated, 23 lines] D4491: Let make taskmanager tooltip readable again

2017-02-08 Thread Anthony Fieroni
anthonyfieroni updated this revision to Diff 11096. anthonyfieroni added a comment. Stop binding loop on height REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4491?vs=11086=11096 REVISION DETAIL https://phabricator.kde.org/D4491 AFFECTED FILES

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

2017-02-08 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-desktop%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/604/ Project: PLATFORM=Linux,compiler=gcc Date of build: Thu, 09 Feb 2017 04:52:05 + Build duration: 6 min 46 sec CHANGE SET Revision

Look and Feel in 5.8

2017-02-08 Thread Łukasz Sawicki
Hi, Long story short. We have 3 basics problems with Look and Feel in Plasma 5.8 1. While support for dependencies was implemented in KDE Frameworks 5.29, one needs Frameworks 5.31 (yet to be released) for more or less bug free experience. And I assume that most of the l themes will use this

[Differential] [Updated] D4491: Let make taskmanager tooltip readable again

2017-02-08 Thread Anthony Fieroni
anthonyfieroni updated the test plan for this revision. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D4491 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: anthonyfieroni, #plasma, #plasma:_design Cc: broulik, subdiff, hein,

[Differential] [Updated] D4491: Let make taskmanager tooltip readable again

2017-02-08 Thread Anthony Fieroni
anthonyfieroni updated the test plan for this revision. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D4491 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: anthonyfieroni, #plasma, #plasma:_design Cc: broulik, subdiff, hein,

[Differential] [Updated, 20 lines] D4491: Let make taskmanager tooltip readable again

2017-02-08 Thread Anthony Fieroni
anthonyfieroni updated this revision to Diff 11086. REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4491?vs=11039=11086 REVISION DETAIL https://phabricator.kde.org/D4491 AFFECTED FILES applets/taskmanager/package/contents/ui/ToolTipInstance.qml

Re: Review Request 129867: Complete oxygen look and feel

2017-02-08 Thread Anthony Fieroni
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129867/ --- (Updated Feb. 8, 2017, 8:25 p.m.) Status -- This change has been

[Differential] [Updated, 2,990 lines] D4508: [WIP] Plasma controls based on QtQuickControls2

2017-02-08 Thread Marco Martin
mart updated this revision to Diff 11082. mart added a comment. - start a Plasma qqc2 style - add labels and button - add ToolButton - add checkboxes and check delegates - warnings-- - add ComboBox - add Container and Control - add Dialog, Popup - add Drawer - add Frame -

[Differential] [Reopened] D4508: [WIP] Plasma controls based on QtQuickControls2

2017-02-08 Thread Marco Martin
mart reopened this revision. mart added inline comments. INLINE COMMENTS > broulik wrote in BusyIndicator.qml:28 > Apparently in Qt 5.8 the implicit sizes now take into account padding but > since we want to support 5.7 (?) makes sense. > > Mentioned in the changelog: >

[Differential] [Closed] D4508: [WIP] Plasma controls based on QtQuickControls2

2017-02-08 Thread Marco Martin
This revision was automatically updated to reflect the committed changes. Closed by commit R242:b2f6a9503738: separately install as style and import (authored by mart). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D4508?vs=11077=11080#toc REPOSITORY R242 Plasma Framework (Library)

[Differential] [Updated, 5,900 lines] D4508: [WIP] Plasma controls based on QtQuickControls2

2017-02-08 Thread Marco Martin
mart updated this revision to Diff 11077. mart added a comment. - separately install as style and import REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4508?vs=11076=11077 BRANCH mart/qqc2style REVISION DETAIL

[Differential] [Commented On] D4508: [WIP] Plasma controls based on QtQuickControls2

2017-02-08 Thread Kai Uwe Broulik
broulik added a comment. Skimmed through it until `ItemDelegate.qml`, few nitpicks for that below INLINE COMMENTS > BusyIndicator.qml:28 > + > +implicitWidth: contentItem.implicitWidth + leftPadding + rightPadding > +implicitHeight: contentItem.implicitHeight + topPadding +

[Differential] [Accepted] D4503: Binary clock QML applet

2017-02-08 Thread Marco Martin
mart accepted this revision. mart added a reviewer: mart. mart added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > BinaryClock.qml:41 > + > +Layout.minimumWidth: w1 < 20 ? 20 : w1 > +Layout.maximumWidth: Infinity this should be in gridunits? >

[Differential] [Request, 2,947 lines] D4508: [WIP] Plasma controls based on QtQuickControls2

2017-02-08 Thread Marco Martin
mart created this revision. mart added a reviewer: Plasma. Restricted Application added projects: Plasma, Frameworks. Restricted Application added subscribers: Frameworks, plasma-devel. REVISION SUMMARY This is a basic styling of a QtQuickControls2 series based on Plasma theme. it has the

[Differential] [Closed] D4505: Stop linking X11_Xcursor_LIB in KScreenLocker

2017-02-08 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R133:dd9a089cfaef: Stop linking X11_Xcursor_LIB in KScreenLocker (authored by broulik). REPOSITORY R133 KScreenLocker CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4505?vs=11068=11075

[Differential] [Accepted] D4505: Stop linking X11_Xcursor_LIB in KScreenLocker

2017-02-08 Thread Martin Gräßlin
graesslin accepted this revision. REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D4505 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: broulik, #plasma, davidedmundson, graesslin Cc: plasma-devel, lesliezhai, ali-mohamed,

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

2017-02-08 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-desktop%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/603/ Project: PLATFORM=Linux,compiler=gcc Date of build: Wed, 08 Feb 2017 16:30:58 + Build duration: 14 min CHANGE SET Revision

[Differential] [Closed] D4504: [Icons KCM] Take into account device pixel ratio for icon preview

2017-02-08 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R119:f7e84d0de6e9: [Icons KCM] Take into account device pixel ratio for icon preview (authored by broulik). REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE

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

2017-02-08 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/733/ Project: PLATFORM=Linux,compiler=gcc Date of build: Wed, 08 Feb 2017 16:28:44 + Build duration: 5 min 36 sec CHANGE SET Revision

[Differential] [Closed] D4488: [System Tray] Introduce "effectiveStatus" property and update visibility only when that changes

2017-02-08 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R120:a7d56be57a1c: [System Tray] Introduce "effectiveStatus" property and update visibility only… (authored by broulik). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE

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

2017-02-08 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-desktop%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/602/ Project: PLATFORM=Linux,compiler=gcc Date of build: Wed, 08 Feb 2017 16:00:41 + Build duration: 15 min CHANGE SET Revision

Plasma Meetings and To Do list

2017-02-08 Thread Jonathan Riddell
We traditionally have a kickoff meeting at the start of each Plasma cycle to review the schedule and todo board. This feels a bit weird since most of us are in the same room this week. We also pondered on a couple of other process features, first that we don't use the To Do board hardly at all

[Differential] [Accepted] D4488: [System Tray] Introduce "effectiveStatus" property and update visibility only when that changes

2017-02-08 Thread Marco Martin
mart accepted this revision. mart added a reviewer: mart. This revision is now accepted and ready to land. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D4488 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: broulik,

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126016/#review102489 --- please post this again on phabricator if is still relevant

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2017-02-08 Thread Johan Ouwerkerk
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126016/ --- (Updated Feb. 8, 2017, 4:02 p.m.) Status -- This change has been

Re: Review Request 125773: Fix units.gridSize and theme.mSize for some fonts

2017-02-08 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125773/ --- (Updated Feb. 8, 2017, 4:02 p.m.) Status -- This change has been

Re: Review Request 125773: Fix units.gridSize and theme.mSize for some fonts

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125773/#review102488 --- please post this again on phabricator if is still relevant

Re: Review Request 123682: Plasma-Desktop: Port kcm fonts to QML.

2017-02-08 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123682/ --- (Updated Feb. 8, 2017, 4:01 p.m.) Status -- This change has been

Re: Review Request 123682: Plasma-Desktop: Port kcm fonts to QML.

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123682/#review102487 --- please post this again on phabricator if is still relevant

Re: Review Request 125199: change KCM behavior as the ksmserver default for session restore changed

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125199/#review102486 --- any news on this? please post this again on phabricator if

Re: Review Request 125198: by default do not restore the previous session on next login

2017-02-08 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125198/ --- (Updated Feb. 8, 2017, 4 p.m.) Status -- This change has been

Re: Review Request 125199: change KCM behavior as the ksmserver default for session restore changed

2017-02-08 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125199/ --- (Updated Feb. 8, 2017, 4:01 p.m.) Status -- This change has been

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

2017-02-08 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-desktop%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/601/ Project: PLATFORM=Linux,compiler=gcc Date of build: Wed, 08 Feb 2017 15:43:51 + Build duration: 15 min CHANGE SET Revision

Re: Review Request 125198: by default do not restore the previous session on next login

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125198/#review102484 --- any news on this? please post this again on phabricator if

Re: Review Request 128392: [kickoff] kickoff should use icons from icon theme

2017-02-08 Thread Andrey Bondrov
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128392/ --- (Updated Feb. 8, 2017, 3:59 p.m.) Status -- This change has been

Re: Review Request 128392: [kickoff] kickoff should use icons from icon theme

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128392/#review102483 --- please post this again on phabricator if is still relevant

Re: Review Request 126720: Adds QML's PlasmaCore.SVG CustomColor feature

2017-02-08 Thread Nico Rodsevich
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126720/ --- (Updated Feb. 8, 2017, 3:56 p.m.) Status -- This change has been

Re: Review Request 126720: Adds QML's PlasmaCore.SVG CustomColor feature

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126720/#review102482 --- please post this again on phabricator if is still relevant

Re: Review Request 128109: Provide demo/preview for checkable menu items too [WIP]

2017-02-08 Thread René J . V . Bertin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128109/ --- (Updated Feb. 8, 2017, 3:53 p.m.) Status -- This change has been

Re: Review Request 128109: Provide demo/preview for checkable menu items too [WIP]

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128109/#review102481 --- please post this again on phabricator if is still relevant

[Differential] [Commented On] D3562: [Task Manager] Create toolTipDelegate on demand

2017-02-08 Thread Eike Hein
hein added a comment. In https://phabricator.kde.org/D3562#84078, @broulik wrote: > > destroy it when no longer needed > > When I disable the "show tooltips" setting or when I close the tooltip? I don't want to re-create the tooltip item everytime, though. Just the setting~

Jenkins-kde-ci: plasma-desktop Plasma-5.9 stable-kf5-qt5 » Linux,gcc - Build # 56 - Still Unstable!

2017-02-08 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-desktop%20Plasma-5.9%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/56/ Project: PLATFORM=Linux,compiler=gcc Date of build: Wed, 08 Feb 2017 15:42:41 + Build duration: 6 min 25 sec CHANGE SET Revision

Re: Review Request 128417: Retain original task button sort order when in manual sort mode and plasmashell restarts.

2017-02-08 Thread Xuân Baldauf
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128417/ --- (Updated Feb. 8, 2017, 3:50 p.m.) Status -- This change has been

Re: Review Request 128417: Retain original task button sort order when in manual sort mode and plasmashell restarts.

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128417/#review102480 --- please post this again on phabricator if is still relevant

Re: Review Request 121207: Port the notes editor to KDevPlatform

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121207/#review102478 --- please post this again on phabricator if is still relevant

Re: Review Request 121208: Port the KConfigXtEditor to KDevPlatform

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121208/#review102479 --- please post this again on phabricator if is still relevant

Re: Review Request 121208: Port the KConfigXtEditor to KDevPlatform

2017-02-08 Thread Giorgos Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121208/ --- (Updated Feb. 8, 2017, 3:49 p.m.) Status -- This change has been

Re: Review Request 121207: Port the notes editor to KDevPlatform

2017-02-08 Thread Giorgos Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121207/ --- (Updated Feb. 8, 2017, 3:49 p.m.) Status -- This change has been

Re: Review Request 129095: KCM Cursor fix button size for select size

2017-02-08 Thread Andreas Kainz
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129095/ --- (Updated Feb. 8, 2017, 3:48 p.m.) Status -- This change has been

Re: Review Request 129095: KCM Cursor fix button size for select size

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129095/#review102477 --- please post it again to phabricator if is still relevant -

Re: Review Request 129838: fix no-display of CPU bars per core (and fix some warnings)

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129838/#review102476 --- any update on this? - Marco Martin On Jan. 15, 2017,

Re: Review Request 126902: Set buddy widgets in Font KCM

2017-02-08 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126902/ --- (Updated Feb. 8, 2017, 3:43 p.m.) Status -- This change has been

[Differential] [Closed] D4476: Reverse TaskManager DragDrop to blacklist Plasma instead of whitelisting URLs

2017-02-08 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R119:8709b7edd5d1: Reverse TaskManager DragDrop to blacklist Plasma instead of whitelisting URLs (authored by davidedmundson). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D4476?vs=11013=11070#toc

Re: Review Request 129867: Complete oxygen look and feel

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129867/#review102475 --- Ship it! should be either pushed quicly or moved to

Plasma 5.10 Schedule

2017-02-08 Thread Jonathan Riddell
I'm reminded that I'm wonderfully organised and already penciled in a release schedule for Plasma 5.10 and indeed 5.11 as well as some more 5.8LTS releases https://community.kde.org/Schedules/Plasma_5

Re: Review Request 129315: Don't install plasmoid desktop files as services

2017-02-08 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129315/ --- (Updated Feb. 8, 2017, 3:37 p.m.) Status -- This change has been

Re: Review Request 128484: Don't set a Window Icon on Plamsa::Dialog

2017-02-08 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128484/ --- (Updated Feb. 8, 2017, 3:36 p.m.) Status -- This change has been

Re: Review Request 125891: calendar: Allow to scroll navigate in the entire DaysCalendar component

2017-02-08 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125891/ --- (Updated Feb. 8, 2017, 3:33 p.m.) Status -- This change has been

Re: Review Request 125891: calendar: Allow to scroll navigate in the entire DaysCalendar component

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125891/#review102473 --- this seems superseded by the zoom feature in the calendar.

Re: Review Request 126115: Unset environment variables before starting kwin_wayland

2017-02-08 Thread Marco Martin
> On Feb. 8, 2017, 2:42 p.m., Marco Martin wrote: > > is this still valid? please move it to phabricator if still valid - Marco --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request 126115: Unset environment variables before starting kwin_wayland

2017-02-08 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126115/ --- (Updated Feb. 8, 2017, 3:32 p.m.) Status -- This change has been

Re: Review Request 125926: [Image Wallpaper] Take into account orientation

2017-02-08 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125926/ --- (Updated Feb. 8, 2017, 3:30 nachm.) Status -- This change has been

[Differential] [Accepted] D4504: [Icons KCM] Take into account device pixel ratio for icon preview

2017-02-08 Thread David Edmundson
davidedmundson accepted this revision. davidedmundson added a reviewer: davidedmundson. This revision is now accepted and ready to land. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D4504 EMAIL PREFERENCES

[Differential] [Accepted] D4505: Stop linking X11_Xcursor_LIB in KScreenLocker

2017-02-08 Thread David Edmundson
davidedmundson accepted this revision. davidedmundson added a reviewer: davidedmundson. This revision is now accepted and ready to land. REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D4505 EMAIL PREFERENCES

[Differential] [Commented On] D4366: WIP: Add screen recorder interface

2017-02-08 Thread Fredrik Höglund
fredrik added a comment. I know this revision has been abandoned, but I wanted to comment on a few things for future reference. INLINE COMMENTS > screencast.cpp:105 > + > +QRect geometry = effects->virtualScreenGeometry(); > + I strongly suggest that you use the damage information from

[Differential] [Request, 1 line] D4505: Stop linking X11_Xcursor_LIB in KScreenLocker

2017-02-08 Thread Kai Uwe Broulik
broulik created this revision. broulik added reviewers: Plasma, graesslin. broulik set the repository for this revision to R133 KScreenLocker. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY It's not used. BUG:

Re: Review Request 124870: RTL support for Buttons and TabBar animation

2017-02-08 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124870/ --- (Updated Feb. 8, 2017, 3 nachm.) Status -- This change has been

[Differential] [Request, 13 lines] D4504: [Icons KCM] Take into account device pixel ratio for icon preview

2017-02-08 Thread Kai Uwe Broulik
broulik created this revision. broulik added a reviewer: Plasma. broulik set the repository for this revision to R119 Plasma Desktop. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY While at it, fill the pixmap with

Re: Review Request 125916: [kcm icons] Take into account device pixel ratio for icon preview

2017-02-08 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125916/ --- (Updated Feb. 8, 2017, 2:59 nachm.) Status -- This change has been

Re: Review Request 126115: Unset environment variables before starting kwin_wayland

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126115/#review102469 --- is this still valid? - Marco Martin On Nov. 19, 2015,

Jenkins-kde-ci: plasma-workspace Plasma-5.9 stable-kf5-qt5 » Linux,gcc - Build # 55 - Still Unstable!

2017-02-08 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-workspace%20Plasma-5.9%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/55/ Project: PLATFORM=Linux,compiler=gcc Date of build: Wed, 08 Feb 2017 14:07:11 + Build duration: 27 min CHANGE SET Revision

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

2017-02-08 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/732/ Project: PLATFORM=Linux,compiler=gcc Date of build: Wed, 08 Feb 2017 14:07:36 + Build duration: 26 min CHANGE SET Revision

Re: Review Request 120325: port of the kde4 c++ based binary clock to kf5/qml only. It works on the desktop, but some sizing/dot sizeing issues exist in the panels. At least it is a start

2017-02-08 Thread Joseph Wenninger
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120325/ --- (Updated Feb. 8, 2017, 2:32 p.m.) Status -- This change has been

Re: Review Request 120325: port of the kde4 c++ based binary clock to kf5/qml only. It works on the desktop, but some sizing/dot sizeing issues exist in the panels. At least it is a start

2017-02-08 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120325/#review102468 --- Cleaned up patch and moved into:

[Differential] [Request, 1,077 lines] D4503: Binary clock QML applet

2017-02-08 Thread David Edmundson
davidedmundson created this revision. davidedmundson added a reviewer: Plasma. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Patch by Joseph Wenninger Taken from: https://git.reviewboard.kde.org/r/120325/ TEST

Re: Review Request 124543: Don't horizontally shift dialog

2017-02-08 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124543/ --- (Updated Feb. 8, 2017, 2:25 nachm.) Status -- This change has been

Re: Review Request 124310: Improve quick chat widget

2017-02-08 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124310/ --- (Updated Feb. 8, 2017, 2:25 nachm.) Status -- This change has been

Re: Review Request 125897: [Clipboard plasmoid] Fix line breaks

2017-02-08 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125897/ --- (Updated Feb. 8, 2017, 2:24 nachm.) Status -- This change has been

Re: Review Request 126642: [Theme] Take Plasma Framework version into account in theme cache

2017-02-08 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126642/ --- (Updated Feb. 8, 2017, 2:24 nachm.) Status -- This change has been

Re: Review Request 127318: [Applet] Actually delete applet when undo times out

2017-02-08 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127318/ --- (Updated Feb. 8, 2017, 2:23 nachm.) Status -- This change has been

Re: Review Request 128895: Return high-resolution line edit clear icon

2017-02-08 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128895/ --- (Updated Feb. 8, 2017, 2:09 nachm.) Status -- This change has been

[Differential] [Closed] D4497: [Clipboard plasmoid] Fix line breaks

2017-02-08 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R120:ee26a1393785: [Clipboard plasmoid] Fix line breaks (authored by broulik). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4497?vs=11057=11063 REVISION

[Differential] [Accepted] D4497: [Clipboard plasmoid] Fix line breaks

2017-02-08 Thread David Edmundson
davidedmundson accepted this revision. davidedmundson added a reviewer: davidedmundson. This revision is now accepted and ready to land. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D4497 EMAIL PREFERENCES

Re: Review Request 125568: Revised Breeze Plasma theme for 5.5.

2017-02-08 Thread Uri Herrera
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125568/ --- (Updated Feb. 8, 2017, 1:47 p.m.) Status -- This change has been

Re: Review Request 124394: Timer: trying to fix missing translation in config file (not working)

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124394/#review102465 --- if this patch is still relevant, please repost it to

Re: Review Request 124394: Timer: trying to fix missing translation in config file (not working)

2017-02-08 Thread Bernhard Friedreich
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124394/ --- (Updated Feb. 8, 2017, 1:46 p.m.) Status -- This change has been

Re: Review Request 123382: System tray: Show more than 8 entries.

2017-02-08 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123382/ --- (Updated Feb. 8, 2017, 1:30 p.m.) Status -- This change has been

Re: Review Request 123382: System tray: Show more than 8 entries.

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123382/#review102464 --- systray has been rewritten, not valid anymore - Marco

Re: Review Request 123271: improve kickoff representation on vertical panels

2017-02-08 Thread Mathias Kraus
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123271/ --- (Updated Feb. 8, 2017, 1:29 p.m.) Status -- This change has been

[Differential] [Closed] D4492: [KHintsSettings] Emit QGuiApplication::paletteChanged when run as QApplication

2017-02-08 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R135:ab3298b3f5f7: [KHintsSettings] Emit QGuiApplication::paletteChanged when run as QApplication (authored by broulik). REPOSITORY R135 Integration for Qt applications in Plasma CHANGES SINCE LAST

Re: Review Request 123271: improve kickoff representation on vertical panels

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123271/#review102463 --- kickoff has been rewritten, the patch is not valid anymore.

Re: Review Request 122653: Set permissions for links in remote:, necessary for correct visualization

2017-02-08 Thread Stefan Brüns
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122653/ --- (Updated Feb. 8, 2017, 1:28 p.m.) Status -- This change has been

Re: Review Request 122653: Set permissions for links in remote:, necessary for correct visualization

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122653/#review102462 --- kde4 patch, not valid anymore - Marco Martin On March

Re: Review Request 127315: Icon applet: Set sensible minimum height

2017-02-08 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127315/ --- (Updated Feb. 8, 2017, 1:24 p.m.) Status -- This change has been

[Differential] [Closed] D4481: [Color Picker] Close popup when picking a color

2017-02-08 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R114:b3fb3f4b7186: [Color Picker] Close popup when picking a color (authored by broulik). REPOSITORY R114 Plasma Addons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4481?vs=11020=11061

Re: Review Request 120777: Plasma Active: Initial commit for Baloo Cloud Component

2017-02-08 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120777/#review102460 --- if this patch is still relevant, please repost it to

Re: Review Request 120777: Plasma Active: Initial commit for Baloo Cloud Component

2017-02-08 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120777/ --- (Updated Feb. 8, 2017, 12:49 p.m.) Status -- This change has been

  1   2   >