-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110813/
-----------------------------------------------------------
Review request for kde-workspace.
Description
-------
A patch that adds the ability to the wobbly windows effect not to wobble the
window (i.e. not change its shape).
This results in two things:
1) Have a very smooth movement of windows that can be customized
2) Have a nice effect when resizing a window (is resizing is enabled)
It does this by adding the noWobble attribute to the effect and then using that
attribute to disable a subset of the functionality. It also adds an additional
wobbliness level: shifts levels 0-4 to 1-5 and makes 0 the level without
wobbliness.
This addresses bug 319887.
http://bugs.kde.org/show_bug.cgi?id=319887
Diffs
-----
kwin/effects/wobblywindows/wobblywindows.h 69d1f87
kwin/effects/wobblywindows/wobblywindows.cpp ad1842c
kwin/effects/wobblywindows/wobblywindows_config.ui 0498a64
Diff: http://git.reviewboard.kde.org/r/110813/diff/
Testing
-------
I'm running this for the past day without issues.
Thanks,
Stefanos Harhalakis