[vlc-commits] macosx: Move drag and drop support to new PLModel and rewrite
David Fuhrmann
git at videolan.org
Tue Dec 30 16:11:59 CET 2014
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Nov 30 19:00:29 2014 +0100| [f24504e48f5e423f9126c65afcd33a4517de5f22] | committer: David Fuhrmann
macosx: Move drag and drop support to new PLModel and rewrite
This simplifies the methods, also using a simpler storage for
dragged items.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f24504e48f5e423f9126c65afcd33a4517de5f22
---
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(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=f24504e48f5e423f9126c65afcd33a4517de5f22
More information about the vlc-commits
mailing list