Summary: | Add fade in/fade out for outline effect | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Kai Uwe Broulik <KaiUweBroulik2> |
Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kde |
Priority: | NOR | ||
Version: | 4.8.3 | ||
Target Milestone: | 4.11 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/9ad383be557bdb738c3977d4b093a82a6d5cdc25 | Version Fixed In: | 4.11 |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 303462 |
Description
Kai Uwe Broulik
2011-05-29 23:04:37 UTC
The commit below fixes this as it's now a "normal" window and by that the fade effect kicks in. commit 9ad383be557bdb738c3977d4b093a82a6d5cdc25 Author: Martin Gräßlin <mgraesslin@kde.org> Date: Wed Apr 24 09:50:04 2013 +0200 Split Outline in a composited and non-composited part The non-composited part handles the showWithX case with the four small windows. The composited part shows a translucent QWidget with the FrameSvg as done by the selection effect frame. Outline connects to the Compositor toggled signal to switch the mode if compositing gets suspended/resumed. This works fine also in the case that the switch happens while the outline is shown. To support this Outline is now a QObject and created with Workspace as a parent. Given that the Outline handles both cases by itself, the outline effect is no longer needed and is dropped together with all the hooks into the effect system. |