Page 1 of 1

Drag And Drop using QDrag on Mac OS X

Posted: 23 Jun 2015 07:29
by MaxaVadallat
Hi All,

I'm developing a file manager on mac ; ) I am developing the file drag & drop function using QDrag (http://doc.qt.io/qt-4.8/qdrag.html)
Basically I'm dropping uri list (text/uri-list) mime as the finder does.

It seems to work most of the time, (Finder, Skype, Qt Creator, etc) but for some reason VLC player doesn't seem to accept the drop.
Is there some special way VLC player requires?

Thanks!

Re: Drag And Drop using QDrag on Mac OS X

Posted: 26 Jun 2015 11:57
by MaxaVadallat
Update:

It seems my drag and drop implementation works if there are already other items in the playlist.
VLC doesn't accept the drop if the playlist is empty. A bug maybe? Does anyone know where should I report it?

Cheers,
Max

Re: Drag And Drop using QDrag on Mac OS X

Posted: 09 Jul 2015 22:16
by Jean-Baptiste Kempf
Could be a bug.