kwin-effects-yaml:Plasma/5.23

Last commit made on 2021-10-18
Get this branch:
git clone -b Plasma/5.23 https://git.launchpad.net/kwin-effects-yaml

Branch merges

Branch information

Name:
Plasma/5.23
Repository:
lp:kwin-effects-yaml

Recent commits

ad4876c... by Vlad Zahorodnii <email address hidden>

Update README.md

26bf966... by Vlad Zahorodnii <email address hidden>

Add checkout step in README

344d267... by Vlad Zahorodnii <email address hidden>

Remove timeline hack

9b13998... by Vlad Zahorodnii <email address hidden>

Port to DeformEffect

DeformEffect will be available in plasma 5.23.

1c9fc49... by Vlad Zahorodnii <email address hidden>

Remove stray include_directories()

cbd0c21... by Vlad Zahorodnii <email address hidden>

Minor refactoring

b8886f6... by Vlad Zahorodnii <email address hidden>

Add a note about branches

b8ed72e... by Vlad Zahorodnii <email address hidden>

Fix OpenGL compositing detection

fixes #37

b502239... by Nicolas Fella <email address hidden>

Specify the config module directly

This adds support for the new effect config module loading introduced in https://invent.kde.org/plasma/kwin/-/merge_requests/306.
It is still compatible with an older kwin since it doesn't remove the ParentComponent from the KCM. A new kwin will just prefer the new style over the old one.

c7cfe2e... by Vlad Zahorodnii <email address hidden>

Use Findepoxy.cmake provided by extra-cmake-modules