811beb94e0
The Xrender backend was added at the time when OpenGL drivers were not particularly stable. Nowadays though, it's a totally different situation. The OpenGL render backend has been the default one for many years. It's quite stable, and it allows implementing many advanced features that other render backends don't. Many features are not tested with it during the development cycle; the only time when it is noticed is when changes in other parts of kwin break the build in the xrender backend. Effectively, the xrender backend is unmaintained nowadays. Given that the xrender backend is effectively unmaintained and our focus being shifted towards wayland, this change drops the xrender backend in favor of the opengl backend. Besides being de-facto unmaintained, another issue is that QtQuick does not support and most likely will never support the Xrender API. This poses a problem as we want thumbnail items to be natively integrated in the qtquick scene graph.
81 lines
2.1 KiB
Text
81 lines
2.1 KiB
Text
Version=5
|
|
|
|
# Replace old Scale in effect with Scale effect.
|
|
Id=replace-scalein-with-scale
|
|
File=kwinrc
|
|
Group=Plugins
|
|
Key=kwin4_effect_scaleinEnabled,scaleEnabled
|
|
|
|
# Port the Minimize Animation effect to JavaScript.
|
|
Id=port-minimizeanimation-effect-to-js
|
|
File=kwinrc
|
|
Group=Plugins
|
|
Key=minimizeanimationEnabled,kwin4_effect_squashEnabled
|
|
|
|
# Port the Scale effect to JavaScript.
|
|
Id=port-scale-effect-to-js
|
|
File=kwinrc
|
|
Group=Effect-Scale,Effect-kwin4_effect_scale
|
|
AllKeys
|
|
Group=Plugins
|
|
Key=scaleEnabled,kwin4_effect_scaleEnabled
|
|
|
|
# Port the Dim Screen effect to JavaScript.
|
|
Id=port-dimscreen-effect-to-js
|
|
File=kwinrc
|
|
Group=Plugins
|
|
Key=dimscreenEnabled,kwin4_effect_dimscreenEnabled
|
|
|
|
# Deactivate auto border size if the user has changed border size in the past
|
|
Id=auto-bordersize
|
|
File=kwinrc
|
|
Group=org.kde.kdecoration2
|
|
Script=kwin-5.16-auto-bordersize.sh,sh
|
|
|
|
# Move AnimationSpeed to kdeglobals as AnimationDurationFactor converting to a useful value
|
|
Id=animation-speed
|
|
File=kwinrc,kdeglobals
|
|
Group=Compositing,KDE
|
|
Script=kwin-5.18-move-animspeed.py,python3
|
|
|
|
# In the Desktop Grid effect, replace the PresentWindows boolean with an enum
|
|
Id=desktop-grid-click-behavior
|
|
File=kwinrc
|
|
Group=Effect-DesktopGrid
|
|
Script=kwin-5.21-desktop-grid-click-behavior.py,python3
|
|
|
|
# Remove GLPreferBufferSwap if it has a value of "n"
|
|
Id=no-swap-encourage
|
|
File=kwinrc
|
|
Group=Compositing
|
|
Script=kwin-5.21-no-swap-encourage.py,python3
|
|
|
|
# Make the Translucency effect disabled by default
|
|
Id=make-translucency-effect-disabled-by-default
|
|
File=kwinrc
|
|
Group=Plugins
|
|
Script=kwin-5.23-disable-translucency-effect.sh,sh
|
|
|
|
# Remove the Flip Switch effect
|
|
Id=remove-flip-switch-effect
|
|
File=kwinrc
|
|
Group=TabBox,TabBoxAlternative
|
|
Script=kwin-5.23-remove-flip-switch.py,python3
|
|
|
|
# Remove the Cover Switch effect
|
|
Id=remove-cover-switch-effect
|
|
File=kwinrc
|
|
Group=TabBox,TabBoxAlternative
|
|
Script=kwin-5.23-remove-cover-switch.py,python3
|
|
|
|
# Remove the Desktop Cube Animation effect
|
|
Id=remove-cubeslide-effect
|
|
File=kwinrc
|
|
Group=Plugins
|
|
Script=kwin-5.23-remove-cubeslide.py,python3
|
|
|
|
# Remove Backend if it has a value of "XRender"
|
|
Id=remove-xrender-backend
|
|
File=kwinrc
|
|
Group=Compositing
|
|
Script=kwin-5.23-remove-xrender-backend.py,python3
|