macosx: Move drag and drop support to new PLModel and rewrite

Multimedia / VLC - David Fuhrmann [videolan.org] - 30 December 2014 09:10 UTC

This simplifies the methods, also using a simpler storage for dragged items.

f24504e macosx: Move drag and drop support to new PLModel and rewrite
modules/gui/macosx/MainWindow.m | 5 +-
modules/gui/macosx/PLItem.h | 4 +-
modules/gui/macosx/PLItem.m | 24 +++-
modules/gui/macosx/PLModel.h | 14 ++-
modules/gui/macosx/PLModel.m | 212 ++++++++++++++++++++++++++++++++++-
modules/gui/macosx/playlist.m | 236 +--------------------------------------
6 files changed, 244 insertions(+), 251 deletions(-)

Upstream: git.videolan.org


  • Share