[kwin] [Bug 398100] Effects that check the managed property do not work on Wayland

2018-10-19 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=398100 Vlad Zagorodniy changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[kwin] [Bug 398100] Effects that check the managed property do not work on Wayland

2018-10-19 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=398100 --- Comment #10 from Vlad Zagorodniy --- Git commit 8063740efb868a6711d747c2e2559bd57398ead6 by Vlad Zagorodniy. Committed on 19/10/2018 at 15:24. Pushed by vladz into branch 'master'. [effects/translucency] Make inactive Wayland clients translucent S

[kwin] [Bug 398100] Effects that check the managed property do not work on Wayland

2018-10-19 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=398100 --- Comment #9 from Vlad Zagorodniy --- Just for the record: now, only the Translucency effect "is not working" on Wayland. Other effects **should** work on Wayland. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 398100] Effects that check the managed property do not work on Wayland

2018-10-19 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=398100 --- Comment #8 from Vlad Zagorodniy --- Git commit 4e545f5594fc8445046f7b6a20b2c313a7891785 by Vlad Zagorodniy. Committed on 19/10/2018 at 14:49. Pushed by vladz into branch 'master'. [effects/dimscreen] Make it work on Wayland Summary: There is no co

[kwin] [Bug 398100] Effects that check the managed property do not work on Wayland

2018-10-19 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=398100 --- Comment #7 from Vlad Zagorodniy --- Git commit 9f3a447a43e35146f67dc27d176e5b00ceb0665e by Vlad Zagorodniy. Committed on 19/10/2018 at 11:38. Pushed by vladz into branch 'master'. [effects/diminactive] Dim Wayland clients Summary: There is no conc

[kwin] [Bug 398100] Effects that check the managed property do not work on Wayland

2018-10-09 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=398100 --- Comment #6 from Vlad Zagorodniy --- Git commit 769f2659ddfff8096b826238595a26e5f21c39ad by Vlad Zagorodniy. Committed on 09/10/2018 at 08:04. Pushed by vladz into branch 'master'. [effects] Make Scale and Glide effects Wayland-friendly Summary: Th

[kwin] [Bug 398100] Effects that check the managed property do not work on Wayland

2018-10-06 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=398100 --- Comment #5 from Vlad Zagorodniy --- Just for tracking: the Cube Slide effect is no longer checking the managed property. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 398100] Effects that check the managed property do not work on Wayland

2018-10-03 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=398100 --- Comment #4 from Vlad Zagorodniy --- If we are about to do the following check > if (!unmanaged && !popup) do stuff or more concrete if (!w->isManaged() && w->isPopupWindow()) { return false; } then we don't need to check whether

[kwin] [Bug 398100] Effects that check the managed property do not work on Wayland

2018-10-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=398100 David Edmundson changed: What|Removed |Added CC||k...@davidedmundson.co.uk --- Comment #3 from

[kwin] [Bug 398100] Effects that check the managed property do not work on Wayland

2018-09-28 Thread Michael D
https://bugs.kde.org/show_bug.cgi?id=398100 Michael D changed: What|Removed |Added CC||nortex...@gmail.com --- Comment #2 from Michael D

[kwin] [Bug 398100] Effects that check the managed property do not work on Wayland

2018-08-31 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=398100 --- Comment #1 from Vlad Zagorodniy --- Also, what makes hard to abstract what those effects check is a bug(?) in Qt: tooltips on Wayland are not xdg_popups. -- You are receiving this mail because: You are watching all bug changes.