UoC-Radio / flow-dashboard

A GUI editor of the radio station's on-air schedule.
GNU General Public License v3.0
12 stars 3 forks source link

Matching of Drag and Drop (DnD) targets #1

Closed elias-pap closed 4 years ago

elias-pap commented 6 years ago

The goal is to avoid the 'text/plain' and 'UTF8_STRING' hack, which is used to match a DnD source with a DnD destination target exclusively.

'text/plain' should become 'UTF8_STRING' as well, and the matching should be both exclusive (a given drag source can only send to exactly one drop destination) and implemented in a way that could scale up to an unlimited number of DnD source-destination pairs.

elias-pap commented 4 years ago

Closing this, because Drag and Drop is now disabled.