Skip to content

Refactor drag and drop behaviour of applets from panel to other containments

Niccolò Venerandi requested to merge work/niccolove/betterappletdnd into master

Right now it's impossible to drag and drop applets from the panel to elsewhere, only within the panel. If you try, the applets will be added to the desktop right next to the panel, and you'll have to start dragging them again to move them around or to another panel. This implements a new mode to drag and drop applets from the panel to other containments.

This MR makes it possible to just drag and drop items outside the panel; when you do so, a "real" drag and drop will start that allows you to move that applet on the desktop or to other panels. You can also put the applet back to the origin panel.

Requires libplasma!1142 (merged)

BUG:487825

Edited by Niccolò Venerandi

Merge request reports