Skip to content

Allow DND of toolviews between sidebars

Waqar Ahmed requested to merge work/sidebars-dnd into master

Makes it a bit easier to move around stuff quickly. Unfortunately, the api of KMultiTabBar is very limited. It allows append/remove but no insert of a tab. Thus we can only move a toolview to another sidebar at the end but we can't reposition toolviews quickly.

Merge request reports