Diffusion KWin 6a7e780d74ec

[effects] Rewrite the Glide effect

Authored by zzag on Jun 1 2018, 9:56 AM.

Description

[effects] Rewrite the Glide effect

Summary:
There are several reasons why I "re-wrote" the Glide effect:

  • it doesn't work correctly because it suffers from undesired perspective distortions: The worst part is that windows are distorted so much on multiple monitor setups that it's hard to say whether that's glide animation.
  • window close animation is not quite intuitive: if the close button is located at the top and I click it, I would expect that window is rotated around the bottom edge, not the top; (IMHO)
  • it's too much distracting when working on something for quite good amount of time: e.g. when editing photos, which involves a big number of different dialogs;
  • there are issues with deletion of QTimeLine;
  • windows are not gracefully released if some other effect grabs them;
  • its code doesn't follow common coding style in KWin.

So, the "new" Glide effect is more subtle, it's possible to have
different rotation edges for window open/close animations, it doesn't
animate special windows(like audio volume feedback), the code is simpler
and readable. Yet, there are some issues with QTimeLine, which are
common to all effects in KWin anyway.

Demos


Window Open Animation


Window Close Animation


KCM

CCBUG: 394245

Test Plan:

  • Enabled the Glide effect
  • Closed System Settings
  • Opened it again

Reviewers: KWin, Plasma, VDG, davidedmundson

Reviewed By: KWin, Plasma, VDG, davidedmundson

Subscribers: ngraham, kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D13338

Details

Committed
zzagJul 24 2018, 7:10 PM
Reviewer
KWin
Differential Revision
D13338: [effects] Rewrite the Glide effect
Parents
R108:df802d49a1da: Require KDecoration >= 5.13.0 .
Branches
Unknown
Tags
Unknown