Revision bcb27fe...

Go back to digest for 15th September 2013

Optimization in KDE Base

Eike Hein committed changes in [kde-workspace/frameworks-scratch] /desktop/applets/taskmanager/package/contents:

Simplify insertion index calculation for DND reordering.

The original code took a stab at there being some travel resistance
to drags to avoid undesired accidental moves, but aside from doing
this in a naive (and buggy) way, it also turns out to be unnecessary
in further testing: Drag initiation has resistance to it anyway, and
during moves, the lack of resistance makes accidental overshoots
easy to correct for, along with the upside of making DND feel much
more fluid.

File Changes

Modified 2 files
  • /desktop/applets/taskmanager/package/contents
  •   plasma/code/tools.js
  •   plasma/ui/MouseHandler.qml
2 files changed in total