[vlc-commits] macosx: Change VLCInfo to NSWindowController subclass
David Fuhrmann
git at videolan.org
Sat Jan 2 21:15:44 CET 2016
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Jan 2 18:37:25 2016 +0100| [8db0ca587fd2e76971f8aad382a3d5bfbbb35b1b] | committer: David Fuhrmann
macosx: Change VLCInfo to NSWindowController subclass
Uses NSWindowController to load the information panel. Get rid of
the singleton. VLCMain will now hold one instance, which is aimed
to display information about the currently playing media.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8db0ca587fd2e76971f8aad382a3d5bfbbb35b1b
---
.../macosx/Resources/English.lproj/MediaInfo.xib | 5899 ++++----------------
modules/gui/macosx/InputManager.m | 6 +-
modules/gui/macosx/MainMenu.m | 2 +-
modules/gui/macosx/PLModel.m | 2 +-
modules/gui/macosx/VLCPlaylist.m | 2 +-
modules/gui/macosx/VLCPlaylistInfo.h | 10 +-
modules/gui/macosx/VLCPlaylistInfo.m | 85 +-
modules/gui/macosx/VLCVoutWindowController.m | 2 +-
modules/gui/macosx/intf.h | 4 +
modules/gui/macosx/intf.m | 10 +
10 files changed, 1058 insertions(+), 4964 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=8db0ca587fd2e76971f8aad382a3d5bfbbb35b1b
More information about the vlc-commits
mailing list