
Patch for KSmoothDock
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is only a patch for KSmoothDock of Viet Dung Dang which implements some improvements in the parabolic zoom:
- Animation is not in a fixed point anymore. You can move your mouse
and animation updates when zooming in and out.
- You can re-enter and re-leave the dock and animation goes smooth
(this is only visible with slow speed, so you get time with the mouse
to do that)
- When going out of the limits of the first and last icon start
minimizing (because doesn't make sense continue with the zoom if you
cannot click anywhere)
- When going out of the limits of the first and last icon does not
update the position, so you'll always see the last icon with big size
before start minimizing.
12 years ago
- The first file I uploaded was a bad patch. It should be solved now
12 years ago
- The first file I uploaded was a bad patch. It should be solved now
jauma
12 years ago
Report
johnnyjoflin
12 years ago
what was wrong with the first ksmoothdock? Never had any problems.
greetz joe
Report
jauma
12 years ago
Usually, this is only visible with slow speed animation, but I didn't like this behaviour.
Also I didn't liked that when you move horizontally the mouse through the dock, updating of the parabolic zoom continues even if you are beyond the icon limits, so you can't click anywhere, so the logical behaviour would be start minimizing.
Thats why I made this small patch, of course KSmoothDock is absolutely great, I only tried to modify some small issues so it looks better for me.
Report