| Summary: | JJ: Use a bit of Wobbly effect while closing a window also. | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Yogesh Marwaha <yogeshm.007> |
| Component: | effects-window-management | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | happy5214 |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | unspecified | ||
| Target Milestone: | 4.11 | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Yogesh Marwaha
2010-09-11 11:14:50 UTC
Could you please describe what you want in a more clear way? I do not get at all what you want to have. I want (as an option, may be) that the wobbly effect applied to a window being shown (i.e. while its appearance) is also repeated (in some form) for a window being closed (i.e. while its disappearance). just needs to implement the windowClosed slot and ref/unref the window. Could changing part of line 506 in wobblywindows.cpp from "w->data(WindowAddedGrabRole).value<void*>() != this" to "w->data(WindowAddedGrabRole).value<void*>() == this" work? Hardly. Esp. since the query seems completely pointless since the dataRole is apparently never set to "this" (not to mention that it's the "added" role) EffectsHandler::windowClosed() handling had been removed a while ago. Also, this feature request has been open for longer than a decade, which is good indicator that it's unlikely that it will be implemented. If somebody wants this feature, create a MR. |