DnD from Internet Explorer to VLC and support of links (*.lnk)
commit934eee8ce74843e35fe73e36e956c9c1dc2ec948
authorMario Speiß <1034-135@online.de>
Sun, 10 Feb 2013 21:31:59 +0000 (10 22:31 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 11 Feb 2013 00:34:37 +0000 (11 01:34 +0100)
tree26377c4fa55ad874537d3b9404883a1c51d0c262
parent7b621263eea504d2e5c28bba64a55958ef789e41
DnD from Internet Explorer to VLC and support of links (*.lnk)

On Windows a Drag and Drop seems to be a Qt::LinkAction. And support for
symbolic links is added.

Playlist widget now uses the p_mi->dropEvent (used to have two implementation,
one calling p_mi->dropEvent already, the other had its own body. That body is
removed)

Regards,
Mario

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/dialogs/playlist.cpp
modules/gui/qt4/main_interface.cpp