You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vlad Zahorodnii d7b1661e08 Merge libkwineffects into libkwin
libkwineffects was introduced when kwin used to be an executable. It
provided an api to implement effects and shielded from the technical
quirks in kwin.

Over the time, kwin internals had been split and abstractions were
refactored so they can be consumed in scripts or plugins. Besides that,
new ways to implement extensions have been introduced, which use
kwin's internal abstractions.

On the other hand, effects continue using libkwineffects specific apis.
This has a few issues: qtquick effects use both apis and it bites us,
duplicating same apis.

The best solution so far is to merge libkwineffects with libkwin, and
replace libkwineffects abstractions with libkwin abstractions, e.g.
EffectScreen -> Output, etc. This change takes care of adjusting libs.

Obviously, the main disadvantage of doing so is that binary effects
have to be recompiled every time new libkwin is released. But it's
already the case with libkwineffects too.
11 months ago
..
CMakeLists.txt Merge wayland tests with other tests 12 months ago
test_datacontrol_interface.cpp There's no QVector anymore, QList is the QVector in Qt6 11 months ago
test_display.cpp wayland: Destroy ClientConnection immediately 12 months ago
test_inputmethod_interface.cpp Merge libkwineffects into libkwin 11 months ago
test_keyboard_shortcuts_inhibitor_interface.cpp There's no QVector anymore, QList is the QVector in Qt6 11 months ago
test_layershellv1_interface.cpp Merge wayland tests with other tests 12 months ago
test_no_xdg_runtime_dir.cpp Merge wayland tests with other tests 12 months ago
test_screencast.cpp Merge wayland tests with other tests 12 months ago
test_seat.cpp Merge wayland tests with other tests 12 months ago
test_tablet_interface.cpp Send tablet events to every bound wl_resource 11 months ago
test_textinputv1_interface.cpp Merge wayland tests with other tests 12 months ago
test_textinputv3_interface.cpp Merge wayland tests with other tests 12 months ago
test_viewporter_interface.cpp Merge wayland tests with other tests 12 months ago