When i try use context menu, with stilus right button, sometimes that initiates layer moving. Because it is difficult to hold the pen still, when you click.
Hi Roman, I'm sorry, I'm not sure I understand your issue. Could you try to elabora -- or maybe make a screencast? thanks!
What Roman describes is the usual issue when you code drag-n-drop manually: so many programmers just forget to check which exactly mouse button was pressed; so it's possible to drag-n-drop things with any button. On my systems, I can't drag-n-drop layers with right button; but I can drag-n-drop them with middle button. I.e. middle button is working the same way as left button, for drag-n-drop. That's a bit weird.
Well, D&D is all done by Qt, I'm afraid. We don't handle that manually...
The timing and distance for a drag operation to be started is defined in Qt's platform plugins. So we let Qt handle all of that in the layerbox and cannot influence that, I'm afraid.