Skip to content

Implement attachments

Maximiliano requested to merge msandova/fractal:drag-n-drop into fractal-next

With drag and drop, clipboard and filechooser.

When pasting the clipboard into the SourceView, the path of the file is pasted into the entry, unfortunately, the paste-done signal happens a fraction of a second after the path is pasted, and one can still see it for that time.

TODO

  • Suppose drap & drop for stuff other than gio::File
  • Support copy clipboard for textures (bad idea)
  • Show preview
  • Preview for videos (Out of scope for the MR)
  • Dialog missing destroy-with-parent prop
Edited by Maximiliano

Merge request reports