[Differential] [Updated, 9 lines] D1008: [Image Wallpaper] Make color picker visible for all positioning mode.

2016-02-22 Thread bdhruve (Bhavisha Dhruve)
bdhruve updated this revision to Diff 2436. bdhruve added a comment. Fix issues mentioned by broulik. REPOSITORY rPLASMAWORKSPACE Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D1008?vs=2432=2436 REVISION DETAIL https://phabricator.kde.org/D1008 AFFECTED FILES

[Plasma Workspace Wallpapers] [Bug 359694] wallpaper chooser in desktop settings does not show thumbnails

2016-02-22 Thread Fabio Coatti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359694 --- Comment #1 from Fabio Coatti --- Created attachment 97370 --> https://bugs.kde.org/attachment.cgi?id=97370=edit screenshot showing the issue -- You are receiving this mail because: You are the assignee for the bug.

[Plasma Workspace Wallpapers] [Bug 359694] New: wallpaper chooser in desktop settings does not show thumbnails

2016-02-22 Thread Fabio Coatti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359694 Bug ID: 359694 Summary: wallpaper chooser in desktop settings does not show thumbnails Product: Plasma Workspace Wallpapers Version: 5.5.4 Platform: Gentoo Packages

Re: RFC: Put notifications in sidepanel like widget explorer

2016-02-22 Thread kainz.a
hi is it possible and usefull to have something like a playground. give the user and the g+ ui hackers the posibility to make an sidebar by themself and if it work well the plasma theme is thinking about change the standard ui. then the user know he nice feature for me. but if there is a bug the

[Differential] [Updated] D1009: Added indicator of whether there are windows in an activity to the switcher

2016-02-22 Thread Martin Gräßlin
graesslin added a comment. I think all your ifdefs are not needeed. Neither are the x11 runtime checks. INLINE COMMENTS imports/activitymanager/sortedactivitiesmodel.cpp:195-217 I don't understand why you made this conditional. It should also work on Wayland.

Re: RFC: Put notifications in sidepanel like widget explorer

2016-02-22 Thread Martin Graesslin
On Monday, February 22, 2016 9:05:06 PM CET Marco Martin wrote: > On Monday 22 February 2016 18:39:02 Thomas Pfeiffer wrote: > > > changes, so when the default systray will be changed to the new > > > implementation in 5.7 it will look as near ar possible to the current > > > one, > > > with any

[Differential] [Closed] D1009: Added indicator of whether there are windows in an activity to the switcher

2016-02-22 Thread Ivan Čukić
This revision was automatically updated to reflect the committed changes. Closed by commit rPLASMADESKTOP2a38aec17df8: Added indicator of whether there are windows in an activity to the switcher (authored by ivan). REPOSITORY rPLASMADESKTOP Plasma Desktop CHANGES SINCE LAST UPDATE

[Differential] [Updated, 172 lines] D1009: Added indicator of whether there are windows in an activity to the switcher

2016-02-22 Thread Ivan Čukić
ivan updated this revision to Diff 2434. ivan added a comment. Small fixes REPOSITORY rPLASMADESKTOP Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D1009?vs=2433=2434 BRANCH master REVISION DETAIL https://phabricator.kde.org/D1009 AFFECTED FILES

[Differential] [Updated] D1009: Added indicator of whether there are windows in an activity to the switcher

2016-02-22 Thread Ivan Čukić
ivan marked an inline comment as done. INLINE COMMENTS imports/activitymanager/sortedactivitiesmodel.h:25 I've used the same thing mgraesling used in kwinsys. imports/activitymanager/sortedactivitiesmodel.h:106 Went for David's idea - one bool less to save :) REPOSITORY rPLASMADESKTOP

[Differential] [Accepted] D1009: Added indicator of whether there are windows in an activity to the switcher

2016-02-22 Thread davidedmundson (David Edmundson)
davidedmundson accepted this revision. davidedmundson added a comment. +1 too INLINE COMMENTS imports/activitymanager/sortedactivitiesmodel.h:106 worth #ifdef'ing this. as that way future users will get an error if they try and use it rather than an uninitialised var. REPOSITORY

[Differential] [Accepted] D1009: Added indicator of whether there are windows in an activity to the switcher

2016-02-22 Thread mart (Marco Martin)
mart accepted this revision. mart added a comment. This revision is now accepted and ready to land. it will take a lot of thinking on the wayland side ;) but yes, i like it REPOSITORY rPLASMADESKTOP Plasma Desktop BRANCH master REVISION DETAIL https://phabricator.kde.org/D1009 EMAIL

Re: RFC: Put notifications in sidepanel like widget explorer

2016-02-22 Thread Marco Martin
On Monday 22 February 2016 18:39:02 Thomas Pfeiffer wrote: > > changes, so when the default systray will be changed to the new > > implementation in 5.7 it will look as near ar possible to the current one, > > with any UI changes for 5.8) > > Why is that? To prevent the introduction of bugs?

[Differential] [Updated] D1009: Added indicator of whether there are windows in an activity to the switcher

2016-02-22 Thread Ivan Čukić
ivan updated the summary for this revision. REPOSITORY rPLASMADESKTOP Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D1009 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: ivan, mart, davidedmundson, graesslin, sebas Cc: plasma-devel

[Differential] [Updated] D1009: Added indicator of whether there are windows in an activity to the switcher

2016-02-22 Thread Ivan Čukić
ivan updated the summary for this revision. REPOSITORY rPLASMADESKTOP Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D1009 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: ivan, mart, davidedmundson, graesslin, sebas Cc: plasma-devel

[Differential] [Request, 169 lines] D1009: Added indicator of whether there are windows in an activity to the switcher

2016-02-22 Thread Ivan Čukić
ivan created this revision. ivan added reviewers: mart, davidedmundson, graesslin, sebas. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. REVISION SUMMARY - The model gained two new roles - WindowCount and HasWindows - The switcher new shows a small icon above the

Re: RFC: Put notifications in sidepanel like widget explorer

2016-02-22 Thread Thomas Pfeiffer
On Montag, 22. Februar 2016 13:52:20 CET Marco Martin wrote: > On Monday 22 February 2016, Marco Martin wrote: > > then the popup resize/move could be managed with the new morphingpopups > > effect. > > > > maybe it would still look a bit too much "dancing" but would still give > > enough

Re: RFC: Put notifications in sidepanel like widget explorer

2016-02-22 Thread Thomas Pfeiffer
On Montag, 22. Februar 2016 13:50:15 CET Marco Martin wrote: > On Monday 22 February 2016, Sebastian Kügler wrote: > > > What I am hell-bent on, though, is not confining popups whose content > > > are > > > lists to a really small vertical space. You want UIs to feel less > > > cluttered? Then

[Differential] [Commented On] D1008: [Image Wallpaper] Make color picker visible for all positioning mode.

2016-02-22 Thread broulik (Kai Uwe Broulik)
broulik added a comment. You would also need to adjust: - Line 298: remove the visible check to always set the appropriate color - main.qml, Lines 196ff: the background color rect also needs to be visible in all modes INLINE COMMENTS

[Differential] [Request, 2 lines] D1008: [Image Wallpaper] Make color picker visible for all positioning mode.

2016-02-22 Thread bdhruve (Bhavisha Dhruve)
bdhruve created this revision. bdhruve added a reviewer: Plasma. bdhruve set the repository for this revision to rPLASMAWORKSPACE Plasma Workspace. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. REVISION SUMMARY If user is using svg wallpaper with opaque area, then

[Differential] [Closed] D1006: [kcms] Adjust keyboard kcm so that it works on Wayland

2016-02-22 Thread Martin Gräßlin
This revision was automatically updated to reflect the committed changes. Closed by commit rPLASMADESKTOP53a85a66809b: [kcms] Adjust keyboard kcm so that it works on Wayland (authored by graesslin). REPOSITORY rPLASMADESKTOP Plasma Desktop CHANGES SINCE LAST UPDATE

5.6 beta release

2016-02-22 Thread Jonathan Riddell
5.6 beta release is due on Thursday 3 March, but alas I'm busy that day learning First Aid. So plan at the meeting is to do it on Wednesday 2 March. This is an important date for development as it includes "Message and feature freeze, Plasma/5.5 branch made ". An alternative plan would be for

5.6 features

2016-02-22 Thread Jonathan Riddell
As discussed at meeting please add 5.6 features to this notes page for use in release announcements https://notes.kde.org/p/plasma_5_6 Jonathan ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Minutes Monday Plasma Meeting

2016-02-22 Thread Sebastian Kügler
Minutes Plasma 'hangout', 22-2-2016, 12:00 CET Present: kbroulik, notmart, sebas, Riddell, bshah mgraesslin: Input fun * modifier + mouse button/wheel * focus follows mouse * auto raise * keyboard layouts * internal keyboard repeat * opacity changes on Wayland client * map all mouse buttons to

Re: RFC: Put notifications in sidepanel like widget explorer

2016-02-22 Thread Marco Martin
On Monday 22 February 2016, Marco Martin wrote: > then the popup resize/move could be managed with the new morphingpopups > effect. > > maybe it would still look a bit too much "dancing" but would still give > enough breathing space for each applet, and wouldn't have the overwhelming >

Re: RFC: Put notifications in sidepanel like widget explorer

2016-02-22 Thread Marco Martin
On Monday 22 February 2016, Sebastian Kügler wrote: > > What I am hell-bent on, though, is not confining popups whose content are > > lists to a really small vertical space. You want UIs to feel less > > cluttered? Then having them cramped in a small-fixed size popup is > > certainly not the way

[Differential] [Accepted] D1006: [kcms] Adjust keyboard kcm so that it works on Wayland

2016-02-22 Thread Sebastian Kügler
sebas accepted this revision. sebas added a reviewer: sebas. This revision is now accepted and ready to land. REPOSITORY rPLASMADESKTOP Plasma Desktop BRANCH kcm-keyboard-wayland REVISION DETAIL https://phabricator.kde.org/D1006 EMAIL PREFERENCES

Re: RFC: Put notifications in sidepanel like widget explorer

2016-02-22 Thread Sebastian Kügler
On Friday, February 19, 2016 04:31:53 PM Thomas Pfeiffer wrote: > > >Yes, you're absolutely right. If there is a time to decide this, it's > > >definitely now! > > > > > > > > btw with the new architecture (that is almost ready and I want to merge > > like the day after of 5.6 branching) it would

Re: Review Request 127125: [plasmashell] Disable Qt's fallback session management

2016-02-22 Thread Wolfgang Bauer
> On Feb. 20, 2016, 5:51 nachm., Andreas Hartmetz wrote: > > Interesting! > > I have a few local patches like this that I haven't pushed, because > > applications that don't need to be restored by the session manager don't > > care whether they are killed before they are saved for sesson

Re: Review Request 127125: [plasmashell] Disable Qt's fallback session management

2016-02-22 Thread Wolfgang Bauer
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127125/ --- (Updated Feb. 22, 2016, 12:55 nachm.) Status -- This change has

Re: Tried to install the to collaborate with Plasma Mobile

2016-02-22 Thread Kevin Krammer
Hello Alfonso, On Sunday, 2016-02-21, 15:13:50, Alfonso Hernandez wrote: > A development team studied several weeks ago already we are working on some > applications for Plasma-Mobile in fact have developed an app store so far > according to the documentation I read there is no problem, but when

Tried to install the to collaborate with Plasma Mobile

2016-02-22 Thread Alfonso Hernandez
A development team studied several weeks ago already we are working on some applications for Plasma-Mobile in fact have developed an app store so far according to the documentation I read there is no problem, but when we follow the documentation to install the components to work directly on

Problem installing Polkit

2016-02-22 Thread Alfonso Hernandez
Good days our development team is with a technical problem trying to install Polkit, the polkit which is in manual https://community.kde.org/Frameworks/Building/Details, this is errors ponchale@easylabs:~/polkit-qt-1/build$ cmake -DCMAKE_INSTALL_PREFIX=$KF5 -DCMAKE_PREFIX_PATH=$KF5 .. -- The C

Re: Review Request 127120: Morphingpopups: Add config to disable size and fade animations

2016-02-22 Thread Marco Martin
> On Feb. 22, 2016, 10:09 a.m., Marco Martin wrote: > > -1 > > I'm against complicating the effect as well. > > I don't want every time a small behavior change gets introduced, a config > > option popping up to "behave just like before". Especially because it won't. > > If the size is not

Re: Review Request 127137: Morphingpopups: Don't skip small steps

2016-02-22 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127137/#review92637 --- Ship it! Ship It! - Marco Martin On Feb. 22, 2016,

Review Request 127137: Morphingpopups: Don't skip small steps

2016-02-22 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127137/ --- Review request for Plasma and Marco Martin. Repository: kwin

Re: Review Request 127120: Morphingpopups: Add config to disable size and fade animations

2016-02-22 Thread David Rosca
> On Feb. 22, 2016, 10:09 a.m., Marco Martin wrote: > > -1 > > I'm against complicating the effect as well. > > I don't want every time a small behavior change gets introduced, a config > > option popping up to "behave just like before". Especially because it won't. > > If the size is not

Re: Plasma 5.6 video

2016-02-22 Thread Kai Uwe Broulik
Hi, I started an EtherPad [1] for Plasma 5.6 release announcement, we'll add stuff there. Looking forward to the video :) Cheers,  Kai Uwe [1] ‎https://notes.kde.org/p/plasma_5_6   Originalnachricht   Von: Lucas S Gesendet: Sonntag, 21. Februar 2016 21:52 An: plasma-devel@kde.org Antwort an:

Re: Review Request 127125: [plasmashell] Disable Qt's fallback session management

2016-02-22 Thread Sebastian Kügler
> On Feb. 20, 2016, 4:51 p.m., Andreas Hartmetz wrote: > > Interesting! > > I have a few local patches like this that I haven't pushed, because > > applications that don't need to be restored by the session manager don't > > care whether they are killed before they are saved for sesson

Re: Review Request 127120: Morphingpopups: Add config to disable size and fade animations

2016-02-22 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127120/#review92631 --- -1 I'm against complicating the effect as well. I don't want

[Differential] [Closed] D991: TaskManager: Don't use Plasma theme icons in task icon

2016-02-22 Thread drosca (David Rosca)
This revision was automatically updated to reflect the committed changes. Closed by commit rPLASMADESKTOP310cffc34156: TaskManager: Don't use Plasma theme icons in task icon (authored by drosca). REPOSITORY rPLASMADESKTOP Plasma Desktop CHANGES SINCE LAST UPDATE