kwin/effects/blur
Vlad Zagorodniy 253ff428a7 [effects] Port to new connect syntax
Summary:
The new connect syntax has several advantages over the old syntax:

(a) Connecting with the new syntax is faster;
(b) It is compile time checked.

There are still a few places where the old connect syntax is used, e.g.
connecting to QML buttons in the Desktop Grid effect.

Test Plan:
Have been testing this patch for ~2 weeks, haven't noticed any
regressions.

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: davidedmundson, broulik, graesslin, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D18368
2019-01-26 01:22:06 +02:00
..
blur.cpp [effects] Port to new connect syntax 2019-01-26 01:22:06 +02:00
blur.h [effects/blur] Add missing override keywords 2018-09-24 15:42:22 +03:00
blur.kcfg
blur_config.cpp
blur_config.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2018-07-23 05:24:40 +02:00
blur_config.h
blur_config.ui
blurconfig.kcfgc
blurshader.cpp [effects/blur] Clean up shader code 2018-06-18 15:50:52 +03:00
blurshader.h [effects/blur] Clean up shader code 2018-06-18 15:50:52 +03:00
CMakeLists.txt